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

body {

	background-color: #333333;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;

}

html {

	text-align: center;

}

hr {

	border: 1px inset #666666;
	height: 2px;
	color: #666666;
	background-color: #666666;
	margin: 5px 0px 5px 0px;

}

h1 {

	font-size: 18px;
	font-weight: bold;
	color: #D8B300;
	margin: 0px 0px 20px 0px;

}

h2 {

	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 19px 0px;

}

h3 {

	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 17px 0px;

}

p {

	margin: 0px 0px 17px 0px;
	text-align: left;

}

a {

	color: #AFAFAF;
	text-decoration: underline;

}

a:hover {

	color: #FFFFFF;

}

input, select, textarea {

	border: 1px solid #666666;

}

form {

	margin: 0px;
	padding: 0px;

}

li {

	line-height: 18px;
	margin-bottom: 5px;

}

.button {

	background-image: url(../images/buttonbg.gif);
	border: 1px solid #666666;
	height: 27px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;

}

.quote {

	padding: 20px;
	margin-bottom: 10px;
	background-color: #444444;
	border: 1px solid #CCCCCC;

}

/* ---------------------------------------------------------- */

#container {

	width: 980px;
	text-align: left;
	background-image: url(../images/innerbg.gif);
	background-position: center;
	background-repeat: repeat-y;

}

#header {

	width: 978px;
	height: 90px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	background-color: #000000;
	clear: both;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

}

	#logosection {
	
		width: 480px;
		float: left;
		background-color: #000000;
	
	}
	
	#telsection {
	
		float: right;
		text-align: right;
		padding: 10px;
		background-color: #000000;
		padding-right: 200px;
	
	}
	
	#telsection p {
	
		margin: 0px;
		padding: 0px;
	
	}
	
	#telsection select, input {
	
		font-size: 11px;
	
	}
	
#menu {

	width: 175px;
	border-top: 1px solid #666666;
	padding: 12px;
	float: left;

}

	#menu ul {
	
		padding: 0px;
		margin: 0px;
	
	}

	#menu li {
	
		list-style: none;
		padding: 0px;
		margin: 0px;
		padding-bottom: 2px;
		padding-left: 5px;
		
	}
	
	#menu a {
	
		text-decoration: none;
	
	}
	
	#menu a:hover {
	
		text-decoration: underline;
	
	}

#maincontentcontainer {

	width: 780px;
	float: right;

}

#banner {

	background-image: url(../images/newbanner.jpg);
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	height: 220px;
	width: 779px;

}

#maincontent {

	width: 740px;
	padding: 20px;
	float: right;
	background-color: ;

}

#footer {

	width: 978px;
	border-top: 1px solid #666666;
	height: 90px;
	font-size: 11px;
	background-color: #000000;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

}

	#footer p {
	
		margin-bottom: 5px;
	
	}

	#footerleft {
	
		width: 650px;
		float: left;
		padding: 20px;
		padding-top: 30px;
	
	}
	
	#footerright {
	
		text-align: right;
		float: right;
		width: 200px;
		padding: 20px;
	
	}

/* ------------------- CONTACT BOX ------------------------- */

#contactbox {

	background-color: #000000;
	border: 1px solid #999999;
	margin: 17px 0px 17px 0px;
	padding: 15px;

}

#contactbox .frmlabel, #contactbox .frmfield {
    float:left;
    height: 40px;
}


#contactbox .frmlabel {
   width: 80px;
   text-align:right; 
   padding-right: 14px;
}

#contactbox .frmfield {
   width: 259px; 
}

#contactbox .frmfield input {
   width: 255px; 
}
	