/**********************************************************************
 * This document and all related documents are copyright (c) 2010 
 * Northern Lights Technology. You may not reuse these documents 
 * without the express written permission of Northern Lights 
 * Technology.
 *
 * @author   Brandon Wamboldt
 * @version  3.00
 * @date     April 14, 2010
 **********************************************************************/
 
body
{
	background-color:#ADC4DD;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}

a
{
	text-decoration:none;	
}

a:hover
{
	text-decoration:underline;	
}


#central-container
{
	background-color:white;
	background-image: url( '../images/layout/bg_t_body.jpg' );
	background-position: center top;
	background-repeat: repeat-x;
	margin: auto;	
}

#central-container2
{
	background-image: url( '../images/layout/bg_i_central-container.gif' );
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: auto;	
}

#centre-column
{
	margin: auto;
	position:relative;
	top:0;
	left:0;
	width: 100%;
	width: 932px;
	padding-top:142px;
}


#body
{
	background-image: url( '../images/layout/bg_i_body.png' );
	background-repeat: repeat-y;
	width: 874px;	
	padding-left:29px;
	padding-right:29px;
	padding-top:30px;
}

#body-bottom
{
	background-image: url( '../images/layout/bg_i_body-bottom.png' );
	background-repeat: no-repeat;
	height: 21px;
	width: 932px;	
}

#footer
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	margin: auto;
	padding-bottom:70px;
	width: 896px;
}

#footer-left
{
	float: left;
	width: 448px;
}

#footer-right
{
	float: left;
	text-align: right;
	width: 448px;
}

#footer-right a
{
	color: #06F;
	text-decoration: none;	
}

#footer-right a:hover
{
	color: #03F; 
	text-decoration: underline;
}

.clear { clear:both; }

#head
{
	position:absolute;
	top:39px;
	left:7px;
}

#logo
{
	width:422px;
	height:82px;
}

#navigation a
{
	color: #003366;
}	

#content
{
	float:left;
	width:509px;
	margin-right:60px;	
}


h1
{
	font-family:Arial, Helvetica, sans-serif;font-size:28px;font-weight:normal;	color:#4B72B3;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;font-size:16px;font-weight:bold;margin-bottom:0;	
}

#navigation
{
	float:left;width:305px;	
}

dt
{
	font-weight:bold;
	margin-top:12px;
}

#login-top a
{	
	color:#F90;	
}

#login-top a:hover
{
	text-decoration:underline;	
}

dd
{
	
}

a img
{
	border:none;	
}

dd.important
{
	color:red;	
}


form .form-section {
	float:left;
	width:500px;
	font-weight:bold;
	margin-left:10px;
}

 form .form-container {
	clear:both;	
}

.form-left {
	float:left;
	width:160px;
	margin-left:10px;
}

.form-left-long {
	float:left;
	width:350px;
	margin-left:10px;
}

.form-right {
	float:left;
	width:300px;
}

.form-right a
{
	color:white;		
}

form .form-right-short {
	float:left;
	width:100px;
}

form .form-right .text {
	width:300px;
}

.list
{
	list-style-type:none;
}

.list li ul 
{
	display:none;	
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6
{
	clear:both;
}