@charset "utf-8";
/* CSS Document */

/*-----------------------------------DEFINING STYLES------------------------------*/

html, body {
	height: 100%;
}
html>body #pageHolder{
	height:auto;
}
body{
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#7b7c61;
	font-size:12px;
	text-align:center;
	line-height:16px;
	background-color:#fff;
	width:100%;
	height:100%;
	min-height:100%;
}  

#clearfooter { height:33px; } 
#pageHolder{
	height: 100%;
	min-height: 100%;
	margin:0px auto -33px auto;
	text-align:center;
}
#footer_container {	
	background-color:#7e8049;
	margin:0px auto 0px auto;
	width:100%;
	height:33px;
	text-align:center;
}
a{
	color:#bbba00;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#content_container a{
	color:#bbba00;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-right:8px;
	background-image:url(../images/global/link_bullet.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
}
#content_container a:hover{
	text-decoration:underline;
}
h1{
	margin:26px 0 0 0;
	padding:0;
}
h2{
	margin:0;
	padding:0;
}
img{
	border:none;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}
.italics{
	font-style:italic;
	font-size:10px;
}
/*------------------------------------END------------------------------------------------*/
/*------------------------------------MAIN CONTENT STYLES--------------------------------*/
		/*-------------TOP--------------*/
#logo_container{
	background-color:#FFF;
}
#logo{
	width:780px;
	margin-left:auto; margin-right:auto;
	text-align:left;
}
#nav_container{
	background-color:#7e8049;
}
#nav{
	width:780px; height:27px;
	margin-left:auto; margin-right:auto;
	text-align:left;
}
#header_container{
	background-image:url(../images/global/header_bg.jpg);
	background-repeat:repeat-x;
	height:194px;
}
#header{
	width:780px;
	margin-left:auto; margin-right:auto;
	text-align:left;
}
.header_text{
	float:left;
	margin:110px 0 0 15px;
}
.flash{
	float:left;
	margin:15px 0 0 15px;
	display:inline;
}
#header img.text{
	margin:0 0 20px 15px;

}
		/*---------------LOWER----------------*/
#content_bar{
	background-color:#fff;
}
#center_content_container{
	width:780px;
	margin-left:auto; margin-right:auto;
	text-align:left;
}
		/*--------------LEFT-----------------*/
#side_gradient{
	width:15px;
	float:left;
}
		/*------------BOTTOM-----------------*/
#footer{
	width:780px;
	margin-left:auto; margin-right:auto;
	color:#c7c98d;
	font-size:11px;
	line-height:33px;
}
#footer_left{
	float:left;
	width:360px;
	text-align:left;
	margin-left:30px;
	display:inline;
}
#footer_right{
	float:right;
	width:390px;
	text-align:right;
}
#footer_right a{
	color:#c7c98d;
	font-weight:normal;
	font-size:11px;
}
