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

* {
	margin:0;
	padding:0;
}
body {
	background:#222222;
}
.clear {
	clear:both;
}

/*----- HEADER -----*/

#header {
	background:#FFFFFF;
}

#header_top {
	background:#222222;
}
#red_spacer {
	background:#D91010;
	height:4px;
	clear:both;
}
#header_bottom {
	width:912px;
	height:80px;
	margin:0 auto;
	padding-top:40px;
}

#logo_left {
	width:300px;
	float:left;
}
#logo_right {
	width:612px;
	float:right;
	text-align:right;
}

/*----- NAVIGATION -----*/

#navigation {
	width:912px;
	margin:0 auto;
}
#navigation div {
	float:right;
}

/*----- FOOTER -----*/

#footer {
	width:912px;
	height:100px;
	margin:0 auto;
	padding-top:10px;
}
#footer_left {
	width:400px;
	min-height:60px;
	background:url(../images/footer_click.png) top left no-repeat;
	float:left;
	text-align:left;
	padding-left:36px;
}
#footer_right {
	width:400px;
	float:right;
	text-align:right;
}

/*----- CONTENT -----*/

#wrapper {
	background:#FFFFFF;
}
#content {
	width:912px;
	margin:0 auto;
}
.column_left {
	width:680px;
	float:left;
	padding:40px 20px 40px 0px;
}
.column_right {
	float:right;
	padding:40px 0px 40px 0px;
}

#home_column_left {
	background:url(../images/home_column_left_background.png) top right no-repeat;
}

/*----- TWITTER DIV -----*/

#twitter_div {
	width:184px;
	padding:15px 0px 15px 0px;
	margin-top:20px;
	margin-right:2px;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	float:right;
	text-align:right;
}

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

#contact_box {
	width:171px;
	height:335px;
	background:url(../images/contact_box.png) no-repeat;
	margin-top:20px;
	padding:15px;
}
#contact_box #submit {
	width:171px;
	text-align:center;
	padding-top:15px;
}

#contact_box .text_field {
	width:164px;
	padding:2px;
}
#contact_box .textarea_field {
	width:166px;
	height:120px;
	max-width:166px;
	max-height:120px;
	padding:2px;
}
#contact_box .submit_button {
	width:109px;
	height:36px;
	background:url(../images/contact_box_send.png) no-repeat;
	border:none;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#contact_box .submit_button:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}

/*----- TESTIMONIAL BANNER -----*/

#testimonial_banner {
	height:191px;
	background:url(../images/home_banner_1.png) no-repeat;
	padding:40px 340px 40px 20px;
}
#testimonial_banner_bottom {
	width:423px;
	height:67px;
	float:right;
	background:url(../images/home_banner_bottom.png) no-repeat;
}

.testimonial {
	background:url(../images/quotes_open.png) top left no-repeat;
	padding:20px;
	padding-left:30px;
}

#welcome {
	float:left;
	padding:40px 0px 20px 0px;
}
