/* @group Structure */

body {
	font: 12px Arial, sans-serif;
	color: #000;
	padding-top: 0;
	background: #fff;
}

h1 {
	font-size: 28px;
	color: #134812;
	font-weight: bold;
}

h2 {
	font-size: 21px;
	color: #000;
	font-weight: bold;
}

h3 {
	color: #006034;
	font-size: 14px;
	font-weight: bold;;
}

a {
	color: #003366 ;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#container {
	width: 760px;
	padding: 0;
	background: url(content_bg.jpg) repeat-y;
}

#container_hook {
	background: url(content_top_bg.jpg) 0 102px no-repeat;
}

#header {
	position: relative;
	height: 102px;
	margin: 0;
	background: #fff url(header_bg.gif) 0 80px no-repeat;
}

#header_logo {
	width: 165px;
	height: 49px;
	margin: 20px 0 0;
	padding: 0 0 0 16px;
	background: url(logo.gif) 100% 0 no-repeat;
}

#header_image_wrap {
	position: absolute;
	bottom: 15px;
	right: 0;
}

#pre-content {
	padding: 16px 16px 0;
}

#content {
	padding: 0;
	
}

#content_hook {
	padding: 0 16px;
	background: url(content_bottom_bg.jpg) left bottom no-repeat;
	
}

#content {
	padding-top: 16px;
	*height: 1%;
	*zoom: 1;
}

#pre-content {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
}

.link_bullet {
	background: url(link_bullet.gif) left 40% no-repeat;
	*background-position: left 50%;
}
html>body .link_bullet {
	background: url(link_bullet.png) left 40% no-repeat;
}

#footer_banner {
	padding: 0 16px 16px;
	background: url(footer_banner_bg.jpg) 0 0 no-repeat;
}

#footer {
	
	width: 760px;
	margin: 0 auto;
	background: url(content_bg.gif) repeat-y;
	
	
}

#footer_container{
	background: url(footer_bg.gif) left bottom no-repeat;

	min-height: 30px;
	height: auto !important;
	height: 30px;
	width: 728px;

	padding: 0 16px 0;
	
	
}

#footer_container:after	    {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
#footer_container  		    {*zoom: 1;}

#footer_content {
	display: block;
	padding: 0 16px;
	text-align: left;
	

}

#footer_content .title_block {
	padding: 16px 0;
	margin-bottom: 0;
}

#footer_logo {
	display: none;
}

#footer_links {
	padding: 8px 0;
	text-align:right;
	
}

#footer_links a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align:right;
}

#copyright {
	padding: 8px 0;
	color: #fff;
	font-size: 11px;
}

/* @end */

/* @group Page Parts */


/* @end */

/* @group Hidden Items */

#header_link {
	display: none;
}

#footer_fineprint {
	display: none;
}

/* @end */

#LegalText {
	width: 728px;
	margin: 0 auto;
	padding: 20px 31px 16px;
	font-size:10px;
	color:#CCC;
	text-align:left;
}

