/* CSS Reset html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}img{display:block;margin:0px;} */

html {
	background: #eeeeee;
}

body {
	margin: 0;
	background: #eeeeee;
	text-align: center;
}

#header {
	width: 950px; 
	margin: 0px auto;
}
	#headspace {
		background: #000 url('images/header-background.gif'); 
		height: 120px; 
		position: relative;
	}

	#logo {
		position: absolute; 
		top: 16px; left: 40px;
	}
	
		#logo img {
			width: 200px; 
			height: 85px; 
			border: 0px;
		}
		
		#address {
			position: absolute; 
			right: 40px; 
			bottom: 17px; 
			text-align: right; 
			color: #ffffff;
		}

#content {
	padding: 20px 0px; 
	width: 950px; 
	margin: 0px auto; 
	text-align:left;
	background: #ffffff; 
	color:#003175;
}

	#content #left {
		width: 200px; 
		float: left; 
		text-align: center;
	}
	
	#content #right {
		width:700px; 
		float: left; 
		padding: 0px 35px 40px 15px;
	}
	
		#content #right img.page_image {
			width: 250px; 
			float: right; 
			margin: 0px 0px 10px 20px;
		}
		

#footer {
	text-align: left;
	width: 910px; 
	margin: 0 20px;
}

#footer a {
	color:#003d7d;	
}

#footer a:hover {
	color: #666;
}

#footer h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* Homepage */

a.feature_button {
	display: block; 
	position: absolute; 
	bottom: 5px; 
	right: 5px; 
	background: #0068a0; 
	color: #ffffff;
	padding: 3px 15px;
}

	a.feature_button:hover {
		color: #ffffff;
	}

/* News */

div#news_archives {
	width: 190px;
	margin: 0 0 45px 10px;
	text-align: left;
}

	div#news_archives h2 {
		font-size: 14px;
		color: #003175;
		text-align: left;
	}
	
	div#news_archives ul, div#news_archives ul li {
		list-style: none;
		margin: 4px 0px;
		padding: 0px;
	}

/* Son of suckerfish */

#menu {
	height: 42px;
	width: 950px;
	background: #ffffff url('images/menu-background-new.gif');
	border-top:solid 1px #8ba7ba;
	z-index:99;
	position: relative;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
}

#menu li { /* all list items */
	float: left;
	/* width: 10em; /* width needed or else Opera goes nuts */ 
}

	#menu li a {
		text-transform: uppercase;
	}

#menu li ul { /* second-level lists */
	position: absolute;
	/*width: 133px;*/
	width: 157px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

	#menu li ul li {
		/*width: 135px;*/
		width: 159px;
	}

	#menu li ul a {
		/*width: 133px;*/
		width: 157px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
		vertical-align: middle;
		border: 0px;
		background:#003d7d;
		color:#ffffff;
		cursor:pointer;
		text-transform: none;
	}

	#menu li ul li a:hover {
		background: #0068a0;
	}


#menu li:hover, #menu li.hover {  
	position: static;  
}  
   
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu a {
	color:#003175;
	display: block;
	
	/*width: 133px;*/
	
	width: 157px;
	height: 42px;
	font-size: 13px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #dae7ed;
	cursor:pointer;
}

#menu a:hover {
	background: #ffffff url('images/menu-background-new-reverse.gif');
}

#menu a.current {
	background:#ffffff;
}

.clear { clear: both; overflow: hidden; height: 0px; _height: 1px; }



/* !Forms elements */

input {
	vertical-align: middle;
}

.stdform {
	margin: 4px 0px;
	padding: 4px;
	border: solid 1px #bbbbbb;
	width: 250px;

	color: #8093a1;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.2px;
}

img {
	border: 0px;
}