/* general presentation stuff */

body, p, ul, li, a, address {
	background-color: #fff;	
	color: #000;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

ul	{
	list-style-type: square;}

h1 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #042D61;
	text-transform: uppercase;
	font-weight: bold;
}


h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #042D61;
	text-transform: uppercase;
	font-weight: bold;
}

a, a.visited {
	color: black;
	text-decoration: none;
}


.subtext {margin-bottom: 3px; font-size: 9pt; color: #52242c;}



li	{padding: 2px 0;}

/* control of block-level elements.  */

#main-content-container {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
}

#highlight-box {float:right; width: 325px; border: 1px solid #ccc; padding:10px; background: #EEE; margin-left: 15px; font-size:12px}
#highlight-box a {font-size:12px}
#highlight-box p.header {font-weight:bold; margin-bottom: 5px}
#highlight-box p {margin: 5px 0}

#main-text #highlight-box ul {list-style-type:square; }
#main-text #highlight-box ul li {padding:0}

img	{
float: left;
margin: 0 15px 15px 0;}

p.practice-area-title {text-transform:uppercase; font-size: 13px; font-style:italic; color:#8B3639}

/* hide stuff */

#search, #nav, #masthead, img, .hide {
	display: none;
}

#logo {
	font-size: 14pt;
	width: 100%;
	padding: 0 0 10px 0;	
	color: #52242c;
}

#footer {
border-top: 1px solid maroon; margin-top: 30px; padding-top: 10px;}