@charset "utf-8";

html,body,div,span,object,h1,h2,h3,h4,h5,h6,blockquote,a,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tr,th,td {
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
	margin:0px;
	padding:0px;
}

body  {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #333333;	
	font-size:12px;
	line-height:140%;
	
}

a {
 color: #912e33;	
 text-decoration:none;
}

hr {
	color: #EAEAEA;
	background-color: #EAEAEA;
	height: 4px;
	margin: 25px 0px;
	border: none;
}

#top_content, #header_content, #container, #footer_content{
	width: 980px;  
	margin:0px auto;	
	text-align:left;
}



/*Top & Header Styles************************************************/

#top { 
	background: #f2f3f3; 
	height:105px;
}

#top li{
	list-style:none;
	display:inline;
}

#top #left{
	float:left;
	width:395px;
	padding: 7px 0px 0px 25px;
}

#top #left img{
	margin-left:-10px;
}

#top #right{
	margin-left:549px;
	background: transparent url(../images/top_phone2.png) no-repeat 0px 0px;
	padding-top:70px;
}

.top_txt {
	font-size:14px;
	color:#6f6d6a;
}

#top ul, #top li{
	margin:0px;
	padding:0px;s
}

#header { 
	border-top:2px solid #030;
	border-bottom:2px solid #030;
	background:#264E38 url(../images/header_bg.jpg) repeat 0 0;
} 

/*Sidebar Styles*********************************************/

#sidebar {
	float: left; 
	width: 343px;
	padding-top:20px;
	text-align:justify;
}

#sidebar2 {
	float: left; 
	width: 363px;
	text-align:justify;
}

#sidebar_blog {
	float: left; 
	width: 200px;
	padding: 0px 38px;
}

.txt_bigred{
	text-align:right;
	font-size:15px;
	font-weight:bold;
	color: #912e33;
}
.txt_bigred2{
	font-weight:bold;
	color: #912e33;
}
.txt_testimonial{
	float:right;
	margin-top:15px;
	width:180px;
	font-size:12px;
	color:#383838;
	font-style:italic;
}

.txt_sidebarheader {
	font-size:14px;
	font-weight:bold;
	color:#396448;
}

.txt_testimonial a{
	color: #912e33;
	font-weight:bold;
	text-decoration:none;
}

.sidebar_box{
	background-color:#f5f4f2;
	border-top:1px solid #d8d4d0;
	border-right:1px solid #d8d4d0;
	border-left:1px solid #d8d4d0;
	padding:5px;
}

.sidebar_box .inner{
	background-color:#e8e7e2;	
	padding:10px;
	line-height:normal;
}
.sidebar_box .inner_custom{
	background-color: #030;	
	padding:10px;
	line-height:normal;
}


/*Main Content Styles ***************************************/
#main_content { 
	margin-left: 368px;
	padding-top:20px;
}

#main_content_blog { 
	margin-left: 499px;
}



h1, h2 {
	color:#5d5c52;
	font-size:15px;
	font-weight:bold;
	text-align:justify;
	margin-bottom:4px;
}

.subtitle{
	color: #5d5c52;
	font-weight:bold;
	text-align:justify;
	margin-bottom:5px;
}

.home_divider{
	margin:6px 0px 0px 0px;
	padding:10px;
	text-align:justify;
	border:1px solid #d8d4d0;
}

.bullet_box{
	float:left;
	margin:10px 80px 0px -5px;
}

.bullet_box ul{
	list-style-position: inside;	
}

.bullet_box li{
	padding-left:10px;	
	list-style-type: square;
}




/*secondary pages main content*/
#main_content2 { 
	margin-left: 388px;
} 



/*Footer Styles********************************************/
#footer { 
	margin-top: 30px;
	padding-bottom:30px;
} 

#footer a {
	color: #912e33;
}

#footer_content{
	border-top:4px solid #264E38;
	border-bottom:1px solid #264E38;	
	text-align: center;
	line-height:60px;
}

#footer_content li{
	list-style:none;
	display:inline;
	margin-left:20px;

}

.link1 a{
	font-size:16px;	
	font-weight:bold;
	color: #912e33;
}

.link2 a{
	color:#333333;	
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clear_float {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Application Form Styles**************************************/
#application {
	padding-bottom: 15px;	
	border:1px solid #CCD7CC;
	padding:2px;

}

#application table {
	width: 100%;
	border: 1px solid white;  /* hack for internet explorer, it doesn't expand the tables correctly to 100% without this :-P ... -rjf */
}

#application table tr td {
	padding:5px;	
	color:#526157;
}


.formBox td.labelCell {
	text-align: right;
}

.formBox td.inputCell {
	text-align: left;
}

.formBox tr.oddRow {
	background-color: #F2F4F2;
}

.formHeading {
	font-weight: bold;
	color: #030;
	text-indent:10px;
	text-align: center;
}
