/* styles */

body {
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	background:#f8f8f8; 
/*	background:#666; */
	margin:0px;
	color:#51544b; }

img {
	border:0px;
	margin:0;
	padding:0; }

div#top_shadow {
	background:url(/images/shadow_top_original.png) no-repeat bottom center;
	text-align:center;
	width:908px; 
	height:3px;
	margin:20px auto 0px auto; }

div#bottom_shadow {
	background:url(/images/shadow_bottom_original.png) no-repeat top center;
	text-align:center;
	width:908px; 
	height:3px;
	margin:0px auto 10px auto; }
	
div#container {
	text-align:left;
	width:900px;
	background:url(/images/background_original.png) top left repeat-y #fbfbfb;
	margin:0pt auto;
	padding:0pt 4px; }

div#header {
	background:url(/images/header_background_100px.png) bottom right no-repeat #fff;
	height:100px;
	width:900px; }

div#logo {
	float:left;
	width:380px;
	height:98px; }

div#nav {
	float:right;
	position:relative;
	top:64px;
/*	left:400px; */
	right:56px;
	background:#fff;
	width:444px;
	height:27px;
	}

/* content */

div#content {
	padding:0;
	margin:0;
	text-align:left;}

div#leftcol {
	float:left;
	padding:20px 5px 50px 20px;
	width:480px; 
	border-right:thin dotted #ccc;
	text-align:left;
	margin:0; }

div#rightcol {
	padding:20px 0 0 0;
	float:right;
	width:390px;
	margin:0; 
	text-align:left;
	}

#footer {
	margin:10px auto 20px auto; 
	width:900px; }
	
#certifications {
	width:900px;
	margin:10px auto 20px auto; }	

#certifications img {
	margin:auto 30px; }

	
.small {
	font:9px/12px helvetica, arial, sans-serif; }
	
.gray { 
	font:11px/15px Helvetica, Arial, sans-serif; 
	color: #7f7f7f; }

.bluehead { 
	font: 20px/22px arial, sans-serif;
	font-weight:bold; 
	color: #0060ae; }

.medium {
	font-size:12px;
	line-height:23px; }
	
.title { 
	font:bold 20px/20px arial, sans-serif; 
	color:#474942; } 

.copy { 
	font:12px/12px arial, sans-serif;  }


/* link coloring */
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline; }

a:hover {
	color: #ffcc00;
	text-decoration: none; }
	
a.gray, a.gray:link, a.gry:visited, a.gry:active {
		color: #7f7f7f;
		text-decoration: underline; }

a.gray:hover {
		color: #fff;
		background-color: #7f7f7f;
		text-decoration: none; }