/* Start: Base Layout Styles */
body {
	background:url(../img/body-bg.jpg) repeat-x top;
	color:#000;
}

#main-container {
	margin:0 auto;
	width:920px;
}

#header {
	height:85px;
	background:url(../img/main-header.jpg) no-repeat top;
	padding:0 10px;
}

#branding-area {
	height:255px;
	background:url(../img/branding-area.jpg) no-repeat top;
}

#content-container {
	position:relative;
	min-height:390px;
	height:auto !important;
	height:390px;
	background:url(../img/content-bg.jpg) no-repeat top;
}

#test-img-ext {
	position:absolute;
	top:0;
	left:-35px;
}

#content-wrapper {
	margin-top:10px;
	padding:0 25px;
}
/* End: Base Layout Styles */

/* Start: Utility Classes */
.horiz-nav {
	margin-left:0;
}

.horiz-nav li {
	float:left;	
	list-style-type:none;
}

.horiz-nav li a {
	font-weight:bold;
	display:block;
	text-decoration:none;
}

.right-align-nav {
	list-style: none;
	white-space: nowrap;
	float: right;
	margin:0;
}

.right-align-nav li {display: inline;}

.right-align-nav li a{
	text-decoration:none;
}

.centered {
	text-align:center;
}

.spaced-list li {
	margin-bottom:20px;
}

.key {
	font-size:.75em;
	font-weight:normal;
	color:#777;
	padding-bottom:5px;
}

.img-center {
	margin:0 auto;
	display:block;
}

.img-left {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}

.img-right {
	display:block;
	float:right;
	margin:0 0 10px 10px;
}

.img-border {
	padding:10px;
	border:1px solid #DEDEDE;
}

.clickable {
	cursor:pointer;
}
/* End: Utility Classes */

/* Start: Drop Down Navigation */
.dropdown{
	float:right;
	margin:35px 10px 0 0;
	list-style:none;
	position:absolute;
	visibility:hidden;
}

.dropdown ul{
	border-top:1px solid #5A86B3;
	list-style:none;	
}

.dropdown li {
	padding:5px 20px 5px 0;
	background:#fff;
	cursor:pointer;

}

.dropdown a, .dropdown ul li a {
	text-decoration:none;
	color:#F10606 !important;
	font-weight:bold;
	font-size:12px;
}

.dropdown a:hover, .dropdown ul li a:hover {
	text-decoration:underline;
	color:#F10606 !important;
	
}

.dropdown ul li{
	border:1px solid #5A86B3;
	border-top:0;
	margin:0;
	padding:0;
}

.dropdown ul li a {
	display:block;
	width:150px;
	padding:5px;
}

.dropdown ul li a:hover {
	background:#5A86B3;
	color:#fff !important;
}
/* End: Drop Down Navigation */

/* Start: Main Header */
#header h2 {
	font-size:.8125em;
	margin:5px 0 0 5px;
	}
/* End: Main Header */

/* Start: Branding Area */
#tag-line {
	padding:10px 0 0 25px;
}

#tag-line p {	
	font-weight:bold;
	color:#517293;
	font-size:3.125em;
}
/* End: Branding Area */

/* Start: Sub-Nav */
#sub-nav {
	padding-left:20px;
}

#sub-nav li {
	margin-left:60px;
	padding-left:33px;
	background:url(../img/sub-nav-icon.gif) no-repeat left;
}

* html #sub-nav li.first {
	/* This fixes IE's double margin bug */
	margin-left:30px;	
}

#sub-nav li a {
	color:#fff;
	line-height:75px;
	
}
/* End: Sub-Nav */

/* Start: Content Wrapper */
#content-wrapper h1 {
	margin-bottom:15px;
}

#content-wrapper h2 {
	font-size:0.75em;
	color:#000;
}

#content-wrapper ul {
	margin-bottom:20px;
}
/* End: Content Wrapper */

/* Start: Affiliates */
#affiliates {
	text-align:center;
	display:block;
	margin:30px auto;
}

#affiliates li {
	display:inline;
	padding:2px 25px;
	list-style-type:none;
}
/* End: Affiliates */

/* Start: Footer */
#footer {
	clear:both;
	margin:5px;
	padding:0 15px;
	background:#333;
	color:#fff;
}

#footer p {
	line-height:25px;
	margin:0;
}

/*#footer ul {width:75%;}*/

#footer li a {
	line-height:25px;
	padding-left:0 10px;
	color:#fff;
	font-weight:normal;
}
/* End: Footer */

/* Start: Homepage Specific */
#home-lists div {
	float:left;
	margin:0 25px 15px 0;
}	

#online-offer {
	position:absolute;
	top:200px;
	right:-25px;
	cursor:pointer;
}
/* End: Homepage Specific */

/* Start: Package Specific */
.package {
	padding-left:60px;
	margin-bottom:20px;
}

#package1 {
	background:url(../img/package1.jpg) no-repeat left;	
}

#package2 {
	background:url(../img/package2.jpg) no-repeat left;	
}

#package3 {
	background:url(../img/package3.jpg) no-repeat left;	
}

#package4 {
	background:url(../img/package4.jpg) no-repeat left;	
}

/* End: Package Specific */

/* Start: Questions Specific */
.question{
	background:#517293;
	color:#fff;
	cursor:pointer;
	padding:10px 5px;
	margin:5px 0;
	border:0;
}

/* End: Questions Specific */

/* Start: Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  End: Clearfix */
