@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
----------------------------------------------------------------------------------------------------------- */
html{
	width:100%;
}

body {
	font-family:"Century Gothic",Arial, sans-serif;
	font-size:14px;
	color:#231f20;
	text-align:center;
	line-height:150%;
	width:100%;
}

a {
	color:#00A4E4;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	
}
a:visited {
	color:#007091;
}

img {
	border:none;
	outline:none;
}

h1 {
	font-size:38px;
	line-height:38px;
	padding:25px 0px;
	color:#00a4e4;
	}
	
h2 {
	font-size:24px;
	margin:15px 0px;
	color:#00a4e4;	
	line-height:26px;
	}
	
h3 {
	font-size:20px;
	margin:15px 0px;
	color:#00a4e4;
	line-height:22px;
	}
	
h4 {
	font-size:14px;
	}

p {
	margin:0px 0px 15px 0px;
	}
	
dd {
}

blockquote {
	font-style:oblique;
}

textarea{
	height:150px;
}


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

.right {
	float:right;
}
.t_right {
	text-align:right;
}
.center {
	text-align:center;
}

.pad {
	padding:1em;
}

.active {
	font-weight:bold;
}
.alert {
	color:#FF3300;
}
.pad_v {
	padding:25px 0px;	
}
.no_dec {
	text-decoration:none !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{

}

.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;
}

