@charset "utf-8";

@import url();

/*----------------------------------*/
/*            PNG fix               */
/*----------------------------------*/
img, div { behavior: url(../iepngfix.htc) }

/*----------------------------------*/
/*          Style Reset             */
/*----------------------------------*/
* 	{margin: 0; padding: 0;}
*	{outline: none;}

/*----------------------------------*/
/*         Universal Tags           */
/*----------------------------------*/
body {
	background: url(../images/bg.jpg) no-repeat center top;
	background-color: #272727;
	font-family:Arial,sans serif;
	font-size: 12px;
	line-height: 18px;
}

body.sub {
	background: url(../images/bg-sub.jpg) no-repeat center top;
	background-color: #272727;
	font-family:Arial,sans serif;
	font-size: 14px;
	line-height: 18px;
}

body.sub p{
	line-height: 24px;
}

img {border: 0;}
a{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #E51937;
	text-decoration: none;
}
p{
	line-height: 18px;
	padding: 0 0 20px 0;
}
ul{
	line-height: 18px;
	padding: 0 0 20px 30px;
}
ol{
	line-height: 18px;
	padding: 0 0 40px 30px;
}
table{margin: 0 0 40px;}
blockquote {
	font-weight:bold;
	font-size:16px;
	margin: 20px 0;
	padding: 10px;
}

.last{
	padding: 0 0 40px 0;
}

ul.last{
	padding: 0 0 40px 30px;
}

iframe{
	border: none;
}

/*----------------------------------*/
/*              H TAGS              */
/*----------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family: Arial, sans-serif;
	color:#222222;
	}
h1{
	color: #222222;
	font-size: 24px;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 24px;
}

h1 sup{font-size: 18px;}

#content-left h1{
	color: #222222;
	font-size: 32px;
	font-weight:bold;
	letter-spacing: -1px;
	line-height: 38px;
}

h2{
	color: #ce1a33;
	font-weight:normal;
	font-size: 18px;
	margin:0 0 20px;
}

#content-left h2{
	color: #ce1a33;
	font-weight:normal;
	font-size: 22px;
	margin:0 0 20px;
}
h3{
	color:#CE1A33;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 20px;
}

h3 a{
	font-weight:normal;
	padding: 0 0 2px;
}
h3 a:hover{color: #C09617;}

h4{
	color:#CE1A33;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 0 20px;
}

h4 a{
	font-weight:normal;
	padding: 0 0 2px;
}
h4 a:hover{color: #C09617;}


/*----------------------------------*/
/*       GLOBAL POSITIONING         */
/*----------------------------------*/

#container{
	width: 1000px;
	margin:0 auto;
}

#header{
	background: url(../images/header2.jpg) no-repeat left top;
	height: 455px;
	width:1000px;
	float:left;
}

#header-sub{
	background: url(../images/header-sub2.jpg) no-repeat left top;
	height: 455px;
	width:1000px;
	float:left;
	margin: 0 0 30px;
}

#content{
	width: 960px;
	margin: 0 auto;
}

#content-top{
	float:left;
	margin:0 auto 70px 10px;
	width:960px;
}

#content-middle{
	float: left;
	width: 890px;
	margin:0 0 40px 33px;
}

#content-bottom{
	float: left;
	width: 890px;
	margin: 0 0 80px 33px;
}

#content-full-top{
	background: url(../images/content-top.png) no-repeat top left;
	width: 960px;
	height: 36px;
	clear: both;
}

#content-full-bottom{
	background: url(../images/content-bottom.png) no-repeat top left;
	width: 960px;
	height: 36px;
	clear: both;
	margin: 0 0 40px 0;
}

#content-full{
	background: #ffffff;
	float: left;
	width: 960px;
	height: auto !important;
	height: 800px;
	min-height: 800px;
}

#content-left{
	width: 490px;
	float: left;
	margin: 0 0 0 40px;
}

#content-right{
	background: url(../images/content-right.jpg) no-repeat left top;
	float: right;
	width: 398px;
	height: auto !important;
	height: 800px;
	min-height: 800px;
	margin: 0;
}

#content-right-inside{
	background: url(../images/content-right-bg.jpg) repeat-y left top;
	height: auto !important;
	height: 800px;
	min-height: 800px;	
}

