@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('nav.css');
@import url('superfish.css');
@import url('structure.css');

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */
html{
	background: url(/images/bg.jpg)  repeat;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:150%;
}

a {
	color:#0757b9;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	
}

img {
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS", "Georgia", Helvetica, Ariel, serif;
	color:#000000;
	padding:0px;
}
h1 {
	font-size:18px;
	padding-top:18px;
	}
	
h2 {
	font-size:18px;
	}
	
h3 {

	color:#00367B;
	font-size:16px;
	}
	
h4 {
	
	font-size:14px;
	}
h5 {
	color:#000000;
	font-size:13px;
	padding:0px;
	font-weight:bold;
	}

p {
	margin:1em 0em;
	}
	
dd {
}

blockquote {
	font-style:oblique;
}

input.style, textarea.style, select.style {
	background:#FFFFFF url(/images/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAAAAA;
	margin-top:2px !important;
	padding:2px !important;
	font-size:14px !important;
}

input.style, textarea.style{
	width:295px;
}

textarea.style{
	height:150px;
}


/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
.button_mode{
	cursor:pointer;
}	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.t_right {
	text-align:right;
}
.t_left {
	text-align:left;
}
.pad {
	padding:10px;
}
.form_pad{
	padding:20px;
}
.first{
	background-image:none !important;
	border:none !important;
}
.larger {
	font-size:20px;
	text-decoration:none;
	color:#00367B;
	font-style:normal;
}
.last{
	margin:0px !important;
	border:none !important;
}

.full_size{
	width:100% !important;
}
.first_divider{
	margin-top:0px !important;
}

.last_divider{
	margin-bottom:0px !important;
}

.hide_me{
	display:none;
	visibility:hidden;
}

.short_text{
	width:80px !important;
}

.pad_v {
	padding:1em 0em;
}
.w400 {
	width:400px;
}
.alert {
	color:#990000;
	padding:1em;
	background:#E39D9D;
	border:1px solid #C83E3E;
}

.border {
	border-bottom:1px solid #CACACA;
}
/* 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%;
}*/


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CTM TABLE
	-------------------------------------------------------------------------------------------------------- */
.CTM_Table{

}

.CTM_Table th{
	background-image: url(/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;*/
}



/* FORMS
	------------------------------------------------------------- */
	
fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
	border:1px solid #ccc;
}
legend {  
	padding:0em 1em;  
	margin-left:1em;
	color: #000000;  
	font-weight: bold;
	font-size:14px;
}
fieldset ul {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: .5em;
}
fieldset.submit {  
	border-style: none;
}
fieldset li p {
	margin:0em !important;
	padding:0em !important;
}
label {  
		float: left;  
		width: 10em;  
		margin-right: 1em;  
		text-align: right;
		line-height:185%;
}

/****** LIVE VALIDATION ******/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00367B;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

