/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	list-style-type:none;
	margin:0; /* settings for this demo only */
	padding:0;
}
#menu li {display:block; float:left; position:relative; z-index:999;}
#menu li span {
	display:block;
	z-index:999;
	padding: 5px 18px;
	font-size:15px;
	font-variant: small-caps;
}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dt {
	margin:0;
	font-size: 15px;
	border-bottom:1px solid #111;
	float:left;
	font-variant: small-caps;
}
#menu dd {
	display:none;
	background: transparent;
	border-bottom:1px solid #666;
	clear:left;
	margin:0;
	padding:0;
	color: #fff;
	font-size: smaller;
	text-align:left;
	font-variant: small-caps;
}
#menu dt a, #menu dt a:visited {display:block; color:#fff; padding: 5px 18px; text-decoration:none;}
#menu dd a, #menu dd a:visited {background:#252525; color:#FFF; text-decoration:none; display:block; padding: 5px 10px;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border-bottom:2px solid #0060A8;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #0060A8; color:#FFF;}

/* ================================================================ */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	color: #EEE;
}
body a { color: white; }

#container {
	height:auto!important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	display: block;
	width: 950px;
	background: url(images/bg3.png) repeat-y center top;
	padding: 0px 20px;
}
#header {
	background-color: #000000;
	background-image: url(images/head_graphic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 950px;
	float: left;
	margin: 0px;
}
#navspacer {
	background: url(images/navbar_grad.gif);
	height: 27px;
	width: 950px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #111;
}
#left_col {
	float: left;
	width: 180px;
	height:auto!important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:440px;
	display: block;
	margin: 0px;
	clear: left;
	padding: 10px;
	background: url(images/main_grad.gif) repeat-x top;
}
#front_center {
	height: 100%;
	width: 366px;
	float: left;
	display: block;
	overflow: visible;
	border-left: 2px solid #222;
	margin: 0px auto 10px;
	padding: 10px 30px 100px;
	border-right: 2px solid #222;
	background: url(images/main_grad.gif) repeat-x top;
}
#front_center p {
	text-align: justify;
	text-indent: 1.4em;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}
#inter_center {
	height: auto;
	width: 670px;
	float: left;
	display: block;
	overflow: visible;
	margin: 10px;
	padding: 30px;
	border-top: 1px solid #0060A8;
	background: url(images/main_grad.gif) repeat-x top;
	min-height: 440px;
}
#inter_catylist {
	height: 1000px;
	width: 730px;
	float: left;
	display: block;
	margin: 10px;
	border-top: 1px solid #0060A8;
	padding-bottom: 20px;
	background: transparent url(images/ajax-loader.gif) no-repeat center 150px;
	overflow: visible;
}
#inter_center p {
	text-align: justify;
	text-indent: 1.4em;
	margin: 0px;
	padding: 0px 15px 5px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#inter_center table tr td {
	padding: 10px;
	font-size: 12px;
}
#footer {
	margin:0 auto; /* center, not in IE5 */
	display: block;
	width: 950px;
	background: url(images/bg3.png) repeat-y center top;
	padding: 20px 20px 10px;
	text-align: center;
	font-size: 0.7em;
}
#svn_ani {
	display: block;
	background-color: #000000;
	text-align: center;
	height: 156px;
	width: 364px;
	padding: 0px;
	margin: 20px auto 30px;
}
.left_box {
	padding: 7px;
	margin-bottom: 20px;
	font-size: 0.7em;
	border-top: 3px solid #0060A8;
	border-bottom: 1px solid #333;
	background: #231F20 url(images/footer_grad.jpg) repeat-x top;
}
#nav_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav_box li a {
	list-style: none;
	text-indent: 5px;
	padding: 2px;
	background: #333;
	display: block;
	padding: 2px;
	margin-bottom: 1px;
	text-decoration: none;
	}
