/**
 * Colors
 * ------
 * Header: #BF3D00
 * Subheader: #D4D4D4
 * BG-Gradient: #F0ECE1 --> #FFF
 * Footer Seperator: #E5E5E5
 * Footer Text: #999
 */

/*****[ general rules ]*****/
* { margin: 0; padding: 0; }
html, body {min-width: 820px;}
html { font-size: 62.5%; }
body { font: normal 12pt Georgia, "Times New Roman", Times, serif; background-color: #FFF; min-width: 780px; }
dl.generic { margin: -2em 0 2em; }
dl.generic dt { margin-top: 2em; }
dl.generic dd { margin-top: 0.5em; }

/*****[ Logos ]*****/
ul#logo_mast { list-style-type: none; float: right; margin: 5px 50px 0 0; }
ul#logo_mast li { float: left; }
ul#logo_mast li a { background-image: url("../images/mast_logos.gif"); background-repeat: no-repeat; display: block; height: 48px; text-indent: -1000em; }
ul#logo_mast li a#logo_bpa { background-position: left top; width: 197px; }
ul#logo_mast li a#logo_rhs { background-position: -197px top; width: 140px; }
ul#logo_mast li a#logo_digi { background-position: -337px top; width: 176px; }
ul#logo_mast li a#logo_echo { background-position: -512px top; width: 78px; }

/*****[ header ]*****/
#header { height: 200px; }
#header h1 { float: right; padding-right: 100px; }
#header h2 { float: right; padding-right: 100px; text-align: right; }
#header h1 { width: 190px; height: 65px; text-indent: -1000em; clear: both; background: url("../images/brobeck_logo.gif") left top no-repeat; margin-top: 50px; margin-bottom: 5px; }
#header h2 { font: bold 9pt Helvetica, Verdana, Arial, sans-serif; color: #C8C8C8; clear: right; margin-bottom: 10px; width: 80%; }

/*****[ content ]*****/
div#content { clear: right; background: url("../images/content_bg.gif") top left repeat-x; min-height: 250px; padding: 10px 100px 0 30px; }
div#content .layout_column { position: relative; }

div#content ul#navigation { list-style-type: none; width: 150px;
	position:absolute;
	top:210px;
	left:100px;
	z-index:2;
}
div#content ul#navigation li { font: normal 9pt/1.5 Helvetica, sans-serif; }
div#content ul#navigation li a:hover { text-decoration: underline; }
div#content ul#navigation li a.current { font-weight: bold; }

div#content div#main { font-size: 9pt; line-height: 1.6em;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width:120px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
div#content div#main div.text_column { width: 485px; }
div#content div#main p { margin-bottom: 1em; }
div#content div#main .text_column, div#content div#main div.text_column { float:right; }

/* div#content div#main .inner_layout_column {float:right;} */
div#content div#main .text_column { float:right; }

/*****[ footer ]*****/
div#footer { clear: both; margin: 0 100px; border-top: solid 2px #E5E5E5; padding: 10px 0 0  }
div#footer p { color: #BBB; font: bold 7pt Helvetica, Verdana, Arial, sans-serif; text-transform: uppercase; }
div#footer .layout_column { position: relative; float: left; }
div#footer p#site_design_credit { width: 220px;}
div#footer p#site_design_credit a#site_design_logo { display: block; text-decoration: none; text-indent: -1000em; width: 132px; height: 137px; background: url("../images/foot_ethos.gif") left top no-repeat; position: absolute; left: 50px; top: 10px; }
div#footer p#copyright { float:right; }

/*****[ FAQ ]*****/
dl#faq ul { margin-left: 35px; }
dl#faq dt { font-weight: bold; }

/*****[ contact (hCards) ]*****/
ul.vcard { margin-bottom: 2em; }
ul.vcard, ul.vcard ul { list-style-type: none; }
ul.vcard .org { font-weight: bold; }



.blogentrycategory {font-size: 9px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color: #999999; }
.blogentrysubject {font-size: 13px; line-height: 15px; font-family: Georgia, Geneva, Swiss, SunSans-Regular;
color: #333333; }
.blogentryfooter {font-size: 9px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color: #999999; }
.commentsubject {font-size: 14px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-weight: bold;
color: #6d0600; }
.commentauthor {font-size: 10px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color: #6e6e6e; }
.commentblock { font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
border: 1px #afafaf solid; margin: 10px; padding: 10px; width: 390px;}
