/* 

 ----------------------------------------------------------------------------

  Copyright CMTM 2005. 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 */

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

 * ------------------------------------------------------------------------- */

#list li{
	background: transparent url(../images/bullet.jpg) 0px 6px no-repeat;
	list-style: none;
	padding-left: 9px;
	position: relative;
	}
#verdicts-list li{
    position:relative;     /* to fix the IE bullet peekaboo pug */ 
    background: transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
	list-style: none;
	padding:0 0 10px 9px; 
	}
#link a {
	color:#971201;
	}
/* ----- type selectors ----- */ 

body {
	background: #AAAAB2 url(../images/bg-grad.jpg) repeat-x;
	height:258px;
	font:12px Bitstream Vera Sans, Arial, Helvetica, sans-serif; 
	}


p{ margin-bottom:10px;}

blockquote { 
	margin-left: 0px; 
	margin-right: 0px; 
	}


h1,h2,h3 { margin:0px; }


h1	{ font-size:1.2em; color:#000000; }
h2	{ font-size:1.1em; color:#000000; }
h3	{ font-size:1.0em; color:#000000; }


h1 span,h2 span,h3 span	{ display:none; }


a:link,a:visited	{ color:#000; text-decoration:none; }
a:hover,a:active	{ color:#971201; text-decoration:underline; outline:none; }


/* ----- classes ----- */
div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}
	
.content {
	padding: 0px 10px 10px 25px;
	}
	
.content-sup {
	padding: 0px 10px 10px 25px;
	}
.content-sup li {
	list-style-type: disc;
	margin-left: 30px;
}

	
.padding{
	margin:0 27px 0 0px;
	padding: 10px 0 0 0;
	}

.fatall{
	padding:4px 0 0 0;
	}
	
.nav-color {
font-size:10px;
	
	}
.red{color:#971201;}
	
/* ----- global form elements ----- */ 

form { 
	width:160px; 
	padding:0px 0 15px 0; 
	}

form label	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #404040;
	color:#000;
	width:140px; /* 5 pixles smaller than form width !important */
	height:16px;
	vertical-align: middle;
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:3px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Bitstream Vera Sans, Arial, Helvetica, sans-serif; 
	font-size:11px;
	}

select { 
	width:205px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px; 
	cursor:pointer; 
	margin-top:2px;
	padding:0; 
	}

/* ----- main contact form ----- */ 

#contact-main { 
	padding:10px 0 10px 0; 
	}	

#contact-main label { 
	width:300px; 
	display:block;  
	margin-bottom:10px;
	font-size:11px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:295px;
	}

#contact-main label select {
	width:300px;
	}

#contact-main label textarea { height:100px; }


/* framework

 * ------------------------------------------------------------------------- */
 
 /*-- wraps --*/
 
#wrap { 
	background:url(../images/bg-wrap.gif) repeat-y; 
	width:736px; 
	margin:0 auto; 
	text-align:left;
	}
	
#wrap-sup{ 
	background:url(../images/bg-wrap-sup.jpg) repeat-y; 
	width:736px; 
	margin:0 auto; 
	text-align:left;
	}
 
 /*-- masthead --*/		
 		
#masthead_wrap{
	background:url(../images/masthead_2_bg.jpg) repeat-y; 
	width:736px; 
	margin:0 auto; 
	}
	
#masthead {
	background:url(../images/masthead3.jpg);
	height:195px;
	width:736px;
	}	
	#masthead span {
		display:none;
		}

#masthead_2 {
	background:url(../images/masthead2.jpg) no-repeat;
	width:736px;
	padding-top: 10px;
	}
	#masthead_2_bottom{
		background:url(../images/masthead_2_bottom.jpg) no-repeat;
		height:29px;
		width:736px;
		}
	
	#masthead_2 span {
		display:none;
		}
		
 
 /*-- masthead buttions and contant --*/
 
#mad-mal{ 
	padding:2px 0px 0 60px; 
	float:left; 
	width:300px;
	}

