@charset "UTF-8";
/* CSS Document */


/*==================
TIER2 STYLE SHEET
===================

Covers all the styles 
in Tier 2 pages.

==================*/

/*----------------
  HEADER
-----------------*/

#header {
	background:none;
	margin-top:30px;
	width:200px;
	margin: 0 auto;
	height:150px;
	padding:0px;
	}

#logo {
	background:url(images/logo_tier3.gif) 0 0 no-repeat;
	width:220px;
	height:135px;
	}

/*---------------------
  NAVIGATION
----------------------*/

#nav {
	position:static;
	width:800px;
	margin:0 auto;
	background-color:#1669af;
	display:block;
	}
	
#nav ul li {
	display:inline;
	}
	
#nav ul li a {
	margin:0;
	float:left;
	width:auto;
	padding:10px 8px 10px 8px;
	font-size:11px;
	font-weight:normal;
	background-color:#1669af;
	border-right:1px solid #0f4e83;
	}
	

/*----------------
BODY
---------------*/

#body_wrapper {
	background-image:none;
	min-height:750px;
	}

.sub_body_wrapper {
	background:#ffffff;
	width:800px;
	margin:0 auto;
	visibility:hidden;
	}
	
.sub_body_wrapper .content{
	margin:0;
	height:0;
	padding:0;
	visibility:hidden;
	}

#body_left {
	width:500px;
	float:left;
	overflow:hidden;
	}

#body_right {
	width:300px;
	float:left;
	height:750px;
	background: #f8f3e5;
	border-left:1px solid #a6955f;
	}	
	
.box {
	border:1px solid #e1dbc9;
	background: #e1dbc9;
	height:650px;
	float:right;
	overflow:hidden;
	width:274px;
	}

.box img {
	height:100%;
	}

#body_wrapper .content {
	height:650px;
	overflow:hidden;
	padding-bottom:0;
	margin-bottom:40px;
	}
	
	#body_right .box {
	background:none;
	border:0;
	}
	
#body_right #box1 {
	background:none;
	border:0;
	}