﻿body{background: #000F48 url(images/bodybg.jpg) repeat-x top left; height:100%; font-family: Helvetica, Verdana, sans-serif;}
html{height:100%;}
#main{margin:0 auto 0px auto; width:780px;float:none;min-height:100%;
 text-align:left;padding-bottom:40px; }
#search { margin: 2px 5px 3px 0; text-align:right; }
p{margin: 12px;}
a:link {
color: #0052A7;
}
a:visited {
color: #6100AC;
}
a:hover {
color: #900101;
}
.back-home {
font-size: 80%;
}

.srtext {background: #142567 url(images/search_bg.jpg) no-repeat left 50%; 
width: 183px; color:#888888; padding: 3px 0 3px 17px; border:0px; font-size:76%; }
.button{padding: 0px 0 3px 0; display:inline;}
#flash{background: url(images/flash.jpg) no-repeat top;}
#container{
border:1px solid #B3BDE0;
border-top:none; 
float:none; 
width:778px;
background: url(images/container_bg.jpg) repeat-y top; }
#mainbox{border:1px solid #fff; border-bottom:0px; height:100%;}
#leftbox{background: #ededed url(images/leftbox_bg.jpg) repeat-x bottom; width:207px; padding-bottom: 40px; }
h1{background: #DBDBDB url(images/header_bg.jpg) repeat-x bottom; text-transform:capitalize;
font-size: 120%; font-weight:normal; color:#001153; font-style:italic;font-family:Trebuchet MS;padding: 5px 20px; border-bottom:1px solid #D14E46;}
#rtbox {background: #F5F5F5 url(images/rtbox_bg.jpg) repeat-x bottom; }

#content {color:#2D2C2C; font-size: 78%; padding: 20px;line-height:1.6; font-family: Verdana, Helvetica, sans-serif; }
#content p{margin:0 0 15px 0; padding:0;}
#content ul {margin: 15px 20px; padding: 0;}
#content ul ul ul {margin: 0 0 0 20px; padding: 0;}
#content ul ul {margin: 3px 0 6px 20px; padding: 0;}
#content h2{margin: 10px 0; font-size:130%; }

#leftnav ul li{border:1px solid #5772D9; border-top:none; list-style:none;}
#leftnav ul li a{
display:block; 
padding: 3px 3px 3px 15px; color:#fff; 
background:  #213DAB url(images/leftnav_bg.jpg) no-repeat left top;
text-transform:uppercase; 
width:187px; text-decoration:none;
font-size: 70%;}
#leftnav ul li a:hover{background: #8AA6F9 url(images/leftnav_bg-o.jpg) no-repeat left top;}



ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#navigation li { 
	
	position: relative;
	float: left;
	border:1px solid #5772D9; border-top:none; list-style:none;
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}
ul#navigation a {
		display:block; 
padding: 5px 3px 4px 15px; color:#fff; 
background:  #213DAB url(images/leftnav_bg.jpg) no-repeat left top;
text-transform:uppercase; 
width:187px; text-decoration:none;
font-size: 78%;line-height : 1.2em;
font-weight: bold;
}
* html ul#navigation a {
height: 1%;
}

* html ul#navigation a {
 width:205px;/*for ie5.x win */
 w\idth:187px;/*for ie6*/
 }
ul#navigation a:hover {
	color: #000;
	background: #8AA6F9 url(images/leftnav_bg-o.jpg) no-repeat left top;
}

ul#navigation li ul li {
	position: relative;z-index: 100;border: none;
}

* html ul#navigation li ul li {
	float: left;
}
ul#navigation li li a {
	border:1px solid #5772D9; border-top:none; list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 77%;
	}

ul#navigation li li a:visited {
	border:1px solid #5772D9; border-top:none; list-style:none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 77%;
	}



ul#navigation li ul {
	position : absolute;
	left: -999em;
	z-index: 100;float: left;
	border-top:1px solid #5772D9; 
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: -2px;
	margin-left: 100%;
}


#legal_box{background: url(images/legal_news_bg.jpg) repeat-y bottom; margin: 15px 0; line-height:1.3}
#award_box{background: url(images/cleint_award_bg.jpg) repeat-y bottom; margin: 15px 0;}
#award_txt{background: url(images/cleint_awardbt.jpg) no-repeat bottom;text-align:center;padding: 0 8px 40px 8px; }
#legal_txt{background: url(images/legal_news_bt.jpg) no-repeat bottom; padding: 0 8px 20px 8px;}
#award_txt, #legal_txt{ color:#505050; font-size: 70%;}
#award_txt a, #legal_txt a{color:#15549A; display:block;}
#award_txt a:hover, #legal_txt a:hover{color:#900101;}

/*PRACTICE AREAS NAV START*/
.practice-areas {
	width: 540px;
	height: 141px;
	background: #001256;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.practice-areas .col {
	float: left;
	width: 167px;
	height: 121px;
	background: url('images/pa-bg.png') no-repeat 0 0;
	margin: 10px 5px;
	padding: 0;
}
.practice-areas .first {
	margin-left: 9px;
}
.practice-areas .col h2 {
	font: bold 14px Verdana;
	color: #cf8401;
	margin: 5px 10px 0;
	text-shadow: #fff 0px 1px 0px;
}
.practice-areas .col h2 a, 
.practice-areas .col h2 a:hover {
	color: #cf8401;
	text-decoration: none;
}
.practice-areas .col ul {
	list-style: none;
	margin: 0 5px;
	padding: 0 0 0 15px;
}
.practice-areas .col ul li {
	background: url('images/arrow.png') no-repeat 0 3px;
	padding: 0 15px;
	line-height: 12px;
}
.practice-areas .col ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
}
.practice-areas .col ul li a:hover {
	text-decoration: underline;
	color: #000;
}
/*PRACTICE AREAS NAV END*/

