/* 	
	CSS - ClarkSkatoff Redesign - February 2009	

	Note: All usages of child selectors are to target browsers newer than IE6.
	IE6 fixes are in the normal style that preceeds them.
*/
html { margin: 0; padding: 0; }
body {
	background:#FFFFFF url(images/body_bg.png) repeat-x top left;
	margin:0;
	padding: 0;
	text-align:center;
	font-size:82%;
	line-height:1.125em;
	font-family:"Times New Roman", Times, serif;
	color: #735244;
	behavior:url("includes/inc.csshover.htc");
}

a { text-decoration: none; color: #4f6568;}
a:hover { color: #0170b2; }

table tr td { verticle-align: top; }
p, li, dt, dd, label, textarea { 
	font-size: 1.075em;
	line-height: 135%; 
	font-family:"Times New Roman", Times, serif;
}

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,h2 { color: #4f6568; }
h1 {
	font-size: 1.6em;	
	margin: 11px 0 5px 0;
	line-height: 100%;
	font-weight: normal;
}
h2 {
	padding-bottom: 2px;
	font-size: 1.25em;
	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: 0px; line-height: 0px; clear: both; margin: 0; padding: 0;}
.num { }


/* PNG Fix - targetting specific images to avoid positioning limitation */
#container-shadow { behavior: url(includes/inc.iepngfix.htc); } 


/* HEADER (TOP LOGO and NAV) */
#header {
	height: 107px;
	background: #603c2c;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 800;
}
#header #headwrap {
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 107px;
	position: relative;
}
#header #quicklink {
	margin: 0;
	padding: 0;
	float: right;
	width: 260px;
	height: 100px;
	background: url(images/layout/phone_bg.png) top left no-repeat;
	color: #ffffff;
	position: relative;
	z-index: 900;
	margin-right: 45px;
}
	#header #quicklink h2 {
		color: #f0f5f6;
		font-size: 1.45em;
		font-weight: normal;
		padding-left: 24px;
		padding-top: 2px;
		margin-top: 15px;
	}
	#header #quick-contact {
		color: #e0d4c0;
		display: block;
		position: absolute;
		width: 144px;
		height: 30px;
		padding-top: 6px;
		left: 58px;
		top: 48px;
	}
	#header #quick-contact:hover { color: #ffffff; }

	/* POPUP JQUERY CONTACT FORM */
	#dynamic-contact {
		position: absolute;
		top: 0;
		left: 12px;
		width: 195px;
		background: #735b4f url(images/layout/popup_bg.jpg) top left repeat-x;
		color: #ffffff;
		padding: 20px;
		text-align: left;
		z-index: 1000;
		display: none;
		border-bottom: 1px solid #573F35;
	}
	/* #dynamic-contact a.close { display: block; position: absolute; top:0; right: 0; } */
	#dynamic-contact a.close { border: none; }
	#dynamic-contact a.close img { display: block; position: absolute; top:0; right: 0; border: 0; }
	#dynamic-contact h1 { color: #ffffff; }


#logo { 
	position: absolute;
	height: 107px;
	width: 469px; 
	top: 0;
	left: -30px;
	border: 0;
	padding: 0;
	z-index: 25;
}





/* WRAPPER */
#wrapper {
	background: #f5ecdf url(images/layout/wrapper_bg.jpg) top left repeat-x;
	padding: 37px 0 0 0;
}


/* MAIN NAVIGATION */
#navMain {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 36px;
	position: relative; 
	font-size: 120%;
	padding: 0;
	z-index: 200;
}
#navMain ul { 
	clear:left;
    float:left;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
	list-style-type: none; 
}

#navMain ul li { 
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

	height: 36px;
	background: #c4b4a1 url(images/layout/nav_bg.jpg) top left repeat-x; 
	margin-right: 3px;
	border-right: 1px solid #c8b9a7;
	border-left: 1px solid #c8b9a7;
	font-size: 0.875em; */
}
#navMain ul li:hover { 
	background: #613c2c url(images/layout/nav_bg.jpg) bottom left repeat-x; 
	background-position: 0 -36px;
	border-right: 1px solid #886858;
	border-left: 1px solid #886858;
}
#navMain ul li.last { background: none; }

#navMain ul li a {
	display: block;
	color: #331e15;
	display: block;
	padding: 8px 25px 8px 25px;
    margin:0 0 0 1px;
}
#navMain ul li a:hover { color: #f1e7d8; }

	/* drop down level 1 */
	#navMain ul li ul { 
		display: none; 
		position: absolute; 
		padding: 0;
		margin: 0;
	}
	#navMain ul li:hover ul {
		width: 150px;
		height: auto;
		margin: 0;
		padding: 0;
		z-index: 20;
		left: 0;
		top: 100%;
		display: block;
		position: absolute;
	} 
		#navMain ul li ul li { 
			width: 150px;
			height: auto;
			margin: 0;
			padding: 0;
			line-height: 1.4em;
			border-bottom: 1px solid #3c718c;
			text-align: left;
			font-size: 11px !important;
			background: #194D67;
		}
		#navMain ul li ul li.last { border-bottom: none;}
		
		/* drop down hover state and anchor */
		#navMain ul li ul li:hover { background: #176085;}
		#navMain ul li ul li a { 
			background-image: none; 
			display: block; 
			width: 122px;
			padding: 5px 14px 5px 14px;
			color: #FFFFFF;
		}
		#navMain ul li ul li a:hover  { background-image: none; color: #FFFFFF;}


/* DROP-SHADOW WRAPPER */
#container-shadow {
	width: 1044px;
	margin: 0 auto 0 auto;
	background: transparent url(images/layout/container_shadow.png) no-repeat top left;
}


