body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	background: #FFFFFF;
}

a {
	color: #A51325;
	text-decoration: underline;
}

a:hover {
	color: #A51325;
	text-decoration: none;
}


a.nav {
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.more {
	color: #A51325;
	text-decoration: none;
	line-height: normal;
	display: block;
	text-align: right;
	margin: 0 0 10px 0;
}

a.more:hover {
	color: #A51325;
	text-decoration: underline;
}

.footer a,
.footer a:hover {
	color: #666666;
}

table.script {
	font-size: 11px;
}

table.white {
	border:1px solid #FFFFFF;
}

table.whitesides {
	border-top: 0px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

table.whitesemi {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

td.whitetop {
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

td.whitetopbottom {
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

td.whitebottom {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

td.whiteleft {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

td.whitesub {
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.purple-sub {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-left: 3px;
	background: #a51325;
}
.vline {
	border-right: 1px dotted #CCC;
	height: 165px;
	width: 1px;
	margin: 4px;
}

.vline2 {
	border-right: 1px dotted #CCC;
	height: 100px;
	width: 1px;
	margin: 4px;
}


p.services {
	color: #666666;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 3px;
	text-align: left;
	line-height: 15px;
}

p {
	color: #000000;
	text-align: left;
}

p.crumb {
	color: #000000;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.footer {
	font-size: 9px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	line-height: normal;
	border-top: 1px dotted #ccc;
	padding-top: 10px;

}
.subtitle-green {
	font-size: 16px;
	font-weight: bold;
	color: #8FBB88;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}
.subnavhead {
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 23px;
}
.subnavlinks {
	border-bottom: 1px solid #FFFFFF;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	color: #FFFFFF;
}

ul.subnav {
	margin: 0px;
	padding: 0px;
}

.dotted {
	border-bottom: 1px dotted #ccc;
}