/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: #132857 url(../images/html_bg.jpg) no-repeat left top;
}
	

body {
	background: url(../images/body_bg.jpg) no-repeat right top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
}
h1 {
	color: #990000;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
h2 {
	color: #233e7c;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
h3 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;
}
h4 {
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #AD9D79;
}
a {
	outline: none;
	color: #757b87;
}
.articles {
	color: #000066;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
/* --( Global Styles )-- */
.clear {
	clear: both;
}
.horRule {
	display: block;
	background: url(../images/sep.gif) no-repeat center;
	height: 24px;
}
.center {
	text-align: center;
}

/* --( Site Backgrounds )-- */
#wrap {
	width: 856px;
	margin: 0 auto;
}
#bodyBG {
	background: url(../images/bodyBG.png) repeat-y;
}
#shadowTL {
	background: url(../images/bodyShadowTL.png) no-repeat top left;
}
#shadowTR {
	background: url(../images/bodyShadowTR.png) no-repeat top right;
}
#shadowBL {
	background: url(../images/bodyShadowBL.png) no-repeat bottom left;
}
#shadowBR {
	background: url(../images/bodyShadowBR.png) no-repeat bottom right;
}

/* --( Body Container )-- */
#bodyContainer {
	width: 780px;
	margin: 0 auto;
}

/* --( Header )--*/
#header {
	height: 79px;
	background: url(../images/headerBG.gif) repeat-x bottom;
}
#header h3 {
	margin: 0;
	float: left;
	width: 202px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 18px;
	font-style: italic;
}
#header p {
	float: right;
	text-align: right;
	margin: 12px 0 0;
	color: #f7f7f7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-right: 25px;
}
#header p a { color: #f7f7f7; }
h1 {
	margin: 13px 0 0 18px;
	padding: 0;
	font-size: 12px;
	float: left;
}
h1 a {
	display: block;
	text-indent: -3000px;
	background: url(../images/logo.gif) no-repeat;
	height: 60px;
	width: 336px;
}
#navWrap {
	float: left;
	text-align: right;
	background: url(../images/navBG.gif) repeat-x 0px 0px;
	margin: 0 auto;
	padding: 0;
}
#navWrap h3 {
	display: none;
}
#nav1 {
	height: 38px;
}
#nav1 ul {
	width: 150px;
	margin: 0;
	padding: 0;
	float: right;
}
#nav1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav1 ul li span {
	display: block;
	float: left;
	background: url(../images/vertDot.gif) repeat-y top left;
}
#nav1 ul li a {
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
#nav1 ul li.home a {
	background-image: url(../images/iconHome.gif);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	padding-left: 20px;
	padding-right: 8px;
}
#nav1 ul li.contact a {
	background-image: url(../images/iconContact.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-left: 24px;
	padding-right: 11px;
}
#nav1 ul li a:hover {
	text-decoration: underline;
	
}
#nav1 ul li.phone span {
	color: #CFDEE7;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 8px;
	background: none;
}
#navWrap ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 780px;
}
#navWrap ul li {
	display: inline;
}
#navWrap ul li a {
	direction: block;
	float: left;
	color: #f5f5f5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0 13px;
	line-height: 35px;
	text-decoration: none;
}
#navWrap ul li a:hover {
	background: url(../images/navBG2.gif) repeat-x 0px 1px;
}
#navWrap .sep {
	float: left;
	width: 2px;
	height: 35px;
	background: url(../images/navSep.gif) no-repeat 0px 0px;
}
/* --( Page Header )-- */
#pageGraph p {
	margin: 0;
}

/* --( Content )-- */
#contentWrap {
	padding: 25px;
	background: url(../images/contentShadow.gif) repeat-x 0px 0px;
	clear: left;
	line-height: 2;
}
#contentWrap li {
	list-style-type:disc;
}
#contentWrap p span {
	font-size: 17px;
}
/* --( Homepage Text Content )-- */
	#contentWrap .content {
		float: left;
		width: 457px;
	}
	* html #contentWrap .content { /* IE 6 HACK */
		padding-bottom: 25px;
	}

