/*Reset margins */
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/*Global settings */
body {
	margin: 0;
	background: #333 url(../images/background.jpg) repeat-x;
	color: #444;
	font: 12px/16px "Trebuchet MS", Arial, sans-serif;
	text-align:center;
}

a:link, a:active, a:visited {
	text-decoration : underline;
	color: #D11818;
	background: transparent; 
	}

a:hover {
	text-decoration: none;
	}
	
/*Global Typography */
h1 {
	font: 26px/30px "Trebuchet MS", Verdana, sans-serif; 
	color: #D11818;
	margin: 0 0 5px 0;
	}

h2, h3 {
	font: 16px/20px "Trebuchet MS", Verdana, sans-serif; 
	color: #D11818;
	margin: 0;
	}

h4 {
	margin: 5px 0 0 0;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #D11818;
}
	
	
li {
	list-style: none;
}
	
p {
	margin: 0 0 10px 0;
	padding: 0;
}

address {
	font-style: normal;
}
	
/*Layout */
#container {
	width:695px;
	margin:0 auto;
	padding: 0;
	text-align:left;
	overflow: hidden;
}

#navigation {
	width: 695px;
	padding: 0;
	overflow: hidden;
}

#logo {
	float:left;
	width: 315px;
	padding: 0;
}

#printlogo {
	display:none;
}

#tagline { float: right; margin-bottom: 5px;}

#nav {
	float: right;
	width:376px;
	padding: 0;
	text-align: left;
}

#nav2 { clear: right;}

#maincontent {
	width: 537px;
	float: left;
}

#testimonial {
	margin-left: 542px;
	width: 130px;
}

#offer {
}

#questions {
	clear: both;
	background-color: transparent;
	margin: 10px 10px 0 0;
	padding: 0 3px;
}

/*White Curved Section Layout */
#cur1 {
	background:url("../images/cur_bot.gif") no-repeat left bottom;
	padding-bottom:5px;
	overflow: hidden;
}

#cur2 {
	background:url("../images/cur_top.gif") no-repeat left top;
	padding-top:5px;
	overflow: hidden;
}

.content {
	background-color: #FFF;
	padding: 0 5px 0 5px;
	overflow: hidden;
}

.content_flag {
	background: #FFF url("../images/flag_bg.jpg") no-repeat fixed center;
	padding: 5px 10px 0 10px;
	margin: 0;
	overflow: hidden;
}

.faq {
	background: #FFF url("../images/flag_bg.jpg") no-repeat fixed center;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}

.contact {
	background: #FFF url("/images/flag_bg.jpg") no-repeat fixed center;
	padding: 5px 10px 0 10px;
	margin: 0;
	overflow: hidden;
}

p.emphasis {
	font: bold 12pt/1.2em "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #D11818;
}

/*How Can I Help You section */
#help {
	background-color: #F2F3F5;
	border: 1px solid #C9CBCC;
	margin-top: 5px;
}

.helpcat {
	width: 177px;
	float: left;
	background-color: #FFF;
	border-top: 1px solid #C9CBCC;
}

.helpcat2 {
	width: 177px;
	float: left;
	background-color: #FFF;
	border-top: 1px solid #C9CBCC;
	border-left: 1px solid #C9CBCC;
}

/*Testimonial section */

/*Testimonial curves */
#tes1 {
	background:url("../images/testimonials_bot.gif") no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#tes2 {
	background:url("../images/testimonials.gif") no-repeat left top;
	padding: 25px 0 0 0;
}

#tes3 {
	font: 11px/15px "Trebuchet MS", Arial, sans-serif;
	padding: 5px;
	background-color: #EFEFEF;
	height: 211px;
	border-left: 1px solid #C9CBCC;
	border-right: 1px solid #C9CBCC;
}

/*Center questions img */
#signup {
	margin: 10px auto;
	text-align: center;
}

/* FAQ */
#leftcol {
	float: left;
	padding: 0px;
	width: 180px;
}
#leftcol h3 {
	color: #D11818;
}
#subnav {
	margin:0px 0px 0px 11px;
}
#subnav {
	margin: 0;
}
#subnav ul {
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #D5DBDE;
	border-left: 1px solid #D5DBDE;
	border-right: 1px solid #D5DBDE;
}
#subnav ul li {
	list-style: none; 
	background: url(../images/subnav_bg.jpg) top left no-repeat;
	border-bottom: 1px solid #D5DBDE;  
}
#subnav ul li a {
	width: 145px; 
	text-decoration: none; 
	padding: 5px 15px 5px 19px; 
	color: #333; 
	display: block;
}
#subnav ul li a:hover {
	color: #D11818;
}
#faqcontent {
	width: 470px;
	margin-left:195px;
}	
#faqcontent a {
	color: blue;
	text-decoration:none;
}	

