@charset "utf-8";

body {
	background: #231f20;
	text-align: center;
	margin: 0;
	padding: 0px;
}
p{
	margin-top: 0;
	margin-bottom: 1em;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin: 0px auto;
	padding: 0;
	overflow: visible;
	clear: both;
}
#container {
	float: left;
	width: 920px;
	padding: 15px;
	overflow: hidden;
	clear: both;
	background: #fff;
}

#javascript_warning {
	float: left;
	text-align: center;
	width: 850px;
	margin: 0 0 10px 0;
}
#header {
	float: left;
	width: 920px;
	margin: 5px 0 15px 0;
}
.header_logo {
	float: left;
	width: 503px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.header_info {
	float: left;
	height: 70px;
	width: 315px;
	text-align: left;
	vertical-align: middle;
	margin: 7px 0 0 0;
	padding: 0 0 0 15px;
	border-left: dotted #666 1px;
}
.header_info_left {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 195px;
}
.header_info_right {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 120px;
}
.header_social {
	float: left;
	height: 70px;
	width: 55px;
	text-align: left;
	vertical-align: middle;
	margin: 7px 0 0 15px;
	padding: 0 0 0 15px;
	border-left: dotted #666 1px;
}
.menu_shadow {
	display: inline;
	float: left;
    background: url(../images/menu_shadow.jpg) no-repeat;
    width: 920px;
	height: 7px;
}


/* jQuery Flash plugin 
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
#ad_flash { 
    width: 138px;
    height: 313px;
}*/


#content_data { /* white */
	float: left;
	width: 920px;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: dotted #666 1px;
}

/* COLUMNS */
.common_image{
	position: relative;
	width: 920px;
	height: 370px;
	float: left;
	padding: 0;
	margin: 0;
	clear: none;
}
.common_flash{
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 920px;
	height: 370px;
	padding: 0;
	margin: 0 0 20px 0;
	clear: none;
	z-index: 0;
}
.common_image_text{
	position: absolute;
	float: left;
	top: 30px;
	left: 30px;
	width: 340px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.common_column_1{
	display: inline;
	width: 544px;
	float: left;
	padding: 0 30px 0 0;
	margin: 20px 25px 0 25px;
	clear: none;
	border-right: dotted #666 1px;
}
.common_column_1_no_indent{
	display: inline;
	width: 569px;
	float: left;
	padding: 0 30px 0 0;
	margin: 20px 25px 0 0px;
	clear: none;
	border-right: dotted #666 1px;
}
.common_column_2{
	display: inline;
	width: 295px;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	clear: none;
	/*background:#999;*/
}

.services_item{
	display: block;
	float: left;
	width: 170px;
	margin: 0 10px 20px 0;
	padding: 0;
}
.services_item_img{
	display: block;
	float: left;
	width: 170px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

.content_dash_seperator{
	float: left;
	width: 100%;
	height: 21px;
	border-bottom: dotted #666 1px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	clear: both;	
}


#footer{
	float: left;
	text-align: left;
	width: 905px;
	margin: 0;
	padding: 0 5px 20px 40px;
	background: #fff;
	overflow: hidden;
	clear: both;
	line-height: 1px;
}
.footer_address{
	display: inline;
	float: left;
	width: 310px;
	clear: none;
	margin: 0;
	padding: 0;	
}
.footer_credit_cards{
	display: inline;
	float: left;
	width: 265px;
	clear: none;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
}
#content_table {
	border-collapse: collapse;
}

#content_table td {
	text-align: left;
	padding: 2px;
}
#content_table th {
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear{
	clear: both;
}


img.border{
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.spacer{
	display: block;
	margin: 5px 0;
}
.spacer_horizontal_5px{
	position: relative;
	display: inline;
	width: 5px;
}
.spacer_horizontal_10px{
	display: inline;
	margin: 0 5px;
}
.spacer_right_10px{
	display: inline;
	margin: 0 10px 0 0;
}
.spacer_left_10px{
	display: inline;
	margin: 0 10px 0 0;
}
.spacer_horizontal_20px{
	display: inline;
	margin: 0 10px;
}
.spacer_top{
	display: inline;
	margin: 10px 0 0 0;
}
.spacer_bottom{
	display: inline;
	margin: 0 0 10px 0;
}
.spacer_top_and_bottom{
	display: inline;
	margin: 10px 0;
}

.horizontal_dash_seperator{
	float: left;
	width: 100%;
	height: 21px;
	background: url(../images/horizontal_dash_seperator.gif) repeat-x;
	clear: both;
}

.page_heading{
	margin: 15px 0 25px 0;
}

.page_image_spacer{
	margin: 70px 0 10px 0;
}

