/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #296671; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}


/* ----- typography/positioning ----- */
.content {padding: 0px 15px 0px 15px;}
.welcome {padding: 0px 17px 0px 17px;}
.whatis {padding: 0px 10px 0px 145px;}
.whatothers {padding: 0px 15px 0px 20px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #005667;}
a:visited {text-decoration: none; color: #005667;}
a:hover {text-decoration: underline; color: #005667;}
a:active {text-decoration: none; color: #005667;}

.footer a:link, .copyright a:link {text-decoration: none; color: #fff;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #fff;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #fff;}
.footer a:active, .copyright a:active {text-decoration: none; color: #fff;}


/* ----- backgrounds ----- */
.top {background: url('bg-top.jpg') center top repeat-x;}
.top-l {background: url('top-l.jpg') right top no-repeat;}
.top-r {background: url('top-r.jpg') left top no-repeat;}

.mid {background: url('bg-mid.jpg') center top repeat-x #9bcbd3;}
.mid-l {background: url('mid-l.jpg') right top no-repeat;}
.mid-r {background: url('mid-r.jpg') left top no-repeat;}

.bg-foot {background: url('bg-foot.jpg') center top repeat-x;}

.bg-welcome {background: url('bg-welcome.jpg') left top no-repeat; height:285px;}
.bg-content {background: url('bg-content.jpg') left top no-repeat; height:285px;}
.bg-whatis {background: url('bg-whatis.jpg') left top no-repeat; height:196px;}
.bg-whatothers {background: url('bg-whatothers.jpg') left top no-repeat; height:120px;}


/* ----- other stuff ----- */
.img {border:3px solid #fff;}
#fader {height: 311px; width: 760px; overflow: hidden;}
ul {padding-top:0px;padding-bottom:0px;marging-top:0px;margin-bottom:0px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}

#mainnav img {border:0}
.dropmenudiv {
	background-color:#f6f6f6;
	border:1px solid #ddd;
	border-bottom-width:0;
	line-height:20px;
	margin-left:0px;
	margin-top:-7px;
	position:absolute;
	text-align:left;
	top:0;
	visibility:hidden;
	width:145px;
	z-index:100;
}		
.dropmenudiv a {
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	color:#12355d;
	display:block;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-indent:4px;
	width:auto;
}		
.dropmenudiv a:hover {
	background-color:#fff;
	color:#752a18;
	font-weight:bold;
	text-align:left;
}
* html .dropmenudiv a {width:100%;} /*IE only hack*/
.notop {border-top:0px !important;}