/* 	
	CSS - Shulaw.com	

	Note: All usages of child selectors are to target browsers newer than IE6.
	IE6 fixes are in the normal style before them.
*/
html { margin: 0; padding: 0; height: 100%; }
body {
	background:#06444d url(../images/body_bg.png) repeat-x top left;
	margin:0;
	padding: 0;
	text-align:center;
	font-size:100%;
	line-height:1.125em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #4b3311;
	behavior: url(includes/inc.csshover.htc);
	height: 100%;
}

a { text-decoration: none; color: #460806; border-bottom: 1px dotted #460806; }
a:hover { color: #770e0e; }
a img { border-bottom: none; }

table tr td { verticle-align: top; }
p, li, dt, dd, label { 
	font-size: 0.9em;
	line-height: 165%; 
}
p { 
	margin-top: 1.0em; 
	margin-bottom: 1.0em; 
}
ul, ol { margin-top: 4px;} 
ul li ul li, ul li ol li, ol li ol li, ol li ul li { font-size: inherit; } /* Nested Lists */
h1 {
	font-size: 1.5em;	
	margin: 11px 0 1px 0;
	line-height: 100%;
	font-weight: normal;
}
h1 a { border-bottom: none; }
h2 {
	padding-bottom: 2px;
	font-size: 0.775em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 0;
	padding-left: 0;
}
h1.first, 
h2.first { margin-top: 0; }
p.first { margin-top: 0;}
p.last { margin-bottom: 1.6em; }

.clr { height: 0; line-height: 0; clear: both; margin: 0; padding: 0; width: 0; }
.num { font-family:Verdana, Arial, Helvetica, sans-serif; }

/* PNG Fix - targetting specific images to avoid positioning limitation */
#wrapper, #disclaimer, #home-links li img { behavior: url(includes/inc.iepngfix.htc); } 


/* MAIN WRAPPERS */
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background: #f9dfa9;
	position: relative;
	min-height:100%; 
	height:auto !important;
	height:100%;
}

#wrapper2 {
	width: 958px;
	background: #e6e4d9;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 1px solid #327693;
	border-top-width: 2px;
	border-bottom: none;
}
#round-left  { position: absolute; left:-15px; top:163px; line-height: 0; margin: 0; padding: 0; width: 15px; height: 32px; 
	background: url(../images/corners_left.png) top left no-repeat; }
#round-right { position: absolute; right:-15px; top:163px; line-height: 0; margin: 0; padding: 0; width: 15px; height: 32px; 
	background: url(../images/corners_right.png) top left no-repeat; }
	


/* HEADER (TOP LOGO and NAV) */
#logo { 
	height: 137px;
	width: 871px; 
	border: 0;
	padding: 0;
	margin: 0 auto 0 auto;
	position: relative;
}
#logo a { border: none; }
#phone {
	text-align: right;
	width: 387px;
	height: 93px;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 9px;
	padding-top: 43px;
}
#phone h1 { margin-bottom: 4px; font-size: 1.25em; }
#phone p { margin-top: 0px; font-size: 0.7em; text-align: right; }


/* MAIN NAVIGATION */

