@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
	background: #c2dee7;
}
body{
	background: #c2dee7 url(/images/bg_water.jpg) center 280px no-repeat;
}
a{ color: #B41717; text-decoration: none;}
a img{ border: none;}
.clear{	clear: both;}
/*================================================================================================================== PLATFORM */
#platform{
	border-top: 5px solid white;
	background: url(/images/bg_platform.gif) center top repeat-x;
}
/*================================================================================================================== HEADER */
#header{
	height: 180px;
	width: 50%;
	position: relative;
	display: block;
	background: red;
	float: right;
	background: url(/images/bg_header.gif) center top repeat-x;
}
#flashMenu{
	position:absolute;
	overflow:hidden;
	width:850px;
	height:180px;
	top: 0px;
	left: 0px;
	margin-left: -426px;
}
/*================================================================================================================== FEATURED */
.featured, .hotButtons, #container, #footer{
	border-left: 1px solid #2a4e7f;
	border-right: 1px solid #2a4e7f;
}
.featured{
	line-height: 0em;
	width: 750px;
	margin: 0px auto;
}
.hotButtons{
	padding: 10px 0px;
	background: #e6eaed;
	height: 135px;
	width: 750px;
	margin:  0px auto;
}
.hotButtons a{
	display: block;
	width: 246px;
	height: 119px;
	float: left;
	border: 1px solid #a9abae;
	margin: 5px 0 10px 0;
	background: white;
	line-height: 0em;
	position: relative;
	color: #636363;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}
	.hotButtons a:hover{ border: 1px solid #2966b7; color: #333;}
	.hotButtons a img, .hotButtons a div{ position: absolute; z-index:50;}
	.hotButtons a div{ bottom: 20px; text-align: left; left: 20px;}
	.hotButtons a div span{ color: #183358; font: italic bold 18px "Myriad Pro", "Trebuchet MS";
		letter-spacing: -1px; display: block; text-transform: uppercase; line-height: .9em; margin-bottom: 5px;}
/*================================================================================================================== CONTAINER */
#container{
	background: white;
	padding: 30px 30px 40px 30px;
	color: #636467;
	font: normal normal 11px Verdana, Geneva, sans-serif;
	line-height: 1.7em;
	width: 690px;
	margin: 0px auto;
}
/*================================================================================================================== FOOTER */
#footer{
	color: #7d8da3;
	font: normal normal 8px Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;
	width: 750px;
	margin: 0px auto;
}
	#footer .wrapper{ background: #26456f; padding: 30px; text-align: left; margin-bottom: 20px;}
	#footer .footNav{ float: right; width:400px; text-align: right;}
	#footer .footNav a{ margin: 0px 10px;}
	#footer a{ color: #7d8da3;}
	#footer a:hover{ color: white;}
	#footer img{ margin: 0px 15px; border:none;}
/*================================================================================================================== TYPOGRAPHY */
h1{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #26456f;
	font: italic bold 28px "Myriad Pro", "Trebuchet MS";
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #b82b29;
	font: italic bold 18px "Myriad Pro", "Trebuchet MS";
	text-transform: uppercase;
}
/*================================================================================================================== FORM */
form{
	margin: 0px;
	padding: 0px;
}
.field1, .field2{
	color: #666;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 320px;
}
.field2{
	width: 320px;
	height: 70px;
}
.btn{
	border: 0px;
	background: #666;
	color: #FFF;
	font: normal normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	height: 25px;
	width: 100px;
}
.btn:hover{
	background: #26456f;
	color: white;
}
/*================================================================================================================== TESTIMONIALS */
.testimonials span{
	color: #666;
	font: italic normal 13px "Trebuchet MS";
	display: block;
}
.testimonials b{
	color: #069;
	font-weight: normal;
	font-size: 11px;
}
.spacer{
	border-bottom: 1px dotted #999;
	margin: 15px 0px;
}
