@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, ifr ame, 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, dd, dl, dt, li, ol, ul,
fi eldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	background: none;
}

body {
	background-color:#103468;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	text-align:center;
}
p {
	padding-bottom:10px;
}
h1 {
	color:#103466;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
h1.contact {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}
h2.contact {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:0px;
}
.bullet {
	color:#103466;
	font-weight:bold;
}
a.mail {
	color:#ffffff;
}
a.mailGray {
	color:#333333;
}

/* outside container and drop shadows */
div.mainCont {
	width:764px;
	height:auto;
	margin:10px auto 30px auto;
	overflow:hidden;
	text-align:left;
}
div.topDrop {
	width:764px;
	height:7px;
	background-image:url(images/topDrop.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
div.middle {
	background-image:url(images/horiz.jpg);
	background-repeat:repeat-y;
	height:auto;
	width:764px;
}
div.leftDrop {
	width:7px;
	height:536px;
	background-image:url(images/leftDrop.jpg);
	background-repeat:no-repeat;
	float:left;
}
div.rightDrop {
	width:7px;
	height:536px;
	background-image:url(images/rightDrop.jpg);
	background-repeat:no-repeat;
	float:right;
}
div.botDrop {
	width:764px;
	height:13px;
	background-image:url(images/botDrop.jpg);
	background-repeat:no-repeat;
	background-color:#103468;
}

/*========= body content ===========*/
div.content {
	width:748px;
	height:auto;
	background-color:#a4a5a5;
	border:1px #cccccc solid;
	border-bottom:none;
	margin:0px 7px 0px 7px;
}
#header {
	width:748px;
	height:73px;
}
#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:342px;
	height:73px;
	float:left;
}
#nav {
	width:406px;
	height:73px;
	float:left;
}
#navTop {
	background-image:url(images/navtop.jpg);
	background-repeat:no-repeat;
	width:406px;
	height:48px;
}
#buttons {
	width:auto;
	height:25px;
}
#splash {
	background-image:url(images/splash.jpg);
	background-repeat:no-repeat;
	width:748px;
	height:198px;
}
div.mainContent {
	width:718px;
	height:auto;
	border:1px #cccccc solid;
	margin:0px 4px;
	padding:10px;
	overflow:hidden;
}
div.leftCol {
	background-color:#eeeeee;
	width:470px;
	height:auto;
	padding:15px;
	float:left;
}
div.textarea {
	width:470px;
	height:auto;
}
div.rightCol {
	width:218px;
	height:auto;
	float:right;
}	

div .rightCol .imgContainer {
	float:left;
	width:auto;
}

div#privacy {
	background-color:#eeeeee;
	width:520px;
	height:auto;
	margin:10px;
	padding:15px;
}
div.imgContainer {
	border:none;
	float:right;
	margin:0px 0px 0px 10px;
	width:156px;
}
div.contact {
	background-image:url(images/contactBg.jpg);
	background-repeat:repeat-x;
	background-color:#103466;
	width:182px;
	height:auto;
	border:1px #cccccc solid;
	margin:0px 0px 20px 0px;
	padding:10px;
	float:right;
	color:#ffffff;
	overflow:hidden;
}
div#footer {
	color:#ffffff;
	text-align:center;
	background-color:#103466;
}

/*nav buttons*/
ul {
	list-style-type:none;
}
#menu .firm a {
	background: url(images/firm.jpg);
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 88px;
	float:left;
	border: 1px solid #FF0000;
}
#menu .firm a span {
	background: url(images/firm2.jpg) no-repeat;
	cursor: pointer;
	display: block;
	overflow: hidden;
	left: 0;
	position: relative;
	top: 0;
	width: 88px;
	height: 25px;
}
li#firm a:hover span {
	background: url(images/firm2.jpg) no-repeat;
	overflow: hidden;
	height: 25px;
}

#menu .firm {
	background:transparent url(images/firm.jpg) no-repeat scroll;
	overflow: hidden;
	height:25px;
	width:88px;
}
#menu .services a {
	background: url(images/services.jpg);
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 89px;
	float:left;
}
#menu .services a span {
	background: url(images/services2.jpg) no-repeat 0 -25px;
	cursor: pointer;
	display: block;
	height: 25px;
	left: 0;
	position: relative;
	top: 0;
	width: 89px;
}
li#services a:hover span {
	background: url(images/services2.jpg) no-repeat 0 0;
	height: 25px;
}
#menu .services {
	background:transparent url(images/services.jpg) no-repeat scroll 0 0;
	height:25px;
	width:89px;
}
li#bio a {
	background: url(images/bio.jpg);
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 49px;
	float:left;
}
li#bio a span {
	background: url(images/bio2.jpg) no-repeat 0 -25px;
	cursor: pointer;
	display: block;
	height: 25px;
	left: 0;
	position: relative;
	top: 0;
	width: 49px;
}
li#bio a:hover span {
	background: url(images/bio2.jpg) no-repeat 0 0;
}
li#links a {
	background: url(images/links.jpg);
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 67px;
	float:left;
}
li#links a span {
	background: url(images/links2.jpg) no-repeat 0 -25px;
	cursor: pointer;
	display: block;
	height: 25px;
	left: 0;
	position: relative;
	top: 0;
	width: 67px;
}
li#links a:hover span {
	background: url(images/links2.jpg) no-repeat 0 0;
}
li#contact a {
	background: url(images/contact.jpg);
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 109px;
	float:left;
}
li#contact a span {
	background: url(images/contact2.jpg) no-repeat 0 -25px;
	cursor: pointer;
	display: block;
	height: 43px;
	left: 0;
	position: relative;
	top: 0;
	width: 109px;
}
li#contact a:hover span {
	background: url(images/contact2.jpg) no-repeat 0 0;
}
li#firm,bio,services,links,contact a:hover {
	background: 0 0;
}
#menu {
	display:block;
	float:left;
	height:25px;
	padding:0;
	width:auto;
}
#menu li {
	float:left;
	position:relative;
}
#menu a {
	display:block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-1500px;
}
#menu a:hover {
	background-position:left bottom;
}
#menu a:hover span {
	display:block;
}
#menu ul {
	border:none;
	display:none;
	font-size:12px;
	left:0;
	margin:0;
	opacity:0.9;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:25px;
	width:150px;
}
#menu li.hover ul, #menu li:hover ul {
	display:block;
}
#menu ul li {
	clear:both;
	float:none;
	margin-top:1px;
	vertical-align:middle;
	width:100%;
}
#menu ul a {
	background-color:#cccccc;
	color:#333333;
	display:block;
	float:none;
	height:15px;
	line-height:15px;
	padding:4px 7px 2px;
	text-decoration:none;
	text-indent:10px;
	width:100%;
}
#menu ul a:hover, #menu ul .active a {
	background:#103466 none repeat scroll 0 0;
	color:#FFFFFF;
}
.WebDesign {
	display:none;
}

li#bio ul li a
{	
	background:none;
	background-color:#CCCCCC
}