/* CSS file */
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background-image: url(/flex/assets/images/panel_bg.png);
	fontSize: 9px;
	margin-bottom: 20px;
}

h2 {
	fontSize:18px;
}	

h3#tagline {
	fontSize: 6px;
	color: #dedede;
	padding:0px;
	font-weight: 100;
}


h1#headline {
	fontSize: 20px;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #605E5E;
	font-weight: 300;
}

.subheadline {
	fontSize:7px;
	padding-left:18px;
	padding-right:10px;
	font-weight:100;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1.guides {
	fontSize: 20px;
	color: #605E5E;
	font-weight: 300;
}

a {
	text-decoration:none
}

div#wrapper {
	margin:0 auto;
	width: 980px;
	padding: 0px;
}

div#container {
	width: 980px;
	position: relative;
	padding-bottom: 30px;
}


div#home {
	position: absolute;
	background-color: white;
	padding: 0px;
	top:100px;
	left:0px;
	width: 980px;
}

div#home_cards { 
	position: relative;
	left:0px;
	top: 0px;
	background-color: white; 
	height:334px;
	width: 980px;
	padding:0px;
}
div#home_bottom_sep {
	position: relative;
	left:19px;
	top:0px;
	height:20px;
	width: 940px;
	background-image: url(/flex/assets/images/home_bottom_sep_bg.png);
	z-index:999;
}
div#home_bottom { 
	position: relative;
	left:20px;
	top:0px;
	height:450px;
	width: 940px;
	padding:0px;
	background-color: #ffffff;
	background-image: url(/flex/assets/images/home_bottom_bg.png);
}

div#home_bottom_blog_hd { 
	position:absolute;
	left:20px;
	top:5px;
	height:25px;
	width: 427px;
	padding:5px;
    border-color: #b0bec7;
	border-style: inset;
	border-width: 1px;
	background-color: #ffffff;
	font-size: 14px;
	color: #000000;
}

div#home_bottom_blog { 
	position:absolute;
	left:20px;
	top:30px;
	height:405px;
	width: 427px;
	padding:5px;
    border-color: #b0bdc6 #91a7b4 #91a7b4 #b0bdc6;
	border-style: inset;
	border-width: 1px;
	background-color: #ffffff;
	font-size: 11px;
}

div#home_bottom_guides_hd { 
	position:absolute;
	left:479px;
	top:5px;
	height:25px;
	width: 427px;
	padding:5px;
    border-color: #b0bec7;
	border-style: inset;
	border-width: 1px;
	background-color: #ffffff;
	font-size: 14px;
}

div#home_bottom_guides { 
	position:absolute;
	left:479px;
	top:30px;
	height:405px;
	width: 427px;
	padding:5px;
    border-color: #b0bdc6 #91a7b4 #91a7b4 #b0bdc6;
	border-style: inset;
	border-width: 1px;
	background-color: #ffffff;
	font-size: 11px;
	margin:0px;
}

div#home_bottom_bot {
	position:relative;
	left:20px;
	top:0px;
	height:20px;
	width: 940px;
	background-image: url(/flex/assets/images/home_bottom_bot_bg.png);
}
div#compare {
	background-color: white;
	padding: 0px;
	position: absolute;
	top:100px;
	left:0px;
	width: 980px;
}

div#compare_cards { 
	position:relative;
	top:0px;
	left:0px;
	background-color: white; 
	width: 980px;
	padding-top:0px;
}

div#guides {
	background-color: white;
	padding: 0px;
	position: absolute;
	top:100px;
	left:0px;
	width: 980px;
}

div#guides_main {
	background-color: white;
	padding: 0px;
	position: relative;
	left:0px;
	min-height: 650px;
	width: 620px;
	margin:20px;
}



div#guides_right {
	background-color: #eff1f3;
	alpha:0.5;
	position: absolute;
	top: 0px;
	left:660px;
	width: 300px;
	bottom: 20px;
	align:center;
	padding:10px;
}


div#rate {
	background-color: white;
	padding: 0px;
	position: absolute;
	top:100px;
	left:0px;
	width: 980px;
}

div#disclaimer {
	position: relative;
	top:0px;
	left: 0px;
	background-color: #eff1f3;
	alpha:0.7;
	padding:10px;	
	font-size:12px;
}
div#pagenav {
	position: absolute;
	background-color: #ffffff;
	top:64px;
	left: 0px;
	padding:10px;	
	font-size:12px;
	width:960px;
}

div#footer {
	position: relative;
	height: 45px;
	width: 980px;
	background-image: url(/flex/assets/images/panel_bg.png);
	padding-top:10px;
}
ul#footer_nav{
	list-style: none;
	float: none;
	text-align: center;
	font-size:12px;
}

ul#footer_nav li, ul#footer_nav li a {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	height: 25px;
	margin: 0 px;
	overflow: hidden;
	color: #605E5E;
}

ul#footer_nav li a:hover {
	color:#000000;
}
