@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
	background-image: url(../images/pageBG.gif);
}
#container {
	min-height: 100%;
	margin-bottom: -130px;
	position: relative;
	 
}
#headerWindow {
	height: 165px;
	/*width: 950px;*/
	width: 1090px;
	text-align: left;
}
#logoWindow {
	height: 165px;
	/*width: 360px;*/
	width: 500px;
	float: left;
	text-align: left;
	background-image: url(../images/topLogo2.gif);
	background-position: left;
}
#navWindow {
	height: 40px;
	width: 590px;
	float: right;
	/*background-color: #000000;*/
	text-align: left;
	background-repeat: repeat-x;
}

#bodyContent {
	width: 950px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	position: inherit;
}

#bodyContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5ccb6c;
	text-decoration: none;
}
#bodyContent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5ccb6c;
	text-decoration: underline;
}
#bodyContent td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 12px;
	padding-right: 12px;
}
#bodyContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5ccb6c;
	text-decoration: none;
	list-style-image: url(../images/bulletarrow.gif);
	list-style-type: none;
}
#horizontalRule {
	width: 875px;
	height: 3px;
	background-color: #000000;
	position: inherit;
	background-image: url(../images/central-ruler.jpg);
}





.clearfooter {
height: 130px;
clear: both;
}
#footerWindow {
	height: 130px;
	position: relative;
	text-align: center;
}
#footerText {
	height: 50px;
	width: 875px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 20px;
}
#footerText a{
	 
	color: #5ccb6c;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	 
	font-size: 11px;
	 
}
#footerText a:hover{
	 
	color: #5ccb6c;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	 
	font-size: 11px;
	 
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding-top: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffd4;
	padding-top: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffd4;
	font-style: italic;
	padding-top: 15px;
	font-weight: normal;
}

.phone {
	color: #CCCCCC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
}