/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */


body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#393939;
	margin:25px 0 4px 0;
	color:#222222;
	}
img {
	border:0;
	}

	
p.question{
	margin: 10px;

}	

/* Structure */

#wrapper {
	width:700px;
	margin:0 auto;
	}
#header {
	height:100px;
	line-height:100px;
	background-image:url(../images/bg-header.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	}

#navigation {
	float:right;
	margin-right:15px;
	}

#content {
	background-color:#fff;
	background-image:url(../images/bg-content.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 5px;
	}
#footer {
	text-align:right;
	background-image:url(../images/bg-footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:24px;
	color:#efefef;
	}

	
.searchBox{

float: left;
padding:0px 25px 0px 0px;

}

.searchBoxRight{

float: right;
padding:0px 0px 0px 0px;

}

#content .list ul{
margin:0px 10px 0px 10px;

}

#content .list li{
margin:0px 10px 0px 10px;

}		
	
/* Navigation */


#navigation ul {
	list-style-type:none;
	}

#navigation li {
	float:left;
	text-align:center;
	text-transform:lowercase;
	}

#navigation li a {
	display:block;
	height:100px;
	width:75px;
	text-decoration:none;
	color:#ffffff;
	}

#navigation li a:hover {
	color:#222222;
	background:url(../images/bg-navigation-hover.gif);
	background-repeat:repeat-x;
	}

#navigation .active {
	color:#222222;
	background:url(../images/bg-navigation-hover.gif);
	background-repeat:repeat-x;
	}


/* Headings */

h1 {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	}
	
#content h1.question {
	font-size:20px;
	font-weight:normal;
}	

#content h2.question{
	font-size:18px;
	font-weight:normal;
}

#content h3.question{
	font-size:16px;
	font-weight:normal;
}

/* Link Colors */

h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}

#content a {
	color:#222222;
	text-decoration:none;
	}
#content a:hover {
	color:#222222;
	text-decoration:underline;
	}

#footer a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}

#footer a:hover {
	color:#ffffff;
	}
	
/* Insurme Box */


#insureme_qb1 {
  height:175px;
  border-top: 1px solid #cccc99;
  margin: 6px 0px 6px 0px;
  background-color: #eeeed5;
  width: 175px;
  position: relative;
} 

#qb1_header {
  width: 175px;
  height: 30px;
  background-image: url(http://www.insureme.com/content/images/qbs/qb1_header.gif);
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

#insureme_qb1 h3 {
  font: 14px Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #660000;
  display:none;
}  

#insureme_qb1 label {
  font: 12px Lucida Bright, Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  margin-left: 11px;
  display:block;
}

#insureme_qb1 label.second_lbl {
  margin-top: 5px;
}

#submit_btn {
   margin-left: 11px;
   margin-top: 12px;
   font: 12px Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
   font-weight: bold;
   background-color: #cccc99;
   border: 1px solid #660000;
   color: #660000;
   padding: 3px;
}

.qb_nav_sel {
   width: 150px;
   font: 11px Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
   margin-left: 11px;
   margin-top: 2px;
   display: block;
}
p.terms { margin: 0; padding: 2px 0 0 0; font: 9px Helvetica, Arial, sans-serif; color: #aeae9f; text-decoration: none; position: absolute; top: 160px; left: 8px; }
p.terms a { text-decoration: underline; color: #aeae9f;}
p.terms a:hover { text-decoration: none; color: #aeae9f;}
	
	
