﻿/* 
 ----------------------------------------------------------------------------
  Copyright BestWebz 2008. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #700809 url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#FFF1DE; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.3em; color:#fff; }
h2	{ font-size:1.2em; color:#FBE7CD; }
h3	{ font-size:1.1em; color:#DBAB78; }
h4	{ font-size:1.0em; color:#DBAB78; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#DBAB78; text-decoration:underline; outline:none;}
a:hover,a:active	{ color:#700809; text-decoration:underline; outline:none;}


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right:15px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}

.location-name{font-weight:bold; color:#DBAB78; margin-bottom:0px;}	
	
	
/* ----- global form elements ----- */ 

form { 
	width:143px; 
	margin:10px 0 15px 0; 
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#FBE7CD; 
	border:1px solid #DBAB78;
	color:#6C0806;
	width:143px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
textarea { 
	height:51px; 
	overflow:auto;
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 210px; }


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:190px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap-index { 
	background:url("../images/bg-wrap-index.jpg") repeat-y; 
	width:786px; 
	margin:0 auto; 
	text-align:left; 
	}

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:786px; 
	margin:0 auto; 
	text-align:left; 
	}

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:138px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:276px;
		width:228px;
		top:40px;
		height:84px;
		}
	#masthead a span {
		display:none;
		}
		 
#column-left { 
	width:214px; 
	float:left;
	}
	#column-left .content-left {
		margin:0 26px 0 38px;
		}
	#column-left a:link,#column-left a:visited	{ color:#fff; text-decoration:underline; }
	#column-left a:hover,#column-left a:active	{ color:#DBAB78; text-decoration:underline; }

#content-container {
	width:572px;
	float:left;
	}
.disclaimer{font-size:.97em; color:#DBAB78; line-height:normal;}

#column-center {
	width:358px;
	float:left;
	}
	#column-center .content-center {
		margin:0 30px 0 23px;
		}
	
#column-right-index { 
	width:214px; 
	float:left; 
	}
	#column-right-index .content-right-index {
		margin:0 35px 0 16px;
		}
	#column-right-index a:link,#column-right-index a:visited	{ color:#DBAB78; text-decoration:underline; }
	#column-right-index a:hover,#column-right-index a:active	{ color:#fff; text-decoration:underline; }

	#column-right-index ul { 
		margin-left:18px; 
		} 
	#column-right-index ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:10px; 
		}
 
#column-right {
	width:572px;
	float:left;
	background:url("../images/bg-column-right.jpg") no-repeat;
	}
	#column-right .content-right {
		margin:0 40px 0 22px;
		}

	#column-right ul { 
		margin-left:18px; 
		} 
	#column-right ul li { 
		background:transparent url("../images/bullet-inside.jpg") 0px 6px no-repeat;
		padding-left:10px; 
		}
		
	dl{float:left; margin:0 0 10px 75px; text-align:center;}
	dt{font-weight:bold;}
	
	p.thanks{margin-bottom:312px;}

#bottom-wrap-index { 
	background:url("../images/bottom-wrap-index.jpg"); 
	height:60px; 
	clear:both; 
	overflow:hidden; 
	}

#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:60px; 
	clear:both; 
	overflow:hidden; 
	}

/* index page framework
 * ------------------------------------------------------------------------- */

#contactus {
	background:url("../images/bg-contact.jpg") bottom no-repeat;
	padding-bottom:10px;
	}

#officelocations {
	background:url("../images/bg-officelocatons.jpg") bottom no-repeat;
	padding-bottom:10px;
	text-align:center;
	}

#welcome-content {
	background:url("../images/bg-welcome-content.jpg") repeat-y;
	}
	#welcome-bg {
		background:url("../images/bg-welcome.jpg") no-repeat;
		}
	#welcome-bottom {
		background:url("../images/bg-welcome-bottom.jpg") bottom no-repeat;
		padding-bottom:25px;
		}

#expertise-right {
	background:url("../images/bg-expertise-right.jpg") bottom no-repeat;
	padding-bottom:10px;
	}

	#expertise-right a:link,#expertise-right a:visited	{ color:#fff; text-decoration:underline; }
	#expertise-right a:hover,#expertise-right a:active	{ color:#DBAB78; text-decoration:underline; }

/* inside page framework
 * ------------------------------------------------------------------------- */

#contactus-contact {
	background:url("../images/bg-contact.jpg") bottom no-repeat;
	padding-bottom:10px;
	text-align:center;
	}

#expertise-left {
	background:url("../images/bg-expertise-left.jpg") bottom no-repeat;
	padding-bottom:10px;
	}
	#expertise-left ul { 
		margin-left:18px; 
		} 
	
	#expertise-left ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:10px; 
		}

#expertise-left-contact {
	padding-bottom:10px;
	}
	#expertise-left-contact ul { 
		margin-left:18px; 
		} 
	
	#expertise-left-contact ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:10px; 
		}
		
#officelocations-inside {
	padding-bottom:10px;
	text-align:center;
	}

#sub-nav {
	float:right;
	background: url("../images/sub-nav.jpg") top no-repeat;
	margin:0 10px 10px 10px;
	padding: 30px 0 0 0;
	}
	#sub-nav ul { 
		margin:10px 0 15px 30px; 
		} 
	#sub-nav ul li { 
		background:transparent url("../images/bullet-inside.jpg") 0px 6px no-repeat;
		padding-left:10px; 
		}
	.subnav-padd{margin-left:8px;}
	.subnav-padd2{margin-left:15px;}
