BODY {
	background: #000000;
	margin: 0;
}
img {
	behavior: url(css/iepngfix.htc)
}
h1,
h1 a {
	font-family: Tahoma, Arial;
	font-size: 18px;
	color: #ff7300;
	font-variant: small-caps
}
h2,
h2 a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	font-variant: small-caps
}
p {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ff7300;
}

ul {
	list-style-type: disc;
}

li {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

li a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ff7300;
}

ul#errors li {
	color: red;	
}

form td, form input, form select {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

/************************* HOME PAGE *******************/

#homeSwfDiv {
	width: 700px;
	height: 500px;
}
#homeWhiteLines {
	width: 100%;
	height: 23px;
	background: url(../images/white_lines.gif) repeat-x;
}
#homeTextLinks {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
}
#homeTextLinks a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
}
#homeNewsBox {
    background-color:#FFFE00;
    border:3px solid #FF6500;
    margin:15px 0 0;
    padding:5px;
    text-align:center;
    width:235px;
}
    #homeNewsBox a {
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        text-decoration: none;
        color: #000000;
        display: block;
        width: 100%;
        height: 100%;
    }

/************************* END HOME PAGE *******************/


/************************* SUB PAGES *******************/

#headerLogo {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -380px;
	z-index: 1000;
}
#mainContent {
	width: 700px;
	background: #F9F0C5;
	position: absolute;
	left: 50%;
	margin: 0 0 50px -350px;
	display: table-cell;
}
#mainText {
	margin: 20px 0 0 85px;
	width: 600px;
}
#rightCol {
	float: right;
	margin-left: 30px;
}
#testimonial {
	width: 530px;
	margin-top: 20px;
	margin-left: 85px;
	padding: 5px;
	border: 1px dotted #000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	text-align: center;
}
#testimonial a {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-variant: normal;
	color: #000000;
	text-align: center;
}
#footer {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-variant: small-caps;
	background: #646560;
	color: #F9F0C5;
	text-align: center;
	width: 700px;
	height: 30px;
	margin-top: 70px;
	padding: 20px 0 20px;
}
#footer a, #footer p {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-variant: small-caps;
	color: #F9F0C5;
	text-align: center;
	text-decoration: none;
}

#footer .dark {
	font-size: 8px;
	color: #494a45;	
	font-variant: normal;
}

/************************* END SUB PAGES *******************/


/************************* SUB PAGE NAVS *******************/

#mainNav {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -270px;
}
#mainNav a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#mainNav img {
	margin: 0 5px 0;
	display: inline;
}
#mainNav .mainItemUp {
	color: #ffffff;
}

#mainNav .mainItemOver {
	color: #fffe00;
}

#subNav {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FFFE00;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -270px;
}

#subNav a.subItemUp {
	color: #fffe00;
	text-decoration: none;
}

#subNav a.subItemOver {
	color: #fffe00;
	text-decoration: none;
}

.menuDropDiv a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 10px;
	line-height: 1.7em;
}

.menuDropDiv a:hover {
	color: #fffe00;
}


/************************* END SUB PAGE NAVS *******************/

/************************* CUSTOMER SERVICE PAGE ***************************/
#fmCustomerService {
	font-size: 15px;
}
#fmCustomerService fieldset {
	margin: 20px 0;
	background: #FEFAEC;
	border: 1px solid #E66700;
}
#fmCustomerService legend {
	background: /** #C5BfD5; */ #FF8F33;
	padding: 3px 8px;
	color: #000;
	border: 1px solid #E66700;
	font-family: Tahoma, Arial;
}
#fmCustomerService label {
	float: left;
	clear: left;
	margin: 5px 0px;
}
#fmCustomerService label span { 
	width: 300px; display: block; float: left; margin-right: 10px; 
	font-size: 15px;
	font-family: Tahoma, Arial;
}
#fmCustomerService label input { width: 250px; display: block; float: left; }
#fmCustomerService textarea { width: 250px; height: 125px; }

#fmCustomerService #services { width: 100%; margin-bottom: 10px; overflow: hidden; }