#content-right-bottom{
	background: url(../images/content-right-bottom.jpg) no-repeat left top;
	float: left;
	width: 349px;
	height: 40px;
	margin:0 0 0 9px;
}

.content-bg-left{
	background: url(../images/content.png) no-repeat left top;
	float: left;
	height: 237px;
	width: 368px;
	padding: 15px 30px 0 30px;
}

.content-bg-left p{
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	margin:0 0 -8px;
}

.content-bg-left h1{
	color: #222222;
	font-size: 24px;
	font-weight:bold;
	letter-spacing: -1px;
	margin:12px 0 0;
}

.content-bg-left h2{
	color: #ce1a33;
	font-weight:normal;
	font-size: 18px;
	margin:0 0 10px;
}

.content-bg-right{
	background: url(../images/content.png) no-repeat left top;
	float: right;
	font-size: 13px;
	height: 237px;
	width: 368px;
	padding: 15px 30px 0 30px;
	line-height: 22px;
}

.content-bg-right p{
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	margin:0 0 -8px;
}

.content-bg-right h1{
	color: #222222;
	font-size: 24px;
	font-weight:bold;
	letter-spacing: -1px;
	margin:12px 0 0;
}

.content-bg-right h2{
	color: #ce1a33;
	font-weight:normal;
	font-size: 18px;
	margin:0 0 10px;
}

.content-bg-left-small{
	background: url(../images/content-small.png) no-repeat left top;
	float: left;
	height: 195px;
	width: 428px;
}

.content-bg-right-small{
	background: url(../images/content-small.png) no-repeat left top;
	float: right;
	height: 195px;
	width: 428px;
}

#home-icon{
	background: url(../images/home.png) no-repeat left top;
	float: right;
	height: 60px;
	width: 45px;
}

#clipboard-icon{
	background: url(../images/clipboard.png) no-repeat left top;
	float: right;
	height: 62px;
	width: 50px;
}

#logo{
	background: url(../images/logo.png) no-repeat left top;
	float: left;
	height: 125px;
	margin: 15px 0 0;
	width: 207px;
	text-indent: -9999px;
}

#view{
	background:transparent url(../images/view-media.png) no-repeat scroll left top;
	float:right;
	height:38px;
	margin:0 20% 0 0;
	text-indent:-9999px;
	width:184px;
	border: none;
	cursor: pointer;
}

#view:hover{
	background: url(../images/view-media.png) no-repeat left -42px;
}

#walkout {
	bottom:0;
	position:fixed;
	z-index:5;	
}

*html #walkout{
	position:relative;
	z-index:-2;
}

.small{ font-size: 10px; font-style: italic;}

/*---------------------------EXPERIENCE*/

#experience{
	background: url(../images/experience.png) no-repeat left top;
	width: 305px;
	height: 235px;
	margin:0 10px 0 0;
	float: left;
}

#experience-title{
	background:url(../images/experience-title.png) no-repeat left top;
	float: left;
	margin:33px 0 0 33px;
	height: 45px;
	width: 187px;
	text-indent: -9999px;
}

#experience p{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	line-height:14px;
	margin:5px 0 0 36px;
	width:230px;
}

/*---------------------------LEGAL NEWS*/

#legal{
	background: url(../images/legal.png) no-repeat left top;
	width: 305px;
	height: 235px;
	margin:0 10px 0 0;
	float: left;
}

#legal p{
	color: #e51937;
	line-height:14px;
	padding:0 0 5px;
}

#legal a{
	color: #ffffff;
}

#legal a:hover{
	color: #bbbbbb;
}

#legal-title{
	background:url(../images/legal-title.png) no-repeat left top;
	float: left;
	margin:33px 0 0 33px;
	height: 25px;
	width: 180px;
	text-indent: -9999px;
}

#legal-content{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	line-height:14px;
	margin:5px 0 0 35px;
	width:230px;	
}

/*---------------------------SLIDESHOW*/
#slideshow{
	clear:both;
	float:left;
	height:218px;
	width:708px;
}

#slideshow p{
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	padding:0 0 25px;
	width:360px;
}

