* {
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	background: #FFF;
	/*background: #666;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
div#container {
	position: relative;
	text-align: left;
	margin: 10px auto;
	width: 592px;
}
div#mainContent {
	float: left;
	padding: 5px;
	background: #FFF;
}
h1 {
	float: left;
	padding-bottom: 5px;
	clear: both;
}
h1 span {
	display: none;
}
h1 A:link, h1 A:visited {
	display: block;
	width: 193px;
	height: 45px;
	background: url(../images/logo.gif) no-repeat;
	background-position: -1px -1px;
}
A:link, A:visited {
	text-decoration: none;
}
A:hover, A:active {
	text-decoration: underline;
}
div#header {
	float: left;
	clear: both;
	width: 100%;
	text-align: right;
}
div#header p {
	margin-top: 25px;
}
div#header A:link, div#header A:visited {
	color: #757171;
	text-decoration: none;
}
div#header A:hover, div#header A:active {
	color: #444A70;
}
div#footer {
	border-top: 2px solid #999;
	padding-top: 5px;
	clear: both;
}
div#footer * {
	color: #888;
	/*color: #CCC;*/
}
div#footer li {
	display: inline;
	font-size: 9px;
	padding: 0px 17px;
}
div#footer li.firstItem {
	padding-left: 0px;
}
div#footer li.lastItem {
	padding-right: 0px;
}
ul#mainNav {
	float: left;
	list-style: none;
	line-height: 27px;
	height: 27px;
	width: 441px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	text-transform: lowercase;
	font-size: 12px;
}
ul#mainNav li {
	display: inline;
	padding: 0px 21px;
}
ul#mainNav A:link, ul#mainNav A:visited {
	color: #BEBBC5;
	padding: 0px 9px;
	text-decoration: none;
}
ul#mainNav A:hover, ul#mainNav A:active, ul#mainNav A.hLight:link, ul#mainNav A.hLight:visited {
	color: #FFF;
}
div#content {
	width: 100%;
	float: left;
	clear: both;
	background: #444A70 url(../images/blue_print.gif) no-repeat;
	background-position: 445px 3px;
}
div#servicesList {
	float: right;
	margin-top: 122px;
	width: 140px;
}
div#servicesList h2 {
	margin-bottom: 10px;
	text-align: center;
}
div#servicesList h2 * {
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
div#servicesList ul {
	list-style: none;
}
div#servicesList li {
	border-bottom: 2px solid #FFF;
	padding: 3px 0px 3px 5px;
/*	font-family: "Times New Roman", "Times", serif;*/
	color: #FFF;
}
div#servicesList li.lastItem {
	border-bottom: none;
}
div.narrativeText {
	padding: 10px 10px 0px 0px;
}
div.narrativeText h2 {
	color: #7A2222;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}
div.narrativeText h3 {
	font-size: 12px;
	font-weight: normal;
	color: #444;
}
div.narrativeText p {
	margin: 5px 0px 10px 0px;
}
div.col1container {
	width: 442px;
	float: left;
}
div.col2container {
	width: 140px;
	float: right;
	padding-top: 10px;
}
div.contact {
	clear: both;
	float: left;
	padding-bottom: 80px;
}
div.col2container h2 {
	text-transform: lowercase;
	color: #7A2222;
	font-size: 14px;
	font-weight: normal;
}
div.col2container address {
	font-style: normal;
}
p.phone {
	margin: 10px 0px;
	color: #7A2222;
}
p.email * {
	color: #666;
}

div#flashEmbed {
	float: left;
	width: 441px;
	height: 256px;
	border-right: 1px solid #FFF;
}

