@charset "UTF-8";

/* RESET */
/* Eric Meyer Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
#leftCol ul {
list-style:disc;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GENERAL */

body {
	text-align: center;
	color: #000;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #333333 url(/images/bg_page_gradient.jpg) repeat-x;
}
#header {
	position: relative;
	width: 910px;
	height: 60px;
	margin: 0 auto;
}
#header h1 {
	height: 60px;
	width: 247px;
	float: right;
	text-indent: -5000em;
	background: url(/images/img_logo.jpg) no-repeat;
}
#subHeader {
	height: 27.4em;
	background: #7A7057 url(/images/bg_subheader_light.jpg) repeat-x;	
}
#subHeaderShort {
	height: 11.5em;
	background: #7A7057 url(/images/bg_subheader_light.jpg) repeat-x;	
}
#subHeader div.container {
	width: 950px;
	height: 27.4em;
	margin: 0 auto;
	background: #746A53 url(/images/bg_subheader_medium.jpg) repeat-x;
}
#subHeaderShort div.container {
	width: 950px;
	height: 11.5em;
	margin: 0 auto;
	background: #746A53 url(/images/bg_subheader_medium.jpg) repeat-x;
}
#subHeader div.container div.imgBG {
	width: 910px;
	height: 25.4em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	background: url(/images/bg_img_library.jpg) no-repeat;
}
#subHeaderShort div.container div.imgBG {
	width: 910px;
	height: 9.5em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	background: url(/images/bg_img_library.jpg) no-repeat 0px -10px;
}
#subNav {
	width: 265px;
	margin: 0 10px 0 20px;
	padding: 0 0 20px 0 ;
	border: 1px solid #666666;
	background: url(/images/bg_img_library_dark.jpg) no-repeat -20px -10px;
}
#subNav h2 {
	height: 40px;
	width: 181px;
	background: url(/images/bg_subhead_h2.gif) no-repeat;
	text-indent: -5000em;	
	margin: 10px 20px 5px 20px;
}
#subNav ul li {
	padding: 4px 10px 4px 20px;
}
#subNav ul li a {
	font: normal 1.3em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#subNav ul li a:link, #subNav ul li a:visited {
	
}
#subNav ul li a:hover, #subNav ul li a:active {
	color: #3399CC;
}
#content {
	width: 916px;
	margin: 0 auto;
	text-align: left;
}
#content div.hdrImg {
	width: 566px;
	height: 207px;
	margin: 0 0 15px 20px;
	background: url(/images/bg_hdrImg.jpg) no-repeat;
}
#content img.hdrImg {
	border: 3px solid #FFFFFF;
	margin: 2px 3px 5px 3px;
}
#hunter {
float:right;
display:inline;
margin:5px 23px 10px 23px;
border:3px solid #ffffff;
}
#lipton {
float:left;
display:inline;
margin:5px 23px 10px 23px;
border:3px solid #ffffff;
}
#leftCol {
	width: 606px;
	background: url(/images/bg_left_col.gif) repeat-y;
	float: left;
}
#rightCol {
	width: 276px;
	background: url(/images/bg_right_col.gif) repeat-y;
	float: right;
}



/* NAV */

#nav {
	margin: 0;
	padding: 0;
	height: 60px;
}
#nav li {
	float: left;
	height: 60px;
	margin: 0 5px 0 5px;
	position: relative;
}
#nav li a {
	display: block;
	height: 42px;
	text-indent: -5000em;
}
#nav #navHome a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat 0px 0px;
	width: 38px;
}
#nav #navNews a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -57px 0px;
	width: 38px;
}
#nav #navPractice a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -112px 0px;
	width: 83px;
}
#nav #navAttorneys a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -212px 0px;
	width: 82px;
}
#nav #navHome a:hover {
	background: url(/images/bg_nav_sprite.jpg) no-repeat 0px -120px;
	width: 38px;
}
#nav #navNews a:hover {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -57px -120px;
	width: 38px;
}
#nav #navPractice a:hover {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -112px -120px;
	width: 83px;
}
#nav #navAttorneys a:hover {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -212px -120px;
	width: 82px;
}

body.home #nav #navHome a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat 0px -60px;
	width: 38px;
}
body.news #nav #navNews a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -57px -60px;
	width: 38px;
}
body.practice #nav #navPractice a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -112px -60px;
	width: 83px;
}
body.attorneys #nav #navAttorneys a {
	background: url(/images/bg_nav_sprite.jpg) no-repeat -212px -60px;
	width: 82px;
}


/* ADHOC DROPDOWN */

