/* CSS Document */
html{
height: 100%;
}

a img
{
	border: none;
}

body{
background-image: url(bg.png);
font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
.container{
width: 800px;
margin: 0px auto 10px auto;
}

.logo
{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 265px;
	top: 0px;
}

.logo .padding
{
	padding: 135px 0px 0px 600px;
}

h1
{
	margin: 0px 0px -3px 0px;
}

.home_left{
	float:left;
	margin-right: 0px !important;
	width:520px;

}
.home_right{
	float:right !important;
	margin-left: 0px !important;
	width:230px;
}

.bottom{
background-image: url(bottom.png);
background-repeat: no-repeat;
width: 800px;
height: 13px;
}

a.nav{
	font-size: 11px;
	color: #90FF00;
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	background: url('bullet_inactive.png') 0% 50% no-repeat;
}

a.nav img
{
	vertical-align: middle;
	text-decoration: none;
}

a.nav:active{
	color: #FF3000;
}

a.nav:hover
{
	color: #FF3000;
	background: url('bullet_active.png') 0% 50% no-repeat;
}

.footer
{

	padding-top: 10px;
	border-top: 1px solid #8CA449;
	text-align: center;
	margin: 25px 40px 0px 40px;
	font-weight: bold;
}

.footer a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #8CA449;
}

.footer a:hover
{
	border-bottom-color: #FFFFFF;
}

.sub_links
{
	margin-right: 0px !important;
}

.sub_links a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	/*border-bottom: 1px solid #8CA449;*/
	color: #8CA449;
	margin-bottom: 6px;
	font-weight: bold;
	padding-left: 6px;
}

.sublink_title
{
	font-weight: bold;
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
}

.sub_links a:hover
{
	color: black;
}

.sub_links .padding
{
	padding: 10px 5px 5px 10px;
}

.content
{
	width:650px;
	margin-left: 0px !important;
	float:right;
	background: #FFFFFF;
}

.link_content_container div.padding
{
	padding: 10px;
}

.link_content_container
{

	width:100%;
	float:left;
	background: #FFFFFF;
}