/* photo section */
#photo { 
	background: #ffffff;
	height: 136px;
	width: 920px;	
	line-height: 0;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0 0 16px 0;
}
#photo img { border: 0; margin: 0 auto 0 auto; padding: 0; line-height: 0; display: block;}


/* CONTENT AREA */
#container {
	background: #fefdfc;
	padding: 17px 20px 0 20px;
	margin: 0 auto 0 auto;
	width: 920px;
	clear: both;
}

#sidebar {
	width: 272px;
	float: right;
	padding: 0;
	margin-bottom: 35px;
	color: #f0e2ce;
}
#sidebar ul, #sidebar ol {
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
}

/* solid area */
#sidebar div.area {
	background: url(images/layout/side_bg.jpg) top left repeat-y;	
	width: 272px;
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
} 
#sidebar div.area a { color: #f0e2ce; }
#sidebar div.area a:hover { color: #ffffff; }

#sidebar div.top h1.first {margin: 0 0 4px 0; padding: 0 0 10px 23px; text-align: left; color: #ffffff; }
#sidebar div.top h2 {margin: 15px 0 1px 0; padding: 0 0 0px 23px; text-align: left; color: #ffffff; font-size: 1.2em; }
#sidebar div.top h1 a, #sidebar div.top h2 a { color: #ffffff; }
#sidebar div.top h1 a:hover, #sidebar div.top h2 a:hover { color: #f0e2ce; }
#sidebar div.bot { background: url(images/layout/side_bot.jpg) top left no-repeat; padding:0; margin:0; line-height:0; width:272px; height:13px; position: absolute; bottom:-1px;}
#sidebar div.top { background: url(images/layout/side_top.jpg) top left no-repeat; padding: 29px 20px 25px 20px;}
#sidebar div.top-contact { background: url(images/layout/side_contact_top.jpg) top left no-repeat; padding: 29px 40px 22px 40px; }
#sidebar div.top-practice { background: url(images/layout/side_practice_top.jpg) top left no-repeat; padding: 29px 40px 25px 40px; }


#sidebar .side-list { margin-left: 24px; padding-top: 9px; }
#sidebar .side-list a { display: block; }
#sidebar div.top .side-list a { border-bottom: 0; line-height: 1.65em;  } /* generic one */


#sidebar div.top-contact .side-list a, #sidebar div.top-practice .side-list a { line-height: 2.0em; border-bottom: 1px solid #735244; }

#sidebar h2.phone {
	font-size: 1.5em !important;
	color: #eee2ce;
	margin-top: 2px !important;
	padding-left: 0 !important;
}
#sidebar .para { line-height: 1.22em; font-size: 13px !important; }
#sidebar div.offices {
	text-align: left;
	padding-left: 40px;
	padding-top: 8px;
	color: #5c4035;
}
#sidebar div.offices p { line-height: 1.35em; }
#sidebar div.offices strong { color: #4f6568; font-weight: bold; }

#sidebar .leftmenu, #sidebar #leftmenu { padding: 0; margin: 0;}
#sidebar .leftmenu li { padding: 0; margin: 0; height: auto; line-height: 0; }




/* CONTACT FORM */
#side-contact-form { margin-bottom: 0; padding-bottom: 1px;}
#side-contact-form input.txt { width: 181px; margin-bottom: 5px; padding: 6px 0 6px 9px; font-family: "Times New Roman", Times, serif; font-size: 0.8em; }
#side-contact-form select.txt { width: 192px; padding: 6px 0 6px 9px; margin-bottom: 3px; font-family: "Times New Roman", Times, serif; font-size: 0.8em;  }
#side-contact-form .send-button {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}






/* CONTENT SECTIONS*/
#content {
	float: left;
	padding: 0 20px 38px 20px;
	width: 590px;
	text-align: left;
}
#content h1 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: normal;
	line-height: 1.3em;
}
#content h1.index { font-weight: bold; font-size: 1.55em; }
#content h2 {
	margin-bottom: 7px;
	margin-top: 5px;
	font-weight: bold;
}
#content ul + h2 { padding-top: 7px; }
#content a { border-bottom: 2px solid #d1d5d5; }
#content a:hover { color: #123a3e; border-bottom: 2px solid #9cb1b1;  }

#content ul, #content ol {
	margin-left: 0;
	padding-left: 15px;
}


#content ul + p { margin-top: 5px; }
#content li { margin-bottom: 8px; }
#content table.hometable p { margin-top: 0; margin-bottom: 0; }

/* PAGE-SPECIFIC CSS */
.page-links { margin-top: 14px; margin-left: 0; padding-left: 14px;}

#attorney-side {
	width: 205px;
	float: left;
}
#attorney-main {
	width: 380px;
	float: left;
}
#attorney-main img { display: none;  } /* CAN REMOVE THIS LATER */

.photo-frame {
	width: 188px;
	height: 265px;
	background: url(images/layout/photo_frame.jpg) top left no-repeat;
	position: relative;
}
.photo-frame img {
	display: block;
	left: 22px;
	top: 20px;
	position: absolute;
}

div.contact-block img { float: right; margin-left: 10px; border: 1px solid; }
div.contact-block { margin-bottom: 10px; clear: right; }


/* FOOTER */
#footer {
	clear: both;
	height: 250px;
	background: #623d2d;
	color: #d9cfcb;
	position: relative;
	padding: 25px 0 0 0;
	margin: 0;
}
#footer p { line-height: 1.25em; }
#footer strong { color: #ebdcc3; }
#footer a { color: #eae0db; }
#footer a:hover { text-decoration:underline; color: #ffffff; }

sup { font-variant: small-caps; vertical-align: baseline;}

