* {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	line-height:21px;
	color:#222222;
	font-family:"Trebuchet MS";
	background:url(../images/body_img.jpg) top repeat-x #dfdfdf;
}
.body {
	background:url(../images/body_btm_img.png) bottom repeat-x;
}

/*Font Css*/
@font-face {
    font-family: 'Ebrima';
    src: url('../font/Ebrima.eot');
    src:url('../font/Ebrima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.font_family {
    font-family: 'Ebrima';
}
/*Font Css*/
/*Css*/
h1 {
	font-size:20px;
	color:#b12e08;
	font-family: 'Ebrima';
	font-weight:normal;
}


h2 {
    font-family: 'Ebrima';
	font-size:18px;
	color:#000000;
	margin-bottom:10px;
	font-weight:normal;
}

h3.gNB{
	font-weight:normal;
	color:#b12e08;
	font-size:15px;	
}


p {
	margin-bottom:10px;
}
a {
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img{
	border:0;	
}
ul.stand, ol.stand{
	margin:10px 0 10px 20px;	
}
ul.stand li, ol.stand li{
	margin-left:20px;
	padding-left:10px;
}
/*Css*/

/*Wrapper Css*/
	#wrapper {
		width:1000px;
		margin:0px auto;
}
	.main {
		padding:10px 10px 20px 10px;
		background:#FFFFFF;
		margin-bottom:15px;
}
/*Wrapper Css*/


/*Header Css*/
	#header {
		height:76px;
		background:#4f4f4f url(../images/border_nav_top.jpg) bottom repeat-x;
		padding:7px 20px 7px 7px;
	}
	.header_right {
		width:300px;
		margin-top:0px;
		font-size:16px;
		color:#ffffff;
		font-weight:bold;
		line-height:26px;
		text-transform:uppercase;
		text-align:right;
	}
/*Header Css*/

/*Navigation Css*/
	#nav {
		background:url(../images/navi_rpt_bg.jpg) repeat-x;
		height:69px;
		margin-bottom:4px;
		padding:0px 20px;
	}
	#nav ul {
		list-style:none;
		background:url(../images/navi_li_img.jpg) left no-repeat;
		height:69px;
	}
	#nav ul li {
		float:left;
		background:url(../images/navi_li_img.jpg) right no-repeat;
		display:block;
		padding-top:30px !important;
		height:39px;
		line-height:39px;
		text-transform:uppercase;
		padding-right:1px;
		position:relative;
	}
	#nav ul li a {
		text-decoration:none;
		font-size:14px;
		padding-left:27px;
		color:#ffffff;
		display:block;
		margin-top:-31px;
		height:69px;
	}
	#nav ul li a span {
		text-decoration:none;
		font-size:14px;
		padding-right:28px;
		color:#ffffff;
		display:block;
		margin-top:-31px;
		height:69px;
		line-height:105px;
	}
	#nav ul li a:hover, #nav ul li a.active {
	background:url(../images/hover_img.jpg) top left no-repeat;
	}
	#nav ul li a:hover span, #nav ul li a.active span {
	background:url(../images/hover_img.jpg) top right no-repeat;
	}
	#nav ul li:last-child a{
		padding-left:22px
	}
	#nav ul li:last-child a span{
		padding-right:22px
	}
	/* sub nav */
	#nav ul ul{
		list-style:none; 
		position:absolute; 
		left:-9999px; 
		background:#fff; 
		padding:20px 0 0 0; 
		margin:49px 0 0 0px; 
		/*border-right:solid 1px #8d8b89; border-bottom:solid 1px #8d8b89; border-left:solid 1px #8d8b89;*/
		z-index:999;
		height:auto;
		width:200px;
		border:0;
		line-height:normal;
		zoom: 1;
		filter: alpha(opacity=90);
		opacity: 0.90;
	}
	#nav ul li:hover{}
	#nav ul li ul li{
		width:auto;  
		float:none; 
		text-align:left;
		margin:0;
		padding:0 20px;	
		background:#fff;
		line-height:normal;
		padding-top:5px !important;
		padding-bottom:5px !important;
		height:25px;
		line-height:25px;
	}
	#nav ul li ul li:hover{}
	#nav ul li ul li a{
		white-space:nowrap; 
		display:block; 
		margin:0;
		padding:5px 0;
		height:auto;
		border:0;
		line-height:normal;
	}
	#nav ul li ul li a:hover{
		color:#ccc; 
		background:#fff;
		height:auto;
		margin:0;
		padding:0;
		border:0;
		line-height:normal;
	}
	#nav ul li:hover ul{
		left:0; 
		top:20px;
		border:0;
		border-right:2px solid #4f4f4f;
		border-left:2px solid #4f4f4f;
		border-bottom:2px solid #4f4f4f;
		line-height:normal;
		padding:15px 0 10px 0; 
	}
	#nav ul li:hover ul a{
		text-decoration:none;
		padding:0;
		margin:0;
		line-height:normal;
		height:auto;
	}
	#nav ul li:hover ul li a {
		color:#333; 
		font-weight:normal; 
		padding:0;
		margin:0;
		height:auto;
		line-height:normal;
	}
	#nav ul li:hover ul li a:hover{
		color:#b10f0a;
		padding:0;
		margin:0;
		height:auto;
		line-height:normal;
	}
	
