@charset "utf-8";
/* CSS Document */

/*-------------------------------------Rest-------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}




/*-------------------------------------Common Elements-------------------------------------*/

body {
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#435465;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#FFFFFF;
	}
	
img {display:block;}

.clear {clear:both;}

.container {
	position:relative;
	clear:both;
	width:1001px;
	margin-left:auto;
	margin-right:auto;
	}
	
h1 {
	font-size:1.1em;
	font-weight:bolder;
	color:#00acc0;
	background-image:url(images/bubble_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:20px 0 20px 60px;
	}
	
h2 {
	font-size:1em;
	font-weight:bolder;
	color:#00acc0;
	}
	
	
h3 {
	font-size:1.5em;
	color:#00acc0;
	font-weight:bolder;
	text-align:right;
	}
	
h4 {
	font-size:.7em;
	color:#142739;
	text-align:right;
	margin:0;
	padding:0 5px 5px 0;
	}
	
h5 {
	font-size:.9em;
	color:#0099CC;
	}
	

.splashpage {
	margin-left:auto;
	margin-right:auto;
	width:300px;
	}	

.splashpage a {color:#00a2ff; text-decoration:underline;}	
.splashpage a:hover {color:#999999; text-decoration:underline;}
.splashpage a:visited {color:#00a2ff; text-decoration:none;}


/*-------------------------------------Div 1-------------------------------------*/

.div1 {
	clear:both;
	width:1001px; height:205px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.logo {
	float:left;
	margin:5px 0 0 10px;
	}
	
.tagline {
	float:right;
	margin:30px 40px 0 0;
	width:670px;
	}
	
	.tagline P {
		text-align:right;
		}





/*-------------------------------------Div 2-------------------------------------*/

.div2 {
	clear:both;
	background-color:#112435;
	}
	
.floatybubbles {
	position:absolute;
	left: 0px;
	top: 140px;
	}
	
.menucontainer {
	float:left;
	background-image:url(images/menu_background.png);
	width:186px; height:440px;
	background-color:#d3e2f1;
	}
	
.navlist {
	padding-left: 0;
	margin: 50px 0 0 5px;
	width:150px;
	}
	
	.navlist li {
		list-style: none;
		text-align:right;
		margin: 0.25em 0.25em 0 0.25em;
		padding: 0.25em 0.25em 0 0.25em;
		font-size:.9em;
		font-weight:bold;
		}
		
	.navlist li a {text-decoration:none; color:#142739;}
	.navlist li a:hover {text-decoration:none; color:#999999;}
	.navlist li a:visited {text-decoration:none; color:#142739;}
	
.contentcontainer {
	float:right;
	background-color:#112435;
	width:815px;
	position:relative;
	}
	
.indexcopy {
	position:absolute;
	width:700px;
	left: 70px;
	top: 8px;
	}
	
.secondarycopy {
	float:left;
	width:700px;
	margin:15px 0 20px 55px;
	padding-left:15px;
	}
	
	.secondarycopy a {text-decoration:underline; color:#00acc0;}
	.secondarycopy a:visited {text-decoration:underline; color:#00acc0;}
	.secondarycopy a:hover {text-decoration:none; color:#FFFFFF;}
	
.leftmenu {
	float:left;
	width:300px;
	}
	
.rightmenu {
	float:right;
	width:300px;
	}
	
.featurecontainer {
	float:left;
	width:202px;
	padding:60px 0 10px 70px;
	text-align:left;
	}
	
	.featurecontainer a {text-decoration:underline; color:#00acc0;}
	.featurecontainer a:visited {text-decoration:underline; color:#00acc0;}
	.featurecontainer a:hover {text-decoration:none; color:#FFFFFF;}
	
.featurecontainertwo {
	float:left;
	width:202px;
	padding:60px 0 10px 40px;
	text-align:left;
	}

	.featurecontainertwo a {text-decoration:underline; color:#00acc0;}
	.featurecontainertwo a:visited {text-decoration:underline; color:#00acc0;}
	.featurecontainertwo a:hover {text-decoration:none; color:#FFFFFF;}
	

/*-------------------------------------Div 3-------------------------------------*/

.div3 {
	clear:both;
	background-image:url(images/footer_shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	width:1001px;
	margin-left:auto;
	margin-right:auto;
	}
	
	.div3 p {font-size:.7em;}
	.div3 a {color:#FFFFFF; text-decoration:none;}
	.div3 a:hover {color:#999999; text-decoration:underline;}
	.div3 a:visited {color:#FFFFFF; text-decoration:none;}
	
.footerleft {
	float:left;
	margin:10px 0 20px 187px;
	}
	
.footerright {
	float:right;
	margin:10px 0 0 0;
	}

