@charset "utf-8";
/* CSS Document */

body{
	color:#000;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
	background:url(../images/layout/back_repeat.jpg) repeat-y center;
	}
	
h1{
	background:url(../images/layout/h1_dot.jpg) no-repeat top left;
	color:#951a12;
	text-decoration:underline;
	font-weight:bold;
	padding:0 0 0 25px;
	font-size:18px;
	line-height:20px;
	margin:0;
	}
	
h2{
	background:url(../images/layout/h1_dot.jpg) no-repeat top left;
	color:#b50001;
	text-decoration:underline;
	padding:0 0 0 25px;
	font-size:18px;
	line-height:20px;
	margin:0;
	font-weight:normal;
	}
	
h3{
	color:#ff7b00;
	font-size:16px;
	font-weight:normal;
	}
	
a:link, a:active, a:visited{
	color:#ff7b00;
	text-decoration:none;
	}
a:hover{
	color:#ff7b00;
	text-decoration:underline;
	}
	
blockquote { 
	width: 150px;
	margin:15px auto 10px 20px; 
	padding:15px;
	line-height:14px;
	text-align:left;
	background-color:#fff;
	}
	
blockquote:before{
	content: open-quote;
	color:#f09616;
	font-size:48px;
	
	}

blockquote:after{
	content: close-quote;
	color:#f09616;
	font-size:48px;
	padding-left:130px;
	}
	
.green{
	color:#527d3d;
	}

#holder{
	width:912px;
	margin:auto;
	}
	
#header{
	width:912px;
	float:left;
	}
	
#logo{
	width:233px;
	height:99px;
	float:left;
	}
	
#date{
	width:679px;
	height:30px;
	padding-top:10px;
	float:left;
	text-align:right;
	color:#990000;
	
	}

#phone{
	width:679px;
	height:30px;
	float:left;
	text-align:right;
	}

#buttons{
	width:679px;
	height:29px;
	float:left;
	
	}
	
	#buttons ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	
	}
	
	#buttons li{
	margin:0 0 0 20px;
	float:left;
	text-align:right;
	}
	
	#buttons .active {
	color:#ff7b00;
	text-decoration:none;
	}	
	
	#buttons li a{
	color:#5d0601;
	text-decoration:none;
	outline:none;
	}
	
	#buttons li a:hover{
	color:#ff7b00;
	text-decoration:none;
	}
	
	

#banner{
	width:912px;
	float:left;
	padding-bottom:10px;
	}
	
#main{
	width:912px;
	float:left;
	}
	
#left_column{
	width:225px;
	float:left;
	padding-right:17px;
	}
	
	#leftmenu{
		background:url(../images/layout/leftmenu_top.jpg) no-repeat top;
		width:225px;
		float:left;
		font-size:14px;
		line-height:24px;
		}
		
		#leftmenu ul{
		list-style:none;
		margin:0;
		padding:20px 0 10px 10px;
		}
		
		#leftmenu li a{
		text-decoration:none;
		color:#1e1e1e;
		padding-left:30px;
		display:block;
		}
		
		#leftmenu li a:hover{
		text-decoration:underline;
		background:url(../images/layout/leftmenu_hover.png) no-repeat left;
		}
		
.left_component{
	width:225px;
	background:url(../images/layout/quote_top.jpg) no-repeat top #f3f3f3;
	float:left;
	padding-top:20px;
	text-align:center;
	}
	
	.quote_client{
	color:#f09616;
	}
	
.quote_heading{
	width:180px;
	margin:auto;
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	}
	
.quote_text{
	font-size:14px;
	color:#000;
	}
		
	
#content{
	width:670px;
	float:left;
	}
	
	.text-padding{
	padding-left:30px;
	}
	
	.right-text{
	float:left;
	width:450px;
	}
	
	.float-left{
	float:left;
	}
	
#bottom-box{
	width:680px;
	float:left;
	}

#bottom_left{
	width:320px;
	float:left;
	margin-right:40px;
	padding-top:5px;
	}
	
#bottom_right{
	width:320px;
	float:left;
	padding-top:5px;
	}

/* EDITOR CSS */

.text{
font-size:1em;
color:#000;
}

.large_text{
font-size:1.2em;
color:#000;
}

.extra_large_text{
font-size:1.4em;
color:#000;
}

.bullet_plus{
	list-style:url(../images/layout/plus.jpg);
	}

.bullet_trick_mark{
	list-style:url(../images/layout/trick.jpg);
	}
	
.bullet_cross_mark{
	list-style:url(../images/layout/cross_mark.jpg);
	}
	
/* END EDITOR CSS */

#footer{
	width:912px;
	float:left;
	border-top:5px #f09616 solid;
	height:40px;
	line-height:40px;
	margin-top:10px;
}

#footer_left{
	float:left;

	width:320px;
	}
	
#footer_right{
	float:left;
	width:592px;
	text-align:right;
	}
#footer_centre{
	float:none;
	width:100%;
	text-align:center;
	}
