@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('nav.css');
@import url('structure.css');

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */
html{
	background: url(/images/texture_bg.jpg)  repeat-x top center #ffefcc;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#271104;
	text-align:center;
	line-height:150%;
}

a {
	color:#618920;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	
}

img {
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C86202;
}
h1 {
	font-size:20px;
	line-height:125%;
	margin:0px 0px 15px;
	}
	
h2 {
	color:#c86202;
	font-size:16px;
	margin:0px 0px 15px;
	}
	
h3 {
	font-size:14px;
	argin:0px 0px 15px;
	color:#c86202;	
	}
	
h4 {
	font-size:12px;
	margin:0px;
	argin:0px 0px 15px;
	font-weight:bold;
	color:#311308;
	}

p {
	margin:1em 0em;
	}
address {
	margin:25px;	
}
dd {
}

blockquote {
	font-style:oblique;
}
ol li {
	margin:0px 25px 0px;	
}
/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.pad {
	padding:1em;
}
.pad_v {
	padding:1em 0em;	
}
.pad15 {
	padding:15px;	
}
.pad25 {
	padding:25px;	
}
.mpad {
	padding:4px;
}
.no_style {
	border:none !important;
	width:inherit !important;
	height:inherit !important;
}
/* CLEAR FIX
	-------------------------------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* CTM TABLE
	-------------------------------------------------------------------------------------------------------- */
.CTM_Table{
	font-size: 11px;
	font-family: Georgia, Arial, Helvetica, sans-serif;	
}

.CTM_Table th{
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	background:url(/images/dot.png) repeat-x bottom;
	font-weight:bold;
}
.CTM_Table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6cb9e;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td a{
}
.CTM_Table td a:hover{
	color: #618920 !important;
	text-decoration: none;
}
.CTM_Table th a{
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.CTM_Table th a:hover{
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
.CTM_Table tr{

}
.CTM_Table tr:hover{
	background-color: #F2F2F2;
}