#auto-title{
	background: url(../images/auto-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

#brain-title{
	background: url(../images/brain-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

#medical-title{
	background: url(../images/medical-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

#motorcycle-title{
	background: url(../images/motorcycle-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

#nursing-title{
	background: url(../images/nursing-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

#serious-title{
	background: url(../images/serious-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

#trucking-title{
	background: url(../images/trucking-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

#wrongful-title{
	background: url(../images/wrongful-title.png) no-repeat left top;
	width: 344px;
	height: 33px;
	text-indent: -9999px;
}

.slide-content{
	float: right;
	margin: 15px 0 0;
}

.more{
	background: url(../images/more.png) no-repeat left top;
	float: left;
	text-indent: -9999px;
	width: 93px;
	height: 57px;
}

.more:hover{
	background: url(../images/more.png) no-repeat left -59px;
}

.more-right{
	background: url(../images/more.png) no-repeat left top;
	float: right;
	text-indent: -9999px;
	width: 93px;
	height: 57px;
	margin:-10px 0 0;
}

.more-right:hover{
	background: url(../images/more.png) no-repeat left -59px;
}

.contact-right{
	background: url(../images/contact-btn.png) no-repeat left top;
	float: right;
	text-indent: -9999px;
	width: 93px;
	height: 57px;
	margin:-10px 0 0;
}

.contact-right:hover{
	background: url(../images/contact-btn.png) no-repeat left -59px;
}

/*----------------------------- ATTORNEYS*/
#attorney-sidebar{
	height:100px;
	padding:10px 0 0;
	margin: 0 0 20px 60px;
}

ul.attorneys{
	float:left;
	width:250px;	
	margin:0 0 10px;
	z-index:1; /* IE6 */
	position:relative;
	padding:0;
	list-style: none outside url(../images/bullet.jpg);
	}
ul.attorneys li{
	height:26px;
	border-bottom:solid 1px #bbbbbb;
}
ul.attorneys li a{
	padding: 5px 3px 3px 10px;
	width: 237px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display: block;
}
.attorneys a:hover{
	background:#eee;
	text-decoration:none;
}

div.quote-top{
	background:url(../images/quote-top.png) no-repeat top left;
	height:23px;
	width: 486px;
	}
div.quote-bottom{
	background:url(../images/quote-bottom.png) no-repeat top left;
	height:53px;
	width: 486px;
	}
blockquote.fancy-quote{
	background:url(../images/quote-repeat.png) repeat-y top left;
	width: 400px;
	margin:0;
	padding:0 50px 0;
	font-size:17px;
	font-weight:bold;
	line-height:1.5em;
	text-indent:-8px;
	color:#eeeeee;
	}
	
#ask {
	padding:10px;
	margin-bottom:15px;
	background-color:#EEE;
	border:1px #999 solid;
}
	
/*----------------------------- SEARCH*/
#search{
	background: url(../images/search.png) no-repeat left top;
	width: 318px;
	height: 84px;
	margin: 35px auto 0;
}

#search-sub{
	background:transparent url(../images/search.jpg) no-repeat scroll -15px 32px;
	clear:both;
	height:171px;
	margin:35px auto 0 9px;
	padding:50px 0 0 9px;
	width:339px;
}

#search-sub #searchBtn{
	border: none;
	float: left;
	margin: 25px 0 0 80px;
	width: 150px;
	text-indent: -9999px;
	height: 33px;
	cursor: pointer;
	background:transparent url(../images/search-btn-sub.png) no-repeat scroll left top;
}

#search-sub #searchBtn:hover{
	background:transparent url(../images/search-btn-sub.png) no-repeat scroll left -33px;
}

#searchBtn{
	border: none;
	float: left;
	margin: 25px 0 0 80px;
	width: 150px;
	text-indent: -9999px;
	height: 33px;
	cursor: pointer;
	background:transparent url(../images/search-btn.png) no-repeat scroll left top;
}

#searchBtn:hover{
	background:transparent url(../images/search-btn.png) no-repeat scroll left -33px;
}

#searchBtn value{
	visibility: hidden;
}

.searchForm {
	border-color:#FFFFFF;
	border-style:none;
	color:#777777;
	float:left;
	font-size:18px;
	font-weight:normal;
	height:28px;
	margin:47px 0 0 18px;
	padding:0;
	width:240px;
}

/*----------------------------- Locations*/

#locations-sub{
	float: left;
	height: 185px;
	padding: 18px 0 0 18px;
	width: 365px;
	font-size: 12px;
	margin:40px 0 10px;
}

