html, body {
	background-image: url(../_images/mainBackground.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top center;
}

img, div { behavior: url(_css/iepngfix.htc) }


/*------------------------------DIVS-------------------------*/

#container {
	position: relative;
	width: 958px;
	margin: 0 auto;
}

#mainNav {
	width: 918px;
	height: 47px;
	background-image: url(../_images/navBack.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 40px;
}

#mainNav ul {
	padding: 0;
	margin: 0;
}

#mainNav ul li {
	display: inline;
	margin-left: 50px;
	padding: 0;
}

#mainContent {
	background-color: #ffffff;
	width: 958px;
}

#headerRight {
	width: 254px;
	float: right;
	text-align: right;
	padding-top: 20px;
}

#centerContent {
	padding: 20px 40px 40px 40px;	
}

#centerContent ul li {
	list-style-image: url(../_images/listItemBullett.png) !important;
}

#imageContainer {
	width: 534px;
	height: 336px;
	float: right;
	margin-left: 40px;
	padding: 14px;
	background-image: url(../_images/slideShowBorder.png);
	background-repeat: no-repeat;
}

#bottomWrap1 {
	width: 320px;
	float: left;
}

#bottomWrap2 {
	width: 300px;
	float: left;
}

.bottomBoxes {
	width: 300px;
	float: left;
	margin-top: 20px;
}

#signUpBox {
	width: 186px;
	height: 374px;
	float: left;
	margin-left: 20px;
	background-image: url(../_images/signUpBack.png);
	background-repeat: no-repeat;
	padding: 20px;
}

#bottomBoxText {
	float: left;
	width: 180px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#footer {
	text-align: center;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#footer ul {
	padding: 0;
	margin-top: 4px;
}

#footer ul li {
	display: inline !important;
	margin-left: 10px;
	padding: 0;
}

#formHeader {
	margin-bottom: 10px;
	margin-top: 10px;
}



/*------------------------------TEXT-------------------------*/


.headerTop {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.headerMiddle {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.headerDivider{
	font-family: Arial, Helvetica, sans-serif;
	color: #e2e0de;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-family: Rockwell;
	font-size: 23px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: bold;
}

h3 {
	font-family: Rockwell;
	font-size: 30px;
	color: #000000;
}

h4 {
	font-family: Rockwell;
	font-size: 20px;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f7f7f;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f7f7f;
}


#centerContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f7f7f;
	font-weight: bold;
}

hr {
	color: #cccccc;
}

.bottomBoxHeader {
	font-family: Rockwell;
	font-size: 16px;
	color: #000000;
}

/*------------------------------LINKS-------------------------*/

a.headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #e2e0de;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.headerLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e2e0de;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2e0de;
	text-decoration: none;
}

#mainNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2e0de;
	text-decoration: underline;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
