/*CASCADING STYLE SHEET FOR HERA */
/* BY CRASHING BULL PRODUCTIONS - MAY 2008 */

/* note: HOME PAGE "index.htm" has separate special style in own sheet */

/********* COMBO OF MEYERWEB RESET (SEE BOTTOM OF THIS PAGE FOR UNUSED and CBP adds **********/	
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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-size: 100%;
	/*font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: left;  baseline is the mw default */
}

/******** CBP STYLES BEGIN HERE *********/
div { border: 0px solid #00C; }

/*************************  TYPES  ******************************/
h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, li, fieldset, address {
	margin: 1em 0; 
}
body {
	margin: 5px;
	font-size: 80%;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
}
ol, ul {
	list-style: square;
}
li, dd { 
	margin-left: 5%; 
}
fieldset { 
	padding: .5em; 
}

p, li, input {
	font-size: 11px;
	line-height: 150%;
}
h2 {margin-top: 0;}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}
h3 + p {
	margin-top: -1em;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/************** banner title - class set on the H1 tag *****************/
h1 span{	
	display: none;	
}
h1 {
	padding-top: 10px;
	margin-right: 27px;
	height: 90px;
	background: transparent;
	text-align: right;
}			

/************** page titles - class set on the H2 tag *****************/
h2 span{	
	display: none;	
}
h2 {
	height: 36px;
	background: transparent;
}			

h2.home {	
	background: url(../images/titles/home.gif) no-repeat;
	padding-top: 40px;
}
h2.about {
	background: url(../images/titles/about.gif) no-repeat;
}	
h2.practice {				
	background: url(../images/titles/practice.gif) no-repeat;
}	
h2.services {				
	background: url(../images/titles/services.gif) no-repeat;
}
h2.work {				
	background: url(../images/titles/work.gif) no-repeat;
}
h2.support  {
	background: url(../images/titles/support.gif) no-repeat;
}
h2.contact {		
	background: url(../images/titles/contact.gif) no-repeat;
}
h2.resources {
	background: url(../images/titles/resources.gif) no-repeat;
}
h2.resourcesPB {
	background: url(../images/titles/resources_pleadings_bank.gif) no-repeat;
}
h2.brochures {
	background: url(../images/titles/brochures.gif) no-repeat;
}	

/************ main ID's ************/
#container {
	margin: 0;
	width: 772px;
	background: url(../images/backgrounds/bkg_container.gif) repeat-y left top;
}
#banner {
	margin: 0;
	clear: both;
	width: 772px;
	height: 90px;
	background: #996 url(../images/backgrounds/bkg_banner.gif) no-repeat right top;
}
#logo {
	margin: 0;
	padding: 0;
	float: left;
	width: 257px;
	height: 90px;
}
#homeImgStrip {
	margin: 0;
	clear: both;
	width: 772px;
	height: 165px;
	background: #FFF;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}
#backImgs {
	margin: 0;
	margin-bottom: 20px;
	width: 257px;
	background: #930;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}
#column-left {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 257px;
	color: #FFF;
	background-color: #930;
}
#column-right {
	margin-left: 277px;
	padding: 0 20px 20px 0;
	border-right: 1px solid #CCC;
}

#twoColQuote {
	margin: 1em 0;
	height: 81px;
}
	
#nav {
	margin: 0;
	padding: 20px;
	display: block;
}
#nav li {
	margin: 0;
	padding: .5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FDE3AB;
	text-transform: uppercase;
	letter-spacing: .05em;
	list-style: none;
}

#login {
	margin: 0;
	padding: 20px 20px 0px 20px;
	text-align: left;
	font-size: .85em;
}

#footer {
	clear: both;
	margin-top: 3px;
	padding: 1em;
	text-align: center;
	font-size: .8em;
	color: #FFF;
	background: #C60 url(../images/backgrounds/bkg_footer.gif) no-repeat right bottom;
	border-top: 4px solid #FFF;
}


/**************** CLASSES *****************/
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.login {
	display: block;
	padding-top: 2em;
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}
a:link.underlink {
	text-decoration: underline;
	color: #C60;
}

/**************** LINKS *****************/
a:link, a:visited {
	color: #6758BE;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #6758BE;
	text-decoration: underline;
}


#nav a:link, #nav a:visited {
	color: #FDE3AB;
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #F93;
	text-decoration: none;
}
#nav a.here {
	color: #F93;
}


#login a:link, #login a:visited {
	color: #FDE3AB;
	text-decoration: none;
}
#login a:hover, #login a:active, #login a:focus {
	color: #FFF;
	text-decoration: none;
}


#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFF;
	text-decoration: underline;
}
