﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../imagebank/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	text-align: center;  /* centers the container on stage */
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
#container {
	width: 851px;  
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	text-align: center; 
}
#innerContainer {  /* this div is to hold all the elements between the topNav and the end of the container.  This is for consistency due to the variance in dimensions of the nav */
	width: 824px;
	margin-left: 14px;
}
#topNav {  /* Holds server side include "include_mainnav.php".  Any files used as includes need to be clear of any "head" tags and should be saved using the php extension */
	width: 851px;
	padding: 0px;
	margin: 0px;
}
#content {  /* main content on every page */
	margin: 0px;
	padding: 0px;
}

/* the following definitions are for top and bottom nav includes */

#banner {  /* controls the banner inside of the include_mainnav.php */
	width: 851px;
	margin: 0px;
	padding: 0px;
}
#nav {  /* controls the nav part inside the include_mainnav.php */
	width: 824px;
	margin: 0px;
	padding-left: 14px;
}
#bottomNamesNumbers {  /* phone numbers, etc inside the include_mainnav.php that appear at the bottom of the page */
	color: #000000;
	width: 808px;
	height: 20px;
	padding: 14px 8px 8px 8px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#facebookTwitter {  /* facebook & twitter buttons on the bottom of the page */
	text-align: center;
	margin: 8px 0px;
}
#bottomLinks {  /* these are for the actual links inside the include_bottomnav.php seen on the bottom of the page */
	text-align: center;
	padding: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.purpleText {
	color: #662C92;
}
.grayText {
	color: #666666;
}
.greenText {
	color: #8AC640;
	font-weight: bold;
}
.orangeText {
	color: #FA8F1C;
}
.bigText {
	font-size: 16px;
	font-weight: bold;
}
.whiteText {
	color: #FFFFFF;
}
.jpgTitleCenter {
	text-align: center;
	display: inline-block;
}
.noBorder {  /* this class can be applied to any object (jpg, etc) that is also a hyperlink so that it won't automatically create its own border */
	border-width: 0px;
}

/* end of definitions for top and bottom nav includes */

#bottomNav {  /* this div holds server side include "include_bottomnav.php" */
}

.nav {
	background-color: #000000;
	background-image: url(../imagebank/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	
	text-align: center;
}
.bottom {
	background-color: #FFFFFF;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.darkBackgroundType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentReal {  /* changing the padding will adversely affect positioning */
	padding: 0px;
	background-image: url(../imagebank/content_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #252525;
}
.content_real2 {  /* changing the padding will adversely affect positioning */
	padding: 0px;
	background-image: url(../imagebank/content_back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #252525;
}
.aboutUsPadding {
	padding: 8px;
}
#blackPurpleContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663399;
	border-right-color: #663399;
	border-bottom-color: #663399;
	border-left-color: #663399;
}
.blackPurpleContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663399;
	border-right-color: #663399;
	border-bottom-color: #663399;
	border-left-color: #663399;
}

#greenBlackContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #8BC548;
	text-align: justify;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	width: 90%;
	margin-left: 8px;
}	
.monsterGreen {	
	color: #8AC640;
	font-weight: bold;
}
.monsterOrange {
	color: #F90;
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
}
.contentHeaderOnly {
	padding: 0px;
	background-image: url(../imagebank/content_back_headeronly.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #252525;
}

.padding10 {
	padding: 10px;
}
.formtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

 
