@charset "UTF-8";
body {
	background-color: #999999;
}
img {border: 0px;
}
img a {border: none;}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(assets/background-images/bggrad2.jpg);
	/*background-repeat:repeat;*/
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #007f99;
}
a:link {
	text-decoration: none;
	color: #007f99;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}

.headnav a {
	font-family: Ariel, Helvetica, sans-serif;
	color: #FFFFFF;
	padding:3px 5px 3px 5px; 
}
.headnav a:link {
	text-decoration: none;
	padding:3px 5px 3px 5px; 
}
.headnav a:visited {
	text-decoration: none;
	padding:1px 5px 3px 5px; 
	color: #000000;
}
.headnav a:hover {
	text-decoration: none;
	color: #336666;
	background-color:#FFFFFF;
	padding:3px 5px 3px 5px; 
}
.headnav a:active {
	text-decoration:underline;
	padding:3px 5px 3px 5px; 
}
/*start link syles for side nav*/
#sidenav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #10709F;
	font-weight: bold;
}
#sidenav a:link {
	text-decoration: none;
}
#sidenav a:visited {
	text-decoration: none;
	color: #000000;
}
#sidenav a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:#007f99;
	padding:1px 5px 3px 5px ;
}
#sidenav a:active {
	text-decoration: none;
	background-color:#007f99;
	}
/*end link styles for side nav*/
.footnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.footnav a:link {
	text-decoration: none;
}
.footnav a:visited {
	text-decoration: none;
	color: #000000;
}
.footnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.footnav a:active {
	text-decoration:underline;
}

#header {
	background-color: #007f99;
	height: 125px;
	width: 1000px;
}

#logo {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 235px;
	float: left;
	color: #FFFFFF;
}
#topright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	margin-top:15px;
	margin-right:15px;
	line-height:15px;
	float:right;
	text-align: center;
	height: 60px;
	width: 700px;
	
}

#topnav{
	height: 25px;
	width: 765px;
	float: left;
	padding-top: 20px;
}

ul.headnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
	width: 1000px;
	list-style-type: none;
	margin-left: 20px;
	color: #FFFFFF;	
}

ul.headnav li{
font-size: 16px;
color: #FFFFFF;
text-decoration:none;
display:inline;
border-right:solid white 2px; 
padding-right:10px;
}

#banner {
	background-image: url(assets/background-images/grad2gif.gif);
	background-repeat: repeat-x;
	height: 261px;
	width: 1000px;
}

#bannerleft {
	height: 261px;
	width: 650px;
	float: left;
	}
	
#bannerleft p{
	font-size: 16px;
	color: #000000;
	/*margin: 10px 10px 50px 20px;*/
	text-align:center;
	width: 550px;
	margin-left: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 35px;
	line-height: 20px;
}

.actionbut {
	width:180px;
	height:60px;
	float: left;
	margin-left:150px;
	border: none;
	}
	
.actionbut a:link {
	text-decoration: none;
	border: none;
}
.actionbut a:visited {
	text-decoration: none;
	color: #000000;
}
.actionbut a:hover {
	text-decoration: none;
	border: none;
	
}
.actionbut a:active {
	text-decoration: none;
	border: none;
}
.actionbut2 {
	width:180px;
	height:60px;
	float: left;
	margin-left:10px;
	border: none;
	}
	
.actionbut2 a:link {
	text-decoration: none;
	border: none;
}
.actionbut2 a:visited {
	text-decoration: none;
	color: #000000;
}
.actionbut2 a:hover {
	text-decoration: none;
	border: none;
}
.actionbut2 a:active {
	text-decoration: none;
	border: none;
}


#bannerright {
	height: 261px;
	width: 300px;
	float: right;
	margin-right: 10px;
	
}


#content {
	overflow:hidden;
	min-height:474px;
	/*hack for IE*/height:auto !important;height:474px;
	width: 1000px;
	
	
}
#sidenav {
	float: left;
	height: 475px;
	/*height: 444px; adjusted height for inner pages*/
	width: 147px;
	border: 3px solid #007f99;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#sidenav img {
	margin-top: 38px;
}

/*added by monique*/
#content #sidenav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007f99;
	text-align: center;
	margin: 0px;
	padding: 10px;
	list-style-type: none;
	line-height: 16px;
}
#content #sidenav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007f99;
	text-align: center;
	margin: 0px;
	list-style-type: none;
	line-height: 16px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#content #sidenav li {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/*end*/
#contentbox {
	float: left;
	width: 780px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	border: 3px solid #007f99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:#FBFAF9;
	overflow: hidden;
	min-height:435px;
	/*hack for IE*/height:auto !important;height:435px;
	}
#contentbox	p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	}
	
	#contentbox	h4{
	font-family:  Georgia, "Lucida Sans", Verdana, sans-serif;
	color:#10709F;
	font-size: 17px;
	text-align: center;
	font-style: normal;
	text-decoration:none;
	}

/*omit for inner pages
#box1 {
	float: left;
	width: 384px;
	margin-right: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336660;
	height: 212px;
}
#box2 {
	float: left;
	width: 384px;
	height: 212px;
	margin-left: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336660;
	
}
#box3 {
	float: left;
	width: 245px;
	height: 200px;
	margin-top:20px;
	margin-right: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336660;
	
}
#box4 {
	float: left;
	width: 249px;
	height: 200px;
	margin-top:20px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336660;
	
}
#box5 {
	float: left;
	width: 246px;
	height: 200px;
	margin-top:20px;
	margin-left: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336660;
	
}
 */

#footer {
background-color:#007f99;
width:1000px;
min-height: 200px;
float:left;
}

ul.footnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
	width: 840px;
	list-style-type: none;
	margin-left:60px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:60px;
	text-align: center;
	float: left;	
}
ul.footnav img{
	margin: 0 10px 0 10px;
}
ul.footnav li{
font-size: 13px;
line-height:10px;
color:#000000;
display: inline;
border-right:solid white 2px; 
padding-right:10px;
}


/*styles for the banner text*/
.style1 {
	font-size: 28px;
	line-height: 42px;
	font-family: Georgia, "Lucida Sans", Verdana, sans-serif;
	
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
		
}
/*.agencies {
	width: 219px;
	margin: 0 10px 0 10px;
	float: left;
	border:solid 1px;
	font-size: 11px;
	
}
#content #footer span {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

