@charset "UTF-8";
.oneColFixCtr #nav {
	width: 291px;
	z-index: 5;
	position: fixed;
}
.maintile {
	background-image: url(images/main-tile.png);
	background-repeat: repeat-y;
}
.oneColFixCtr #container {
	width: 857px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	width: 661px;
	z-index: 4;
	left: 196px;
	top: 10px;
}
.masthead {
	background-image: url(images/masthead-site.png);
	background-repeat: no-repeat;
}
.oneColFixCtr #resources {
	width: 196px;
	z-index: 7;
	position: fixed;
	top: 300px;
}
.oneColFixCtr #contact {
	width: 196px;
	z-index: 8;
	position: fixed;
	top: 30px;
	right: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336799;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.boldquotes {
	font-size: 13.5px;
	font-weight: bold;
}


li.bigbullets {
	margin: 0;
	background-image: url(images/emerald-bullit.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 30px;
	line-height: 13px;
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	color: #333333;
	list-style-position: outside;
}
ul {
	margin-left: -28px;
	margin-top: -6px;
}



.bodycopybold {
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
h1 {
	font-size: 14px;
	color: #336799;
}
h3 {
	font-size: 10px;
	color: #336799;
}
li.smallbullets {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #mainContent .maintile #services p {
	font-size: 10px;
}

