/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}
body {
	background-color: #FFFFFF;
	background-image: url(../imgs/headerFill.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
	color: #a70000;
}
a:link {
	color: #a70000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
}
p{
	margin-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

#header {
	height: 73px;
	overflow: hidden;
}

#headerStrapLine {
	float: left;
}
#headerLogo {
	float: right;
}.clear {
	clear: both;
}
#nav {
	margin-left: 28px;
	height: 25px;
	overflow: hidden;
}
#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav li
{
float: left;
margin: 0;
}

#nav li a
{
	float: left;
	display: block;
	color: #383838;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	padding-right: 13px;
	padding-left: 16px;
	background-image: url(../imgs/navDivider.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
}
.selected {
	background-image: url(../imgs/selectedFill.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
}

/* Hide from IE5-Mac \*/
#nav li a
{
	float: none
}
/* End hide */
#nav li a:hover{
	color: #a70000;
}
#address {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 42px;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}
#wrapper {
	text-align: center;
}
#mainBody {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 746px;
}
#mainBodyHeader {
	margin-top: 20px;
	margin-bottom: 20px;
}

#leftCol {
	float: left;
	width: 226px;
}
#rightCol {
	float: right;
	width: 506px;
}
#pageTitle {
	background-color: #F0F0F0;
	height: 21px;
	width: 497px;
	padding-left: 9px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 12px;
}


.latestNewsItem {
	margin-top: 5px;
}
.newsDate {
	margin: 8px;
	font-weight: bold;
}
.newsSummary {
	background-color: #f0f0f0;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #c7c7c7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 19px;
}
#moreNews {
	background-color: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#indexContent {
	margin-top: 10px;
}
#indexContentL {
	float: left;
	width: 293px;
	padding: 9px;
}
#indexContentL ul{
	margin: 0px;
	padding: 0px;
}
#indexContentL li {
	margin-left: 6px;
	margin-bottom: 5px;
	background-image: url(../imgs/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-type: none;
	padding-left: 13px;
}
#indexContentR {
	float: right;
	width: 179px;
	background-image: url(../imgs/vertDots.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 13px;
}
#indexContentR ul{
	margin: 0px;
	padding: 0px;
}
#indexContentR li {
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url(../imgs/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-type: none;
	padding-left: 13px;
}
#footer {
	background-image: url(../imgs/footerFill.gif);
	background-repeat: repeat-x;
	height: 19px;
	margin-top: 10px;
	text-align: center;
	padding-top: 17px;
	margin-bottom: 10px;
	color: #888888;
}
#footer a{
	color: #888888;
}
#copyright{
	text-align: center;
	margin-bottom: 10px;
}
#credit {
	text-align: center;
	margin-bottom: 20px;
}

.largeQuote {
	font-size: 20px;
	color: #787878;
	font-weight: bold;
}
.red {
	color: #A70000;
}

#servicesPanel {
	background-color: #F0F0F0;
	padding: 7px;
	margin-top: 20px;
}
#servicesPanel ul{
	margin: 0px;
	padding: 0px;
	list-style-image: url(../imgs/bullet1.gif);
}
#servicesPanel ul li{
	margin-left: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 0px;
	font-weight: bold;
}
.leftPadding {
	padding-left: 20px;
}
#subnav {
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}



#subnav a{
	height: 20px;
	width: 206px;
	color: #383838;
	display: block;
	background-image: url(../imgs/bullet1.gif);
	padding-left: 20px;
	padding-top: 6px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
#subnav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#subnav a:hover{
	color: #A70000;
	background-image: url(../imgs/bullet1.gif);
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: 8px center;
}
#subnav a.subselection {

	color: #A70000;
	background-image: url(../imgs/bullet1.gif);
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
.field1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #383838;
	width: 200px;
	font-size: 11px;
	padding-left: 4px;
	border: 1px solid #cecece;
}
.field2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	width: 280px;
	padding: 4px;
	border: 1px solid #cecece;
}
.largeRedQuote {
	font-size: 14px;
	font-weight: bold;
	color: #A70000;
}
.quotes {
	font-size: 12px;
	font-style: italic;
	color: #A70000;
}
.normal {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#contactBtn {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -7px;
}
#contactTitle {
	margin-bottom: 15px;
}
.redDivider {
	margin-top: 10px;
	margin-bottom: 20px;
}
