@import url(reset.css);
@import url(text.css);
@import url(menu.css);
@import url(sub_menu.css);

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
	background: #FFF url(../images/BG_header.jpg) repeat-x;
/*	This should save*/
}
#accessibility {
	display: none;
}
#container{
	margin: 0 auto;
	padding: 0;
}
/* Overall website width */
#container, #header, #branding, .content_wrapper, #content{
	width: 760px;
}
#header{
	float: left;
}
/* This is your header pic */
#header_pic{
	float: left;
	width: 498px;
	height: 176px;
	background: url(../images/BG_header_pic.jpg) no-repeat;
	border: 1px solid #C7BBA5;
	padding: 20px 30px 20px 230px;
	border-top: none;
	text-align: right;
	overflow: hidden;
}
/* These are branding styles */
#branding{
	float: left;
}
/* This is for the logo */
#header h1{
	float: right;
	display: block;
	width: 212px;
	height: 80px;
	margin: 24px 0;
	background: url(../images/logo.gif) no-repeat;
	overflow: hidden;
	text-indent: -500px;
}
#menu{
	float: left;
	width: 720px;
}
#home_wrapper{
	/*float: left;*/
}
#content_wrapper{
	float: left;
	background: #EEE9E3 url(../images/BG_content.jpg) repeat-x;
	border-bottom: 3px solid #BCB3A0;
	margin-bottom: 25px;
}
#content img, #content_column img{
	float: left;
	padding: 5px;
	border: 1px solid #CDCDCD;
	margin: 5px 12px 4px 0;
}
/* This is for the 100% content pages */
#content{
	float: left;
	background: url(../images/BG_sidecontent.gif) repeat-y right top;
}
#children{
	float: left;
	width: 760px;
	padding: 30px 0;
}
/* This is for the columned pages */
#content_column, #content{
	float: left;
	padding-bottom: 30px;
	font: 13px/19px Arial, Helvetica, sans-serif;
}
#content_column{
	float: left;
	width: 475px;
	padding: 30px 0 0 0;
}
#gallery{
	float: left;
	width: 475px;
}
#thumbnail a{
	float: left;
	width: 85px;
	height: 85px;
	border-bottom: none;
	margin: 5px;
}
#thumbnail a:hover{
	margin: 5px;
	border-bottom: none;
}
/* This is the side content on the homepage */
#sub_content_home{
	width: 250px;
	padding: 30px; 
	float: right;
	background: url(../images/sidegradient.jpg) repeat-x;
}
/* this is for the three boxes on the homepage */
#feature_boxes{
	float: left;
}
#box1 a, #box2 a, #box3 a{
	float: left;
	width: 206px;
	height: 70px;
	padding: 15px 20px 0 20px;
	margin: 11px 0 33px 0;
	color: #FFF;
	font-weight: normal;
	font-size: 13px; 
	line-height: 14px;
	border-bottom: none;
}
#box1 a:hover, #box2 a:hover, #box3 a:hover{
	color: #eba826;
}
#box1 a{
	background: url(../images/box1.jpg);
	margin-right: 11px;
}
#box2 a{
	background: url(../images/box2.jpg);
	margin-right: 11px;
}
#box3 a{
	background: url(../images/box3.jpg);
}
#box1 a h2, #box2 a h2, #box3 a h2{
	font-size: 18px;
	color: #FFF;
	padding: 0 0 3px 31px;
	margin: 0;
	background: url(../images/home.gif) no-repeat;
}
#side_pic{
	float: left;
	width: 247px;
	height: 165px;
	background: url(../images/sidepic.jpg) no-repeat;
	overflow: hidden;
	margin: -19px 0 20px -20px;
}
#child_pic{
	float: left;
	width: 247px;
	height: 247px;
	background: url(../images/no_photo.jpg) no-repeat;
	overflow: hidden;
	margin: -19px 0 20px -20px;
}
#side_pic img, #child_pic img{
	margin: 0;
	padding: 0;
	border: none;
}
/* This is the sidecontent on the inner pages */
#sub_content{
	width: 212px;
	min-height: 270px;
	padding: 20px 15px 0 20px; 
	float: right;
}
#side_text{
	color: #423D73;
	font-style: italic;
}
#footer{
	float: left;
	width: 100%;
	height: 70px;
	background: url(../images/BG_footer.jpg) repeat-x;
	text-align: center;
	padding: 2em 0;
	margin-bottom: 0px;
	border-top: 1px solid #FFF;
	font-size: 11px;	
}
#footer p {
	padding: 0;
	margin: 0;
}