@charset "utf-8";
html {height: 101%;}
body{
	position:relative;
	margin: 0px auto;
	background-color:#FFF;
	background-image:url(/images/template/main_bg.jpg);
	background-repeat:repeat-x;
	font-family:Calibri,sans-serif;
	font-size:11pt;
}

a img{border:0}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration:none;}

.news_links{
	text-decoration: none;
	color:#C00;
}

#main {
	width: 100%;
	position:absolute;
}

#main_header{
	width:1292px;
	margin:0 auto;
	height:151px;
	padding-left:58px;
}

#header_icons{

width:110px;
float:right;
position:relative;
top:15px;
right:120px;
}

#main_container{
	margin:0 auto;
}





#footer{
position:relative;
bottom:0px;
float:left;
	background-image:url(/images/template/footer_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	background-color:#2a2a2a;
	
}
#footer_menu{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
	padding-left:100px;
	color:#FFF;
}

#footer_menu a{
	color:#FFF;
}

#footer_menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}



#main_content{
width:1500px;
margin:0px auto;

}

#content{
	width:780px;
	margin:10px;
}

#side_bar{
	width:450px;
	margin:10px;
	position:relative;
	left:780px;

}
.main_page_cell{
	padding:10px;

}
#give_call{
	width:850px;
	margin-left:20px;
	margin-top:50px;
}

#content_banner{
background-color:#EAE2D7;
height:488px;
border-top:3px solid #292824;
border-bottom:3px solid #700404;
}

#banner_image{
	margin:0px auto;
	width:1499px;
}

#request_button{
	width:270px;
	height:59px;
	position:relative;
	float:right;
	top:253px;
	right:14px;
}

#navigation{
	width:750px;
	height:66px;
	position:relative;
	float:right;
	bottom:66px;
	margin-bottom:-66px;
}

#sidebar_content_area{
	width:234px;
	float:right;
	margin-right:25px;
	margin-top:10px;
}

.subpage_main_image{
	width:289px;
	padding-left:20px
}

.subpage_main_table{
	margin-top:0px;
	margin-left:25px;
	

}

#subpage_secondary{
	width:875px;
	margin-left:25px;
	
}

.subpage_title{
	color:#565656;
}

.subpage_secondary_title{
	color:#670603;
	height:35px;
}
.article-box{
	margin-right:20px;
	margin-bottom:10px;
	width:400px;
	
}
.archive{
	float:right;
	width:150px;
	padding:0 10px 10px 10px;
	margin:15px;
	border:1px solid #999;
	background-color:#d9d9d9;
}

#gallery_link{
	float:right;
	width:220px;
}

.hidethis{
	display: none;
}

#gift_box{
	padding:10px;
	background-color:#CCC;
	height:70px;
	width:300px;
	
}
/* Gradient color1 - color2 - color1 */
		
hr.style-one {
    border: 0;
    height: 3px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}