#nav_box li a:hover{
	background: #DDD;
	color: #111;
}
#left_col h3 {
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 1.3em;
	font-weight: bold;
}
#topbar {
	background-color: #0060A8;
	display: block;
	margin: auto;
	height: 6px;
}
.breaker{
		clear:both;
		font-size:1px;
}
.topnav {
	font-size: 9px;
	position: relative;
	left: 500px;
	width: auto;
	top: 20px;
}
.biopic {
	border: thin groove #333333;
	float: left;
	clear: both;
	padding: 2px;
	margin-right: 10px;
	margin-top: 28px;
}
#bios p {
	margin: 0px auto 1px;
	padding: 5px 16px 10px;
	background: #222222;
	position: relative;
	float: left;
	width: 400px;
	text-indent: 0px;
	font: 0.7em Georgia, "Times New Roman", Times, serif;
}
#bios h4 {
	float: left;
	font-variant: small-caps;
	margin: 0px;
	padding: 30px 0px 10px;
	clear: right;
	letter-spacing: 1px;
}
#bios {
	width: 550px;
	margin: 0px 30px;
	padding: 0px;
}
#inter_center h1 {
	font-size: 1.35em;
	font-variant: small-caps;
	margin: 0px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	color: #C9E4FC;
	padding-left: 14px;
}
#inter_center h2 {
	font-size: 1.1em;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
.lg_biopic {
	float: right;
	margin: 0px 15px 10px 20px;
	clear: right;
	border: thin ridge #222222;
}
#inter_center h3 {
	font-size: 1em;
	margin: 0px 0px 15px;
	padding: 0px;
	color: #FFFFEC;
}
#contact {
	float: right;
	clear: right;
	margin: 0px 15px 15px 20px;
	width: 225px;
}
#contact td {
	vertical-align: top;
	padding: 3px 7px;
	font-size: 11px;
	background: #222;
}
#bios h5 {
	display: block;
	float: left;
	clear: left;
}
#biolist ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 5px 25px;
	display: block;
	color: #EEE;
	margin: 0px 0px 15px 10px;
}
#biolist ul li {
	list-style: circle;
	font-size: .8em;
	margin-bottom: 5px;
}
#cov ul {
	margin: 10px auto;
	padding: 0px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}
#cov ul li {
	background: #111;
	margin: 0px 60px 0px 10px;
	padding: 10px 40px 6px;
	list-style: none outside;
}
#clientlist ul {
	list-style: none;
	display: block;
	padding: 15px;
	margin: 0px 25px 50px;
	background: #FFF;
	text-align: center;
	vertical-align: top;
	float: left;
}
#clientlist ul li {
	display: inline;
	font-size: 0.7em;
	color: #333333;
	margin: 0px;
	padding: 10px;
}
#clientlist ul li img {
	display: inline;
	padding: 10px;
}
#footer hr {
	color:#444;
	height:1px;
	width: 950px;
}
.costar {
	font-size: 11px;
	text-align: center;
	margin: 0px auto 15px;
	padding: 0px;
	font-style: italic;
}
#catalyst {
	width: 300px;
	float: left;
	padding: 10px;
	margin: 0px auto;
	font-size: 11px;
	vertical-align: top;
	background: url(images/main_grad.gif) repeat-x top;
}
#catalyst .listing-title {
	font-weight: bold;
	font-size: larger;
	line-height: 20px;
	text-decoration: none;
	margin: 5px 0px;
}
#catalyst span {
	color: #CCCCCC;
	font-variant: small-caps;
}
#catalyst td {
	vertical-align: top;
}
#catalyst table tr td img {
	border: 1px solid #CCCCCC;
	margin: 0px 10px 0px 0px;
}
#catalyst .listing-info {
	background: #222;
	border: 1px solid #333;
	padding: 6px;
	width: 150px;
}
#mapframe {
	float: right;
	clear: none;
}
#reports img {
	margin: 7px;
}
#container #inter_center #sitemap ul {
	list-style: none;
	font-size: 17px;
	margin-bottom: 12px;
	margin-left: 50px;
}
#container #inter_center #sitemap ul li {
	margin: 5px;
}
#container #inter_center #sitemap ul ul {
	list-style: none;
	font-size: smaller;
	margin-left: 30px;
}
#services ul {
	list-style: square inside;
	color: #FFFFFF;
	margin: 0px 200px 20px 75px;
	padding: 3px;
	font-size: 14px;
}
#services li {
	margin: 1px;
	background: #151515;
	padding: 10px 20px;
}
#inter_center h4 { color: #C9E4FC; }