#nav ul ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
	left: -999em;
	width: 14em;
	background-color: #CCCCCC;
	border: 1px solid #EFEFEF;
}
#nav ul ul li {
	font: normal 1em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: auto;
}

#nav ul ul li a {
	font-size: 1em;
	display: block;
	height: auto;
	text-indent: 0;
	background: none;

}


#nav ul ul li a:link, #nav ul ul li a:visited {
	color: #333333;
	height: auto;
	margin: 0 0 0 0;
	padding: 4px;
	text-decoration: none;
	border-right: none;
	border-bottom: 1px solid #EFEFEF;
	display: block;
	width: 13em;
	background-color: #999999;
	text-align:left;
	text-transform: capitalize;
}
#nav ul ul li a:hover, #nav ul ul li a:active {
	color: #3399CC;
	font-weight: normal;
	background-color: #B5B5B5;
	/*text-decoration: underline;*/
}

#nav ul li:hover ul {
	left: auto;
	margin: -1px 0 0 0;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
	margin: -1px 0 0 0;
}



#nav #navPractice ul li a, #nav #navPractice ul li a:hover {
	background: none;
	width: 13em;
}
body.practice #nav #navPractice ul li a {
	background: none;
	width: 13em;
}

/* shecodes */

#nav #navNews ul li a, #nav #navNews ul li a:hover {
	background: none;
	width: 13em;
}
body.news #nav #navNews ul li a {
	background: none;
	width: 13em;
}

/* CONTENT */

#content a {
	color: #3399CC;
}
#content ol {
	margin: 0 23px 15px 23px;
	list-style-type: decimal;
}
#content ol ol {
	margin: 0 10px 15px 10px;
	list-style-type: lower-alpha;
}
#content ol ol ul {
	margin: 0 0 15px 25px;
	list-style-type: circle;
}
#content ol li p  {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	color: #CCCCCC;
}
#content ol ol li p {
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	color: #CCCCCC;
}
#content ol ol ul li {
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
	color: #CCCCCC;
}
#leftCol div.gradient {
	height: 69px;
	background: url(/images/bg_left_col_top_grad.jpg) no-repeat;
}
#rightCol div.gradient {
	height: 69px;
	background: url(/images/bg_right_col_top_grad.jpg) no-repeat;
}
#leftCol h2.top, #rightCol h2.top {
	font-size: 1.8em;
	line-height: 1.0em;
	font-weight: normal;
	color: #CC6600;
	margin: -50px 0 10px 23px;
}
#leftCol h2, #rightCol h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 23px 4px 23px;
	color: #CCCCCC;
}

h2.contact { color: #CC6600;}

#leftCol h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0 23px 2px 23px;
	color: #CCCCCC;
}
#leftCol p, #rightCol p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 23px 15px 23px;
	color: #CCCCCC;
}
#leftCol ul {
	margin: 0 0 15px 10px;
}
#leftCol li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 23px 4px 23px;
	color: #CCCCCC;
}
#rightCol dl {
	margin: 0 23px 15px 23px;
}
#rightCol dt {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 23px 5px 0;
	color: #CCCCCC;
}
textarea {
	width: 225px;
}
input.setWidth {
	width: 200px;
}
#leftCol div.bottom {
	height: 16px;
	background: url(/images/bg_left_col_bottom.gif) no-repeat;
}
#rightCol div.bottom {
	height: 16px;
	background: url(/images/bg_right_col_bottom.gif) no-repeat;
}

#rightCol h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 10px;
}


/* FOOTER */

#footer {
	font: normal 1.0em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 0 10px 0;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 912px;
}
#footer ul {
	float: left;
}
#footer ul li {
	display: inline;
	padding: 0 10px 0 10px;
	margin: 0;
	border-right: 1px solid #666666;
}
#footer ul li.first {
	padding: 0 10px 0 3px;
}
#footer ul li.last {
	border-right: none;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #999999;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
	color: #3399CC;
}
#footer p {
	color: #666666;
	margin: 0 3px 0 10px;
	float: right;
}
#footer p a {
	color: #006699;
}


/* MISC */

.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.clear {
	clear: both;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
img.floatR {
	float: right;
	margin: 5px;
}
.center {
	text-align: center;
}

/* FORM VALIDATIONS */

.validationError {
	color: #c00 !important;
}
ul.validationError  {
	font-size: 12px;
	list-style-type: disc;
	padding-left: 50px;
}
.success {
	color: #5e8ab7 !important;
}

.red { color: red; }

.rssfeed { 
font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 10px;
  }

h2.top a { color: pink; text-decoration:none; }
