@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

html, body, form, fieldset, table, li {
	font: 100%/120% "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
}

#header {
	background: url(/img/header.jpg) repeat-x;
	width: 100%;
	border-bottom: #000 solid 1px;
}

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent url(/img/navRow.jpg) top left repeat-x;
	width: 100%;
	height: 20px;
	border-bottom: #000 solid 1px;
	margin:0;
}

#nav li {
	position:absolute;
	display:inline;
	list-style: none;
	top:0px;
	}

#nav li a {
	display:block;
	height:20px;
	text-decoration:none;
	position:relative;
	}

#nav li a span {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	height:1px;
	width:1px;
	overflow:hidden;
	}

#nav li a:hover, #nav li a:focus, #nav li a:active {
	background-position:0% -40px;
}

#nav li a.current {
	background-position:0% -20px;
}

#home a {
	left:200px;
	width:58px;
	background-image:url(img/nav/home.jpg);
}

#services a {
	left:259px;
	width:117px;
	background-image:url(img/nav/services.jpg);
}

#newsletter a {
	left:377px;
	width:136px;
	background-image:url(/img/nav/newsletter.jpg);
}

#athome a {
	left:514px;
	width:93px;
	background-image:url(/img/nav/athome.jpg);
}

#resources a {
	left:608px;
	width:196px;
	background-image:url(img/nav/resources.jpg);
}

#contact a {
	left:805px;
	width:97px;
	background-image:url(img/nav/contact.jpg);
}

#login {
	position: absolute;
	left: 903px;
	top: 88px;
	width: 70px;
	height: 10px;
}

#currentBar {
	position: absolute;
	top: 88px;
	left: 0px;
	width: 902px;
	height: 29px;
	background: url(/img/currentBack.jpg) repeat-x;
	border-bottom: #000 solid 1px;
	border-right: #000 solid 1px;	
}

#currentBar img {
	float:left;	
	margin-left:18px;
}

#currentBar #searchform {
	float:right;
	padding-right:10px;
}

#currentBar #searchform label {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#currentBar #searchform input {
	vertical-align:middle;
}

#submenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: auto;
}

#submenu h2 {
	color: #FFFFFF;
	margin: 10px 0 -6px 5px;
}

#submenu ul {
	margin: 10px 0;
	width: 200px;
	background: url(/img/submenulist.jpg) top left no-repeat;	
	border-top: #fff 1px solid;
}

#submenu ul li {
	list-style-type: none;
	border-bottom: #fff 1px solid;
	line-height:1em;
	color: #333;
	padding:4px 0;
}

#submenu ul li.active {
	background-image: url(/img/submenucurrent.jpg);
	background-repeat: no-repeat;
}

#submenu ul li a {
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
}

#subextras {
	text-align:center;
}

#content {
	position: relative;
	top: 29px;
	left: 0px;
	width: 902px;
	min-height: 360px;
	height: 100%;
	background: url(/img/subMenu.jpg) repeat-y;
	bottom: 0px;
	font-size:.7em;
}

#text {
	position: relative;
	top: 0px;
	left: 200px;
	padding: 10px;
	width: 682px;
	height: auto !important;
	height: 360px;
	min-height: 360px;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
}

#texthome {
	float:left;
	width: 361px;
	height: auto !important;
	height:360px;
	min-height: 360px;
	border-right: #000 solid 1px;
	margin:-10px 0 0px 0;
}

#rightcolumn {
	float:left;
	margin:-9px -10px 0px -1px;
	border-left: #000 solid 1px;
	height: auto !important;
	height:360px;
	min-height: 360px;
}

#topimage {
	margin:0px;
} 

#topcontent {
	margin:0px;
	padding:0 5px;
	width:318px;
} 

#newslettermasthead {
	width:330px;
	border-bottom:1px solid #000;
	padding:3px 0;
	text-align:center;
	margin:0 -5px 0 -5px;
}

#tip {
	width:320px;
	padding:5px;
	border-top: #000 solid 1px;
	margin:0;
}

#news {
	margin:0px -10px -10px -10px;
	border-top:#000 solid 1px;
	clear:both;
	padding:5px;
}

#footer {
	clear:both;
	width:893px;
	height: 45px;
	padding: 5px;
	background: #fff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #555;
	margin: 6px 0 7px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #555;
	margin: 6px 0 7px 0px;
}

h3, label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #666;
	margin:8px 0 3px 0;
}

h4 {
	font-size:1em;
}

.tableholder {
	width: 90%;
}

.tableholder td, .tableholder th {
	padding: 5px;
	border: solid 1px #000000;
	color: #333;
	margin:6px 0 6px 0;
	line-height:1.375em;
}

p, td {
	color: #333;
	margin:6px 0;
	line-height:1.375em;
}

ul, ol {
	color: #333;
	margin-left: 20px;
	margin-right: 20px;
}

ol li {
	margin-left: 10px;
	margin-bottom: 5px;
}

img {
	border: 0;
}

.left {
	 float: left; 
	 margin-right: 20px;
}

.right {
	 float: right; 
	 margin-left: 10px;
	 margin-right: 5px;
}

.rssicon {
	float:right;
	display:block;
	margin:-20px 5px 3px 3px;
}

#contactform input, #contactform textarea {
	margin:4px 0 2px 20px;
}

a {
	color: #0F2D4B;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

a:visited, a:active {
	color: #0F2D4B;
}

.sidebarad {
	color:#fff;
	border:1px solid white;
	margin:3px;
	padding:2px;
}

.sidebarad a {
	color:#fff;
}