﻿/* CSS Document */


* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #B3CCFF;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #000;
}

p {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	border: 0;
	margin: 0;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000066;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	color: #660033;
}

img {
	border: none;
}

ol li {
	color: #000066;	
	margin-left: 21px;
}

label {
	float: left;
	width: 120px;
}

input, textarea, select {
	width: 230px;
	margin-bottom: 5px;
	font-size: 1em;
}

textarea {
	width: 230px;
	height: 150px;
}

#submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	margin-bottom: 20px;
}

/* IE7 Only */
*:first-child+html #searchBox input {
	border: thin none #FFFFFF;
}


/***********************************************/
/* layout divs                                 */
/***********************************************/ 

#wrap {
	max-width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left:-450px;
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	height: 180px;
	float: left;
}

#logo {
	width: 219px;
	height: 190px;
	float: left;
	margin-left: 20px;
}

.headerImage1 {
	width: 301px;
	height: 190px;
	float: left;
	margin-left: 29px;
}

.headerImage2 {
	width: 305px;
	height: 190px;
	float: left;
	margin-left: 9px;
}



/*****  content  *****/

#content {
	width: 900px;
	float: left;
	clear: both;
	margin-top: 30px;
}

#leftNav {
	width: 219px;
	float: left;
	clear: both;
	margin-left: 20px;
}

#mainContent {
	width: 359px;
	float: left;
	margin-left: 29px;
}

#logos {
	width: 880px;
	float: left;
	margin-left: 20px;
	clear: both;
}

#rightNav {
	width: 211px;
	float: left;
	margin-left: 37px;
	display: block;
}

#sectionNav {
	width: 211px;
	float: left;
	margin-bottom: 20px;
}

/* IE7 Only */
*:first-child+html #mainContent input {
	border: 1px solid #0099FF;
}

/*****  footer  *****/

#footer {
	width: 900px;
	height: 33px;
	padding-top: 15px;
	float: left;
	clear: both;
	background-image: url(../images/footerBackground.gif);
	background-repeat: no-repeat;
}

/***********************************************/
/* content styles                              */
/***********************************************/ 

/***** nav styles *****/

#leftNav ul, #rightNav ul, #sectionNav ul {
	list-style-type: none;
}

#leftNav li, #rightNav li {
	display: block;
	width: 219px;
	height: 43px;
	margin-bottom: 5px;
}

#leftNav li a, #rightNav li a {
	color: #FFF;
	font-weight: bold;
	display: block;
	background-image: url(../images/leftNavBackground.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-top: 15px;
	padding-left: 30px;
	text-transform: uppercase;	
}

#rightNav li a {
	background-image: url(../images/rightNavBackground.gif);
}

#rightNav li a.contact {
	background-image: url(../images/rightContactBackground.gif);
}

#rightNav li a.about {
	background-image: url(../images/rightAboutBackground.gif);
}

*html #leftNav li a {
	height: 28px;
}

#leftNav li a:hover {
	background-image: url(../images/leftNavHover.gif);
	background-repeat: no-repeat;
}

#rightNav li a:hover {
	background-image: url(../images/rightNavHover.gif);
}

#rightNav li a.contact:hover {
	background-image: url(../images/rightContactHover.gif);
}

#rightNav li a.about:hover {
	background-image: url(../images/rightAboutHover.gif);
}

#leftNav li a.selected {
	background-image: url(../images/leftNavHover.gif);
	background-repeat: no-repeat;
}

#sectionNav li {
	width: 191px;
	margin-bottom: 0px;
	height: auto;
}

#sectionNav ul li ul {
	margin-bottom: 10px;
	margin-top: 0px;
}

#sectionNav ul li ul li {
	height: 12px;
	font-size: 0.9em;
	color: #000066;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#sectionNav li.current {
	background-image: url(../images/sectionNavBackgroundHover.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

#sectionNav li a {
	color: #660033;
	font-weight: bold;
	display: block;
	background-image: url(../images/sectionNavBackground.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	text-transform: none;
	height: auto;
}

#sectionNav li a:hover {
	background-image: url(../images/sectionNavBackgroundHover.gif);
	color: #000066;
}

#sectionNav h2 {
	color: #000066;
	font-weight: normal;
	margin-bottom: 10px;
}

#mainContent a {
	color: #FF00FF;
}

#mainContent ul {
	margin-left: 20px;
}

#mainContent ul li {
	color: #000066;
}

.note {
	font-size: 0.9em;
	font-style: italic;
}

#mainContent img {
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/***** footer styles *****/

.footerLinks {
	width: 850px;
	margin-left: 20px;
	float: left;
	background-color: #000066;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
}

.footerLinks a {
	color: #FFFFFF;
}

.footerLinks a:hover {
	text-decoration: underline;
}