#navMain {
	position: relative; 
	margin: 0;
	padding: 0;
	right: 0;
	height: 43px;
}
#navMain #menu {
	width: 630px;
	font-size: 110%;
	position: relative; 
	margin: 0;
	padding: 0;
	float: right;
	padding-top: 6px;
}
#navMain ul { 
	margin: 0; 
	padding: 0;
	list-style-type: none; 
}
#navMain ul li { 
	position: relative;
	display: inline; 
	float: left;
	padding: 0 14px 14px 14px; 
	height: 19px;
	/* background: transparent url(images/nav_separator.png) no-repeat right 23%; */
}
#navMain ul li.last { background: none; }
#navMain ul li a {
	display: block;
	float: left;
	padding: 1px 0 0 0;
	color: #7a1919;
	border-bottom: none;
}
#navMain ul li a:hover { color: #483710;  }

	/* drop down level 1 */
	#navMain ul li ul { 
		display: none; 
		position: absolute; 
		padding: 0;
		margin: 0;
	}
	#navMain ul li:hover ul {
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		width: 150px;
		height: auto;
		margin: 0;
		padding: 0;
		z-index: 1000;
	} 
		#navMain ul li ul li { 
			width: 150px;
			height: auto;
			margin: 0;
			padding: 0;
			line-height: 1.4em;
			border-bottom: 1px solid #caa273;
			text-align: left;
			font-size: 11px !important;
			background: #f2e3c3;
		}
		#navMain ul li ul li.last { border-bottom: none;}
		
		/* drop down hover state and anchor */
		#navMain ul li ul li:hover { background: #fbf6ea;}
		#navMain ul li ul li a { 
			background-image: none; 
			width: 122px;
			padding: 5px 14px 5px 14px;
			color: #7a1919;
			float: none;
			border-bottom: none;
		}
		#navMain ul li ul li a:hover  { background-image: none; color: #483710; }


/* Edit look of drop down 2nd level menu items */
#navMain ul li ul li a {
	padding: 5px 14px 5px 14px;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	border:none;
	border-bottom:1px solid #ccc;
	float: none;
	background-image: none; color: #483710;
}

#navMain ul li ul li:hover { 
	background-image: none; color: #483710;
}

#navMain ul li ul li a:hover {
	color: #b70b11;
	padding: 5px 14px 5px 14px;
}

#navMain ul li ul li:hover > a {
	color: #b70b11;
	padding: 5px 14px 5px 14px;
}

#navMain ul li ul li ul,
#navMain ul li:hover ul li ul { 
	display: none; 
}

#navMain ul li ul li:hover ul,
#navMain li.exp:hover ul,
#navMain ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 200px;
	
}

#navMain ul li:hover ul li:hover ul li,
* html #navMain ul li ul li a { 
	width: 200px; 
}

#navMain ul li:hover ul li:hover ul li a {
}







/* TOP PHOTO SECTION */
#photo, #photo-home { 
	background: #f5d799;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
	line-height: 0;
	width: 860px;
	height: 157px;
}

#photo img, #photo-home img { 
	border: 0; 
	margin: 0; 
	padding: 0; 
	line-height: 0; 
	display: block;
}
#photo-home {
	height: 274px;
}
#photo-text {
	width: 255px;
	position: absolute;
	top: 230px;
	left: 52px;
	line-height: 1.125em;
	color: #721214;
	text-align: right;
}
#photo-text a { border: none;}
#photo-text img { display: inline; border: none; }
#photo-text h1 { font-size: 185%; margin-bottom: 4px; }
#photo-text h2 { font-size: 95%; font-weight: normal; margin-top: 4px; padding-bottom: 6px; }
#home-links { display:none;}
#home-links ul { width: 860px; margin: 0 auto 0 auto; padding: 0; font-size: 1.1em; }
#home-links li { display: inline; list-style-type: none; float: left; margin-right: 1px; padding: 5px; padding-left: 20px; color: #FFFFFF;}
#home-links li a { color: #FFFFFF; display: block; border:none; border-bottom: none; }
#home-links li img { vertical-align: middle; border: none;}

#home-links li.first { width: 266px; background-color: #a8562d; }
#home-links li.first:hover { background-image: url(../images/index_hover1.png); background-repeat: repeat-y; background-position: top left; }

#home-links li.second { width: 266px; background-color: #b8714e; }
#home-links li.second:hover { background-image: url(../images/index_hover2.png); background-repeat: repeat-y; background-position: top left;}

#home-links li.third { width: 251px; background-color: #c58d72; margin: 0; }
#home-links li.third:hover { background-image: url(../images/index_hover3.png); background-repeat: repeat-y; background-position: top left; }


