/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
body {
	background: #BADFDF;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
/* links */
#footer a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a.hover {
	color: #008F8F;
}
a, a:visited {	
	color: #336699; 
	background: inherit;
	text-decoration: underline;		
}
#partners a {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#main h2 {
	font: bold 18px "Trebuchet MS";
	padding-bottom: 8px;
	color: #006666;
	padding-top: 8px;
}
a:hover {
	color: #07386A;
	padding-bottom: 0;	

/* layout */
}
#wrap {
	margin: 0px auto;
	width: 900px;
	position: relative;
	background: #FFFFFF url(images/wrap_bknd.jpg) repeat-y left;
	overflow: hidden;
}
#header {
	height: 153px;
	width: 900px;
	position: relative;
	background: url(images/header.jpg) no-repeat;
}
#logo {
	position: absolute;
	z-index: 300;
	left: 86px;
	top: 24px;
}
#navbar {
	float: left;
	height: 52px;
	width: 900px;
	position: relative;
	background: #006666;
}
#contactimg {
	position: absolute;
	z-index: 400;
	left: 795px;
	top: 17px;
}
#main {
	background: #FFFFFF;
	float: left;
	height: 100%;
	position: relative;
	border-right: 1px solid #FFFFFF;
	width: 585px;
	padding: 50px 30px 20px 60px;
}
#intro {
	background: #003060 url(images/intro.gif) no-repeat;
	float: right;
	height: 119px;
	width: 212px;
	position: relative;
	border-top: 1px solid #FFFFFF;
	clear: right;
	padding-right: 10px;
}
#sidebar {
	background: #99cccc url(images/arrow_btm.gif) no-repeat bottom;
	float: right;
	height: 100%;
	width: 216px;
	position: relative;
	border-top: 1px solid #FFFFFF;
	clear: right;
	padding-right: 6px;
	padding-bottom: 20px;
}
#footer {
	height: 118px;
	width: 900px;
	background: url(images/footer.jpg) repeat-x;
	clear: both;
	float: left;

/* navigation */
}
#navbar ul {
	float: left;
	list-style: none;
	background: url(images/nav_blu.gif) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 20px;
	height: 52px;
	display: inline;
	text-transform: uppercase;
}
#navbar ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navbar ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 16px;
	border-left: 1px solid #213D5B;
	border-bottom: none;
	color: #FFFFFF;
	font: normal 12px/50px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#navbar ul li a:hover, 
#navbar ul li a:active {
	color: #FFFFFF;
	background: url(images/nav_grn.gif) repeat-x;	

}
#navbar ul li#current a {	
	background: url(images/nav_grn.gif) repeat-x;		
}
#footer p {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 60px;

}
#sidebar p {
	font: normal 12px/1.5em "Trebuchet MS";
	color: #000000;
	padding: 0px 10px 4px 20px;
}
#sidebar h1 {
	font: bold 20px "Trebuchet MS";
	padding-top: 10px;
	padding-left: 20px;
	color: #003366;
}
#sidebar h2 {
	font: bold 16px "Trebuchet MS";
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;	
	color: #006666;
}	

/* intro */
#intro p {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 10px 4px 20px;
}
#intro h1 {
	padding: 10px 10px 0px 20px;
	color: #009999;
	letter-spacing: -1px;
	font: bold 20px "Trebuchet MS";
}
#intro a {
	color: #FFFFFF;

/* main */
}
#main p {
	color: #000000;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	padding: 0px 0px 6px;
}
#main h1 {
	font: 32px "Trebuchet MS";
	padding-left: 0px;
	color: #032649;
	padding-bottom: 3px;
}
.floatleft {
    float:left;
    padding: 0px 8px 8px 0px;
}
.floatright {
    float: right;
    padding: 0px 0px 8px 8px;
