/* <![ Global [ -----------------------------------------------------------*/


/*NOTES:
Image pathing needs to be as follows.

url(http://www.michaelsdavislawfirm.com/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/

/* ----------------- Globals ---------------------*/
html {
	height:100%}
	
.body{	
	margin:0; 
	padding:0; 
	background:#464035;
	color:#000000;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	line-height:20px;
	text-align:left;
	behavior:url(../scripts/csshover.htc);}
	
a {	
	color:#3B869F;
	text-decoration:underline;}
a:hover {	
	color:#BA8839;
	text-decoration:none;}	
p{
	margin:1em 0 1em 0;
}
	
input, select, textarea{	
	border:solid #000;
	border-width:1px 1px 1px 1px;}	
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#666666;
	margin:5px 0px;
	padding:0px;}

h1{
	color:#39859d;
	margin:0px 0 10px 0;
	font:normal 24px "Times New Roman", Times, serif;
	text-transform:none;
	border-bottom: 1px solid #39859d;
	padding: 0 0 7px 0;
}
	
h2{
	color:#ba8839;
	margin:10px 0 3px 0;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	
h3{	
	color:#3b869f;
	margin:10px 0 0px 0;
	font: bold 14px Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;

}

#main{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:951px;
	background:#ffffff;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(http://www.michaelsdavislawfirm.com/images/bg_header.gif) top left repeat-x;
	height:180px;
	}
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#mainnav{
	margin:0;
	padding:0 0 0 0;
	color:#FFF;
	height:51px;
	background:url(../images/bg_mainnav.gif) top left repeat-x;
}
#mainnav ul{
	margin:0;
	padding:0;
	display:block;
	/*border:1px solid #ff00ff;*/
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#mainnav ul li a{
	color:#ffffff;
	font:bold 13px Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	padding:0px 5px 0px 17px;
	line-height:51px;
	display:block;
	background:url(../images/bul_mainnav.gif) 8px 22px no-repeat;
}

#mainnav ul li a:hover{
	color:#000;
}
#mainnav ul .first_child a {
}
#mainnav ul .last_child a {
}		
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:0;
	width:951px;
	height:184px;
	background:url(http://www.michaelsdavislawfirm.com/images/bg_photobanner.jpg) top left repeat-x;
	}
#photobanner .photo{
	margin:0;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0;
	width:951px;
	background:url(../images/bg_mid.jpg) top left repeat-y;
	}
#leftbar{
	margin:0;
	padding:0;
	float:left;
	width:297px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:640px;
	}
#center #content{
	padding:20px;
	}
/*---------------------------------AOP Nav ------------------------------------------*/
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#aops{
	margin:0;
	padding:0 0 20px 0;
	color:#fff;
	background:#4e4d4d;
	width: 297px;
}
#aops ul, #aops ul ul{
	margin:0;
	padding:8px 0 0 3px;
	list-style-type:none;
/*	position:relative;*/
/*	line-height:30px;*/
	/*border:1px solid #ff00ff;*/
}
#aops ul li{
	position:relative;
}

#aops ul li a{
	color:#ffffff;
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 0px 7px 15px;
	display:block;
	background:url(../images/bg_pa-item.jpg) top left no-repeat;
	width:274px;
/*	height:30px;
	line-height:30px;*/
	margin-bottom:4px;
}

#aops ul li a:hover{
	color: #000;
}
#aops ul li ul{
	position:absolute;
	display:none;
/*	width:410px;*/
	top:0;
	left:289px;
	background:#808080;
	border: 1px solid #FFF;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	z-index:100;
	padding:5px;

	/*_margin-left:-100px;*/
	}
	
#aops ul li ul li {
	margin:0;
	padding:0;
	float:left;
}
	
#aops ul li ul a{
	padding:0 0 0 0;
	margin:0;
/*	line-height:16px;*/
	width:360px;
/*	height:16px;*/
	float:left;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:none;
	background:none;
	}
#aops ul li ul li a:hover{
	}
#aops ul ul ul{
	top:auto;
	}	
#aops ul ul ul {
	left:150px;
	margin:0px 0 0 0px;
	}
#aops ul ul ul li{}
#aops ul ul ul li a{
	background:#3399CC;
}
#aops ul ul ul li a:hover{
	color:#000000;
	}

#aops ul li:hover ul ul, #mainnav ul li:hover ul ul ul, #mainnav ul li:hover ul ul ul ul{
	display:none;
	}
#aops ul li:hover ul, #mainnav ul li li:hover ul, #mainnav ul li li li:hover ul, #mainnav ul li li li li:hover ul{
	display:block;
	}
#aops ul .first_child:hover ul {
	/*display:none;*/
}
#aops ul .last_child a {
}

/* Holly Hack. IE Requirement \*/
* html #aops ul li { float: left; height: 1%; }
* html #aops ul li a { height: 1%; }
/* End */
		
#charges{
	background: #4e4d4d;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0 5px 25px 5px;
	}
