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

body {
	background:url(../images/body_bg.jpg) repeat-x #fb8404;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}
#page {
	background:url(../images/page_bg.jpg) no-repeat top center;
}
h1 {
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin:10px 0;
}
#header {
	height:35px;
	color:#fff;
	font-size:11px;
	overflow:hidden;
	width:100%;
	line-height:35px;
}
#header ul{
	float:right;
}
#header li{
	float:left;
}
#header a, #header a:hover, #header a:visited {
	text-decoration:none;
	color:#fff;
}
#header a:hover {
	border-bottom:1px dotted #ccc;
}
#wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#title {
	color:#fff;
	padding:10px 0 20px 0;
}
#title p{
	line-height:18px;
}
#left_column, #right_column {
	background:url(../images/transparent_bg.png);
	float:left;
	padding:10px;
	width:600px;
	position:relative;
}
#content_page {
	background:url(../images/transparent_bg.png);
	float:left;
	padding:10px;
}

#right_column {
	float:right;
	width:280px;
	min-height:640px
}
.content_column, .content_column_right {
	background:#FFF;
	padding:20px;
	min-height:620px;
}
.content_column_right {
	padding:20px 5px 5px 5px;
	min-height:615px;
}
.content_column p, content_column_right p{
	line-height:20px;
	margin:15px 0;
}
.content_title1, .content_title2, .content_title3 {
	font-weight:bold;
	color:#707070;
	font-size:28px;
}
.content_title2 {
	font-size:22px;
}
.content_title3 {
	font-size:20px;
}
.phone {
	background:url(../images/grey_bg.jpg) repeat-x;
	padding:10px;
	text-align:center;
}
.phone_number {
	font-size:56px;
	font-weight:bold;
	color:#ed145b;
	margin:10px 0 0 0;
}
.sign_phone {
	font-size:18px;
	font-weight:bold;
}
#right_column img{
	margin:10px 0;
}
.bottom_shadow {
	width:600px;
	position:relative;
	top:10px;
}
.white {
	color:#fff;
}
#right_column li {
	background:url(../images/red_list_bg.jpg) no-repeat;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	margin:13px 0;
}
#call_now {
	text-align:center;
	margin:20px 0;
	line-height:35px;
}
#disclaimer {
	padding:0 60px;
}
#disclaimer, #footer {
	color:#fff;
	font-size:10px;
	line-height:15px;
	clear:both;
	padding:20px 0;
}
#footer {
	border-top:1px dotted #ccc;
	font-size:10px;
	overflow:hidden;
	padding:10px 0;
}
#copyright {
	float:left;
}
#footer_menu {
	float:right;
}
#footer_menu li{
	float:left;
}
#footer_menu a, #footer_menu a:visited, #footer_menu a:hover {
	text-decoration:none;
	color:#fff;
}
#footer_menu a:hover {
	border-bottom:1px dotted #CCC;
}
