@charset "utf-8";
/* CSS Document */

* { behavior: url(iepngfix.htc); }

html, body, div, span, applet, object, iframe,
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a{
	color: #8B0B04;
}

a:hover{
	color: #ff1111;
}


p{
	padding: 0 0 18px;
}

.red{
	color: #8B0B04;
}

blockquote{
	margin: 0 30px;
}

#intro{
	position: fixed;
	right: 142px;
	bottom: 0;
	z-index: 5;
}

/*---------------------------- STRUCTURE ----------------------------*/

body{
	background: transparent url(../images/main-bg2.jpg) no-repeat scroll top center !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	line-height: 18px;
	min-width: 960px;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	height: auto;
	clear: both;
}

#container{
	background: transparent url(../images/wrapper-bg.jpg) no-repeat scroll top center !important;
	float: left;
	height: 100%;
	width: auto;
	clear: both;
}

#container2{
	/*background: #000 url(../images/container-bg.jpg) repeat-y scroll center top;*/
	width: 960px;
	margin: 0 auto;
	height: 100%;
}

#header{
	width: 960px;
	height: 293px;
	/*clear: both;*/
	float: left;
	/*padding: 0 0 0 1px;*/
}

#scroll{
	width: 620px;
	height: 269px;
	float: left;
	background: #000 url(../images/scroll-bg.jpg) no-repeat center top;
}

#thumb{
	width: 620px;
	height: 269px;
	float: left;
	padding: 0 0 0 1px;
}

.float-right{
	float: right;
	margin: 0;
	padding: 0 0 20px;
}

#content-left{
	float: left;
	height: auto;
	width: 300px;
	padding: 0 0 0 20px;
}

#content-right{
	float: right;
	min-height: 1100px;
	width: 620px;
	padding: 0;
}

#content-right ul{
	padding: 0 0 0 30px;
	margin: 0 0 18px 0;
}

#content-right ol{
	padding: 0 0 0 30px;
	margin: 0 0 18px 0;
}

#content-right-holder{
	float: left;
	width: 580px;
	padding: 30px 20px 0;
}

.quote{
	background: url(../images/quote-top.jpg) no-repeat scroll left top ;
	width: 500px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}

.quote2{
	background: url(../images/quote-top.jpg) no-repeat scroll left top ;
	width: 550px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}

.quote-content{
	background: url(../images/quote-bottom.jpg) no-repeat scroll right 75%;
	width: auto;
	text-align: center;
	font-size: 13px;
	color: #222222;
	font-weight: bold;
	text-transform: uppercase;
}

#legal-glossary{
	height: 500px;
	width: 580px;
	overflow: auto;
	margin: 0 0 40px;
}

#site-map{
	margin: 0 auto;
	width: 500px;
	padding: 0 0 0 0;
	float: left;
}

.searchBox{
	float: left;
}

/*---------------------------- END STRUCTURE ----------------------------*/

/*---------------------------- H TAGS ----------------------------*/

h1{
	background: url(../images/h1-bg.jpg) no-repeat scroll left top;
	font-size: 28px;
	color: #8b0b04;
	float: left;
	margin: 0;
	padding: 0 0 2px 62px;
	height: 30px;
	line-height: 30px;
	width: 518px;
	text-decoration: none;
	letter-spacing: -1px;
}

h2{
	background: url(../images/h1-bg.jpg) no-repeat scroll left -32px;
	font-size: 16px;
	color: #222;
	float: left;
	margin: 0;
	padding: 0 0 10px 62px;
	height: 25px; 
	line-height: 15px;
	width: 518px;
	text-decoration: none;
}

h3{
	background: url(../images/h3-bg.jpg) no-repeat scroll left -7px;
	width: 580px;
	/*height: 36px;*/
	float: left;
	color: #8b0b04;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 24px;
	margin: 10px 0 0;
}

h3 a{
	text-decoration: none;
}

.h3-link{
	color: #8B0B04;
	text-decoration: none;
}
.h3-link a:hover{
	color: #ff1111;
	text-decoration: none;
}

/*---------------------------- END H TAGS ----------------------------*/

/*---------------------------- TOP NAV ----------------------------*/

#nav{
	float: right;
	height: 19px;
	width: auto;
	color: #fff;
	font-size: 18px;
	padding: 15px 20px 0 0;
	margin: 0;
}

#nav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#nav li{
	display:inline;
	float:left;
	margin:0 0 0 25px;
}

#nav a{
	color: #fff;
	text-decoration: none;
}

#nav a:hover{
	color: #ff1111;
}


/*---------------------------- END TOP NAV ----------------------------*/

