body{
	background-color:#02547a;
	background-image:url("../images/bg.png");
	background-repeat:repeat-x;
	background-position:top left;
	
	margin:0;
	padding:0;
	text-align:center;
}
.error {
	color: red;
}
#header{
	width:996px;
	margin:0 auto;
	text-align:left;
	height:127px;
	position:relative;
}
#logo{
	position:absolute;
	left:0px;
	top:5px;
}
ul#menu{
	position:absolute;
	/*left:390px;*/
	right:50px;
	top:25px;
	margin:0;
	padding:0;
	list-style:none;
}
ul#menu li{
	display:inline;
	position:relative;
}
ul#menu li a{
	padding:10px 10px;
	text-decoration:none;
	color:#cd5f2b;
	text-transform:uppercase;
	font-family:sans-serif;
	font-size:15px;
}
ul#menu li a:hover{
	background-color:#fae9c5;
	color:#3f3d3a !important;
}
ul#menu li a:hover{
	color:#ae3d06;
}
ul#menu li a#contactBtn{
	width:126px;
	height:35px;
	display:block;
	padding:0;
	text-indent:15px;
	line-height:35px;
	background-image:url("../images/button_bg.png");
	background-position:top left;	
	margin-top:-10px;
}
ul#menu li a#contactBtn span{
	margin-top:11px;
}
ul#menu li a#contactBtn:hover{
	background-position:bottom left;	
}
#tagline{
	position:absolute;
	top:80px;
	width:100%;
	text-align:center;
}
h1{
	margin:0;
	color:#3f3d3a;
}
h2,
h2 a{
	margin:0;
	padding:0;
	color:#3F3D3A;
	font-size:20px;
	font-family:Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
h3{
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#3f3d3a;
	font-size:16px;
	font-family:Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
h3 a{
	text-decoration:none;
	color:#02547a;
}
h4{
	margin:0px;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#3f3d3a;
}
a{
	outline:0;
}
a img{
	border:none;
}
#contentTop{
	position:absolute;
	bottom:0;
	left:-4px;
}
#container{
	position:relative;
	background-color:#fff;
	background-image:url("../images/content_bg.gif");
	background-position:top center;
	background-repeat:repeat-y;
	width:1003px;
	margin:0 auto;
	text-align:left;
}
#content{
	width:655px;
	float:left;
	margin-bottom:-8px;
}
#content .padding{
	padding-left:12px;
}
#content-big{
	width:995px;
	float:left;
	margin-bottom:-8px;
}
#content-big .padding{
	padding-left:12px;
}
#sidebar{
	width:338px;
	float:right;
}
.clear{
	clear:both;
}

#innerBar{
	position:relative;
	margin-right:12px;
	border:1px solid #dfeaef;
	text-align:center;
	margin-bottom:-8px;
	margin-top:20px;
}
#innerBar .padding{
	padding:4px;
}


#counter{
	margin:0 auto;
	width:641px;
	height:69px;
	background-image:url("../images/counter.png");
	position:relative;
	font-family:Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
}
#counter #cd_text{
	position:absolute;
	width:140px;
	height:25px;
	text-align: left;
	top:25px;
	font-size:22px;
	left:262px;
	color:#045c85; 
}

#counter #cd_days{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	top:19px;
	left:415px;
	color:#46ae07;
}
#counter #cd_hours{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	top:19px;
	left:472px;
	color:#177da5;
}
#counter #cd_min{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	top:19px;
	left:528px;
	color:#cd5314;
}
#counter #cd_sec{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	top:19px;
	left:585px;
	color:#7e7e7e;
}

#footer{
	font-family:Arial;
	font-size:12px;
	color:#357492;
	background-color:#003f5c;
}
#footer div{
	margin:0;
	padding-top:20px;
	padding-bottom:70px;
}
#footer a{
	color:#6facc9;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}
#footer ul li{
	display:inline;
	border-left:1px solid #02587d;
}
#footer ul li.first{
	border:none;
}
#footer ul li a{
	padding:0px 10px;
}
#report #book{
	position:relative;
	z-index:1;
	top:-25px;
}
#report .content{
	margin:0px 10px 10px 9px;
	top:-30px;
	height:400px;
	background-color:#177ca4;
	background-image:url("../images/report_bg.png");
	background-position:bottom center;
	background-repeat:repeat-x;
	text-align:left;
	padding:10px 15px 0;
	color:#fff;
	font-family:Georgia;
	font-size:13px;
	line-height:17px;
	z-index:2;
	position:relative;
}
#report .content h4{
	color:#fff;
}
#report div.fix{
	background-color:#3782a4;
	padding:4px 4px 4px 4px;
	margin-bottom:8px;
}
input.text{
	border:0;
	background-image:url("../images/input_bg.gif");
	background-position:top;
	background-repeat:repeat-x;
	padding:5px;
	font-weight:bold;
	color:#a2a4a5;
	width:250px;
	font-family:Arial, sans-serif;
	font-size:12px;
}
input#emailBtn{
	left: -8px;
	height:58px;
	width:282px;
	overflow:hidden;
	text-indent:-999px;
	background-image:url("../images/emailBtn.gif");
	background-position:top center;
	border:0;	
	top:3px;
	color:transparent;	
    text-transform: capitalize;
	position:relative;
}
input#emailBtn:hover{
	cursor:pointer;
	background-position:bottom center;
}
div.disclaimer{
	padding:0 0 0 45px;
	padding-left:45px;
	font-family:Georgia;
	font-size:11px;
	color:#96bfd0;
	background:url("../images/lock.gif") 0 0 no-repeat;
	margin-top:0px;
	line-height:14px;
}
div#video{
	margin:8px 0px 0px 1px;
}
.box{
	padding:15px;	
	margin-top:5px;
	margin-right:3px;
	margin-left:1px;
	border:1px solid #d4e2e9;	
	background-color:#fbfdfe;	
	font-family:Georgia;
	font-size:14px;
	color:#3f3d3a;
}
#gallery{
	padding-bottom:5px;
}
#gallery div{
	padding-top:5px;
}
#gallery div a{
	margin-right:8px;
}
#twitter{
	padding-left:90px;
	background-image:url("../images/twitter.png");	
	background-position:15px 10px;
	background-repeat:no-repeat;
}

.divider1 { overflow:hidden; height:1px; background:#177CA4; line-height:1px; margin:10px 0; }
.divider2 { overflow:hidden; height:1px; background:#177CA4; line-height:1px; margin:10px 0; }
