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

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

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

body {
	font-family:Arial, helvetica, sans-serif;
	font-size:12px;
	color:#473A24;
	text-align:center;
	line-height:150%;
}

hr{
	color:#B6A684;
	background-color:#B6A684;
	height:0px;
	border-top:#B6A684 1px solid;
	border-bottom:#E1D6BF 1px solid;
}

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

img {
	border:none;
	outline:none;
}

a img{
	text-decoration:none;
}

#hp h1,h2,h3,h4,h5,h6 {
	font-family:"Times New Roman", Times, serif;
	color:#473A24;
	padding:10px 0em;
}

#sup h1,h2,h3,h4,h5,h6 {
	font-family:Ariel, Helvetica, serif;
	color:#473A24;
	padding:10px 0em;
}


h1 {
	font-size:25px;
	}
	
h2 {
	font-size:24px;
	}
	
h3 {
	font-size:18px;
	}
	
h4 {
	font-size:14px;
	}

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-top:2px !important;
	padding:2px !important;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size:22px !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;
}

.full_size{
	width: 927px !important;
}

.submit_btn{
	margin-left:0px !important;
}

.clear_input{
	width:auto !important;
	background-image:none !important;
	background:none !important;
	border:none !important;
}

.bold {
	font-weight:bold;
}
	
.chimps ul li {
	float:left;
}

.chimps ul li img{
	padding:5px 5px 5px 0;
}

.news ul li {
	margin:10px;
	text-decoration:disc!important;
}

.orange {
	color:#C05200;
}

.green {
	color:#84ad37;
}

/* 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;
}