/*-------------------------SMALL FORM--------------------------------*/
#form{
	width: 250px;
	height: 257px;
	padding: 0;
	margin: 102px 0 0 25px;
}

.form-title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 38px 0 0 20px;
}

.form-text{
	/*font-family: "Lucida Sans Unicode", "Times New Roman", serif;*/
	font-size: 11px;
	color: #ffffff;
	line-height: 11px;
	margin: 0;
	padding: 0 0 8px 5px;
}

.smallForm {
	clear:both;
	float:left;
	height:200px;
	margin: 0;
	padding:0 0 30px;
	width:255px;
}
.smallForm .formInput, .smallForm select {
	display:block;
	font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size:12px;
	height:18px;
	margin:0;
	padding:0 0 0 5px;
	text-align:left;
	width:243px;
	text-transform: uppercase;
	color: #8B0B04;
	border: #fff;
	border-style: none;
}
.smallForm textarea {
	font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size:12px;
	height:60px;
	margin:0;
	padding:0 0 0 5px;
	text-align:left;
	width:243px;
	text-transform: uppercase;
	color: #8B0B04;
	border: #fff;
	border-style: none;
}
.smallForm .formButton {
	background: url(../images/submit.jpg) no-repeat scroll  center 2px;
	color:#ffffff;
	cursor:pointer;
	font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size:22px;
	text-transform: uppercase;
	font-weight: bold;
	height:35px;
	margin:3px 0 0;
	padding:0;
	width:250px;
	border: none;
	float: left;
}
.smallForm .formButton:hover {
	color:#9C9C9C;
}
.smallForm p {
	margin:0;
	padding: 0 0 1px;
}

/*-------------------------END SMALL FORM--------------------------------*/

/*-------------------------PRACTICE AREAS / HOT TOPICS--------------------------------*/

#practice-hot-holder{
	width: 300px;
	float: left;
	padding: 20px 0 0 0;
}

#practice{
	width: 142px;
	float: left;
}

#hot{
	width: 142px;
	float: right;
}

.practice-title{
	background: url(../images/practice-title.jpg) no-repeat scroll left 25px;
	height: 30px;
	width: 142px;
	float: left;
	font-size: 19px;
	font-weight: bold;
	font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;
	color: #fff;
	letter-spacing: -1px;
}

#practice-hot-holder ul{
	float: left;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#practice-hot-holder li{
	background: url(../images/list-bg.png) no-repeat left 7px;
	padding: 0 0 5px 12px;
	margin: 0;
}

#practice-hot-holder li a{
	color: #fff;
	text-decoration: none;
}

#practice-hot-holder li a:hover{
	color: #fff;
	text-decoration: underline;
}

/*-------------------------END PRACTICE AREAS / HOT TOPICS--------------------------------*/

/*-------------------------ATTORNEYS--------------------------------*/

#attorneys-holder{
	width: 300px;
	float: left;
	padding: 20px 0 0 0;
}

#attorneys{
	width: 300px;
	float: left;
}

.attorneys-title{
	background: url(../images/attorneys-title.jpg) no-repeat scroll left 25px;
	height: 30px;
	width: 300px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;
	color: #fff;
	letter-spacing: -1px;
}

#attorneys-holder ul{
	float: left;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#attorneys-holder li{
	background: url(../images/list-bg.png) no-repeat left 7px;
	padding: 0 0 5px 12px;
	margin: 0;
	font-size: 14px;
}

#attorneys-holder li a{
	color: #fff;
	text-decoration: none;
}

#attorneys-holder li a:hover{
	color: #fff;
	text-decoration: underline;
}

/*-------------------------END PRACTICE AREAS / HOT TOPICS--------------------------------*/


/*-------------------------LOCATIONS--------------------------------*/

.email{
	margin: 20px 0 0 0;
}

#locations{
	background: url(../images/location.png) no-repeat scroll left top;
	width: 300px;
	height: 179px;
	float:left;
	margin: 20px 0 0 0;
}

#locations-contact{
	width: 300px;
	height: 179px;
}

#locations-contact a{
	text-decoration: none;
}

.locations-title{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 0 5px;
	float: left;
	width: 285px;
}

.locations-subtitle{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0 0;
	color: #8b0b04;
	width: 130px;
	float: left;
}

.location-text{
	width: 130px;
	height: auto;
	font-size: 12px;
	float: left;
	padding: 15px 0 0 5px; 
}

.location-text2{
	width: 135px;
	height: auto;
	font-size: 12px;
	float: right;
	padding: 15px 10px 0 0; 
}

/*-------------------------END LOCATIONS--------------------------------*/

