/* 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:#1D73B1 url("../images/back.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

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.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both;
	width:100%;
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:145px; /* 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;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 
  


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	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 { 
	background:url("../images/wrap.jpg") repeat-y; 
	width:769px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:157px;
	}
	#masthead h1, #masthead h2{
		margin: 0; padding: 0;
		}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:28px;
		width:309px;
		top:17px;
		height:50px;
		}
	#masthead span {
		display:none;
		}
		
#header-graphic {
	background:url("../images/header.jpg");
	height:0px;
	}
 
#column-left { 
	width:235px; 
	float:left; 
	}
	#column-left h3{
		color: #fff;
		margin-left: 18px;
		margin-right: 18px;
		font-size: 1.3em;
		}
		#column-left li a:link, #column-left li a:visited{
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			}
			#column-left li a:hover, #column-left li a:active{
				color: #1D73B1;
				text-decoration: underline;
				}
	#column-left hr{
		color: #fff;
		background: #fff;
		border: none;
		height: 1px;
		width: 210px;
		margin-left:17px;
		}
	ul.lawyer-selection{
		margin: 5px 0 0 30px;
		}
		.lawyer-selection li{
			width: 50px;
			float: left;
			margin-bottom: 5px;
			}
			#wrap #column-left .lawyer-selection li a:link; #wrap #column-left .lawyer-selection li a:visited {
				font-weight: bold;
				text-decoration: underline;
				}
			.lawyer-selection li.lawyer-selection-all{
				width: 200px;
				}
	.side-nav{ display: none; margin-left: 40px; }
	.side-nav li{ list-style: disc; color: #1D73B1; width: 185px;}
  
#column-right { 
	width:530px; 
	float:left; 
	}
	#column-right h1{
		color: #A36107;
		font-size: 22px;
		margin-top: 12px;
		margin-left: 17px;
		font-weight: bold;
		}
	#column-right h2{
		color: #004A80;
		font-size: 16px;
		margin-left: 17px;
		font-weight: bold;
		}
	#column-right p{
		margin-left: 17px;
		font-family: Arial, Helvetica, sans-serif;
		}
	.gas{
		margin-left: 17px;
		}
	#column-right form{
		margin-left: 17px;
		width: 340px;
		}
		#content-left{
			width:340px; 
			float:left; 
			}
		#content-right{
			width:170px; 
			float:left; 
			text-align: right;
			}
			#content-right h3{
				color: #004A80;
				margin-left: 4px;
			}
			#content-right li a:link, #content-right li a:visited, #content-right li a:hover, #content-right li a:active {
				color: #A36107;
				text-decoration: underline;
				} 
	
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	overflow:hidden;
	width: 100%;
	}


/* inside framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:20px; /* sets height for all subheads */
	}

body#face #subhead {
	background:url("../images/subhead-face.jpg"); 
	}

body#breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}

/* -- or -- */
	
body.breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }
	
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") no-repeat; 
	width:769px; 
	height:64px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 64px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 88px; margin-left: 5px;}
#nav-02 { width: 60px;}
#nav-03 { width: 77px;}
#nav-04 { width: 53px;}
#nav-05 { width: 55px;}
#nav-06 { width: 89px;}
#nav-07 { width: 78px;}
#nav-08 { width: 73px;}
#nav-09 { width: 75px;}
#nav-10 { width: 112px;}

#nav-01 a:hover {background:url("../images/nav.jpg") -5px -64px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -93px -64px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -153px -64px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -230px -64px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -283px -64px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -338px -64px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -427px -64px no-repeat;}
#nav-08 a:hover {background:url("../images/nav.jpg") -505px -64px no-repeat;}
#nav-09 a:hover {background:url("../images/nav.jpg") -578px -64px no-repeat;}
#nav-10 a:hover {background:url("../images/nav.jpg") -653px -64px no-repeat;}