/*Navigation Css*/


/*Content Css*/
	#content {
		width:980px;
		min-height:760px;
	}
/*Banner Css*/
	#banner {
		width:624px;
		height:347px;
		position:relative;
		margin-bottom:4px;
	}
/*Banner Css*/
	/*Content left Css*/
	.left_content {
		width:624px;
	}
	.bread_crumbs {
		margin-bottom:10px;
	}
	.bread_crumbs ul {
		list-style:none;
	}
	.bread_crumbs ul li {
		float:left;
		background:url(../images/list_img_inner.jpg) right no-repeat;
		padding:0px 10px 0px 5px;
		font-size:11px;
		color:#000000;
	}
	.bread_crumbs ul li a {
		font-size:11px;
		color:#000000;
		text-decoration:underline;
	}
	.bread_crumbs ul li a:hover {
		text-decoration:none;
	}
	.bread_crumbs ul li:last-child {
		background:none;
	}
	.gray_bg_inner {
		background:#f0f0f0;
		padding:12px;
		margin-bottom:15px;
	}
	.gray_bg_div {
		width:286px;
		background:#f0f0f0;
		padding:12px;
		position:relative;
		min-height:154px;
		margin-bottom:15px;
	}
	.gray_bg_div h2 {
		margin-bottom:5px;
	}
	.gray_bg_img {
		background:#ffffff;
		padding:4px;
		margin-left:25px;
	}
	.gray_bg_position_img {
		position:absolute;
		right:22px;
		top:70px;
	}
	
	.gray_bg_div ul {
		list-style:none;
		padding-bottom:10px !important;
	}
	.gray_bg_div ul li {
		margin-bottom:5px;
		width:143px;
		float:left;
		background:url(../images/list_img.jpg) left no-repeat;
	}
	.gray_bg_div ul li a {
		display: block;
		margin-left:15px;
		font-size:13px;
		color:#000000;
		text-decoration: underline;
	}
	.gray_bg_div ul li a:hover {
		text-decoration: none;
	}
	.here_text {
		font-size:14px;
		color:#b12e08;
		margin-bottom:10px;
		font-family: 'Ebrima';
	}
	.font_14 {
		font-size:14px;
	}
	/*Content left Css*/

	/*Content right Css*/
	.right_content {
		width:353px;
		position:relative;
	}
	.right_content h2 {
		color:#ffffff;
	}
	.form_bg {
		background:#454545;
		padding:10px 5px 0px 10px;
		color:#fff;
	}
	.label {
		font-size:11px;
		font-family: 'Ebrima';
		color:#FFFFFF;
	}
	.input_big {
		background:url(../images/input_big_img.jpg) no-repeat;
		width:313px;
		height:25px;
		padding:0px 10px;
		font-size:12px;
		border:none;
		color:#222222;
	}
	.textarea_big {
		background:url(../images/textarea_big_img.jpg) no-repeat;
		width:313px;
		height:40px;
		padding:5px 10px;
		font-size:12px;
		border:none;
		color:#222222;
		resize: none;
	}
	.input_short {
		background:url(../images/input_short_img.jpg) no-repeat;
		width:141px;
		height:25px;
		padding:0px 10px;
		font-size:12px;
		color:#222222;
		border:none;
	}
	.input_short select {
		width:151px;
		border:none;
		margin-top:5px;
		font-size:12px;
		color:#222222;
		margin-left:-5px;
	}
	.input_submit {
		background:url(../images/submit_img.jpg) no-repeat;
		width:160px;
		height:29px;
		text-align:center;
		font-size:12px;
		color:#ffffff;
		border:none;
		text-transform:uppercase;
		margin-top:16px;
		cursor:pointer;
	}
	.address_bg {
		background:url(../images/bg_tel_area.png) repeat-x #3b3b3b;
		padding:13px 10px 10px 10px;
		margin-bottom:4px;
	}
	.address_inner_bg {
		background:#454545;
		padding:9px;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		margin-bottom:10px;
	}
	.tel_left {
		width:210px;
	}
	.tel_text_head {
		font-size:13px;
		text-transform:uppercase;
		color:#f6d434;
		font-weight:bold;
		margin-bottom:5px;
	}
	.tel_icon {
		background:url(../images/tel_img.jpg) left no-repeat;
		font-size:19px;
		padding-left:20px;
		color:#ffffff;
	}
	.tel_link {
		width:98px;
		text-align:center;
		font-size:13px;
		color:#ffffff;
		text-decoration: none;
		margin-top:3px;
	}
	
	.testimonials_bg {
		background:url(../images/testimonials_bg_btm.jpg) bottom center no-repeat #b12e08;
		padding:10px;
		margin-bottom:4px;
	}
	.testimonials_bg_p {
		background:url(../images/collan_img.png) left 5px no-repeat;
		padding-left:65px;
		color:#ffffff;
	}
	.testimonials_bg p {
		padding-left:65px;
		color:#ffffff;
	}
	.testimonials_bg a {
		text-decoration:underline;
		color:#ffffff;
		font-size:14px;
	}
	.testimonials_bg a:hover {
		text-decoration: none;
	}	
	
	.map_bg_area {
		background:#f0f0f0;
		padding:6px 8px 6px 9px;
	}
	.map_bg_area_2 {
		background:#ffffff;
		padding:17px 8px;
		border:1px solid #e0e0e0;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.map_bg_area h2 {
		font-size:15px;
		color:#333333;
	}	
	.map_bg_area p {
		margin-bottom:15px;
	}	
	.map_bg_area a {
		color:#b12e08;
		text-decoration:underline;
	}	
	.map_bg_area a:hover {
		text-decoration: none;
	}	
	.services_heading_bg {
		background:#b12e08;
		padding:11px 23px;
		margin-bottom:4px;
		font-size:14px;
		margin-bottom:10px;
		color:#ffffff;
		font-family: 'Ebrima';
	}
	
	#contact_form_wrapper{
		float:left; 
		width:350px;
	}
	#contact_form_tel{
		float:left; 
		width:220px;
	}
	#contact_form_msg{
		padding:20px;
		clear:both;
		margin-top:20px;
		text-align:center;	
	}
	#contact_form_wrapper div{
		clear:both;
		margin-bottom:10px;	
	}
	
	#contact_form_wrapper label{
		font-weight:bold;
	}
	#contact_form_wrapper input{
		width:300px;
		padding:4px;
		font-size:16px;
		background:#eee;
		border:solid 1px #ddd;
	}
	#contact_form_wrapper textarea{
		width:300px;
		height:80px;
		padding:4px;
		font-size:16px;
		background:#eee;
		border:solid 1px #ddd;
	}	
	button#contact_form_submit{
		background:#b12e08;
		color:#fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		padding:5px 50px;
		border:0;	
		cursor:pointer;
		
	}
	
	
	
	/*Content right Css*/
