/* ****** Default Tag Styles ****** */
* { 
	border: 0;
	margin: 0;
	outline: 0; 
	padding: 0; 
} 
html { font-size: 100.01%; }
body {
	color: #123958;
	font: normal 10pt/18px arial, verdana, sans-serif; 
	position: relative; 
	width: 100%; 
}

h1, h2, h3, h4, h5, h6 { line-height: 27px; }

h1 { 
	color: #5c96c9;
	margin: 10px 0 0;
}
h2 { 
	clear: both;
	margin: 5px 0;
}
h3 { text-transform: uppercase; }
h6 { font-style: italic; }

p { margin: 0 0 10px; }	

a:link, a:visited { 
	color: #5c96c9;
	text-decoration: underline; 
}

legend, .patternRight, .garidentBtm, .headerArea,
.mainNav, .allServices, .contentJump, .subNav,
#flashArea, .flashArea, .breadcrumbs, .listing p a,
.rightCol, .footer { 
	display: none
}

/* ****** START Main Content Styles ****** */
.intro {
	color: #5c96c9;
	font-weight: bold;
}

.contentArea ul,
.contentArea ol { margin: 10px 0 10px 40px; }

.contentArea ul li { padding-left: 5px; }

.contentArea ul ul,
.contentArea ol ul { margin: 0 0 0 10px; }

.contentArea ol ol,
.contentArea ul ol { margin: 0 0 0 30px; }

.contentArea ol ol li,
.contentArea ul ol li { 
	list-style-type: lower-alpha;
	padding: 0;
}

.imgLeft { 
	float: left;
	margin: 0 10px 10px 0; 
}
.imgRight { 
	float: right;
	margin: 0 0 10px 10px; 
}

/* listings */
ul.listing { 
	border-bottom: 5px solid #d6d6d6;
	margin: 0 0 10px;
	padding-bottom: 5px;
}
.contentArea .listing li { 
	list-style-type: none; 
	padding: 0;
}

.listing h2 { font-weight: bold; }

/* section listings */
.sections div {
	float: left;
	padding: 10px 0;
	margin: 0 10px 10px 0;
	width: 280px;
}
.sections img { 
	float: left;
	margin: 0 10px 10px; 
}
.sections p { 
	float: left; 
	width: 180px;
}