#locations{
	float: left;
	height: 185px;
	padding: 10px 0 0 18px;
	width: 418px;
}

body.sub #phone p{
	line-height: 18px;
}

#location-title{
	background: url(../images/location-title.png) no-repeat left top;
	text-indent: -9999px;
	margin:0 0 6px;	
}

#coverage-area{
	background: url(../images/coverage-area.png) no-repeat left top;
	text-indent: -9999px;
	margin:0 0 6px;
	padding-top:7px;
}

#address{
	font-weight: bold;
	line-height: 20px;
	padding:0 0 12px;
	width: 170px;
}

#phone{
	background:transparent url(../images/phone.png) no-repeat scroll left 3px;
	float:left;
	margin:0 0 0 -5px;
	padding:10px 0 0 45px;
	width:350px;
	font-size:14px;
}


#map{
	background:transparent url(../images/map.png) no-repeat scroll left top;
	float:right;
	height:100px;
	margin:40px 30px 0 0;
	text-indent:-9999px;
	width:167px;
}

#map:hover{
	background: url(../images/map.png) no-repeat left -100px;
}

#map-sub{
	background:transparent url(../images/map-wide-sidebar.png) no-repeat scroll left top;
	float:right;
	height:91px;
	margin:35px 80px 0 0;
	text-indent:-9999px;
	width:241px;
}

#map-sub:hover{
	background: url(../images/map-wide-sidebar.png) no-repeat scroll left -93px;
}

#locations-sub #phone{
	background:transparent url(../images/phone.png) no-repeat scroll left 3px;
	float:left;
	margin:0 0 0 -5px;
	padding:10px 0 0 40px;
	margin-left:30px;
	width:230px;
	font-size:14px;
}


#more-locations{
	color:#ce1a33;
	float: right;
	margin:0 41px 0 0;
	font-weight: bold;
}

#more-locations:hover{
	/*color: #222222;*/
}

/*---------------------------------- Locations updated */
#map-wide{
	background:transparent url(../images/map-wide.png) no-repeat scroll left top;
	float:left;
	height:93px;
	margin:40px 15px 0 0;
	text-indent:-9999px;
	width:389px;
}
#map-wide:hover{
	background:transparent url(../images/map-wide.png) no-repeat scroll left -93px;
}



/*----------------------------------FOOTER*/

#footer{
	background:transparent url(../images/footer.jpg) no-repeat scroll center top;
	float:left;
	height:80px;
	margin:0 auto;
	width:960px;
	text-align: center;
	color: #777777;
	font-size: 10px;
	margin: 0 0 40px;/*ONLY WHEN NO SOCIAL MEDIA ICON PRESENT*/
}

#footer p{
	margin: 50px 0 0;
	padding: 0;
}

#footer a{
	color:#777777;
}

#footer a:hover{
	color:#999999;
}

#footer em{
	/*color:#ffffff;*/
}
#footer em:hover{
	color:#999999;
	}

#footer .loc{
	font-size:12px;
}

#social-media{
	background: url(../images/social.jpg) no-repeat left top;
	margin: 0 auto;
	width: 313px;
	height: 121px;
	clear: both;
}

#icons{
	float:left;
	margin:25px 0 0 95px;
	width:313px;
}

#twitter{
	background: url(../images/social-icons.png) no-repeat -5px top;
	float: left;
	height: 37px;
	width: 40px;
	text-indent: -9999px;
}

#twitter:hover{
	background: url(../images/social-icons.png) no-repeat -5px -42px;
}

#facebook{
	background: url(../images/social-icons.png) no-repeat -45px top;
	float: left;
	height: 37px;
	width: 40px;
	text-indent: -9999px;
}

#facebook:hover{
	background: url(../images/social-icons.png) no-repeat -45px -42px;
}

#youtube{
	background: url(../images/social-icons.png) no-repeat -86px top;
	float: left;
	height: 37px;
	width: 40px;
	text-indent: -9999px;
}

#youtube:hover{
	background: url(../images/social-icons.png) no-repeat -86px -42px;
}

/*----------------------------------VIDEO THUMBNAILS*/

/*#player{
	margin:20px 0 30px 13px;
}

#brain-thumb{
	background: url(../images/brain.jpg) no-repeat left top;
	width: 398px;
	height: 344px;
	float:right;
	text-indent: -9999px;
}*/

