/***---------------------------------------------------------------------------------------
Base Styles

Version:	2007.06
Author:		NetCubed Web Services
Website:	http://www.netcubed.net
-------------------------------------------------------------------------------------------

/** Global Styles
----------------------------------------------------------------------------------------**/
* { /*global reset*/
	margin: 0;
	padding: 0;
	}
body {
	font: normal 90% arial, helvetica, sans-serif;
	background: #dbdad5;
	}
#body_ie { /*required so bg scales in IE7*/
	background: #dbdad5 url(/assets/images/bg_body.png) repeat-x;
	}
h2 {
	display: block;
	margin-bottom: .25em;
	font-size: 2.25em;
	text-transform: capitalize;
	color: #333;
	}
h2.print {
	display: none;
	}
h3 {
	margin-top: 1em;
	font-size: 1.15em;
	}
h4 {
	margin: 8px 0 8px 24px;
	font-size: 130%;
	}	
#container_top , #container_ff , #footer {
	width: 797px;
	margin: auto;
	}
.border_top {
	border-top: 1px solid #b9b9b4;
	}
.clear {
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
/**-------------------------------------------------------------------------------------**/

/** Header
----------------------------------------------------------------------------------------**/
#header { /*taken out of the container to account for glow*/
	position: relative;
	left: -105px;
	width: 970px;
	height: 105px;
	margin: auto;
	background: url(/assets/images/bg_logo.png) no-repeat;
	}
#header a {
	position: relative;
	left: 105px;
	display: block;
	border: 0;
	width: 796px;
	height: 105px;
	margin: auto;
	background: transparent;
	}
/**-------------------------------------------------------------------------------------**/

/** Navigation
----------------------------------------------------------------------------------------**/
#nav {
	position: relative;
	top: 2px;
	height: 38px;
	}
#nav li span {
	display: none;
	}
#nav li {
	display: block;
	position: relative;
	float: left;
	height: 38px;
	list-style: none;
	}
#nav li a {
	display: block;
	width: 132px;
	height: 38px;
	border: none;
	}
li#nav_home a {
	background: url(/assets/images/nav_home.png) no-repeat;
	}
li#nav_home a:hover {
	background: url(/assets/images/nav_home.png) no-repeat 0px -38px;
	}
li#nav_practice a {
	background: url(/assets/images/nav_practice.png) no-repeat;
	}
li#nav_practice a:hover {
	background: url(/assets/images/nav_practice.png) no-repeat 0px -38px;
	}
li#nav_profile a {
	width: 133px;
	background: url(/assets/images/nav_profiles.png) no-repeat;
	}
li#nav_profile a:hover {
	background: url(/assets/images/nav_profiles.png) no-repeat 0px -38px;
	}
li#nav_litigation a {
	width: 134px;
	background: url(/assets/images/nav_litigation.png) no-repeat;
	}
li#nav_litigation a:hover {
	background: url(/assets/images/nav_litigation.png) no-repeat 0px -38px;
	}
li#nav_about a {
	background: url(/assets/images/nav_about.png) no-repeat;
	}
li#nav_about a:hover {
	background: url(/assets/images/nav_about.png) no-repeat 0px -38px;
	}
li#nav_contact a {
	width: 134px;
	background: url(/assets/images/nav_contact.png) no-repeat;
	}
li#nav_contact a:hover {
	background: url(/assets/images/nav_contact.png) no-repeat 0px -38px;
	}
/**-------------------------------------------------------------------------------------**/

/** Content
----------------------------------------------------------------------------------------**/
.content {
	margin: 18px 0 ;
	}
.content img {
	float: left;
	margin: 0;
	border: 7px solid white;
	}
.content p {
	width: 338px;
	margin: 0 0 8px 24px;
	line-height: 1.25em;
	}
.content1 {
	float: left;
	width: 435px;
	}
.content2 {
	float: left;
	width: 362px;
	}
/**-------------------------------------------------------------------------------------**/

/** Home
----------------------------------------------------------------------------------------**/
#home h2 {
	position: relative;
	left: 22px;
	}
#home p {
	float: left;
	}
