/*****GLOBAL STYLES****/
body {
	margin:0px;
	background-color:#6c8aa2;
}
.Page_Container {
	height:auto;
	width: 900px;
	background-image:url(/images/page_container.gif);
	background-repeat:repeat-y;
}

.Top_Banner {
	background-image:url(/images/banner_home.jpg);
	background-repeat:no-repeat;
	height: 353px;
	width: 897px;
	position:relative;
	float:left;
}
.Left_Side_Box {
	background-image:url(/images/left_image.jpg); 
	background-repeat:no-repeat;
	height: 515px;
	width: 254px;
	float:left;
	position:relative;
}

.Content_Section {
	background-color:#FFFFFF;
	height:auto;
	padding-top:20px;
	width: 430px;
	position: relative;
	float:left;
}

.Right_Side_Box {
	background-image:url(/images/right_pictures.jpg);
	background-repeat:no-repeat;
	height: 515px;
	width: 216px;
	float:right;
	position:relative;
}

.Right_Side_Box_Loc {
	background-image:url(/images/right_pictures-loc.jpg);
	background-repeat:no-repeat;
	height: 515px;
	width: 216px;
	float:right;
	position:relative;
}
.Right_Side_Box_ser {
	background-image:url(/images/right_pictures-ser.jpg);
	background-repeat:no-repeat;
	height: 515px;
	width: 216px;
	float:right;
	position:relative;
}
.Footer_Section {
	background-image:url(/images/footer_box.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:91px;
	/*margin-top:800px;*/
	background-position: bottom;
	position:relative;
	float:left;
	vertical-align: baseline;
}

.footer_text {
	padding-top:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.footer_text a {
	color: #ffffff;
	font-weight: bold;	
	text-decoration: none;
}
.footer_text a:hover {
	color: #E9E3C8;
	font-weight: bold;	
	text-decoration: none;
}	

/** {
	margin: 0;
	padding: 0;
	color: #333; 
	background-color:#996600;
}

/******************* LEFT NAVIGATION TEXT *******************/
.left_navigation {
	width: 239px;
	float:left;
	padding-left:15px;
	padding-top:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #042744;
	line-height: 20px;
}
.left_navigation a {
	color: #042744;
	font-weight: bold;	
	text-decoration: none;
}
.left_navigation a:hover {
	color: #9ab7c8;
	font-weight: bold;	
	text-decoration: none;
}

/******************* END OF LEFT NAVIGATION TEXT *******************/

/******************* INFO PAGE CONTENT SECTIONS *******************/
.info-content {
	padding-left:10px;
	/*padding-top:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.info-content a {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
.info-content a:hover {
	color: #A39661;
	text-decoration: none;

}
.picture_padding {
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
padding-top:10px;
}

.fancy_title {
padding-left:5px;
font-family:"Georgia", Times New Roman, Times, serif;
font-size:24px;
color:#333333;
font-style:italic;
font-weight:bold;
}
/******************* LEFT NAVIGATION SECTION *******************/
/*#leftsection{
	width: 271px;
	height:700px;
	float: left;
	background-image:url(/images/global/left_nav_bk.jpg); background-repeat:no-repeat;
}

/******************* CONTENT SECTION *******************/
/*#right_section {
	margin-left:271px;
	width:529px;
	height:700px;
	position:relative;
	float:left;
}
#header-section {
	width:529px;
	float:left;
}
#content-section {
	width: 529px;
	height:636px;
	padding: 10px 10px 15px 10px;
	float: left;
	background-image:url(/images/global/content_bk.gif); background-repeat:no-repeat;
	overflow: visible;
}