@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('nav.css');
@import url('structure.css');

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */
html{
	background:#000 url(/images/bg-body2.jpg) center top no-repeat;
}

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	line-height:20px;
}

a {
	color:#000;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover {
	
}

img {
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, Helvetica, Ariel, serif;
	color:#000;
	padding:0;
}

h1 {
	font-size:31px;
	text-transform:uppercase;
}
	
h2 {
	font-size:20px;
	text-transform:uppercase;
}
	
h3 {
	font-size:16px;
	text-transform:uppercase;
}
	
h4 {
	font-size:14px;
	text-transform:uppercase;
}

p {
	margin:1em 0em;
}
	
dd {
}

blockquote {
	font-style:oblique;
}

input, textarea, select {
	background:#FFFFFF url(/images/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAAAAA;
	margin-bottom:15px !important;
	padding:2px !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px !important;
}

input.nostyle {
	border:none;
}
textarea{
	width:300px;
	height:150px;
}

#newsletter form {
	margin-right:45px;
}

form.flatline {
	border:1px solid #AAAAAA;
	padding:10px 0 0 10px;
	margin-bottom:20px;
	width:400px;
}

/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.pad {
	padding:1em;
}

.left {
	float:left;
}

.right {
	float:right;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.submit {
	background-color:#D3D1BE !important;
}

.button {
	border:1px solid #D3D1BE;
	color:#403726;
	font-size:14px !important;
	height:auto;
	width:75px !important;
}

.Vpad {
	margin-top:25px;
}

.white {
	color:#ddd;
}

/* 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;
}


