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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#FFFFFF url(images/background.jpg) no-repeat fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 15px;
	font:12px/18px Verdana;
	text-align:justify;
	color:#c6c6c6;
}


a {
	text-decoration:underline;
	color:#bd8910;
}

a:hover {
    text-decoration:none;
	color:#ffc90f;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:980px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}

/* HEADER */

#header {
	width:980px;
	height:128px;
	background:url(images/header_bg.jpg) no-repeat top center;
}

#logo {
	float:left;
}

#phone {
	float:right;
	margin:10px 5px 0px 0px;
}

#search {
	clear:right;
	float:right;
	margin:0px 10px 0px 0px;
}

#marketing_window {
	margin-bottom:5px;
}

/* RIGHT COL */

#right_col {
	width:268px;
	float:right;
}

/* QUESTION FORM */

#question {
	width:268px;
	height:349px;
	color:#747474;
	font:11px Verdana;
	background:url(images/question_bg.jpg) no-repeat top center;

}
#question table {
	*margin-top:-15px;
}

.question_input {
	width:148px;
	height:20px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
	border:none;
}

.question_text_area {
    width:148px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
	border:none;
}

/* LEFT COL */

#left_col {
	width:708px;
	float:left;
}

#results_wrapper {
	width:980px;
	min-height:450px;
	background:#fff;
}

.table_info {
	font:12px/18px Verdana;
	color:#c6c6c6;
	margin-left:10px;
}

#ssp {
	display:inline;
	float:left;
	margin:5px 15px;
}

/* FOOTER */

#footer_wrapper {
	width:978px;
	height:65px;
	background:url(images/footer_bg.jpg) no-repeat top center;
	padding:2px 0px 0px;
	font:10px/16px Verdana;
	color:#c6c6c6;
	text-align: center;
	margin:0px auto;
}

#footer_wrapper a {
    text-decoration: underline;
	color:#c6c6c6;
}

#footer_wrapper a:hover {
	color:#f1f1f1;
	text-decoration: none;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:bold 18px Verdana;
	color:#c6c6c6;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#bd8910;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#bd8910;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
	list-style:url("images/bullet.jpg");
}
li {
	font:12px/18px Verdana;
	color:#acacac;
	margin-bottom:15px;
}

.name_text {
	color:#bd8910;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#c6c6c6;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#c6c6c6;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:0px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}

.captcha_info {
	margin-left:45px;
}

#captcha {
	margin-bottom:5px;
}

#cse-search-results {
	margin-left:25px;
}

.sociable {display:none;}