html,body{margin:0;padding:0}

body{
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:14px;
}


a{color:#E41B17;}

a img, img{border:none;}



b span, .red{color:#E41B17;}

h1{
	color:#000000;
	font-size:25px;
	margin:0;
	padding:15px 0 20px 15px;
	font-weight:bold;
	letter-spacing:1px;
}

h2{
	color:#393939;
	font-size:15px;
	margin:0;
	padding:20px 0 10px 0;
}

h2 span{color:#E41B17;}

h3{
	color:#393939;
	font-size:100%;
	margin:0 0 14px 0;
}


div#container{
	width: 847px;
	height: 100%;
	margin: auto;
	background-image: url('./images/pageBack.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	padding:0 25px 0 25px;
}

div#header{
	height: 91px;
	background-image: url('./images/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position:relative;
}

div#header_image{
	height: 267px;
	background-image: url('./images/banner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

div#header_image #header_image_text{
	height: 30px;
	position: absolute;
	top: 231px;
	right: 55px;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
}

div#container #menu{
	width:780px;
	background-color: #616161;
	padding:3px 10px 3px 10px;
	color:#000;
}

div#menu a{
	color:#FFFFFF;
	text-decoration:none;
}

div#menu a:hover, div#menu span{
	color:#E41B17;
}

div#home-container{
	
}

div#wrapper{
	width:755px;
	position:relative;
}

div#content{
	position:relative;
	left:13px;
	width: 100%;
	background-color: #dbdbdb;
	font-size: 12px;
	color: #393939;
	padding: 10px;
	margin-bottom:20px;
	
	
}


div#HomeContent{
	
	float:left;
	display:inline;
	background-color: #dbdbdb;
	font-size: 12px;
	color: #393939;
	padding: 10px 0 10px 10px;
	margin:0 15px 20px 15px;
	width:615px;
	min-height:450px;
	
}

div#footer{
	position:relative;
	width:800px;
	height:18px;
	background-color:#393939;
	color:#FFFFFF;
	padding:0 0 0 0;
	text-align:center;
	padding-top:7px;
	font-size:9px;
}

div#footer a{color:#FFF;text-decoration:none;}
div#footer a:hover{text-decoration:underline;}

div#footer #footer_left{
	position:absolute;
	left:20px;
	top:7px;
}
div#footer #footer_right{
	position:absolute;
	right:20px;
	top:7px;
}



form{}
form label{display:block;float:left;color:#000;width:200px;}
form .small{width:130px;}
form .date{width:50px;}
form input, form textarea{
	margin-bottom:3px;
	border:1px solid #B3B3B3;
}
form input[type=submit]{
	border:1px solid #FFF;
	background-color:#E41B17;
	padding:2px 4px 2px 4px;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
}


.alert{
	width:100%;
	border:2px solid #6FBC84;
	padding:10px;
	margin:20px auto 0px 10px;
	background-color:#B0E6C6;
}
.alert h3{
	font-size:120%;
}
.alert_messages{
}
.alert_alerts{}
.alert_errors{border-color:#990024;background-color:#D78E8E;}
.alert_errors h3{color:#990024;}

.alert_messages ul{list-style-image:url("images/admin/good.gif");}
.alert_errors ul{list-style-image:url("images/admin/bad.gif");}





form.inplaceeditor-form { /* The form */
}

form.inplaceeditor-form input[type="text"] { /* Input box */
	width:100%;
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
	width:100%;
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
}

form.inplaceeditor-form a { /* The cancel link */
  margin-left:1em;
	font-size:12px;
}

.boldpara{display:block;text-align:center;font-weight:bold;font-size:16px;margin-bottom:16px;}

.boldpara a {text-decoration:none;}

.center{text-align:center; width:100%;font-weight:bold;}

#QuoteFormDiv{
	padding:16px;
}







#quoteSection{
	width: 100px;
	height: 571px;
	position:absolute;
	right:-21px;
	top:0px;
}

#quoteSection #absoluteReset{
	position: relative;
}

#quoteSection #quoteBar{
	position: absolute;
	left: 0px;
	width: 58px;
	height: 551px;
	background-color: #3f3d3d;
	background-position: center;
	background-repeat: no-repeat;
}


#quoteSection #barOne {
	position: absolute;
	left: 63px;
	width: 38px;
	height: 551px;
	background-color: #5f5a5a;
}

#quoteSection #barTwo {
	position: absolute;
	left: 106px;
	width: 18px;
	height: 551px;
	background-color: #9c9a9a;
}

#quoteSection #filler {
	position: absolute;
	left: 0px;
	top: 551px;
	width: 124px;
	height: 10px;
	background-color: #9c9a9a;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:block;}


.faq_container{margin-top:10px;}
.faq_q{margin-top:10px;}
.faq_q a{color:#393939;text-decoration:none;}
.faq_q a:hover{text-decoration:underline;}
.faq_a{}
