@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 100%;
}
h1 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-size: 100%;
}
p {
	margin-top: 0px;
	margin-bottom: .5em
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/960x10-rounded-white_top.png);
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/960x10-rounded-white_bottom.png);
	background-repeat: no-repeat;
	height: 10px;}
.oneColFixCtrHdr #navBar {
	width: 60px;
	display: block;
	margin-right: 10px;
	padding-top: 40px;
	position: absolute;
}
.oneColFixCtrHdr #subContent {
	width:860px;
	margin-left: 80px;
	display: block;
	}
	.oneColFixCtrHdr #folio {
	width:860px;
	display: block;
}
.oneColFixCtrHdr #headerLogo {
	width:860px;
	border-bottom-color: #000000;
	border-bottom: 3px;
	display: block;
	height: 40px;
	border-bottom-style: solid;
	text-align: right;
	margin-bottom: 45px;
	}
.services {
	width:140px;
	padding-left: 5px;
	display: block;
	color: #999999;
	position: absolute;
	margin-top: 2em;
	font-size: 81%;
}
.servicesSplash {
	width:140px;
	padding-left: 5px;
	display: block;
	color: #FFFFFF;
	position: relative;
	margin-top: 2em;
	font-size: 81%;
	top: -550px;
}
.footer {
	font-size: 81%;
	color: #999999;
}
.about {
	margin-left:160px;
	padding-left:5px;
	margin-right: 220px;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#b71234;
}
a:active {
	color:#b71234;
}
