﻿body 
{	
	background: url(images/bg_wide.jpg);
	background-repeat: repeat-x;			
	background-color: #860e0e;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	margin: 0;
}


.clear { clear: both; }

div#page_wrap
{
	margin: 0 auto;
	padding: 0px;
	width: 850px;
}

/* HEADER, LOGO, Visit BPS */
div#header
{
	position: relative;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 824px;
	height: 193px;	
	z-index: 100;
	margin: 0;
}

div#logo_container
{
	display: block;
	width: 824px;
	height: 161px;	
	}
	div#logo_container a.logo
	{
		float: left;
		width: 421px;
		height: 161px;
	}
	div#logo_container a.visit_bps
	{
		float: right;
		margin-top: 50px;
		margin-right: 23px;
		width: 91px;
		height: 59px;
	}

/* MENU */
div#menu_container
{
	position: absolute;
	height: 25px;	
	margin-top: -10px;
}
a.menu_ourmenu
{
	height: 25px;
	margin-left: 60px;
}
a.menu_ourlocation
{
	height: 25px;
	margin-left: 25px;
}
a.menu_story
{
	height: 25px;
	margin-left: 25px;
}





/* CONTENT */
div#content_wrap
{
	position: absolute;
	z-index: 1;
	margin-top: -15px;
	margin-left: 40px;		
	width: 750px;
}
div#content_extend
{
	background-image: url(images/bg_content_solid.png);
	background-repeat: repeat-y;
	width: 750px;
	min-height: 500px;
}
div#content_extend div#content_container
{
	background-image: url(images/bg_content_grad.jpg);
	background-repeat: no-repeat;	
	min-height: 475px;
}
div#content_extend div#content_container div#content_body
{
	padding-top: 0px;
	margin-left: 11px;
	margin-right: 11px;
}
div#content_bottom
{
	background-image: url(images/bg_content_bottom.png);
	background-repeat: no-repeat;	
	width: 750px;
	height: 17px;
}


/* CONTENT FULL PAGE */

div#content_full_container
{
	width: 726px;
	}
	div#content_full_container div#content_full_top
	{
		background-image: url(images/content_full_top.png);
		background-repeat: no-repeat;			
		height: 53px;
	}
	div#content_full_container div#content_full_body
	{
		background-image: url(images/content_full_body.png);
		background-repeat: repeat-y;
		}
		div#content_full_container div#content_full_body div#content_full_body_container
		{			
			margin-left: 5px;
			margin-right: 5px;
			padding: 5px;
			min-height: 300px;
			font-size: 12px;
			line-height: 1.5em;
		}	
	div#content_full_container div#content_full_bottom
	{
		background-image: url(images/content_full_bottom.png);
		background-repeat: no-repeat;			
		height: 20px;
	}	
	
/* CONTENT SUB PAGE */

div#content_container div#sub_content_body
{
	display: block; 
	margin-left: 7px;
}
div#sub_left_side
{
	float: left; 
	width: 546px;
}
div#sub_content
{
	min-height: 180px; 
	background-image: url(images/sub_content_bg.png); 
	background-repeat: repeat-y
}
div#sub_content_long
{
	min-height: 380px; 
	background-image: url(images/sub_content_bg.png); 
	background-repeat: repeat-y
}
div#sub_content_text
{
	padding: 5px;
	font-size: 12px;
	line-height: 1.5em;	
}
div#sub_content_bottom
{
	background-image: url(images/sub_content_bottom.png); 
	background-repeat: no-repeat; 
	width: 546px; 
	height: 6px;
}
div#sub_right_side
{
	float: left; 
	width: 168px;
}
div#sub_side_links
{
	background-image: url(images/side_bg.png); 
	background-repeat: repeat-y; 
	min-height: 300px;
}
.sub_address_info
{
	float: right;
	border: #860e0f 1px dashed; 
	padding: 3px; 
	width: 200px; 
	min-height: 100px	
}


div#banner
{
	margin-top: 5px; 
	margin-left: 2px;
}

div#footer
{
	width: 750px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #cccccc;		
	}
	div#copyright_container
	{
		text-align: left;
		height: 32px;
		display: block;
		}
		div#copyright_logo
		{
			float: left;
			margin-left: 10px;
		}
		div#copyright_text
		{
			float: left;
			margin-top: 9px;
		}		
	
	
