/*colors used in this design:
light blue: #037eb0
dark blue: #28296c
light green: #c4e3c8
yellow: #eccb3f
grey: #5b5b5b
*/

body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
a {
color: #037eb0;
text-decoration:underline;
}
a:hover {
color: #28296c;
}
p {
margin-top:3px;
line-height:18px;
}
h1 {
font:36px "Trebuchet MS", Arial, sans-serif;
}
h2 {
font:32px "Trebuchet MS", Arial, sans-serif;
}
h3 {
	font:18px "Trebuchet MS", Arial, sans-serif;
	color:#c4e3c8;
	margin-bottom:3px;
	margin-top:3px;
	padding-top:0;
}
h4 {
	font:18px "Trebuchet MS", Arial, sans-serif;
	color:#28296c;
	margin-bottom:3px;
}
h5 {
	font:15px "Trebuchet MS", Arial, sans-serif;
	color:#28296c;
	margin-bottom:3px;
}
h5 a {
	color:#28296c;
}
h6 {
font: 14px "Trebuchet MS", Arial, sans-serif;
color:#444444;
font-weight:bold;
margin-top:5px;
margin-bottom:3px;
}
ul {
padding-top:3px;
margin-top:0;
}
li {
padding-bottom: 3px;
}
.oneColFixCtrHdr #container, .oneColFixCtrHdr #container_splash {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/********************************
		INNER PAGE
********************************/
.oneColFixCtrHdr #header, .oneColFixCtrHdr #header_splash {
	background: url(../images/inner_header.gif) 35px 0 no-repeat #037eb0; 
	height:146px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
	color:#c4e3c8;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
.oneColFixCtrHdr #header h2, .oneColFixCtrHdr #header p, .oneColFixCtrHdr #header_splash h1, .oneColFixCtrHdr #header_splash h4  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 95px 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style:italic;
}
.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding: 15px 5px 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:800px;
	background: #FFFFFF;
	color:#333333;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:770px;	
}
.oneColFixCtrHdr #footer, .oneColFixCtrHdr #footer_splash {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: solid 3px #28296c;	
}
.oneColFixCtrHdr #footer p, .oneColFixCtrHdr #footer_splash 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 */
	text-align: center;
	font:12px "Trebuchet MS", Arial, sans-serif;
	color: #28296c;
	line-height:18px;
}
#contact, #contact_splash {
margin-bottom:20px;
padding-top:3px;
}
#contact a, #contact_splash a{
	font:12px "Trebuchet MS", Arial, sans-serif;
	color:#eccb3f;
	text-decoration:none;
}
#title {
	float: right;
	text-align:right;
}
ul#file li {
background-image:url(../images/file.gif);
background-repeat:no-repeat;
background-position: left center;
list-style-type:none;
padding-left:15px;
}

/********************************
		SPLASH PAGE
********************************/
.oneColFixCtrHdr #container_splash {
		background: #037eb0;
}
.oneColFixCtrHdr #header_splash {
	background: url(../images/splash_header1.jpg) center no-repeat;
	background-color:#FFFFFF; 
	height:159px;
	padding: 0 10px 0 10px;  
}
.oneColFixCtrHdr #mainContent_splash {
	padding: 0 20px;
	background:#037eb0;
	height:228px;
	color:#eccb3f;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#mainContent_splash h4 {
	color: #eccb3f;
	margin-top:0;
	padding-top:15px;
	margin-bottom:15px;
}
.oneColFixCtrHdr #header_splash h1, .oneColFixCtrHdr #header_splash h4  {
	padding: 35px 0 0 4px;
	color:#28296c; 
	text-align:left;
	margin-top:0;
}
.oneColFixCtrHdr #header_splash h4  {
 padding: 0 0 0 210px;
 }
#contact_splash a {
	color:#037eb0;
}
#contact_splash form{
margin:0;
padding:5px 0 0 0;
text-align:right;
}
#photo_rotation {
	float:right;
	position:relative;
	height:243px;
	width:324px;
	margin: -7px 0 -10px 12px;
	z-index:100;
	overflow:hidden;
}
.oneColFixCtrHdr #footer_splash {
	clear:both;
	margin-top:20px;
	background:#037eb0;
}
.oneColFixCtrHdr #footer_splash p {
	color: #28296c;
}
.oneColFixCtrHdr #footer_splash a {
	color:#c4e3c8;
}
#highlight {
	background-color: #C7E3C5;
	height: 150px;
	padding: 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:135px;
	z-index:75;
}
#highlight ul {
margin:0;
padding:0;
}
#highlight li {
color:#28296c;
list-style-type:none;
padding: 4px 0px 4px 10px;
}
#highlight h5 {
margin:3px;
}

/********************************
		BOTH PAGES
********************************/
.oneColFixCtrHdr #nav {
	height:28px;
	background-color: #c4e3c8;
	margin:0;
}
.oneColFixCtrHdr #search {
	background-color: #28296c;
	margin:0;
	padding:8px 35px 8px 20px;
	}
#search form {
	margin: 0;
	padding: 0;
	color:#eccb3f;
	width:200px;
	}
#highlight table {
	margin: 0px;
	padding: 0px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #28296C;
}
.dashedline {
	border-top: 1px dashed #666666;
	padding-top: 8px;
}
.smalltext {
	font-size: 11px;
	font-style: italic;
}

#photo_float {
	float: right;
	margin: 30px 240px 0 0;
}
.noborder {
border:none;
}
#homelink {
	float: left;
	margin-top:-20px;
}

#landingpage li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
