/* ==========================================
	master.css
	========================================*/

/* ==========================================
	�2007 AHCE, Inc.
	www.ahceinc.com
	========================================*/
	
/* ==========================================
	load normalizing styles
	========================================*/

@import url(normalize.css);

/* ==========================================
	load navigation markers
	========================================*/
	
@import url(navigation-markers.css);
	
/* ==========================================
	html, body, siteContainer
	========================================*/
	
html {
	background: #000 url(../images/html-bgd.png) no-repeat;
	text-align: center;
}
body {
	position: relative;
	font-size: small;
	font-family: Georgia, serif;
	color: #333;
	text-align: left;
	width: 875px;
	margin: 0 auto;
	background: #fff url(../images/body-bgd.png) left bottom no-repeat;
	=background: #fff url(../images/body-bgd.png) left bottom repeat-x;
	_background: #fff url(../images/body-bgd.png) left bottom repeat-x;
}
#siteContainer {
	position: relative;
	width: 100%;
	background: #fff;
}

/* ==========================================
	navigation
	========================================*/
	
#navigation {
	list-style: none;
	float: left;
	margin: 0;;
	padding: 0;
	width: 875px;
	background: #fff;
}
#navigation li {
	float: left;
	padding: 0;
}
#navigation a {
	display: block;
	padding: 0 0.75em;
	line-height: 2.1em;
	text-decoration: none;
	font-size: 95%;
	color: #506069;
	border: none;
}
.firmProfile {
	margin-left: 15px;
}

/* ==========================================
	content
	========================================*/
	
#content {
	background: url(../images/gradient.png) 5px top no-repeat;
}
#flashContent {
	width: 845px;
	margin: 15px 15px 10px 15px;
	=margin: 0 15px 10px 15px;
	_margin: 0 15px 10px 15px;
	padding-top: 20px;
}

/* ==========================================
	single, primary, secondary
	========================================*/
	
#single {
	width: 845px;
	margin: 0 15px 15px 15px;
	=margin: 0 10px 15px 10px;
	_margin: 0 10px 15px 10px;
}
#single p {
	padding: 0 10px;
	line-height: 1.6em;
}
#primary {
	width: 470px;
	margin: 0 15px 15px 15px;
	=margin: 0 10px 15px 10px;
	_margin: 0 10px 15px 10px;
	float: left;
}
#primary p {
	padding: 0 10px;
	line-height: 1.6em;
}
#secondary {
	width: 360px;
	margin: 0 15px 15px 0;
	=margin: 0 10px 15px 0;
	_margin: 0 10px 15px 0;
	float: right;
}
#secondary p {
	padding: 0 10px;
	line-height: 1.6em;
}
#pullQuote {
	float: left;
	padding-right: 10px;
}
#map {
	width: 300px;
	border: 1px solid #999;
	margin-top: 25px;
}
#serviceCallout {
	background: url(../images/callout-top.png) left top no-repeat #dfe0e1;
	font-size: 85%;
	margin: 0 20px;
}
#serviceCallout p {
	padding: 20px 20px 0 20px;
}
#serviceCallout ul {
	padding-bottom: 20px;
	background: url(../images/callout-bottom.png) left bottom no-repeat;
}

/* ==========================================
	siteInfo
	========================================*/
	
#siteInfo {
	clear: both;
	font-size: 80%;
	color: #999;
	margin-top: 10px;
	padding-top: 10px;
}
#siteInfo p {
	padding-left: 15px;
}

/* ==========================================
	element styles
	========================================*/
	
#firmProfile h1 { 
	background: url(../images/masthead-index.png) no-repeat;
}
h1 {
	font-size: 110%;
	font-weight: normal;
	text-indent: -10000px;
	width: 875px;
	height: 128px;
	background: url(../images/masthead.png) no-repeat;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	background: url(../images/h2-bgd.png) repeat-x;
	height: 30px;
	padding: 10px 0 0 10px;
	color: #0257A9;
}
ul {
	list-style: circle;
	margin-bottom: 10px;
	padding-left: 50px;
}
ul li {
	padding-bottom: 5px;
}
ul ul {
	padding-left: 15px;
	margin-bottom: 0;
}
a {
	text-decoration: none;
	color: #506069;
	border-bottom: 1px dotted #506069;
}
p {
	margin-bottom: 10px;
}
em {
	font-style: italic;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
}

/* ==========================================
	class styles
	========================================*/
	
.noBgd {
	background: none;
}
.noListStyle {
	list-style: none;
}