/*Content Css*/


/*Css*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.marg-left {
	margin-left:10px;
}
.marg-right {
	margin-right:10px;
}
.marg-bottom {
	margin-bottom:10px;
}
.marg-top {
	margin-top:10px;
}
.marg-left2 {
	margin-left:5px;
}
.marg-right2 {
	margin-right:5px;
}
.marg-bottom2 {
	margin-bottom:5px;
}
.marg-top2 {
	margin-top:5px;
}
.marg-left3 {
	margin-left:15px;
}
.marg-right3 {
	margin-right:15px;
}
.marg-bottom3 {
	margin-bottom:15px;
}
.marg-top3 {
	margin-top:15px;
}

ul.list_20{
	margin: 20px;
}
ul.list_20 li{
	margin-bottom: 10px;
}

ul#questions{
	list-style:none;	
}
ul#questions li{
	margin-bottom:12px;	
	clear:both;
	overflow:auto;
}
ul#questions li span{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:0px 5px;
	background:#f6d434;
	font-weight:bold;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	color:#fff;
}
ul#questions a{
	text-decoration:underline;
	font-size:14px;
	float:left;
	width:550px;
}
ul#questions a:hover{
	text-decoration:none;
}
.ans{
	clear:both;
	margin:30px 0 20px 0;
	display:none;
	overflow:auto;
	width:570px;	
}
.ans i{
	font-size:30px;
	color:#999;	
	background:#fff;
	font-style:normal;
	margin:0 20px 20px 0;
	
}
div.testimonial{
	clear:both;
	overflow:auto;
	margin-bottom:10px;
	padding:0 20px 0px 0;
}
div.testimonial img {
	float:left;
	margin:0 15px 15px 0;	
}
div.testimonial span{
	font-size:12px;
	color:#999;
	clear:both;	
}
table.insurance {
	font-size:13px;
	width:580px;
	border:solid 1px #ddd;
		
}
table.insurance th{
	background:	#f0f0f0;
	padding:0 2px;
	
}
table.insurance td{
	padding:4px 2px;
	
}
/*Css*/

#formmodal{
	display:none;
	position:absolute;
	top:0;
	left:0;	
	width:333px;
	height:427px;
	padding:60px 10px 0 10px;
	background:#000;
	text-align:center;
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.9;
}

#formmodal span{
	color:#fff;
	font-size:16px;
}

.service_area_map{
	float:left;
	width:330px;
	margin-right:20px;
	margin-bottom:20px;
}
.service_area_list{
	float:left;
	width:200px;
	margin-bottom:20px;
}
.service_area_list ul{
	list-style:none;
}

/*Footer Css*/
	#footer {
		text-align:center;
	}
	#footer ul {
		list-style:none;
		margin-bottom:5px;
	}
	#footer ul li {
		display:inline;
	}
	#footer ul li a {
		text-decoration:none;
		font-size:11px;
		color:#999999;
		margin:0px 20px;
		text-transform:capitalize !important;
	}
	#footer ul li a:hover, #footer ul li a.active {
		text-decoration:underline;
	}
	#footer ul li:last-child {
		background:none;
	}
	#footer a {
		font-size:11px;
		color:#999999;
	}
/*Footer Css*/