/*-------------------------SEARCH--------------------------------*/

#search{
	background: url(../images/search3.png) no-repeat scroll left top;
	float: left;
	height: 130px;
	width: 300px;
	padding: 32px 0 0 5px;
	margin: 50px 0 0;
}

.search-title{
	font-size: 20px;
	color: #fff;
}

#searchBtn{
	/*background: #e21b1b;*/
	background: url(../images/search-btn.jpg) no-repeat scroll left top;
	font-size: 18px;
	color: #ffffff;
	float: left;
	width: 38px;
	height: 23;
	line-height: 18px;
	margin: 12px 0 0;
	padding: 0;
	cursor: pointer;
	clear: left;
}

#searchBtn:hover{
	color: #000000;
}

.searchForm {
	float: left;
	font-size: 18px;
	height: 23px;
	margin: 1px 0 0 ;
	padding: 0;
	width: 200px;
	border-style: none;
	border-color: #fff;
}


/*-------------------------END SEARCH-------------------------------*/

/*-------------------------FOOTER--------------------------------*/
#footer{
	background:url(../images/footer-bg2.png) no-repeat scroll right top ;
	height: 151px;
	width: 960px;
	float: right;
	/*clear: both;
	margin: 0 auto;*/
	
}

#footer2{
	background: #000 url(../images/footer-bg.jpg) repeat-y left top;
	height: 100px;
	width: 100%;
	padding: 25px 0 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	clear: both;
	float: left;
	bottom: -100%;
}

#footer2 a{
	color: #fff;
	text-decoration: none;
}

#footer2 a:hover{
	text-decoration: underline;
}





#bookmarks{
	/*float: right;*/
	text-align: center;
	width: 160px;
	height: 20px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#bookmarks p{
	margin: 0;
	padding: 0;
}

#bookmarks b{
	display: none;
}
.socialImg {
	margin-right: 5px;
}
.mapHolder {
	float: right;
	width: 120px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}



/*-------------------------END FOOTER--------------------------------*/



/*---------------------------------------BIG FORM--------------------------------------------*/

/*controls the long form formatting */
	
#divDisclaimer{
	/*float: left;*/
	padding: 25px 0 0 0;
	width: 500px;
	margin: 0px;
	clear:both;
}

#divDisclaimer p{
	width: 450px;
	clear:both;
}

#divLeft{
	float: left;
	width: 275px;
	height: 600px;
	margin: 0px;
	padding: 0px;
}

#divRight{
	float: left;
	width: 140px;
	height: 0px;
	/*height: 125px;*/
	margin: 0px;
	padding: 0px;
}


.bigForm {
	/*float: left;*/
	margin: 0;
	padding: 0;
	width: auto;

}

.bigForm .formInput, .bigForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	border: 1px solid #999999;
	text-align: left;
	width: 230px;
	height: 18px;
	padding: 2px 0 0 4px;
	margin:0;
	display: block;
	
	}

.bigForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #999999;
	text-align: left;
	width: 230px;
	height: 75px;
	padding: 0px;
	margin: 0;
}

.bigForm .formButton  {
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	background-color:#235d8f;
	color: #fff;
	margin: 10px 0 0 0px;
	padding: 0;
	height: 50px;
	width: 300px;
	background: url(../images/submit-button.jpg) left top no-repeat;
	border: none;
	display: block;
	cursor: pointer;
}

.bigForm .formButton:hover{
	color: #ffff00;
}

.bigForm p {
	padding: 5px 0 5px 0;
	margin: 0;
	width: 250px;
}
/*---------------------------------------END BIG FORM--------------------------------------------*/

a#facebook{
		background:url("../images/facebook.png") no-repeat 0 0;
		text-indent:-9999px;
		display:block;
		width:139px;
		height:18px;
		margin:10px 0 0;
		float:left;
		}	
	a#facebook:hover{background:url("../images/facebook.png") no-repeat 0 -18px;}
	a#twitter{
		background:url("../images/twitter.png") no-repeat 0 0;
		text-indent:-9999px;
		display:block;
		width:139px;
		height:18px;
		margin:10px 0 0 20px;
		float:left;
		}	
	a#twitter:hover{background:url("../images/twitter.png") no-repeat 0 -18px;}


/*-------------------------IE6 FIX--------------------------------*/

*html #container{
	background: none;
	width: 960px;
	margin: 0 auto;
	height: 0;
	clear: both;
}

*html #practice-hot-holder li{
	background: none;
	padding: 0;
	width: auto;
	margin: 0;
}

/*-------------------------END IE6 FIX--------------------------------*/