/* --( Sidebar )-- */
	#sidebar {
		float: right;
		margin: 36px 0 0;
		color: #f5f5f5;
		padding: 0;
		width: 247px;
		background: url(../images/sidebar_bg.gif) repeat-y;
	}
	#sidebar h3 {
		background: url(../images/sidebar_head.gif) no-repeat;
		line-height: 65px;
		color: #fffffe;
		font-size: 2em;
		margin: 0;
		text-align: center;
	}
	#sidebar span {
		display: block;
		height: 12px;
		background: url(../images/sidebar_foot.gif) no-repeat;
	}
	#sidebar p {
		padding: 0 15px;
	} 
	#sidebar dl {
		padding: 0 15px;
	}
	#sidebar dt {
		font-family: "Times New Roman", Times, serif;
		color: #eee;
		font-size: 18px;
	}
	#sidebar h4 {
		font-family: "Times New Roman", Times, serif;
		color: #484663;
		font-size: 18px;
	}
	#sidebar dd {
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 18px;
	}
	#sidebar dd ul {
		padding-left: 20px;
		margin-left: 0;
	}
	#sidebar dd p {
		background: url(../images/bullett.gif) no-repeat left 6px;
	}
	
/* --( About Styles )-- */
	#contentWrap .pic {
		float: right;
		width: 247px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	#contentWrap .about .content h3 {
		margin: 0;
	}
	
/* --( Links Page Styes )-- */
	#contentWrap .content ul.links li {
		line-height: 1;
		margin-bottom: .75em;
	}
/* --( Contact Styles )-- */
	#contentWrap .contact .content {
		width: 100%;
	}
	#contentWrap .contact .content  h3 {
		margin: 0;
	}

/* --( Instrument Styles )-- */
	#contentWrap .instruments .content {
		width: 100%;
	}
	#contentWrap .instruments .content .instrument_listing {
		clear: left;
	}
	#contentWrap .instruments .content .instrument_pic {
		margin: 0 0 15px 0;
		float: right;
	}
	* html #contentWrap .instruments .content .instrument_pic { /* IE 6 HACK */
		width: 236px;
	}
	#contentWrap .instruments .content .instrument_description {
		float: left;
		clear: right;
		width: 457px;
	}
	#contentWrap .instruments .content .horRule {
		padding: 25px 0;
	}
	#contentWrap .instruments .content .instrument_description h3, #contentWrap .instruments .content .instrument_description h4 {
		margin: 0;
	}
/* --( Contact Form )-- */
#contact {
	float: left;
	width: 447px;
	background: #f7f7f7 url(../images/contact-cap_head.gif) no-repeat 0px 0px;
	padding-top: 16px;
}
#contact form {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding: 9px;
}
#contact label {
	float: left;
	display: block;
	width: 6em;
	color: #333;
	clear: left;
	margin-bottom: .75em;
}
#contact input {
	float: left;
	width: 9em;
	background: #fdfdfd;
	border: 1px solid #eee;
}
#contact textarea {
	display: block;
	border: 1px solid #eee;
	background: #fdfdfd;
}
#contact div {
	float: right;
	margin-top: -54px;
}
#contact #submit {
	float: right;
	background: #757b87;
	display: block;
	color: #f7f7f7; 
	width: inherit;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	margin-top: 9px;
}
#contact div label { margin-bottom: 0; }
#contact .foot {
	background: url(../images/contact-cap_foot.gif) no-repeat 0px 0px;
	display: block;
	height: 8px;
}

/* --( Footer )-- */
#footer {
	text-align: center;
	background: #fff url(../images/footerBG.gif) repeat-x bottom center;
	padding: 0 0 26px;
	color: #7584a2;
	font-size: 11px;
	margin: 0 auto;
	width: 780px;
	height: 116px;
}
#footer a {
	color: #9199a9;
}
#footer h3 {
	display: none;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footer ul li a {
	color: #9199a9;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p.copyright {
	margin-top: 6px;
}
#footer span#footerSep {
	display: block;
	height: 8px;
	background: url(../images/dotSep.gif) no-repeat top center;
	padding-bottom: 18px;
}
#login {
	margin-right: 4px;
	float:right;
}
.bodyimg {
padding: 7px;
}

#MB_window {
color:#000000;
}

#MB_window {
text-align:left;
}

#MB_overlay[id] {
position:fixed;
}

#MB_overlay {
background-color:#000000 !important;
height:100%;
left:0;
margin:auto;
position:absolute;
top:0;
width:100%;
z-index:9999;
}
#MB_header {
background-color:#DDDDDD;
border-bottom:1px solid #CCCCCC;
}

#MB_header {
height:28px;
margin:0;
}
element.style {
bottom:0;
}
#MB_frame {
background-color:#EFEFEF;
height:100%;
position:relative;
}
#map {
	float:right;
	width: 245px;
	}
#sidebar ul {
	list-style-position:inside;
	margin-left:20px;
	
padding:0;
	font-size:13px;
}
#sidebar a {
	color:#ffffff;
}
#sidebar a:hover {
	color:#CFCFCF;
}
#contentWrap p.attorneys {
	font-size:18px;
	margin:0;
}
#contentWrap a:hover {
	color:#333;
}