.med-pi-img{
	padding-right:5px;
	}
	
.mad-mal-title{ 
	padding-top:5px;
	}
	
#pi{ 
	padding:2px 0 0 40px; 
	float:left; 
	width:300px;
	}
 
 /*-- masthead button rollovers --*/ 
 
#personalinjury {
	background:url(../images/personalinjury-rollover.jpg) top left no-repeat;
	height:90px;
	width:111px;
	display:block;
	padding-right:5px;
	float:left;
	}
	
	#personalinjury:hover {
		background-position: 0px -90px;
		}
	
	#personalinjury span {
		display:none;
		} 
 
 #medmal {
	background:url(../images/medmal-rollover.jpg) top left no-repeat;
	height:90px;
	width:111px;
	display:block;
	padding-right:5px;
	float:left;
	}
	
	#medmal:hover {
		background-position: 0px -90px;
		}
	
	#medmal span {
		display:none;
		}
 
 /*-- titles --*/
#verdicts-area{
 	background:url(../images/verdicts.gif) no-repeat;
	width:138px;
	height:11px;
	margin: 20px 0 10px 0;
	}
	#verdicts-area span{
		display:none;
		}
#practice-area{
 	background:url(../images/practicearea_title.gif) no-repeat;
	width:90px;
	height:11px;
	margin: 20px 0 10px 0;
	}
	#practice-area span{
		display:none;
		}
		

		
#contact-title{
	background:url(../images/contact-title.gif) no-repeat;
	height:20px;
	margin: 20px 0 5px 0;
	}
	#contact-title span{
		display:none;
		}

#locate-title{
	background:url(../images/locate_title.jpg) no-repeat;
	height:20px;
	margin: 20px 0 5px 0;
	}
	#locate-title span{
		display:none;
		}
		
/*-- sub headers --*/
#welcome-subheader{
	height:20px;
	padding: 0 0 10px 0;
	font-size:18px
	}
	#welcome-subheader span{
		color:#971201;
		}

 /*-- columns --*/
 
#column-left {
	width:180px; 
	float:left;
	}
	#column-left ul, li{
		list-style: none;
		margin:0 0 15px 0;
		}
	
#column-center {
	width:320px; 
	float:left;
	background:url(../images/dot_vline.jpg) no-repeat;
	}
	
#column-right { 
	width:220px; 
	float:right;
	background:url(../images/dot_vline.jpg) no-repeat;
	}
 
 /*--- sub-colums ---*/
 
 #column-left-sup {
	width:220px; 
	float:left;
	}
	#column-left-sup ul, li{
	margin:0 0 15px 0;
	list-style: none;
		}
	
#column-center-sup {
	width:450px; 
	float:left;
	background:url(../images/dot_vline_sup.jpg) no-repeat;
	}
#column-center-sup  a {
	color: #951400;
	font-weight: bold;
}

	#column-center-sup h1{
		padding-bottom:10px;
		font:18px Bitstream Vera Sans, Arial, Helvetica, sans-serif; 
		}
 
/*-- bottoms --*/
 
/*------ sup dot line ---------*/

 #dot-bottom-sup{
 background:url(../images/dot_vline_bottomsup.jpg) no-repeat;
	}
	
/*----------------------------*/
  
#associations-wrap{
	border-bottom:10px solid #951400;
	margin: 0 3.0px	 0 3.0px;
	}
#associations{
	background:url(../images/association-bg.jpg) repeat-x;
	height:198px;
	padding: 15px 0 0 16px;
	}
	
	#associations-title{
		background:url(../images/associations-title.gif) no-repeat;
		height:17px;
		}
		#associations-title span{
			display:none;
			}
	
	#associations-title-logos img{
		padding:10px 31px 0 5px;
		}
		
	#associations ul li{
		position:relative;     /* to fix the IE bullet peekaboo pug */ 
    	background: transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
		list-style: none;
		padding-left: 9px;
		}
		
		#left-list{
			float:left;
			padding: 10px 20px 0 5px;
			}
			
		#center-list{
			float:left;
			padding: 10px 20px 0 5px;
			}
			
		#right-list{
			float:left;
			padding: 10px 5px 0 5px;
			}