/*----------------------------------*/
/*              FORMS               */
/*----------------------------------*/

/*---------------------------------------SMALL FORM*/

#smallform{
	background: url(../images/form.png) no-repeat left top;
	width: 305px;
	height: 235px;
	float: left;
}

#smallform-sub{
	background:transparent url(../images/form-sub.jpg) no-repeat scroll 4px 4px;
	float:left;
	height:216px;
	margin:0 0 0 5px;
	padding:0 0 0 26px;
	width:354px;
}

#smallform-title{
	background:url(../images/form-title.png) no-repeat left top;
	float: left;
	margin:33px 0 0 33px;
	height: 27px;
	width: 180px;
	text-indent: -9999px;
}

#form{
	float:left;
	height:250px;
	margin:40px 0px 0 50px;
	width:220px;
}

#form-title{
	background: url(../images/form-title.png) no-repeat 12px bottom;
	padding: 0 0 0 12px;
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: normal;
	border: none;
}

.smallForm {
	clear:both;
	float:left;
	margin:5px 0 0 35px;
	width:236px;
}

.smallForm .formInput, .smallForm select {
	border-color:#FFFFFF;
	border-style:none;
	color:#444444;
	display:block;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:12px;
	margin:0 0 9px;
	padding:0 0 0 7px;
	text-align:left;
	width:110px;
}

.smallForm textarea {
	border-color:#FFFFFF;
	border-style:none;
	color:#444444;
	display:block;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	height:66px;
	margin:8px 0 0;
	padding:0 0 7px 7px;
	text-align:left;
	width:98px;
}

.smallForm .formButton  {
	background:transparent url(../images/submit.png) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	float:left;
	height:39px;
	margin:8px 0 0;
	padding:0;
	text-indent:-9999px;
	text-transform:uppercase;
	width:237px;
}

.smallForm .formButton:hover{
	background: url(../images/submit.png) no-repeat left -39px;
}

.newCase {
	font-size: 12px;
	color: #ffffff;
	margin: 4px 0 0 15px;
	padding: 0;
}
	

.smallForm p{
	margin: 0;
	padding: 3px 0;
}

/*---------------------------------------BIG FORM*/

.bigForm {
	padding: 0;
}

.bigForm .formInput, .bigForm select {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #999999;
	text-align: left;
	width: 185px;
}
	
.bigForm textarea {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #999999;
	text-align: left;
	width: 275px;
	height: 100px;
}

.bigForm .formButton  {
	background:transparent url(../images/submit.png) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	height:39px;
	margin:8px 0 0;
	padding:0;
	text-indent:-9999px;
	text-transform:uppercase;
	width:237px;
	float: right;
}

.bigForm .formButton:hover{
	background: url(../images/submit.png) no-repeat left -39px;
}

#divLeft{
	float: left;
	margin:7px 0 0 1px;
}

#divRight{
	float: right;
}

.bigForm #divRight{
	float: right;
	padding:8px 0 0;
}

/*---------------------------------------IE6*/

*html #content-top{
	float:left;
	margin:0 auto 70px 0px;
	width:960px;
}

*html #content-middle{
	float: left;
	width: 890px;
	margin:0 0 40px 10px;
}

*html #content-bottom{
	float: left;
	width: 890px;
	margin: 0 0 80px 7px;
}


/*-----------EXPERIENCE*/

*html #experience{
	background: url(../images/experience.png) no-repeat left top;
	width: 305px;
	height: 235px;
	margin:0 5px 0 0;
	float: left;
}

*html #experience-title{
	background:url(../images/experience-title.png) no-repeat left top;
	float: left;
	margin:33px 0 0 16px;
	height: 45px;
	width: 180px;
	text-indent: -9999px;
}

*html #experience p{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	line-height:14px;
	margin:5px 0 0 18px;
	width:230px;
}

/*-------------LEGAL NEWS*/

*html #legal{
	background: url(../images/legal.png) no-repeat left top;
	width: 305px;
	height: 235px;
	margin:0 5px 0 0;
	float: left;
}

*html #legal p{
	color: #e51937;
	line-height:14px;
	padding:0 0 5px;
}

