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

@import url('reset.css');
@import url('nav.css');
@import url('structure.css');
@import url('forms.css');
@import url('side_nav.css');

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */
html{
	background:#fff url(/images/BG_body.jpg) center top no-repeat;
}

body {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
	line-height:130%;
}

a {
	color:#007071;
	text-decoration:underline;
	border:none;
	outline:none;
}

a:hover {
	
}

img {
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#24873b;
	text-transform:uppercase;
	padding:0 15px 15px;
}
h1 {
	font-size:22px;
	color:#007071;
	}
	
h2 {
	font-size:18px;
	}
	
h3 {
	font-size:16px;
	}
	
h4 {
	font-size:14px;
	}

p {
	padding:0 15px 15px;
	}
	
ul, ol {
	padding-bottom:15px;
}

dd {
}

blockquote {
	font-style:oblique;
}

input, textarea, select {
	background:#FFFFFF url(/images/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAAAAA;
	margin-top:2px !important;
	padding:2px !important;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size:18px !important;
}

input, textarea{
	width:300px;
}

textarea{
	height:150px;
}


/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.pad {
	padding:1em;
}

.green {
	color:#28903b;
}

.blue {
	color:#007071;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.hr {
	border-bottom:1px solid #999;
	width:70%;
	margin-left:20px;
	margin-bottom:10px;
}

p.caption {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:7px 0 0 0;
}

/* 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{
	margin:0 45px 15px;
	border: 1px solid #C2C2C2;
}

.CTM_Table th{
	background-image: url(/admin/images/titleBG.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	border: 1px solid #C2C2C2;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	border: 1px solid #C2C2C2;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666 !important;
}
.CTM_Table td a:hover{
	color: #1D96D4 !important;
	text-decoration: none;
}
.CTM_Table th a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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{
	border: 1px solid #C2C2C2;
}
.CTM_Table tr:hover{
	background-color: #F2F2F2;
}