#charges .text{
	display:block;
	padding:0 0 5px 0;
	}
.chargesbox{
	border:none;
	}
/*--------------------------Quick Contact Form ---------------------------*/
#quickcontact{
	font:11px Arial, Helvetica, sans-serif;
	color:#fffffe;
	}
#quickcontact p{}

#quickcontact address{
	font-style:normal;
	padding: 0 0 20px 0;
	}
#quickcontact strong{
	color:#8ec8d8;
	}
.pad_frm_itm2 {
	padding:0;
	margin:3px 0 3px 0;
	height: 28px;
}
#message{
	height:67px;
	}
#messagelabel{
	display:none;
	visibility:hidden;
	}
.form-label2 {
	width:20px;
	padding:0px 0px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	float: left;
	line-height: 22px;
	color: #8ec8d8;
	font: bold 11px Arial, Helvetica, sans-serif;
}
  
.form-pct2 {
	width:200px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	height: 20px;
	background: #c6c7c7;
	border: none;
	float: right;
	margin: 3px 0 3px 0;
	padding: 3px 0 0 3px;
}
	
.msg-pct2 {
	width:253px;
	height:67px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background: #c6c7c7;
	border: none;
	padding: 3px 0 0 3px;
}

.custom-form2 {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width: 256px;
	padding: 0 0px 0 15px;
	line-height: 18px;
}

	.custom-form2 fieldset {
		margin:0px;
		padding:0px;
		width:278px;
		border:none;}
		  
	.custom-form2 legend {
	color:#64625d;
	margin:10px 0 3px 0;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:3px;
	display: none;
}
		  
	.custom-form2 ol {
	margin:0px;
	padding:0px;
	list-style:none;
	width: 256px;
}

.submit-align2 {
	text-align:right;
	width: 256px;
	padding: 5px 0 0 0;
}


#quickcontact .submit {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:5px 22px 0 0;
	padding:0px;
	text-align:center;
	width:63px;
	height:23px;
	color:#FFF;
	background:url(../images/bg_submit.gif) top left repeat-x #761a0a;
	float:right;
	border:none;
	}
	
#quickcontact .submit:hover {	
		background:url(../images/bg_submit-o.gif) top left repeat-x #761a0a;
	}
#video{
	text-align:center;
	padding: 20px 0 20px 0;
	}
#counties{
	background:#272624;
	}
/*-------------------------------Footer-----------------------------------------*/

#footer{
	background:url(../images/bg_footer.gif) top left repeat-x #6c6c6c;
	height: 195px;
}

/*-------------------------------bottom nav -----------------------------------------*/
#bottomlogo{
	width:295px;
	height:65px;
	float: left;
	padding: 72px 0 0 0;
	}
#bottomnav{
	margin:0;
	padding:30px 0 0 20px;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
	float:left;
	text-transform:uppercase;
	width: 170px;
	line-height: 14px;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	width: 170px;
	list-style:none;
	}
#bottomnav ul li{
	margin:0;
	padding:2px 0 2px 0;
	display:list-item;
	list-style: none;
	}

#bottomnav ul li a{
	color:#FFF;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	line-height: 14px;
	}
#bottomnav ul li a:hover{
	color:#BA8839;
	}
#bottomnav ul .first_child a{}
#bottomnav ul .last_child a{
	}
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#FFF;
	padding:72px 17px 0px 0px;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	width: 445px;
	float: right;
	line-height: 14px;
	}
#disclaimer img{
	float:right;
	margin:5px 0px 0px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	}
#disclaimer a:hover{
	color:#BA8839;
	text-decoration:none;
	}
/*	<![ Directions Page Styles (Google Maps Default) [ --------------------------------------------------------*/

/* [ Outer div ] --------- */
#directionsForm{}

/* div that wraps form */
#directionsInput {
	padding:0px 0px 15px 0px;
	}

#fromAddress{
	width:300px;
	border:1px solid #adab93;
	}

#directionsLocale{
	padding:0px 0px 15px 0px;
	}

#locale{
	width:300px;
	border:1px solid #adab93;
	}

#directionsSubmit{
	padding:0px 0px 25px 0px;
	}

#map{
	border:1px solid #adab93;
	}

#addressNotFound{}

#directions{}

/*	<![ Site 9 Form Styles [ --------------------------------------------------------*/
.pad_frm_itm {
      padding:3px 0px;
      margin:0px;
}

.form-label {
	width:140px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;
	}

.form-pct {
      width:300px;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}
.msg-pct {
      width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
      height:70px;
      overflow:auto;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}

.custom-form {}

.custom-form fieldset {
	margin:0px 0px 10px 0px;
	padding:0px;
	width:470px; /*  .msg-pct width + 25   */
	border:none;
	
	}

.custom-form legend {
	padding:0px 2px;
	font-weight:bold;
	}

.custom-form fieldset ol {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
/* ------------------ Special Classes ------------------------*/	
.clearbar{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
}
.autowidthwrap{
	width:100%;
	text-align:center;
	}lol
