/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.clear {
	clear:both;
	}
	
#container {
	width:868px;
	margin:0 auto;
	background:url(images/bg_container.gif) repeat-y;
	}
	
#header {
	float:left;
	width:814px;
	height:163px;
	margin-left:40px;
	display:inline;
	background:url(images/bg_header.gif) no-repeat;
	}
	
#logo {
	float:left;
	width:298px;
	height:107px;
	margin-top:38px;
	}
	
#phone-num {
	float:left;
	width:150px;
	color:#003596;
	font-size:24px;
	text-align:right;
	margin:132px 0 0 340px;
	display:inline;
	}
	
#banner {
	float:left;
	width:788px;
	height:200px;
	margin-left:40px;
	display:inline;
	}
	
#wrapper {
	float:left;
	width:828px;
	margin:28px 0 20px 0px;
	display:inline;
	}
	
#content {
	/*float:left;*/
	/*width:800px;*/
	padding-left:50px;
	padding-bottom:20px;
	font-size:12px;
	line-height:18px;
	}
	
h1 {
	margin:0 0 18px 0;
	color:#003596;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	}
	
.categories {
	margin:18px 0 18px 0;
	color:#f26f21;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	line-height: 23px;
	}
	
ul {
	color:#000;
	font-size:12px;
	/*font-weight:bold;*/
	line-height:18px;
	}
	
#two-column {
	width:548px;
	clear:both;
	}
	
#two-column ul {
	float:left;
	width:274px;
	margin:0 0 10px 0;
	padding:0;
	}
	
#two-column ul li {
	margin-left:2em;
	}

.float-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
#sidebar {
	float:left;
	margin-right:20px;
	width:265px;
	background:url(images/bg_sidebar.gif) no-repeat #fec012;
	}
	
#sidebar-footer {
	float:left;
	width:265px;
	height:14px;
	background:url(images/sidebar_footer.gif) no-repeat;
	}
	
#footer {
	clear:both;
	width:788px;
	padding:20px 40px;
	background:#000000;
	color:#898989;
	font-size:11px;
	}
	
/* CONTACT FORM */

.red {
	color:#003596;
	font-weight:bold;
	}
	
.red a {
	color:#FFFFFF;
	}

#contact-area {
	width:230px;
	margin-top:50px;
	padding-left:20px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size:12px;
	}
	
#contact-area form {
	margin:0;
	padding:0;
	}

#contact-area input, #contact-area textarea, #contact-area select {
	float:left;
	padding:3px;
	width:215px;
	margin:0px 0px 5px 0px;
	border:1px solid #ccc;
	}

#contact-area textarea {
	height:70px;
	}

#contact-area textarea:focus, #contact-area input:focus {
	border:1px solid #000;
	}

#contact-area input.submit-button {
	width:70px;
	background:#000000;
	color:#FFFFFF;
	clear: both;
	}
	
#contact-area input.radio-button {
	width:20px;
	clear:right;
	}


#contact-area label {
	float:left;
	margin-bottom:5px;
	}
	



	
