
/********** Layout Styles **********/

#wrapper	{

	margin: auto;
	padding: 0;
	width: 800px;
	min-height:100%;
	height:auto;
	height:100%;
	border-left:1px solid #F7ED87;
	text-align:left;
	}

#body-homepage {
	width: 800px;
	position:relative;
	/*min-height:100%;
	height:auto;
	height:100%;  */
	height: 1000px;
	margin:0;
	padding:0;
	background-image:url(images/right_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
	
#body-container {
	width: 800px;
	position:relative;
	min-height:100%;
	height:auto;
	height:100%;
	margin:0;
	padding:0;
	padding-bottom: 70px;
}



#top_banner {
	width: 800px;
	height: 108px;

	background-image: url(images/top_rt_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#banner_left {
	width: 154px;
	float:left;
	}

#banner_center {
	margin-left: 73px;
	float:left;
}

#banner_right {
	font:10px/normal Arial, Helvetica, sans-serif;
	color:white;
	float:left;
	width: 276px;
	}


#top_nav {
	height: 28px;
	width: 800px;
}

.sub_nav {
	visibility: visible;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
        text-align: center;
}
.sub_nav_wrapper {
	visibility: visible;
	background-color: #F7ED87;
	width: 800px;
}

.sub_nav_hide {
	visibility: hidden;
	background-color: #F7ED87;
	position: absolute;
    	top: -10000;
      left: -1000;
	background-color: #F7ED87;
	padding-left:5px;
	width: 795px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

#content_left {
	padding: 15px 50px 15px 0px;
	width:534px;
	float: left;
}

#content_right { 
background-image: url(images/background.gif) repeat-y;
	width:216px;
	
	padding:0;
	font-size: 10px;
	float: left;
}

#content_padded { 
	padding: 15px 15px 15px 15px;
}
#footer {
	width: 800px;
	float: left;
	text-align:center;
}


/************ Character styles ****************/
.lindent {
	margin-left: 12px;
	margin-right:10px;
}

#banner_center_img {
	padding-top:11px;
	padding-right:65px;
}