*html #legal-title{
	background:url(../images/legal-title.png) no-repeat left top;
	float: left;
	margin:33px 0 0 16px;
	height: 25px;
	width: 180px;
	text-indent: -9999px;
}

*html #legal-content{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	line-height:14px;
	margin:5px 0 0 18px;
	width:230px;	
}

*html #form{
	float:left;
	height:250px;
	margin:20px 0px 0 25px;
	width:220px;
}

*html #smallform-title{
	background:url(../images/form-title.png) no-repeat left top;
	float: left;
	margin:33px 0 0 16px;
	height: 27px;
	width: 180px;
	text-indent: -9999px;
}

*html #divLeft{
	float: left;
	margin:7px 0 0 7px;
}

*html #divRight{
	float: left;
	margin:0;
	padding: 5px 0 0 10px;
}

*html .smallForm {
	clear:both;
	float:left;
	margin:5px 0 0 12px;
	width:256px;
}

*html .smallForm .formButton  {
	background:transparent url(../images/submit.png) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	float:left;
	height:39px;
	margin:8px 0 0;
	padding:0;
	text-indent:-9999px;
	text-transform:uppercase;
	width:237px;
}

*html .content-bg-left p{
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 5px;
}

*html .content-bg-right p{
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 5px;
}

*html #address{
	font-weight: bold;
	line-height: 20px;
	padding:0 0 12px;
	width: 200px;
}

*html #social-media{
	background: url(../images/social.jpg) no-repeat 100px top;
	margin: 0 auto;
	width: 313px;
	height: 121px;
	clear: both;
}

*html #smallform-sub{
	background:transparent url(../images/form-sub.jpg) no-repeat scroll 4px 4px;
	float:left;
	height:216px;
	margin:0 0 0 2px;
	padding:0 0 0 26px;
	width:354px;
}

*html #content-left{
	width: 490px;
	float: left;
	margin: 0 0 0 20px;
}

*html #map-sub{
	background:transparent url(../images/map.png) no-repeat scroll left top;
	float:right;
	height:100px;
	margin:35px -5px 0 0;
	text-indent:-9999px;
	width:167px;
}

*html #content-right-bottom{
	background: url(../images/content-right-bottom.jpg) no-repeat left top;
	float: left;
	width: 349px;
	height: 40px;
	margin:0 0 0 4px;
}

*html #content-right-inside{
	background: url(../images/content-right-bg.jpg) repeat-y left top;
	height: auto !important;
	height: 800px;
	min-height: 800px;	
	margin: -5px 0 0;
}


/*---------------------------------------IE7*/

*:first-child+html .content-bg-left p{
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 -5px;
	padding: 0;
	margin: 0 0 -5px;
}

*:first-child+html .content-bg-right p{
	font-size: 13px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 -5px;
}

*:first-child+html #header{
	background: url(../images/header2.jpg) no-repeat left 0px;
	height: 455px;
	width:1000px;
	float:left;
}

*:first-child+html .content-bg-left{
	background: url(../images/content.png) no-repeat left top;
	float: left;
	height: 237px;
	width: 368px;
	padding: 20px 30px 0 30px;
}

*:first-child+html .content-bg-right{
	background: url(../images/content.png) no-repeat left top;
	float: right;
	height: 237px;
	width: 368px;
	padding: 20px 30px 0 30px;
}

*:first-child+html .smallForm .formButton  {
	background:transparent url(../images/submit.png) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	float:left;
	height:39px;
	margin:8px 0 0 -35px;
	padding:0;
	text-indent:-9999px;
	text-transform:uppercase;
	width:237px;
}

*:first-child+html .smallForm textarea {
	border-color:#FFFFFF;
	border-style:none;
	color:#444444;
	display:block;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	height:66px;
	margin:15px 0 0;
	padding:0 0 7px 7px;
	text-align:left;
	width:98px;
	top: 5px;
}

*:first-child+html #content-right-inside{
	background: url(../images/content-right-bg.jpg) repeat-y left top;
	height: auto !important;
	height: 800px;
	min-height: 800px;	
	margin: -5px 0 0;
}

*:first-child+html #map-sub{
	background:transparent url(../images/map.png) no-repeat scroll left top;
	float:right;
	height:100px;
	margin:35px 25px 0 -20px;
	text-indent:-9999px;
	width:167px;
}



