/*
Author: PGH Design
Author URI: http://www.pghdesign.com/
*/



body{
	background: #FFFFFF url(images/bg.jpg) repeat top left fixed;
}

#container {
	position: absolute; 
	overflow: hidden; 
	left: 20px; 
	top: 20px; 
	width: 713px; 
	height: 690px; 
	border: #E7E7E7 2px solid; 
	background-color: #FFFFFF;
}

#topline {
	position: absolute; 
	overflow: hidden; 
	left: 20px; 
	top: 110px; 
	width: 673px; 
	height: 6px; 
	background-color: #68858B;
}

#toplogo {
	position: absolute; 
	color: #005F55;
	font-family: 'Verdana';
	left: 20px; 
	top: 5px; 
	font-size: 25px;
}

#contentwrap {
	position: absolute; 
	overflow: hidden; 
	left: 343px; 
	top: 160px; 
	width: 348px; 
	height: 456px; 
	border: #9BC4D1 1px solid; 
	background-color: #CDE3EA;
}

#contentline {
	position: absolute; 
	overflow: hidden; 
	left: 348px; 
	top: 192px; 
	width: 340px; 
	height: 20px;
}

#sidebar {
 	position:absolute; 
 	overflow:hidden; 
 	left:20px; 
 	top:160px; 
 	width:316px; 
 	height:456px; 
 	border:#87A7AC 1px solid;
}


#content {
	text-align: justify;
	position: absolute;
	overflow: hidden;
	left: 352px;
	top: 180px;
	width: 332px;
	height: 450px;
	color: #347172;
	font-size: 11px;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
}

#content table, ul, li{
	font-size: 11px;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
	color: #347172;
}

#footer {
	position: absolute; 
	overflow: hidden; 
	left: 20px; 
	top: 625px; 
	width: 672px; 
	height: 35px; 
	border: #BBCED8 1px solid; 
	background-color: #D2E0E7;
}

#footertext {
	position: absolute; 
	overflow: hidden; 
	left: 30px; 
	top: 635px; 
	width: 656px; 
	height: 35px;
}

div, ul, ol {
 	margin-top: 0px;
 	margin-bottom: 0px;
}

a.style1:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.style1:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.style1:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.style1:hover {
	color: #E7E7E7;
	text-decoration: none;
}

.h2 {
	font-size: 8px;
}

.h4 {
	font-size: 11px;
	font-family: 'Verdana';
	font-style: normal;
	font-weight: normal;
}

.wpmd {
	font-size: 12px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: normal;
}

.tdleft {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

.tdright {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	width: 100px;
}

a:link {
	color: #68858B;
	text-decoration: none;
}

a:visited {
	color: #68858B;
	text-decoration: none;
}

a:active {
	color: #68858B;
	text-decoration: none;
}

a:hover {
	color: #68858B;
	text-decoration: underline;
}

form {
	margin: 0px;
}

.inputbox {
	width: 200px;
	height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	border: 1px solid #C8C8EC;
	background: #ffffff;
}

.textbox {
	width: 200px;
	height: 100px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	border: 1px solid #C8C8EC;
	background: #ffffff;
}

.captcha {
	height: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	border: 1px solid #C8C8EC;
	background: #CDE3EA;
}

.button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	border: 1px solid #C8C8EC;
	background: #ffffff;
}

#navbar {
	background: #8CAAB0;
	position: absolute;
	left: 20px;
	top: 118px;
	width: 674px;
	height: 35px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a, #nav a:visited {
	background: #8CAAB0 right;
	color: #FFFFFF;
	display: block;
    font-weight: bold;
   	text-transform: uppercase;
    margin: 0px;
	padding: 11px 17px 10px 15px;
	border-right: 1px solid #FFFFFF;
	width: 101.7px;
	text-align: center;
	}
	
#nav a:hover {
	background: #68858B right;
	color: #FFFFFF;
    margin: 0px;
	padding: 11px 17px 10px 15px;
	text-decoration: none;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #4776C5;
	width: 150px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #6E94D2;
	border-left: 1px solid #6E94D2;
	border-right: 1px solid #6E94D2;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #799CD6;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

