/* CSS Document */

body {
	background: #FFFFFF url('../../_images/bg/main-bg.gif') repeat-x top left;
	margin: 0px; padding: 0px;

 }
/* --- ID --- */

#left-column {
	width: 126px;
	float: left; }
	
#main-content {
	background: transparent url('../../_images/bg/header.gif') no-repeat top left;
	width: 560px;
	float: left; }
	
/* --- Classes --- */

.nav {
	width: 800px;
	height: 80px;
	min-height: 80px
}

.copyright {
	font-size: 8px;
	margin: 0px 0px 0px 5px; padding: 0px;
	color: #005EA2; }

.content {
	position: absolute;
	top: 153px;
	left: 186px;
	width: 560px;
	padding: 10px;
	height: 585px;
}
	
/* --- Headers --- */

h1 {
	position: absolute;
	top: 80px;
	left: 126px;
	display: block;
	height: 56px;
	margin: 0px;
	padding: 13px 0px 0px 15px;
	font: normal 42px/42px  Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-left: 10px solid #FC7D48;
}	 	
/* --- Paragraphs --- */

p {
	margin: 10px;
	font: normal 14px/18px "Trebuchet MS", Arial,  Verdana, Sans-serif; }

.underline {
	text-decoration: underline; }
	
.footer {
text-align: center;
}
	 
/* --- Anchor --- */

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
 
a:hover { 
	color: #FC7D48; 
	text-decoration: none;
	}
	
.nav a:link, .nav a:visited, .nav a:active { 
	color: #FFF; 
	text-decoration: underline;
	}
 
.nav a:hover { 
	color: #FC7D48; 
	text-decoration: none;
	}


/* --- Lists --- */


ul, ol {
	font: normal 14px/21px "Trebuchet MS", Arial,  Verdana, Sans-serif;
 }	
	
ol ul { margin-left: 20px; font-size: 13px; }

#list { list-style-type: none; }

#list li { padding: 10px 65px; 
	margin-bottom: 6px;
	border-bottom: 0px solid #ccc; }
	
#one { background: url(../../_images/blts/1.gif) no-repeat 6px left; }
#two { background: url(../../_images/blts/2.gif) no-repeat 6px left; }
#three { background: url(../../_images/blts/3.gif) no-repeat 6px left; }
#four { background: url(../../_images/blts/4.gif) no-repeat 6px left; }
#five { background: url(../../_images/blts/5.gif) no-repeat 6px left; }
#six { background: url(../../_images/blts/6.gif) no-repeat 6px left; }
#seven { background: url(../../_images/blts/7.gif) no-repeat 6px left; }
#eight { background: url(../../_images/blts/8.gif) no-repeat 6px left; }
#nine { background: url(../../_images/blts/9.gif) no-repeat 6px left; }
#ten { background: url(../../_images/blts/10.gif) no-repeat 6px left; }

.nav ul.mnav {
	margin-top: 55px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px; }

.nav ul.mnav li {
	background-image: url("../../_images/blts/small-nav-blts.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 10px;
		margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;



	}				
