@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('nav.css');
@import url('structure.css');
@import url('superfish.css');

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */
html{
	background:#c3c6c3;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	line-height:150%;
}

a {
	color:#419639;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	
}

img {
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	color:#000;
}
h1 {
	font-size:24px;
	padding:15px 0px;
	line-height:135%;
	}
	
h2 {
	font-size:16px;
	padding:10px 0px;
	font-weight:bold;
	}
	
h3 {
	font-size:14px;
	}
	
h4 {
	font-size:12px;
	}

p {
	margin:1em 0em;
	}
	
dd {
}
fieldset {
	border:1px solid #ccc;
	padding:25px;
}
legend {
	color:#419639;
	font-size:16px;
	padding:0px 7px;
	background:#fff;
}
blockquote {
	font-style:oblique;
}
td {
	padding:3px;
}
th {
	font-weight:bold;
	background:#ccc;
	padding:3px;
}
.style {
	border:2px solid #c3c6c3;
	width:250px;
}
input {
	padding:3px;
}
textarea{
	height:150px;
}
.border_b {
	border-bottom: 1px dashed #c3c6c3;
}
.border_r {
	border-right: 1px dashed #c3c6c3;
}
.border_l {
	border-left: 1px dashed #c3c6c3;
}
.no_border {
	border:none !important;
}
/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}
.t_right {
	text-align:right;
}
.t_left {
	text-align:left;
}
.pad {
	padding:1em;
}
.margin_h {
	margin:1em 0em;
}
.larger {
	font-size:24px;
	font-weight:bolder;
}
.header {
	height:25px;
	line-height:25px;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	padding:0px 5px;
	background:#419639;
}
/* 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{

}

.CTM_Table th{
	background-image: url(/images/titleBG.gif);
	font-size: 9px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td{
	font-size: 9px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td a{
	font-size: 9px;
	color: #666666 !important;
}
.CTM_Table td a:hover{
	color: #1D96D4 !important;
	text-decoration: none;
}
.CTM_Table th a{
	font-size: 9px;
	color: #666666;
	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;
}