#questionsbox {
	border: 1px solid #D5DBDE;
	padding: 10px;
	margin-bottom: 10px;
}
#questionsbox ul {
	margin: 0;
}	
#questionsbox li {
	padding-bottom: 5px;
}
.faqcontent li {
	list-style-type: square;
	margin-bottom: 5px;
}	
.faqsignup {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
}

/*FAQ testimonial curves */
#faqtes1 {
	background:url("../images/faq_testimonials_bot.gif") no-repeat left bottom;
	padding: 0 0 25px 0;
}
#faqtes2 {
	background:url("../images/faq_testimonials_top.gif") no-repeat left top;
	padding: 25px 0 0 0;
	margin-top: 17px;
}
#faqtes3 {
	font: 11px/15px "Trebuchet MS", Arial, sans-serif;
	padding-top: 5px;
	background-color: #EFEFEF;
	border-left: 1px solid #C9CBCC;
	border-right: 1px solid #C9CBCC;
	text-align: left;
}
#faqtestimonial {
	margin:0px 0px 0px 11px;
}



/* -- FOOTER -- */
#footer {
	clear:both;
	margin-top: 5px;
}
	
#footer ul { 
	font-size: 11px/16px;
	text-align: center; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#footer ul li  { 
	margin: 0; 
	padding: 0 5px; 
	display: inline; 
}

#footer li a { 
	color: #FFF;
	text-decoration: underline; 
}
#footer li a:hover { 
	text-decoration: underline; 
}
#footer p {
	text-align: center;
	font: 9px/15px;
	color: #FFF;
	margin-top: 3px;
}

/*Offer section */
#offer img {
	float:left;
}

/* Tables */
.mytable {
	padding: 0;
	margin: 0 0 10px 0;
	width: 470px;
	border-top: 1px solid #D5DBDE;
	border-left: 1px solid #D5DBDE;
}

caption {
	padding: 5px 0 5px 0;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #D11818;
	text-align: left;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #D5DBDE;
	border-bottom: 1px solid #D5DBDE;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #FFF url(../images/bg_head.jpg) no-repeat;
}

.mytable td {
	border-right: 1px solid #D5DBDE;
	border-bottom: 1px solid #D5DBDE;
	background: #fff;
	padding: 6px 6px 6px 12px;
}


td.alt {
	background: #EFEFEF;
}

/* Glossary */
#glossary {
	background: #FFF url(../images/bg_head.jpg) no-repeat;
	text-align: center;
}

#glossary ul {
	border: 1px solid #D5DBDE;
	padding: 2px;
}
#glossary li {
	display: inline;
	font-weight: bold;
	margin-right: 6px;
}
#glossary li a {
	text-decoration: none;
}
#glossary li a:hover {
	text-decoration: underline;
}
.faq dl {
	padding: 0;
}
.faq dt {
	background: #FFF url(../images/bg_head.jpg) no-repeat;
	font: bold 14px/16px "Trebuchet MS", Arial, sans-serif;
	color: #D11818;
	padding: 4px;
	border: 1px solid #D5DBDE;
	margin-top: 10px;
}
.faq dd {
	margin: 0;
	padding: 4px;
	background-color: #FFF;
	border-bottom: 1px solid #D5DBDE;
	border-left: 1px solid #D5DBDE;
	border-right: 1px solid #D5DBDE;
}

/*displays pop-up glossary*/
a.info { 
    position:relative; /*this is the key*/
    z-index:24; 
	background-color:#eee;
    color:#000;
    text-decoration:none;
}

a.info:hover{
	z-index:25; 
	background-color:#ff0;
}

a.info span{
	display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; 
	left:2em; 
	width:20em;
    border:1px solid #ccc;
    background-color:#eee; 
	color:#000;
    text-align: left;
	padding: 3px;
}

/*Contact Form */
#contactform {
	width: 440px;
	overflow: hidden;
}
#sidecol {
	float: right;
	width: 220px;
}

#contactform dl {
	margin: 0;
	padding: 0;
}
#contactform .required {
	font-size: 9px;
}
	
#contactform dt em, #contactform .required em {
	color: #c00;
	font-weight: bold;
}
	
#contactform #name, #contactform #email {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
}
	
#contactform textarea {
	width: 400px;
	height: 180px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#contactform #reason {
	font: 12px/16px "Trebuchet MS", Arial, sans-serif;
	width: 400px;
	margin-bottom: 10px;
}

#contactform .button {
	color: #ffffff;
	background: #c00;
	font: 8pt Verdana, sans-serif;
	height: 24px;
	border: 1px  solid;
	border-color: #ffffff #9C9A9C #9C9A9C #ffffff;
}


/*IE Float Clear Hack */
.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