/*NEW CONTACT FORM START*/
#content .inner-contact {
	float: right;
	background: url('images/contactform-bg.png') no-repeat 0 0;
	margin: 5px;
	height: 310px;
	width: 204px;
}
#content .inner-contact h2 {
	color: #ffb900;
	font-size: 1.2em;
	margin: 10px 13px 0;
	padding: 0;
}
#content .inner-contact em {
	font-size: 0.7em;
	color: #fff;
	margin: 0 13px;
	padding: 0;
	display: block;
	letter-spacing: 0.75px;
	line-height: 13px;
}
#content .inner-contact input[type="text"] {
	width: 164px;
	height: 15px;
	border: 1px solid #213daa;
	margin: 4px 13px;
	padding: 5px;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 12px;
}
#content .inner-contact textarea {
	width: 164px;
	height: 80px;
	border: 1px solid #213daa;
	margin: 4px 13px;
	padding: 5px;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 12px;
}
#content .inner-contact input.hidden {
	display: none;
}
#content .inner-contact .submit {
	width: 176px;
	height: 27px;
	background: url('images/submit-btn.png') no-repeat 0 0;
	margin: 4px 13px;
	padding: 0;
	cursor: pointer;
}
#content .inner-contact input[type="submit"] {
	text-indent: -9999px;
	background: none;
	border: none;
}
/*NEW CONTACT FORM END*/

#q_form {float:right; background: url(images/quickcontact_bg.jpg) repeat-y bottom; margin: 5px;}
#q_form div{background: url(images/quickcontact_bt.jpg) no-repeat bottom; padding: 5px 8px 30px 13px;}

.contact {
	color: #00104D;	
	text-align: left;
	font-size: 90%; font-weight:bold;
	}
.form {
	color: #000000;
	width: 171px;
	font-size: 11px;
	border: 1px solid #B9B9B9;
}

#flashcontent {background: url(images/flash_frame1.jpg) no-repeat top; width:778; height: 57;}

#footer{background: url(images/footer_bg.jpg) no-repeat top;
padding: 45px 0px 20px; width:750px; 
text-align:center; color:#DADADA; }
#footer p {margin:0; line-height:20px; font-size: 70%;}
#footer span {
	font-size: 70%;
}
#footer a {color:#F8B919;}
#footer a:hover {color:#F4F223;}

/*FOOTER PRACTICE AREAS NAV START*/
#footer .practice-areas-footer {
	width: 735px;
	height: 151px;
	margin: 0 0 18px 5px;
	padding: 0;
	overflow: hidden;
}
#footer .practice-areas-footer .col {
	float: left;
	width: 176px;
	height: 151px;
	background: url('images/pa-footer-bg.png') no-repeat 0 0;
	margin-left: 10px;
	padding: 0;
}
#footer .practice-areas-footer .first {
	margin-left: 0;
}
#footer .practice-areas-footer .col h2 {
	font: bold 14px Verdana;
	color: #000f48;
	margin: 5px 10px 2px;
	text-shadow: #fff 0px 1px 0px;
	text-align: left;
}
#footer .practice-areas-footer .col h2 a, 
#footer .practice-areas-footer .col h2 a:hover {
	color: #000f48;
	text-decoration: none;
}
#footer .practice-areas-footer .col p {
	font-size: 0.7em;
	margin: 0 0 5px 10px;
	color: #000;
	text-align: left;
	line-height: 18px;
}
#footer .practice-areas-footer .col ul {
	list-style: none;
	margin: 0 5px;
	padding: 0 0 0 15px;
	text-align: left;
}
#footer .practice-areas-footer .col ul li {
	background: url('images/arrow.png') no-repeat 0 4px;
	padding: 0 10px 0 15px;
	text-align: left;
	line-height: 14px;
}
#footer .practice-areas-footer .col ul li a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
	text-align: left;
}
#footer .practice-areas-footer .col ul li a:hover {
	text-decoration: underline;
	color: #000;
}
/*FOOTER PRACTICE AREAS NAV END*/

ol {margin: 25px;}


* html ul#personalinjurynav a {
 width:200px;/*for ie5.x win */
 w\idth:187px;/*for ie6*/
 }
ul#personalinjurynav a:hover {
	color: #000;
	background: #8AA6F9 url(images/submenu_back.jpg) no-repeat left top;
}

ul#personalinjurynav li ul li {
	color:#000;
	position: relative;z-index: 100;border: none;
	background: #8AA6F9 url(images/submenu_back.jpg) no-repeat left top;
}

* html ul#personalinjurynav li ul li {
	float: left;
}
ul#personalinjurynav li li a {
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 77%;
	}

ul#personalinjurynav li li a:visited {
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 77%;
	}



ul#personalinjurynav li ul {
	z-index: 100;float: left;
}
#personalinjurynav li:hover ul ul, #personalinjurynav li.sfhover ul ul {
}

#call {
	position: absolute;
	margin: 215px 0 0 700px;
	width: 151px;
	z-index: 900;
}

#featured-sites {
	width: 735px;
	padding: 10px 0px 0px 15px;
	height: 151px;
	background: url(images/belt-law-featured-sites.png) no-repeat;
}
#featured-sites .thumbnails {
	float:left;
	margin: 2px 10px 0px 0px;
}
#featured-sites span {
	width: 111px;
	margin: 2px 10px 0px 0px;
	display:block;
	float:left;
}
.facebook {
	margin:18px 0 0 10px;
	font-size: 12px;
}
.facebook img {
	float:left;
	margin-right: 4px;
}