/* -------------------------------------------- */
/* GLOBAL */
/* -------------------------------------------- */

html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: center top url(../img/global/bg_body.jpg);
}

img
{
	border: 1px solid #000000;
}

a img
{
	border: none;
}

.content_img
{
	position: relative;
	float: right;
	margin: 0 0 20px 20px;
}

#container
{
	position: relative;
	top: 0;
	width: 871px;
	margin: 0 auto 0 auto;
	background: url(../img/global/bg_container.jpg) repeat-y;
	text-align: left;
}

#header
{
	position: relative;
	top: 0;
	left: 36px;
	height: 190px;
	width: 800px;
	background: #000000;
	cursor: pointer;
}

#shadow
{
	position: relative;
	top: 0;
	width: 871px;
	height: 48px;
	margin: 0 auto 0 auto;
	background: url(../img/global/bg_shadow.jpg) no-repeat;
	padding:0;
}

#nav
{
	position: absolute;
	top: 0;
	width: 210px;
	overflow: visible;
	margin-top: 5px;
}

hr
{
	background: none;
	border: none;
	border-top: 1px solid #999999;
	margin: 0 0 0 20px;
	height: 1;
	padding: 0;
}

.hr_spacer
{
	margin: 5px 0 5px 20px;
}

.hr_spacer
{
	*margin: 0 0 0 20px;
}


.hr_content
{
	background: none;
	border: none;
	border-top: 1px solid #20402f;
	margin: 5px 10px 5px 10px;
}

#footer
{
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 70px;
	background: #5b5a5a;
}

#content_footer
{
	position: relative;
	top: 0;
	left: 0;
	padding:0;
	padding-bottom:5px;
	padding-top:3px;
	width: 800px;
	height: 184px;
	background: url(../img/global/bg_footer.jpg) no-repeat;
	
}

#footer_nav
{
	position: absolute;
	top: 170px;
	left: 0;
	height: 30px;
	width: 800px;
	background: #5b5a5a;
	padding:0;
	padding-bottom:5px;
	padding-top:3px;
}

#footer_nav_index
{
	position: relative;
	left: 36px;
	height: 30px;
	width: 800px;
	background: #5b5a5a;
}

.nav
{
	overflow: visible;
	cursor: pointer;
	margin: 0 0 0 10px;
	padding: 0;
}

.nav img
{
	*height: 45px;
	*margin: 0;
	*padding: 0;
	*border: 0;
}

.sub_nav
{
	margin-left: 30px;
}

/* -------------------------------------------- */
/* INDEX */
/* -------------------------------------------- */

#index_nav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 325px;
	width: 332px;
	overflow: visible;
	background: #FFFFFF;
}

#slideshow
{
	position: absolute;
	top: 0;
	left: 228px;
	width: 468px;
	z-index: 2;
}

#index_1
{
	position: relative;
	top: 0;
	left: 36px;
	height: 344px;
	width: 800px;
}

#index_bar
{
	position: relative;
	top: 314px;
	left: 0;
	height: 30px;
	width: 800px;
	background: #000000;
	z-index: 1;
}

#index_2
{
	position: relative;
	top: 0;
	left: 36px;
	width: 720px;
	padding: 20px 40px 20px 40px;
}

/* -------------------------------------------- */
/* CONTENT */
/* -------------------------------------------- */

#nav
{
	float: left;
	background: #FFFFFF;
}

#wrapper
{
	position: relative;
	top: 0;
	left: 36px;
	width: 800px;
	background: #FFFFFF;
	overflow: visible;
}

#content
{
	position: relative;
	left: 228px;
	width: 532px;
	padding: 20px 20px 220px 20px;
	_padding: 20px 4px 220px 20px;
	background: url(../img/global/bg_content.jpg);
}

#content_footer
{
	background: url(../img/global/bg_footer.gif) 0 16px no-repeat;
	margin-top: -200px;
}

#policy, #compliance, #staff
{
	display: none;
}

.submit
{
	border: 1px solid #000000;
	background: #5b5a5a;
	color: #ffec13;
	height: 30px;
	width: 35%;
	margin: 0 5% 0 5%;
}

#spacer
{
	height: 200px;
}

#careers
{
	position: relative;
	float: right;
	border: 1px solid #000000;
	margin: 0 0 20px 20px;
	width: 130px;
	padding: 10px 20px 10px 20px;
}

#content_wrapper
{
	position: relative;
	background: url(../img/global/bg_wrapper.jpg) repeat-y;
	padding: 20px 20px 0 20px;
}

#content_wrapper_top
{
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 528px;
	background: url(../img/global/bg_wrapper_top.jpg) no-repeat;
	clear: both;
	_margin-left: -20px;
}

#content_wrapper_bottom
{
	position: relative;
	height: 17px;
	width: 528px;
	background: url(../img/global/bg_wrapper_bottom.jpg) no-repeat;
	margin-left: -20px;
}
