@import url("global.css");

body {
	background:transparent url("../images/body_bg.jpg") no-repeat center top;
	width:100%;
}

#gray_stripe
{
	background:#3d4242;
	height:5px;
	width:100%;
}

.layout_center
{
	height:100%;
	margin:0 auto;
	position:relative;
	width:990px;	/*width - padding*/
}

/* BEGIN HEADER
******************************/
#header
{
	background:url("../images/home/header_bg.jpg") no-repeat top center;
	clear:both;
	height:223px;
	position:relative;
	width:990px;
}
	#exit_logo
	{
		position:absolute;
		left:80px;
		bottom:80px;
	}
	
	#company_name
	{
		position:absolute;
		right:80px;
		bottom:80px;
	}
/******************************/

/* START: tabbed navigation
******************************/
ul#main_nav
{
	background:#fff url("../images/main_nav_bg.gif") repeat-y center top;
	display:block;
	height:39px;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	list-style-type:none;
	padding:0 10px;
	/*width:990px;*/
	width:970px;	/*width - padding*/
}
	
	#main_nav li
	{
		float:left;
		height:inherit;
	}
	
		#main_nav li a
		{
			color:#3d4242;
			float:left;
			height:inherit;
			line-height:39px;
			padding:0 10px;
			text-decoration:none;
		}
			#main_nav li a:hover
			{
				background:#892034;
				color:#FFF;
			}
/* END: tabbed navigation
******************************/

/* BEGIN CONTENT 
******************************/
#content
{
	background:url("../images/home/content_bg.png") repeat-y center top;
	padding:0 10px;
	width:970px;
}

.layout_left
{
	float:left;
	text-align:center;
	width:380px;
	padding-bottom: 25px;
}

	#learn_more
	{
		clear:both;
		margin:20px 0 0 125px;
	}
	
.layout_right
{
	float:right;
	padding:0 20px;
	/*width:600px;*/
	width:550px;	/*width - padding*/
}
/******************************/

/* BEGIN FOOTER
******************************/
#login_copy
{
	border-top:10px solid #999c90;
	clear:both;
	color:#999c90;
	font-size:0.6em;
	height:103px;
	margin:0 auto 50px auto;
	width:100%;
}
	
	#login_copy a
	{
		color:#999c90;
	}
		#login_copy a:hover
		{
			color:#000;
		}
	
	#footer_copyright {
		float:left;
		padding:20px 0;
		text-align:left;
	}
			
	#footer_login
	{
		padding:20px 0;
	}

		#footer_login  ul {
			float:right;
			margin:0;
			padding:0;
		}
		
			#footer_login  ul li {
				list-style:none;
				float:left;
				padding:0;
				margin:0 5px 0 0;
			}
/******************************/