/* CONTENT AREA */
#container {
	background: #d5d1be;
	padding-top: 45px;
}
#content {
	width: 860px;
	margin: 0px auto 0px auto;
	padding: 0;
	padding-bottom: 122px;
}
div.home { background: url(../images/index_content_bg.png) bottom left repeat-x !important;}

#content h1 { color: #770e0e; }
#sidebar {
	width: 291px;
	float: left;
	padding: 0;
	margin-bottom: 0;
	background: url(../images/side_bg_top.png) no-repeat;
	padding-top: 22px;
}
#sidebar select { width: 165px;}
#sidebar a { border-bottom: none; }
#sidebar a:hover { color: #770e0e; }
#sidebar h1 { padding: 2px 20px 11px 46px; }
#sidebar #sidebar-content {
	background: url(../images/side_bg_bottom.png) bottom left no-repeat;
	padding-bottom: 45px;
	margin-bottom: 0;
}

#sidebar #submenu {
	background: #ffffff url(../images/side_bg_repeat.png) repeat-y;
	padding: 0 30px 45px 46px;
}
#sidebar #submenu ul { margin: 0; padding: 0; padding-left: 15px;}
#sidebar #submenu ul li { 
	list-style-type:none;
	background: url(../images/side_underline.png) bottom left no-repeat;
	line-height: 1.125em;
	padding: 7px 0 9px 0;
	font-size: 0.8em;
}
#sidebar ul, #sidebar ol {
	list-style-type: disc;
	margin-bottom: 2px;
	padding-left: 21px;
	margin-left: 0;
	margin-top: 0;
}
#sidebar img  { margin-bottom: 4px; }
#sidebar h2 { font-size: 0.7em; margin-bottom: 0;}	

.subheading { margin-top: 0px; margin-bottom: 17px; }
.subheading span { font-style: italic; }

#main-area {
	width: 478px;
	float: right;
	padding: 22px 45px 20px 45px;
}



/* PAGE-SPECIFIC CSS */
.page-links { margin-top: 14px; margin-left: 0; padding-left: 14px;}

#attorneys-list p { margin-top: 0;}
#attorney #info { float:left; width:478px; padding-bottom:25px;padding-top:30px}
#attorney #info img { float:left; padding-right:30px;}
#attorney #info ul { padding-left:170px; padding-bottom:25px;}



.submitform { margin-top: 6px;}

#contact-form .txt { margin-bottom: 5px; }
#contact-form select.txt { margin-bottom: 7px; }
#contact-form input.txt {
	width: 220px;
	border: 1px solid #d3d4e6;
	background-color:#FFFFFF;
	padding: 2px;
}
#contact-form textarea {
	width: 94%;
	border: 1px solid #d3d4e6;
	background-color:#FFFFFF;
	padding: 2px;
}

/* FOOTER */
#footer {
	clear: both;
	width: 960px;
	height: 120px;
	background: #f9dfa9;
	position: absolute;
	padding: 0;
	line-height: 1.4em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 0;
}
#footer a { color: #4b3311; border-bottom: none; }
#footer a:hover { text-decoration:underline; }
#footer p { line-height: 1.5em; margin-top: 0; padding-top: 0; }

#footer #copyright {
	position: absolute;
	left: 50px;
	width: 400px;
	margin: 0;
	top: 25px;
	font-size: 0.75em;
}
#footer #foot-links {
	position: absolute;
	width: 480px;
	top: 25px;
	right: 50px;
	margin: 0;
	color: #4b3311;
	font-size: 0.9em;
	text-align: right;
}
#footer #disclaimer { width: 860px; position:absolute; top:70px; left:50px; font-size:0.75em;}
#foot-links ul { padding: 0; margin: 0; }
#foot-links ul li {
	display: inline;
	list-style-type:none;
	margin-right: 4px;
}
#extra-links {
	font-size: 85%;
}

