@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@import url('nav.css');
@import url('structure.css');
@import url('superfish.css');

/*  STYLE GUIDE 
	--------------------------------------------------------------------------------------------------------
   header blue:						#005ec7
   Outer Wrapper BG:			#586375
   Main Text:             			#
   Links:                 				#FF0000
----------------------------------------------------------------------------------------------------------- */
html{
	background: url(/images/flower_print.gif)  repeat #0977bd;
}

body {
	background: url(/images/flower_print.gif)  repeat #0977bd;
	color:#585858;
	text-align:center;
	font: 12px/150% "Trebuchet MS", Helvetica, sans-serif;
	padding-top:25px;
}

a {
	color:#0977bd;
	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:#0977bd;
	padding-bottom:1em;
}
h1 {
	font-size:32px;
	line-height:32px;
	}
	
h2 {
	font-size:24px;
	padding-top:1em;
	}
	
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:14px !important;
}

input, textarea{
	
}

textarea{
	height:150px;
}

ol li {
	margin:0px 25px;
	list-style-type:decimal;
}

dd {
	margin-left:30px;
	margin-bottom:10px;
}

#rBoxes th {
	font-weight:bold;
	font-size:14px;
	padding:5px;
}

#rBoxes tr td {
	padding:5px;
}
/*  HELPER CLASSES
	-------------------------------------------------------------------------------------------------------- */
	
.clear {
	clear:both;
	}
	
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}
.t_left {
	text-align:left;
}
.pad {
	padding:1em;
}
.pad25 {
	padding:25px;
}
.pad25_h {
	padding:0px 25px;
}
.pad_r {
	padding-right:1em;
}
.pad_l {
	padding-left:1em;
}
.pad_v {
	padding:1em 0em;
}
.bottom_less {
	padding:1em 1em 0em 1em;
}
.t_left {
	text-align:left;
}
.t_right {
	text-align:right;
}
.cornered {
	border:1px solid #dedede;
}
.grad {
	background:url(/images/item_bg.gif) repeat-x #cecece;
	min-height:200px;
}
.bott {
	margin-bottom:25px;
}
.hr {
	border-bottom:1px solid #dedede;
	height:1px;
	margin-bottom:15px;
}
.border_r {
	border-right:1px solid #dedede;
}
.darker {
	color:#032c47;
}
.no_style {
	border:none !important;
	background: none !important;
}
.w300 {
	width:300px;
}
.w425 {
	width:435px;
}
.big {
	font-size:16px;
	font-style:normal;
	font-weight: bold;
	line-height:25px;
}

.falsehead {
	font-size:14px;
	font-weight:bold;
}

.blurbs {
	float:right;
	width:240px;
	text-align:justify;
	margin:2px;
}

.terms {
	float:right;
}

.terms a {
	font-size:11px;
}

.strong {
	font-weight:bold;
}

.protip {
	float:left;
	padding-right:5px;
}
.position {
	position:relative;
}
#badge_999 {
	position:absolute;
	top:492px;
	left:501px;
}

.lilText {
	font-size:11px;
	line-height:12px;
}

.smallText {
	font-size:10px;
	line-height:10px;
}

.tinyText {
	font-size:8px;
	line-height:1px;
}

.italic {
	font-style:italic;	
}

.bold {
	font-weight:bold;
}

/* 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(/images/titleBG.gif);
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td{
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.CTM_Table td a{
	font-size: 9px;
	color: #1D96D4 !important;
}
.CTM_Table td a:hover{
	color: #1D96D4 !important;
	text-decoration: none;
}
.CTM_Table th a{
	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;
}
