/*  
Universal Definitions
*/

*  {
	padding: 0;
	margin: 0;
	}
	
* a:link, * a:visited, * a:hover, * a:active 
	{
	color: #369;
	}
	
* a:hover {
	text-decoration: none;
	}
	
* a:active {
	outline: none;
	}
	
:focus {
	-moz-outline-style: none;
	}
	
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

:link img {
	border: none;
	}
	
a img {
	border: none;
	}

:link img, :active img {
	border: none;
	}
	
/*  
Main Structure
*/

html {
	background: url(images/body_bg3.gif) top center repeat-y;
	}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	padding: 13px 0 0px;
	background: url(images/top_bg.gif) top left repeat-x;
	text-align: center;
	}

#contain {
	background: url(images/main_bg.gif) top center no-repeat;padding-bottom:15px;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 764px;
	}
	


/*  
Header
*/

#header {
	height: 73px;
	}
	
.logo {
	float: left;
	width: 400px;
	}

.logo h1 {
	width: 333px;
	height: 73px;
	position: relative;
	}
	
.logo h1 span {
	background: url(images/logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#header .banner {
	width: 300px;
	float: right;
	text-align: right;
	}

/*  
Main Menu
*/

#mainmenu {
	text-align: center;
	}

#mainmenu li {
	display: inline;
	margin-right: 10px;
	}
	
#mainmenu ul li a {
	color: #8e8e5f;
	font: 1.3em/2.2em Arial, Verdana, Tahoma, sans-serif;
	}
				
#main {
	overflow: auto;
	height: 1%;
	padding: 20px 0 20px 0;
	}
	
/*  
Content
*/

#content {
	width: 525px;
	float: left;
	font: 1.3em/1.4em Arial, Verdana, sans-serif;
	}
	
#content .toplinks {
	padding: 0 0 10px 3px;
	color: #727272;
	font: 0.9em Tahoma, Arial, Verdana, sans-serif;
	}

#content .toplinks a {
	color: #727272;
	}
	
#content .title h2 {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	color: #ef181e;
	font-family: verdana, arial, sans-serif;
	padding: 10px 0 15px;

	}
	
#content p {
	padding: 13px 0;
	}

/*  
Sidebar
*/

#sidebar {
	width: 202px;
	float: right;
	font: 1.3em verdana, arial, serif;
	}
	
#sidebar ul#links {
	display: block;
	border: 1px solid #888;
	padding: 45px 10px;
	margin-bottom: 15px;width:180px
	}

#sidebar .all_insurance{
	background: #FDF9F9 url(images/all_insurance.gif) top left no-repeat;
	}
#sidebar .free_guide{
	background: #FDF9F9 url(images/free_guide.gif) top left no-repeat;
	}
#sidebar .health_insurance{
	background: #FDF9F9 url(images/health_insurance.gif) top left no-repeat;
	}
#sidebar .life_insurance{
	background: #FDF9F9 url(images/life_insurance.gif) top left no-repeat;
	}
#sidebar .auto_insurance{
	background: #FDF9F9 url(images/auto_insurance.gif) top left no-repeat;
	}
#sidebar .home_insurance{
	background: #FDF9F9 url(images/home_insurance.gif) top left no-repeat;
	}
#sidebar .dental_insurance{
	background: #FDF9F9 url(images/dental_insurance.gif) top left no-repeat;
	}	
#sidebar ul#links li {
	padding-bottom: 14px;
	}
	
#sidebar ul#links li a {
	color: #8e8e5f;
	}

#sidebar ul#links li {
	padding: 2px 0 2px 15px;
	background: url(images/bullet.gif) center left no-repeat;
	}
	
#sidebar .banner2 {
	border: 1px solid #888;
	}


/*
Footer
*/

#footer{
	border-top:#ccc solid 1px;background-color:#eee;color:#222;text-align:center;padding:25px 0 25px 0;position:relative;bottom:0;width:100%;
}
#footer p{
	width:764px;text-align:center;margin:0 auto;font-size:1.1em;
}

/*  
Misc
*/

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #444;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', serif;
	}

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 2.0em;
	line-height: 27px;
	}

h3 {
	font-size: 1.8em;
	}

h4 {
	font-size: 1.6em;
	}

hr {
	display: none;
	}

html {
	background: url(images/body_bg.gif) top center repeat-y;#
	/*  Read by all browsers except safari */
	}