@charset "UTF-8";
/* CSS Document */


body  {
	background: url(../images/back_body.gif) repeat-y center top #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0; padding: 0; text-align: center; width: 100%;
}

/* HomePage Structure */

#container {
	background: url(../images/back_container.jpg) no-repeat center top;  
	margin:0 auto;
} 
	
#wrapper {
	margin:0px auto; width:960px;
}
	
#header {
	margin:0; 
	padding: 0px 0 35px 244px;
	text-align:left;
}


#content {
	width:900px;
	margin:0 auto;
	text-align:left;
	font-size:13px;
}

#flash {
	
}

#featured {

}


#footer {
	font-size:10px;
	color:#666666;
	margin-top:120px;
} 

#footer p {
	padding:20px 10px 0 10px;
}

#footer a:link {
	color:#999999;
	text-decoration:none;
}
#footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#fff; text-decoration:underline;
}

#footer a:active {
	color:#000000;
	text-decoration:none;
}
	
.head {
	margin-bottom:8px;
}



/* SubPage Structure */

.subpage #sidebar1 {
	float: left;  padding:0 15px 15px 15px; width: 210px;
}

.subpage #mainContent {
	margin: 0 0 0 240px; padding: 0 55px 10px 25px;
} 

/* Type Styles - General */	

a:link {
	color:#FFB480;
	text-decoration:none;
}

a:hover {
	color:#000000; text-decoration:underline;
}
	
a:visited {
	color:#FFB480;
	text-decoration:none;
}

a:active {
	color:#000000; text-decoration:none;
}

img {
	border:none;
}

h1 {
	color:#0a1829;
	font-size: 1.3em;
	margin: 0;
	padding:5px 10px 10px 0px;
}

h2 {
	color:#000000;
	font-size: 1.1em;
	margin:0;
	font-weight:bold;
	padding-top:5px;
}

h3 {
	font-size: 1em; margin:0 0 .5em 0;
}

.burnt {
	color: #9B4D00
}

.blue {
	color:#1F5670;
	font-size:12px;
}

ul {
	font-size: 0.875em; margin: 1.286em 0;}
	img {border:none;
}

hr {
  border: none 0; 
  border-top: 1px solid #ddd7c5;/*the border*/ 
  width: 100%; 
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.splitright {
	padding:0 10px;
}

.splitleft {
	font-size:.9em
}

/* Type Styles - Specific */	

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.small {
	font-size:1.15em
}

.orange {
	color:#d65113; font-size:0.75em; padding-left:5px;
}

/* Floats & Clears */

.fltrt {
	float: right; 
	width:295px; 
	padding: 0px 0px 15px 20px; 
	border-left: solid #9c4951 1px; 
	min-height:223px;
}

.fltlft {
	float: left; 
	margin-right: 8px;
}

.clearfloat {
	clear:both; 
	font-size: 1px; 
	height:0; 
	line-height: 0px;
}
