@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CDE7F9;
	background-repeat: no-repeat;
}
img {
	padding: 10px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
}
/*------------------Header Styles--------------------------*/
.oneColFixCtrHdr #header {
	position:relative;
	left:0px;
	height: 127px;
	background-color: #D7F3FF;
	background-image: url(assets/images/logoblue3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin-left: -9000px;
	margin-top: 0px;
	}
	
/*---main navigation styles*/
#header ul {
	padding:0;
	position:absolute;
	right: 0;
	bottom: 0;
	width:600px;
	list-style: none;
}
#header ul li {
	float:left;
}
#header ul li a {
	padding: 0 1.2em;
	font-size:14px;
	line-height: 1.5em;
	text-decoration: none;
	color:#BE4E00;
	float:left;
	display:block;
	font-weight: normal;
	}
#header ul a:hover {
	color:#FF6F14;
	font-weight: normal;
	}

/*-------------------main content styles-----------------------*/
.oneColFixCtrHdr #mainContent {
	height: 660px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtrHdr #container #mainContent li {
	list-style-type: none;
	font-size: 14px;
	line-height: 1.8em;
}
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}
#mainContent h2 {
	font-size: 12px;
	color: #0099FF;
	border-left-width: 10px;
	border-left-style: none;
	border-left-color: #E8E8E8;
	padding-left: 50px;
	text-align: left;
}
#mainContent h3 {
	font-size: 12px;
	color: #000000;
	border-left-width: 14px;
	border-left-style: none;
	border-left-color: #E8E8E8;
	padding-left: 25px;
	text-align: left;
}
#mainContent  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-decoration: none;
}
#mainContent a:hover {
	color: #3333ff;
}
.oneColFixCtrHdr #container #mainContent #flashContent {
	position: relative;
	background-color: #E8E8E8;
	background-image: url(transparent);
	margin-top: 5px;
	font-size: 10px;
	height: 580px;

}
/*-------------------footer styles-----------------------------*/

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #D7F3FF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

iframe {
	position: absolute;
	right: -150px;
	top: 840px;
}
#share {
	position: absolute;
	right: 240px;
}

