@charset "UTF-8";


body {
	background-image: url(../images/new_mainBG.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #2d2d2d;
	line-height: 17px;
}

.bodyDark {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #414141;
	line-height: 17px;
}

.bodyLight {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #828282;
	line-height: 17px;
}

.bodyGreen {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #839a1b;
}

.bodyRed {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #a62121;
}

h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 30px;
	color: #839a1b;
	display: inline;
	font-weight: normal;
}

h2 {
	font-family: georgia, times new roman, times, serif;
	font-size: 24px;
	color: #2d2d2d;
	display: inline;
	font-weight: normal;
}

h3 {
	font-family: georgia, times new roman, times, serif;
	font-size: 20px;
	color: #2d2d2d;
	display: inline;
	font-weight: normal;
}

h4 {
	font-family: georgia, times new roman, times, serif;
	font-size: 24px;
	color: #839a1b;
	display: inline;
	font-weight: normal;
}

p {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #828282;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.darkP {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #595959;
	margin-top: 10px;
	margin-bottom: 0px;
}

table.headerTable {
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
}

table.bodyTableBlank {
	padding-left: 30px;
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	line-height: 27px;
	width: 1000px;
}

table.bodyTableVertRule2 {
	padding-bottom: 20px;
	background-image: url(../images/vert_rule_BG2.gif);
	line-height: 27px;
	padding-top: 20px;
	width: 1000px;
}

table.bodyTableVertRule {
	background-image: url(../images/vert_rule_BG.gif);
	line-height: 27px;
	padding-top: 20px;
	width: 1000px;
}

td.splitTableTD {
	padding-right: 30px;
	padding-left: 30px;
}

table.homeTable {
	font-family: georgia, times new roman, times, serif;
	font-size: 30px;
	color:#2d2d2d;
	padding-top: 430px;
	background-image: url(../images/home_phones.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 560px;
}

a:link {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #828282;
	text-decoration: underline;
}
	
a:visited {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #828282;
	text-decoration: underline;
}
	
a:hover {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #a0b92c;
	text-decoration: underline;
}
	
a:active {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #000;
	text-decoration: underline;
}

a.darkLink:link {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #595959;
	text-decoration: underline;
}
	
a.darkLink:visited {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #595959;
	text-decoration: underline;
}
	
a.darkLink:hover {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #a0b92c;
	text-decoration: underline;
}
	
a.darkLink:active {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #000;
	text-decoration: underline;
}

a.navLink:link {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
	
a.navLink:visited {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
	
a.navLink:hover {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #a0b92c;
	text-decoration: none;
}
	
a.navLink:active {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.footerText {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #979797;
	text-decoration: none;
}

input {
	height: 25px;
	width: 230px;
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #414141;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.FormButton {
	height: 25px;
	width: 80px;
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #414141;
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea {
	height: 100px;
	width: 230px;
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	color: #414141;
	margin-top: 5px;
	margin-bottom: 5px;
}
