@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; font-family:georgia, Verdana, tomaha; font-size:14px;}
body{ background:url(../images/background.jpg) repeat fixed center;font-size:100%;}

#header {
width:920px;
height:176px;
margin:0 auto 13px ;
background:url(../images/banner.png) no-repeat center;
position:relative;
z-index:-2
}

#nav{
width:100%;
height:40px;
background-color:#0092c9;
margin-bottom:-30px;
position:relative

}

.cb {
	font-weight: lighter;
	font-size:.8em;
	font-family:Arial,Helvetica,Sans-Serif;
	padding: 0px 0px 0px 25px;
	margin:10px;
	font-color: grey;
} 

#mainbody {
width:920px;
min-height:500px;
height:auto;
border:15px solid #A4881C;
margin:auto;
background-color:#FFF;
box-shadow:0.5px -2px 4px 2px #333333;
-moz-box-shadow:0.5px 2px 4px 2px #333333;
-webkit-box-shadow:0.5px 2px 4px 2px #333333;
-o-box-shadow:0.5px 2px 4px 2px #333333;
position:relative;
}



#mainbody:after{
content:"";
width:1050px;
height:30px;
background:#007aa4;
background:linear-gradient(top, #09abe3 0%, #007aa4 100%);
background: -moz-linear-gradient(top, #09abe3 0%, #007aa4 100%);
background: -webkit-linear-gradient(top, #09abe3 0%, #007aa4 100%);
background: -o-linear-gradient(top, #09abe3 0%, #007aa4 100%);
position:absolute;
top:-40px;
left:-66px;
z-index:1;
}

#content{
	width:97.5%;
	min-height:400px; 
	height:auto;
	overflow:auto;
	margin-bottom:10px;
	margin:10px;
}

p{
	font-size:1.2em;
	padding: 4px 0px 4px 0px;
	margin:10px;
}

p.thick {font-weight:bold;}
span.underline {text-decoration:underline;}

span.thick {font-weight:bold;}



#footer {
width:920px;
height:176px;
margin:auto;
background:url(../images/banner.png) no-repeat center
}

.coverbox {
	position: relative;
	width: 80%;
  margin: 0px auto;
  padding: 0px;
  border: solid blue 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	text-align:left;
}

.left-coverbox {
  position: absolute;
  top: 0px;
  left: 0;
  max-width: 400px;
border: solid red 1px;
	align:right;
}

.right-coverbox {
  top: 0px;
  margin-left: 400px;
border: solid orange 1px;
}

/* Sidebar Content */
#sidebar{}
.sidebar-button{padding-top:5px;padding-bottom:20px;}
.sidebar-boxes{}

form .text {
background:#ffffff none repeat scroll 0 0;
border:1px solid #bebebe;
color:#202020;
font-size:19px;
margin-bottom:6px;
padding:9px 10px 9px;
width:355px;

}

input, textarea {
-x-system-font:none;
color:#000000;
font-family:Arial,Helvetica,Sans-Serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

.title {
	font-weight: bold;
	font-size:3em;
	font-family:Arial,Helvetica,Sans-Serif;
	padding: 4px 0px 20px 0px;
	margin:10px;
}

.sub-title {
font-weight: bold;
	font-size:1.5em;
	font-family:Arial,Helvetica,Sans-Serif;
	padding: 4px 0px 4px 0px;
	margin:10px;
}

.faq-default {
font-weight: normal;
	font-size:1em;
	font-family:Arial,Helvetica,Sans-Serif;
	padding: 0px 0px 0px 25px;
	margin:10px;
}

.default {
font-weight: normal;
	font-size:1em;
	font-family:Arial,Helvetica,Sans-Serif;
	padding: 0px 0px 0px 25px;
	margin:10px;
}

.offercouponoutline {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 4px dashed #CC0000;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.offercoupon { 
	padding: 15px;
	background-color: #FEFCD8;
	background-image: url(http://www.sixfigureboss.com/images/coupon-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}