/* CSS Document */
body {
	background-color: #c0c0c0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .5em;
}
#outerwrap {
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bgshadow.gif) repeat-y;
}
#wrapper {
	background: url(images/contentbg.gif) repeat-y;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #150085;
}
#headbar {
	float: left;
	width: 197px;
	color: #fff;
	background: transparent;
	font-size: 90%;
}
#headbar div { padding: 5px 2px 0 5px; }
#headbar a {
	color: #fff;
	background-color: transparent;
	
}
#email { display: block; padding-top: 6px; }
#toprow {
	float: right;
	width: 585px;
	height: 100px;
	background: url(images/headerbg.gif) repeat-x;
}
#logo { padding: 5px 0 0 0;}
#tagline {padding-left: 7px;}
#navrow {
	clear: both;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	width: 785px;
	color: #fff;
	background-color: #150085;
	font-weight: bold;
	font-size: 110%;
}
#navrow a {padding-right: 20px;}
#navrow div { padding: 2px 2px 2px 5px;}
#services { margin-right: 120px; }

#navrow a:link, #navrow a:visited {
	color: #fff;
	background-color: #150085;
	text-decoration: none;
}
#navrow a:hover {text-decoration: underline;}
#navrow a.navactive:link, #navrow a.navactive:visited {
	color: #FFFF66;
	background-color: transparent;
}
#servbar {
	float: left;
	width: 197px;
	color: #fff;
	background: url(images/servicesbg.jpg) no-repeat;
	line-height:1.5em;
	font-weight:bold;
}
#servbar div {
	padding: 7px 1px 2px 5px;
}
#servbar a:link, #servbar a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#servbar a:hover {
	text-decoration: underline;
	color:#FFFF33;
	background-color: transparent;
	}
#servbar a.navactive:link, #servbar a.navactive:visited {
	color: #FFFF66;
	background-color: transparent;
}
#content {
	float: right;
	width: 580px;
	
}
#content div {
	padding: 3px 5px 3px 0;
}
#content p {margin-top:0;
line-height: 1.3em;
}
.imgbrdr {
	border: 1px solid #446d8c;
	margin: 0 4px;
}
#footer {
	clear: both;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	color: #fff;
	background: url(images/footerbg.gif) repeat-x;
	font-size: 75%;
	margin-bottom: 0;
}
#footer div {padding: 2px 1px 0px 5px;}
#footer a:link, #footer a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover {text-decoration:underline;}
#d3web {
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 0;
	font-size: 85%;
}