/**-------------------------------------------------------------------------------------**/

/** Recent Litigation
----------------------------------------------------------------------------------------**/
#litigation ul {
	clear: both;
	}
#litigation li {
	width: auto;
	margin: 0 0 8px 24px;
	line-height: 1.25em;
	list-style-type: disc;
	}
/**-------------------------------------------------------------------------------------**/

/** About
----------------------------------------------------------------------------------------**/
#about p {
	width: auto;
	}
#about p {
	margin-left: 8px;
	}
/**-------------------------------------------------------------------------------------**/

/** Practice Areas
----------------------------------------------------------------------------------------**/
#practice p {
	width: auto;
	}
#practice ul {
	clear: both;
	}
#practice li {
	list-style: outside;
	margin-left: 20px;
	padding: 0 0 5px 0;
	}
#practice_list {
	float: left;
	width: 280px;
	padding: 0 24px 0 0;
	}
#practice_info {
	width: 480px;
	float: left;
	border-left: 1px solid #b9b9b4;
	}
/**-------------------------------------------------------------------------------------**/

/** Profiles
----------------------------------------------------------------------------------------**/
#profiles p {
	width: auto;
	margin: 0;
	}
#profiles .pro_list {
	display: block;
	float: left;
	width: 360px;
	margin: 0 0 25px 25px;
	border: 1px solid #b9b9b4;
	background: #eee;
	}
#profiles .pro_list a img {
	border: 3px solid #eee;
	}
#profiles .pro_text {
	position: relative;
	left: 8px;
	margin-top: 4px;
	}
#profiles .pro_detail span#name {
	font-size: 3em;
	}
#profiles .pro_detail img {
	float: right;
	margin-left: 24px;
	}
#profiles td {
	padding-right: .25em;
	}
#profiles li {
	line-height: 1.25em;
	list-style-type: disc;
	list-style-position: inside;
	}
#profiles #counsel {
	float: none;
	margin: auto;
	padding: 0 0 3px 0;
	}
/**-------------------------------------------------------------------------------------**/

/** Contact
----------------------------------------------------------------------------------------**/
#contact_form {
	float: left;
	padding: 0 24px 0 0;
	border-right: 1px solid #b9b9b4;
	}
#contact form {
	clear: both;
	float: left;
	}
#contact_info {
	width: auto;
	float: left;
	}
#contact p {
	clear: both;
	width: 100%;
	margin-bottom: 12px;
	}
#contact p span { /*postal code*/
	white-space: pre;
	}
#contact h3 {
	margin: 18px 0 8px 24px;
	}
/**-------------------------------------------------------------------------------------**/

/** Fat Footer
----------------------------------------------------------------------------------------**/
/*#fatfooter {
	clear: both;
	position: relative;
	top: 16px;
	padding: 12px 0;
	border-top: 2px solid #b9b9b4;
	border-bottom: 2px solid #b9b9b4;
	background: #333;
	}
#fatfooter h3 {
	display: block;
	margin: 8px 0;
	}
h3 span {
	display: none;
	}
#fatfooter li {
	display: block;
	float: left;
	width: 240px;
	height: 18px;
	margin: 5px 0;
	padding: 0 0 0 25px;
	color: #fff;
	list-style: none;
	background: url(/assets/images/checkmark.png) left center no-repeat;
	}
#fatfooter .long {
	width: 480px;
	}*/
/**-------------------------------------------------------------------------------------**/

/** Footer
----------------------------------------------------------------------------------------**/
#footer {
	position: relative;
	top: 12px;
	clear: both;
	}
#footer span {
	display: none;
	}
#footer #webmark a {
	float: left;
	width: 110px;
	height: 19px;
	margin: 15px 0;
	background: url(/assets/images/webmark.png) no-repeat;
	}
#footer #webmark a:hover {
	background: url(/assets/images/webmark.png) no-repeat 0px -19px;
	}
#footer p {
	float: right;
	padding: 12px 0;
	text-align: right;
	font-size: 75%;
	color: #666;
	}
/**-------------------------------------------------------------------------------------**/

/***-----------------------------------------------------------------------------------***/
