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

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

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */

body {
	background: url(/images/bg.png)  repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#252525;
	text-align:center;
	line-height:165%;
}
#sub {
	background:url(/images/header-bg.png) repeat-x;
}
a {
	text-decoration:underline;
	border:none;
	outline:none;
	color:#252525;
}
p {
	margin-bottom:15px;
}
h2 {
	color:#252525;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 0px 15px 0px;	
	font-weight:bold;
}
#sub h1 {
	border-bottom:1px solid #e6e6e6;
	color:#459145;	
	font-size:24px;
	margin:20px 0px;
	padding:20px 0px;	
}
#sub h4 {
	color:#459145;
	font-size:18px;
	margin:10px 0px;	
}
h3 {
	color:#252525;
	font-size:16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h3 a {
	text-decoration:none;
}
img {
	border:none;
	outline:none;
}

blockquote {
	font-style:oblique;
}

input, textarea, select {
	margin-top:2px !important;
	padding:2px !important;
}

textarea{
	height:150px !important;
}
.style {
	width:300px;
	background:url(/images/input_shade.gif) repeat-x;
	border:1px solid #ccc;
	line-height:25px;
	height:25px;
	font-size:14px;
	padding:3px 3px 0px 3px !important;
}
dt {
	font-weight:bold;
	margin:7px 0px;
}
.border {
	border-bottom:1px solid #E6E6E6;
	height:2px;
	margin:15px 0px;
}
/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}
.t_left {
	text-align:left;
}
.t_right {
	text-align:right;
}
.larger {
	font-size:1.5em;
}
.pad {
	padding:1em;
}
.marg {
	margin:1em;
}
.pad_v {
	padding:1em 0em;
}
.pad_h {
	padding:0em 1em;
}
/* 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(/admin/images/titleBG.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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: 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;
}