#index {
	text-align: center;
}

 /* footer

 * ------------------------------------------------------------------------- */

#footer { 
	width:710px;
	margin:15px auto;
	text-align:center;
	font-size:11px;
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#971201;
	}

#footer ul { margin-bottom:5px; }

#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; }
 

/* GENERAL STYLES - these should already be in your CSS document*/

div, ul, li, h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

p, div, li, h1 {
	color: #000000;
	}

/* SPRITE NAVIGATION */
#menu {
	background: url(../images/nav2.gif) top left no-repeat;					
	width:730px;		/* Width of buttons */
	height:35px;    	/* Height of image (ONLY HALF OF IMAGE) */
	margin-left:3px;
	
	}

#menu span { display: none; }

#menu li { 
	position: relative;
	float: left;
	list-style: none;
	}

#menu li, #menu a { 
	height: 35px;			/* Each button must have the same height, define it here */
	display: block;
	}

/* width - width of each button, they will each most likely be unique */
#menu-01 { width: 69px; left: 0px;}
#menu-02 { width: 83px; left: 0px;}
#menu-03 { width: 156px; left: 2px;}
#menu-04 { width: 121px; left: 5px;}
#menu-05 { width: 75px; left: 6px;}
#menu-06 { width: 98px; left: 7px;}
#menu-07 { width: 19px; left: 20px;}
#menu-08 { width: 22px; left: 33px;}
#menu-09 { width: 25px; left: 45px;}

/* Changed values should match width numbers specified above */
#menu-01 a:hover { background: transparent url(../images/nav2.gif) -0px -35px no-repeat;}
#menu-02 a:hover { background: transparent url(../images/nav2.gif) -69px -35px no-repeat;}
#menu-03 a:hover { background: transparent url(../images/nav2.gif) -154px -35px no-repeat;}
#menu-04 a:hover { background: transparent url(../images/nav2.gif) -313px -35px no-repeat;}
#menu-05 a:hover { background: transparent url(../images/nav2.gif) -435px -35px no-repeat;}
#menu-06 a:hover { background: transparent url(../images/nav2.gif) -511px -35px no-repeat;}
#menu-07 a:hover { background: transparent url(../images/nav2.gif) -622px -35px no-repeat;}
#menu-08 a:hover { background: transparent url(../images/nav2.gif) -654px -35px no-repeat;}
#menu-09 a:hover { background: transparent url(../images/nav2.gif) -688px -35px no-repeat;}

/* SON OF SUCKERFISH */

#menu li ul {
	position: absolute;
	left: -9999px;
	z-index: 99;
	background-color: #ffffff;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	}

#menu li ul li {
	height: 20px;				/* Height of each drop down menu item */
	border-width: 1px; border-style:solid; border-color:#971201; 
	}

#menu li ul li a {
	width: 100%;
	height: 20px;				/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
	}

#menu li ul li a span {
	display: block;
	padding-left: 5px;
	}

/* Drop down link styles */
#menu li.hover, #menu li.hover { position: static; }/* IE 7 fix lazy drop down */

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	position:static;
	}
 
#menu li:hover ul, #menu li.sfhover ul	{ left: auto; }


/* Hover styles for drop down items */
#menu-02 ul a:hover, #menu-03 ul a:hover, #menu-04 ul  a:hover { 
	background-image: none;
	background-color: #F6F6F6; 
	}

/* width of drop down menu - choose width that allows items to display on one line */
#menu-02 ul, #menu-02 li { width: 85px; }		
#menu-03 ul, #menu-03 li { width: 158px; }		
#menu-04 ul, #menu-04 li { width: 122px; }	
