@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #000000;
	background-image: url(../Images/main_bgd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #9a9899;
	margin: 0;
	padding-top: 30px;	
	scrollbar-3dlight-color: #CA751A;
	scrollbar-arrow-color: #92B6C7;
	scrollbar-base-color: #474546;
	scrollbar-darkshadow-color: #CA751A;
	scrollbar-face-color: #474546;
	scrollbar-highlight-color: #474546;
	scrollbar-shadow-color: #474546;
	scrollbar-track-color: #474546;
}

li {
	padding-left: 10px;
	list-style-type: none;
	list-style-image: url(../Images/bullet.png);
}

img, input, div, a
{
	behavior: url(Lib/iepngfix.htc);
	border: none;
}

table {
	font-size: 11px;
}
	
.applyarea {
	text-align: right;
	padding: 5px 10px;
}

.applyarea a {
	font-size: 10px;
	color: #CC7518;	
	text-decoration: none;
}

.applyarea a:hover {
	text-decoration: underline;
}

.viewlink {
	float: right;
}

a.mainlinks {
	font-size: 11px;
	font-weight: bold;
	color: #ca751a;
	text-decoration: none;
}

a.mainlinks:hover {
	text-decoration: underline;
}

.menuTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CA751A;
	text-decoration: none;
	display:block;
}

.menuTitle:hover
{
	text-decoration: underline;
}

.menuLink
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.menuLink:hover
{
	text-decoration: underline;
}

.subMenulink
{
	font-family: "Courier New";
	font-weight: bold;
	color: #92B6C7;
	text-decoration: none;
}

.subMenulink:hover
{
	text-decoration: underline;
}

#container
{
	width: 900px;
	margin: 0px auto;
}

#content {
	background-color: #231F20;
	background-image: url(../Images/mainContent_bgd3.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 339px;
}

#applycontent {
	width: 650px;
	margin: 0 auto;
}

#contentfull {
	background-color: #231F20;
	background-image: url(../Images/mainContent_bgd.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 339px;
}

.headline
{
	font-size: 16px;
	font-weight: bold;
	color: #CA751A;
	padding-bottom: 10px;
}

.subHeadline
{
	font-size: 13px;
	font-weight: bold;
	color: #CA751A;
	padding-bottom: 5px;
}

.leftside {
	width: 170px;
	height: 319px;
	padding: 10px 7px;
	margin: 0px 10px;
	float: left;
}

.logo {
	border: solid 3px #CA751A;
	margin-bottom: 20px;
}

.orangetext {
	color: #ca751a;
}

.whitetxt {
	color: #FFFFFF;
}

#emailBox
{
	height: 15px;
	width: 130px;
	border: solid 1px #000000;
	font-size: 10px;
	_margin-left: -10px;
	!margin-left: -10px;
}

.maintext {
	width: 510px;
	height: 319px;
	margin: 10px 15px;
	float: left;
}

.fulltext {
	width: 610px;
	margin: 10px 15px;
	float: left;
}

.fulltexthomes {
	width: 660px;
	margin: 10px 0 10px 15px;
	float: left;
}

.homeaddress {
	width: 120px;
	padding-left: 20px;
	margin-top: 290px;
	float: left;
}

#leftcontact {
	float: left;
	width: 150px;
}

#rightcontact {
	float: left;
	width: 450px;
}

.formField
{
	width: 180px;
	text-align: left;
	padding-top: 5px;
}

.input
{
	height: 17px;
	width: 135px;
	border: solid 1px #000000;
	font-size: 11px;
}

.dropdown
{
	height: 18px;
	width: 45px;
	font-size: 11px;
	border: solid 1px #000000;
}

.widedropdown
{
	height: 17px;
	width: 175px;
	font-size: 11px;
	border: solid 1px #000000;
}

.zipCode
{
	height: 17px;
	width: 75px;
	border: solid 1px #000000;
}

#zipCD
{
	padding-left: 15px;
}

.onlineUtility {
	font-size: 14px;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	color: #333333;

}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.tac {
	text-align: center;
}

.tal { 
	text-align: left;
}

.tar { 
	text-align: right;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.lp15 { padding-left:15px; }
.lp30 { padding-left:30px; }

	/* Updated by Andrew */
	.menulink
	{
		font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		display:block;
	}
	
	.menulink:hover
	{
		text-decoration: underline;
	}
	
	.subMenulink
	{
		font-family: "Courier New", Courier, monospace;
		font-size: 11px;
		font-weight: bold;
		color: #92B6C7;
		text-decoration: none;
		display:block;
	}
	
	.subMenulink:hover
	{
		text-decoration: underline;
	}


