/* ==================================================================
SCREEN STYLESHEET
SSG&C - Sheiness, Scott, Grossman & Cohn, LLP
---------------------------------------------------------------------
AUTHOR(S): AARON@METHOD21.NET

=====================================================================
COLOR TABLE
---------------------------------------------------------------------
DARK GRAY 		#1C1C1C
===================================================================== */
		
/* GLOBALS
===================================================================== */
body {
	margin: 0;
	padding: 0;
	font: normal .8em Arial,Verdana,"Lucida Grande",sans-serif;
	background: #EEE url(../images/bkg-fade.gif) repeat-x;
	text-align: center;
}
a {
	overflow: hidden;
	outline: none;
	color: #600;
	cursor: pointer;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: Georgia,"Times New Roman", Times, serif;
	margin: 4px 0;
}
h1 {
	font-weight: normal;
	color: #600;
	margin: 0 0 5px;
	font-variant: small-caps;
	font-size: 2em;
}
h2 {
	font-weight: normal;
	color: #222;
	font-size: 12pt;
	font-variant: small-caps;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.borderNone {
	border: none !important;
}
.clear, .clearBoth {
	clear: both;
}
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
/* FORMS */
input,textarea {
	font: inherit;
	padding: 3px;
}
input.inputButton { /* SEE IE6, IE7 */
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.B_crumbBox { /* DEFAULT CLASS FOR MODX BREADCRUMB */
	margin: 3px 0 10px;	
	font-size: 8pt;
	font-weight: bold;
	display: none;
}
/* STRUCTURE
===================================================================== */
#outerMost {
	width: 800px;
	background: url(/images/bkg-center.gif) repeat-y center top;
	margin: 80px auto 0;
	text-align: center;
}
#wrapper {
	width: 780px;
	background: #FFF url(/images/wood_header_bar.jpg) no-repeat left top;
	min-height: 800px;
	margin: 0 auto;
	border: solid 2px #333;
	overflow: auto;
	text-align: left;
}
/* HEADER
===================================================================== */
#header {
	background: url(/images/header_image2.jpg) no-repeat left top;
	margin: 26px 0 0;
	padding: 170px 0 0 ;
	position: relative;
}
#logo {
	background: url(/images/ssgc_logo.png) no-repeat center top;
	display: block;
	width: 500px;
	height: 200px;
	text-indent: -9999px;
	top: 15px;
	
	/*NEGATIVE MARGIN CENTERING*/
	position: absolute;
	left: 50%;
	margin-left: -250px;
	z-index: 99;
}
#address {
	position: absolute;
	color: #FFF;
	top: 120px;
	right: 10px;
	text-align: right;
}
#contentWrapper {
	padding: 0 10px; 
}
#content {
	float: left;
	padding: 0 5px 0 0;
	width: 550px;
	line-height: 1.5;
	text-align: justify;
}
#content img {
	border: solid 1px #999;
	padding: 5px;
}
#sidebar {
	width: 195px;
	padding: 0;
	float: right;
	font-size: 9pt;
}
#sidebar h3 {
	font-family: Arial,Verdana,"Lucida Grande",sans-serif;
}
#sidebar li {
	border-bottom: dotted 1px #1C1C1C;
	padding: 5px 0;
}
#sidebar li a {
	color: #222;
	text-decoration: none;
}
#sidebar li a:hover {
	color: #600;
}
#footer {
	width: 785px;
	margin: 0 auto;
	text-align: left;
	font-size: 8pt;
	background: url(/images/bkg-bottom_shadow.gif) repeat-x left top;
	padding: 10px;
	line-height: 1.5;
	position: relative;
}
#footer p {
	margin: 0;
}
.m21 {
	background: url(/images/m21_logo.gif) no-repeat left top;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	text-indent: -9999px;
}

/* NAVIGATION
===================================================================== */
#nav {
	margin: 0 0 10px;
	padding: 0;
	height: 2.6em;
	text-align: center;
	background: #000;
	border-top: solid 1px #111;
}
#nav a {
	display: block;
	/* width: 8em; */
	padding: 4px 8px;
}
#nav li {
	float: left;
	display: block;
	float: left;
	width: auto; 
	position: relative; /* ADDED TO CONTROL POSITION OF DROP MENUS */
}

#nav li a {
	display: block;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	border-right: solid 1px #555;
}
#nav li a:hover, ul#nav li:hover a{ /* ADDED LI:HOVER SO THE MAIN NAV STAYS HILIGHTED */
	background: #d8d8d8;
	color: #600;
}
#nav .youAreHere, ul#nav .active {
	background: #600;
	color: #FFF;
}
/* COME BACK TO THIS LATER-AMB
#nav li a.hasChildren {
	background: url(/images/icon_arrow_down-white.gif) no-repeat 95% center;
}
*/
#nav li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	text-align: left;
	background: #CCC;
	width: 10.3em;
}
#nav li ul li { 
	float: none;
	/* white-space: nowrap; */
	margin: 0; /* UNDO LEFT MARGIN SET ON FIRST LEVEL LI */
	width:auto;
	border-bottom: solid 1px #BBB;
}
#nav li ul li a { 
	border: none;
	padding: 6px 5px;
	display: block;
	line-height: 1;
	/* width: 10.3em; */
	width: auto;
	color: #600;
}
#nav li ul li a:hover, #nav li ul .youAreHere a{
	background: #666;
	color: #FFF;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* HOMEPAGE
===================================================================== */
#buckets {
	overflow: auto;
}
#buckets li {
	background: url(/images/bkg-bucket.gif) no-repeat left top;
	width:161px;
	height: 137px;
	margin-left: 2px;
	text-align: left;
	float: left;
	color: #3F3F3F;
	padding: 10px;
}
#buckets h2 {
	color: #600;
	margin: 2px 0;
	font: bold 9pt Arial, Helvetica, sans-serif;
	padding-top: 64px;
	background: no-repeat center top;
}
#buckets a {
	color: #3F3F3F;
}
#buckets p {
	margin: 0;
	font-size: .87em;
	line-height: 1.2;
}

#buckets #firm h2{ background-image: url(/images/bucket-firm.jpg);}
#buckets #attorneys h2 { background-image: url(/images/bucket-attorneys.jpg)}
#buckets #seminars h2 {background-image: url(/images/bucket-seminars.jpg)}

#buckets li.first {
	margin: none;
}
/* ATTORNEYS
===================================================================== */
#attorneys #content {
	text-align: left;
}
.phoneNumber {
	color: #600;
	margin: 0;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 1.2em;

}
/* SIDEBAR
===================================================================== */
#sidebar #sideContact {
	width: 192px;
	font: normal 10pt Times, "Times New Roman", serif;
}
#sideContact h3 {
	text-align: center;
	background: url(/images/contact_header.gif) no-repeat left top;
	height: 38px;
	text-indent: -9999px;
	margin: 0;
}
#sideContact #contactBody {
	background: url(/images/contact_inside.gif) repeat-y left top;
}
#sideContact #contactBottom {
	background: url(/images/contact_bottom.gif) no-repeat left bottom;
	padding: 10px 15px 20px;
}
#sideContact input, #sideContact textarea {
	width: 155px;
	border: solid 1px #CCC;
	margin-bottom: 10px;
}
#sideContact .submit {
	background: url(/images/bkg-send_button.gif) repeat-x left top;
	height: 23px;
	color: #FFF;
	text-align: center;
	width: 165px;
	cursor: pointer;
}