/******************************************************
	layout.css
	August 20, 2007
	Eric Hendrickson
	
	Used to layout the span tags for the layout of the 
	template.
	
	Boken out from the original "public.css" on the 
	above date.
********************************************************/


#picture_row_item 
{
	border:0px;
}

body
{
	margin:0px;
	padding:0px;
	background:#8d6727; 
	text-align:center;
}

.menu 
{
	width:120px;
	background:#c7ac73;
	text-align:left;
	vertical-align:top;
	padding:10px;
}

.top_menu
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.top_menu_container
{
	height:30px;
	background:#003a63;
	text-align:center;
	vertical-align:middle;
}

.top_menu_item_container
{
	border-left:#bea47d solid 1px;
	border-right:#bea47d solid 1px;
}

.top_menu_item_right
{
	border-left:#bea47d solid 1px;
	border-right:none;
}

.top_menu_item_left
{
	border-left:none;
	border-right:#bea47d solid 1px;
}

.inside {
	border-bottom:3px solid #003a63;
	border-left:1px solid #003a63;
	border-right:1px solid #003a63;
	width:100%;
	background:#fff;
	text-align:left;
}

.page_container 
{
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:800px;
}

.content_container 
{
	width:100%;
	height:500px;
}

.middle_container 
{
	width:100%;
}

.left_side
{
	background-image:url('images/left_side_drop_shaddow.gif');
	width:18px;
	padding:0px;
}

.title
{
	background:#003a63;
	text-align:left;
	vertical-align:top; 
}

.logo 
{
  margin-top:5px;
  margin-bottom:5px;
  /*margin-left:-51px;*/
  margin-left:-26px;
	z-index:0;
	position:relative;
	width:300px;
	height:auto;
	border:0px;
}

#red_bar
{
	width:87%;
	height:5px;
	background:#0e5b83;
	margin:0px;
	padding:0px;
	font-size:5px;
}

#tan_bar
{
	width:81%;
	height:5px;
	background:#c7ac73;
	margin:0px;
	padding:0px;
	font-size:5px;
}

.content
{
	background:#FFFFFF;
	vertical-align:top;
	text-align:left;
	padding:15px;
}

.right_side
{
	background-image:url('images/right_side_drop_shaddow.gif');
	width:18px;
	padding:0px;
}

.left_side_corner
{
	background-image:url('images/left_corner_drop_shaddow.gif');
	height:18px;
	background-repeat:no-repeat;
	padding:0px;
}

.bottom_side
{
	background-image:url('images/bottom_side_drop_shaddow.gif');
	height:18px;
	background-repeat:repeat-z;
	padding:0px;
}

.right_side_corner
{
	background-image:url('images/right_corner_drop_shaddow.gif');
	height:18px;
	background-repeat:no-repeat;
}

.footer_text_container
{
	text-align:center;
}

#title_stripe
{
	background-color:#0e5b83;
	padding:3px;

}

.title_stripe_container
{
	white-space:nowrap;
	/*width:60%;*/
	/*width:100%;*/
	
}

.title_stripe_grad
{
	background-image:url('images/title_stripe_grad.jpg');
	width:50px;
	padding:0px;
}