﻿/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #FBF4D8 url(img/bg.jpg) top left repeat-x;
color: #121212;
font-family: Arial, Helvetica, sans-serif;
}

#wrap
{
position: relative;
margin: 0 0 0 20px;
width: 985px;
}

	#header
	{
	position: relative;
	height: 93px;
	border-bottom: 3px solid #fff;
	}
	
		#logo
		{
		position: relative;
		float: left;
		height: 53px;
		width: 262px;
		margin-top: 12px;
		margin-left: -12px;
		background: url(img/logo.gif) top left no-repeat;
		}
		
		#nav
		{
		position: relative;
		float: left;
		padding: 65px 0 0 0;
		height: 28px;
		}
		
			#nav li
			{
			position: relative;
			float: left;
			height: 28px;
			}
			
			#nav li a
			{
			position: relative;
			float: left;
			height: 28px;
			text-indent: -9999em;
			}
			
			#nav li a:hover
			{
			background-position: bottom left;
			}
			
			.n1
			{
			background: url(img/n.gif) top left;
			width: 73px;
			}
			
			.n2
			{
			background: url(img/n-11.gif) top left;
			width: 51px;
			}		
		
			.n3
			{
			background: url(img/n-12.gif) top left;
			width: 111px;
			}		
		
			.n4
			{
			background: url(img/n-13.gif) top left;
			width: 94px;
			}
			
			.n5
			{
			background: url(img/n-14.gif) top left;
			width: 95px;
			}
			
			.n6
			{
			background: url(img/n-15.gif) top left;
			width: 79px;
			}
			
			.n7
			{
			background: url(img/n-16.gif) top left;
			width: 89px;
			}
		
		#callbox
		{
		position: absolute;
		top: 32px;	
		right: 12px;
		font-size: 1.8em;
		color: #04699A;
		text-align: right;
		font-weight: bold;
		}
		
			#callbox a
			{
			position: relative;
			display: block;
			float: right;
			width: 107px;
			height: 23px;
			background: url(img/clickcall.gif) top left no-repeat
			}
			
			#callbox a:hover
			{
			background: url(img/alt-clickcall.gif) top left no-repeat	
			}
		
		
		#pagewrap
		{
		position: relative;
		}
		
			#sidebar
			{
			position: relative;
			float: left;
			width: 217px;
			background: url(img/sbbg.gif) top left repeat-x;
			z-index:100;
			}
			
			#contact-title
			{
			position: relative;
			background: url(img/contact-title.gif) top center no-repeat;
			height: 34px;
			text-indent: -9999em;
			font-size: 1em;
			}
			
			#contact-box
			{
			position: relative;
			width: 195px;
			padding: 5px;
			margin: auto;
			background: #EBE3C7;
			margin-bottom: 15px;
			}
			
				.txt
				{
				position: relative;
				padding: 3px 5px 0 5px;
				height: 15px;
				font-size: .9em;
				width: 185px;
				background: url(img/txtbox.gif) top left no-repeat;
				margin-bottom: 6px;
				border: 0px;
				}
				
				
				.message
				{
				position: relative;
				padding: 3px 5px 7px 5px;
				height: 45px;
				font-size: .9em;
				width: 185px;
				background: url(img/msgbox.gif) top left no-repeat;
				margin-bottom: 6px;
				border: 0px;
				}
				
				.csub
				{
				position: relative;
				float: right;
				height: 18px;
				width: 82px;
				border: 0px;
				background: url(img/sendnow.gif) top right;
				margin: 1px 5px 5px 0;
				}
				
				.csub:hover
				{
				background: url(img/alt-sendnow.gif) top right;
				}
		
			#practice-areas-title
			{
			position: relative;
			height: 25px;
			text-indent: -9999em;
			font-size: 1em;
			background: url(img/practiceareas-title.gif) top center no-repeat;
			}
			
			#specializing-title
			{
			position: relative;
			height: 19px;
			text-indent: -9999em;
			font-size: 1em;
			background: url(img/concentrating-title.gif) top center no-repeat;
			}
			
			#otherlinks-title
			{
			position: relative;
			height: 25px;
			text-indent: -9999em;
			font-size: 1em;
			background: url(img/otherlinks-title.gif) top center no-repeat;
			}
			
			.sblist
			{
			position: relative;
			padding: 1px 12px 18px 12px;
			text-align: left;
			}
			
				.sblist li
				{
				position: relative;
				padding: 2px 0 2px 0;	
				}
				
				.sblist li a
				{
				position: relative;
				font-weight: bold;
				color: #222;
				padding-left: 18px;
				background: url(img/tag.gif) left center no-repeat;
				}
				
				.sblist li a:hover
				{
				color: #D90102;
				background: url(img/tag2.gif) left center no-repeat;
				}
				
				.specialbox ul.sblist li a
				{
				color: #fff;
				background: url(img/tag2.gif) left center no-repeat;
				}
				
			.specialbox
			{
			position: relative;
			margin-bottom: 18px;
			height: 112px;
			padding-top: 10px;
			background: url(img/specialbox.gif) center no-repeat;
			}
			
			.contactus
			{
			position: relative;
			padding: 10px 10px 0 10px;
			height: 56px;
			font-size: 1.4em;
			color: #fff;
			font-weight: bold;
			background: url(img/contactus.gif) top center no-repeat;
			}
		
		
		
		#content
		{
		position: relative;
		float: left;
		text-align: left;
		width: 767px;
		}
		
			#cheader
			{
			position: relative;
			height: 159px;
			border-left: 2px solid #fff;
			background: url(img/head.jpg) top right no-repeat;
			}
			
			#cheader2
			{
			position: relative;
			height: 159px;
			border-left: 2px solid #fff;
			background: url(img/alt-head.jpg) top right no-repeat;
			}
			
			.thepage
			{
			position: relative;
			padding-left: 20px;
			}
			.thepage ul li
			{list-style-type:disc; margin: 0px 10px 15px 25px; 
			}
			
			#content h1
			{
			position: relative;
			font-size: 1.5em;
			color: #04699A;
			font-weight: bold;
			padding: 20px 0 3px 0;
			margin-bottom: .75em;	
			border-bottom: 6px solid #04699A;
			}
			#content h2
			{
			position: relative;
			font-size: 1.2em;
			color: #000;
			font-weight: bold;
			padding: 23px 0 1px 0;
			margin-bottom: .50em;
			z-index:1;
			}	
			#content li a:visited	
			{
			color:purple;
			}
			#content p a:visited	
			{
			color:purple;
			}
			#content h2 a, a:visited
			{
			color: #000;
			}	
			#content h3
			{
			position: relative;
			font-size: 1.3em;
			color: #000;
			font-weight: bold;
			padding: 0 0 1px 0;
			margin-bottom: 0.75em;
			}
			.thepage p
			{
			position: relative;
			line-height: 1.5em;
			padding: 0 0 1.2em 0;
			}
		
			.mini-sue
			{
			position: relative;
			float: right;
			height: 241px;
			width:  227px;
			color: #2B5C81;
			font-style: italic;
			background: url('img/postimg.gif') no-repeat right top;
}
				#scrollup {
				padding: 20px 20px 0 30px;
	 			position: relative;
	 			float:right;
	 			font-size:11px;
				height: 241px;
				width:  227px;
	   			overflow: hidden;
	   			background: url('img/postimg.gif') no-repeat right top;

	 		}
	 		
	 				.headline {
	   				position: absolute;
	   				top: 265px;
					left: 30px;
	   				height: 231px;
	   				width:227px;
	   				color: #2B5C81;
					font-style: italic;
					text-align:left;
	 			}
		
				.headline cite
				{
				position: relative;
				padding: 6px 0 0 0;
				display: block;
				font-weight: bold;
				font-size: 16px;
				}
			
				.headline img
				{
				position: relative;
				float: right;
				}
				
			.sue-box
			{
			position: relative;
			padding: 13px;
			height: 241px;
			width: 340px;
			background: url(img/sue-box.gif) top left;
			font-style: italic;
			}
			
				.thepage .sue-box p
				{
				line-height: 1.2em;
				}
			
				.sue-box img
				{
				position: relative;
				float: right;
				margin: -10px -10px 5px 12px;
				}
				
				.sue-box cite
				{
				position: relative;
				font-size: 1.5em;
				padding-left: 7px;
				}
			
			.disclaimer
			{
			position: relative;
			margin-top: 22px;
			padding: 15px 0 25px 0;
			font-size: .9em;
			}
			
				.disclaimer h6
				{
				position: relative;
				font-size: 1.4em;
				color: #04699A;
				font-weight: bold;
				}
				
				div#menu {
	position: relative;
	padding: 1px 12px 18px 12px;
	text-align: left;
}
ul#navigation{
	position: relative;
	padding: 1px 0px 18px 12px;
	text-align: left;

}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#navigation li { 
	line-height : 1.35em;
	position: relative;
	padding: 2px 0 2px 0;
	display:block;
}
ul#navigation li a { 
	position: relative;
	font-weight: bold;
	color: #222;
	padding-left: 18px;
	background: url(img/tag.gif) left center no-repeat;
}

ul#navigation li li { 
	float: left;
	z-index:22;
	padding:4px;
}

ul#navigation li li a {
	width: 11em;
}


#navigation a {
	position: relative;
	font-weight: bold;
	color: #222;
	padding-left: 18px;
	background: url(img/tag.gif) left center no-repeat;
}
ul#navigation a:hover {
	color: #D90102;
	background: url(img/tag2.gif) left center no-repeat;
}


ul#navigation li ul {
	position: absolute;
	left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}


#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul {
	top: 0;
	left: 0px;
	margin-left: 80%;
	display:block;
	width:12em;
	background-color:#C8C29D;
}				