/* header images
 * ------------------------------------------------------------------------- */

#header {
	height:217px;
	width:572px;
	}

body#welcome #header {
	background:url("../images/header-welcome.jpg");
	}
	
body#firm #header {
	background:url("../images/header-firm.jpg");
	}

body#attorneys #header {
	background:url("../images/header-attorneys.jpg");
	}

body#verdicts #header {
	background:url("../images/header-verdicts.jpg");
	}

body#practice #header {
	background:url("../images/header-practice.jpg");
	}

body#thankyou #header {
	background:url("../images/header-thankyou.jpg");
	}

body#welcome #header {
	background:url("../images/header-welcome.jpg");
	}

body#workers-comp #header {
	background:url("../images/header-welcome.jpg");
	}

body#auto-boat #header {
	background:url("../images/header-welcome.jpg");
	}

body#burn #header {
	background:url("../images/header-welcome.jpg");
	}

body#degrees-burn #header {
	background:url("../images/header-welcome.jpg");
	}

body#electrical #header {
	background:url("../images/header-welcome.jpg");
	}

body#gas-explosions #header {
	background:url("../images/header-welcome.jpg");
	}

body#chemical #header {
	background:url("../images/header-welcome.jpg");
	}

body#scald #header {
	background:url("../images/header-welcome.jpg");
	}

body #header {
	background:url("../images/header-welcome.jpg");
	}

body#contact #header {
	background:url("../images/header-contact.jpg");
	}

body#sitemap #header {
	background:url("../images/header-sitemap.jpg");
	}

/* subhead images
 * ------------------------------------------------------------------------- */

#subhead {
	height:70px; /* sets height for all subheads */
	}

body#welcome #subhead {
	background:url("../images/subhead-welcome.jpg"); 
	}

body#firm #subhead {
	background:url("../images/subhead-firm.jpg"); 
	}

body#attorneys #subhead {
	background:url("../images/subhead-attorneys.jpg"); 
	}

body#verdicts #subhead {
	background:url("../images/subhead-verdicts.jpg"); 
	}

body#practice #subhead {
	background:url("../images/subhead-practice.jpg"); 
	}

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg"); 
	}

body#workers-comp #subhead {
	background:url("../images/subhead-workerscomp.jpg");
	}

body#auto-boat #subhead {
	background:url("../images/subhead-autoboat.jpg");
	}

body#burn #subhead {
	background:url("../images/subhead-burn.jpg");
	}

body#degrees-burn #subhead {
	background:url("../images/subhead-degreesburn.jpg");
	}

body#electrical #subhead {
	background:url("../images/subhead-electrical.jpg");
	}

body#gas-explosions #subhead {
	background:url("../images/subhead-gasexplosions.jpg");
	}

body#chemical #subhead {
	background:url("../images/subhead-chemical.jpg");
	}

body#scald #subhead {
	background:url("../images/subhead-scald.jpg");
	}

body#contact #subhead {
	background:url("../images/subhead-contact.jpg"); 
	}

body#sitemap #subhead {
	background:url("../images/subhead-sitemap.jpg"); 
	}

/* page images
 * ------------------------------------------------------------------------- */
	
#subhead-contactus {
	background:url("../images/subhead-contactus.jpg");
	height:90px; 
	}

#subhead-officelocations {
	background:url("../images/subhead-officelocations.jpg");
	height:60px; 
	}

#subhead-certifications {
	background:url("../images/subhead-certifications.jpg");
	height:60px; 
	}
	
#img-certifications {
	background:url("../images/img-certifications.jpg") no-repeat;
	height:177px;
	}

#subhead-tradition {
	background:url("../images/subhead-tradition.jpg");
	height:55px;
	}

#subhead-expertise-right {
	background:url("../images/subhead-expertise-right.jpg");
	height:90px;
	}

#subhead-attorneys {
	background:url("../images/subhead-attorneys-index.jpg");
	height:70px;
	}

#subhead-expertise-left {
	background:url("../images/subhead-expertise-left.jpg");
	height:70px;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#fff;
	}

#footer a:hover, #footer a:active {
	color:#DBAB78;
	}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0px 7px;
	display: inline;
	border-left: 1px solid #fff;
	line-height: 20px;
	}

	#footer li.first { border: none;}

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	position:relative;
	background:url("../images/nav.jpg") left top no-repeat;					
	width:214px;		/* Width of buttons, not entite image (or half of entire image) */
	height:217px;		/* Height of entire image */
	margin-bottom:0;
	}

#nav li span { display: none; }

#nav li {
	float: left;
	list-style: none;
	position:relative;
	}

#nav li, #nav a { 
	height: 33px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:10px; width:214px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:214px; }

#nav-01 a:hover { background: transparent url("../images/nav.jpg") -214px  -10px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/nav.jpg") -214px  -43px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/nav.jpg") -214px  -76px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/nav.jpg") -214px -109px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/nav.jpg") -214px -142px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/nav.jpg") -214px -175px no-repeat; }

/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#F8DEBC;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:205px;			/* Set to same width as in #nav */
	margin-top:0px;			/* Set to each button height, same as used above */
	}

#nav li ul li {
	height:20px;				/* Height of each drop down nav item */
	border-bottom:1px solid #6E0809;
	}

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	color:#510101;
	padding-left:2px;
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#510101;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#F8DEBC;
	color:#670708;
	text-decoration:underline;
	width:123px;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:125px; }
