@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

.hide {
	position: absolute;
	left: -10000px;
}

img {
	border: none;
}

div.clear {
	clear: both;
}

html {
	min-width: 800px;

}

body {
	font-family: "Trebuchet MS", Calibri, Tahoma, Verdana, Arial;
	background-color: #d4d4d4;

	height:100%; 

}

a:link, a:visited, a:hover {
	color: #ff221e;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;

}



div#wrapper {
	width: 98%;	
	margin: 0 auto;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
}


div#top_bar {
	position: absolute;
	width: 98%;
	top: 0;
	height: 45px;
	background: #fff url(../../_images/top_bar_bg.gif) top repeat-x;


}

div#header {
	padding-top: 45px;
	height: 110px

}



div#navigation {
	background: url(../../_images/nav_gradient.gif) top repeat-x;
	height: 45px;
	float: left;
	margin: 0 0 0 5px;
}

div#navigation-left {
	width: 13px;
	height: 45px;
	background: url(../../_images/nav_left.gif) bottom no-repeat;
	float: left;

}


div#navigation-right {
	width: 13px;
	height: 45px;
	background: url(../../_images/nav_right.gif) bottom no-repeat;
	float: left;

}

div#navigation-content {
	float: left;

}

div#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#navigation ul a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 7px 10px 7px;
	font-size: .75em;
}

div#navigation ul a:link, div#navigation ul a:visited, div#navigation ul a:active {
	color:#fff;
	text-decoration:none
}

div#navigation ul a:hover {
	color:#fff;
	text-decoration:underline;
	background: transparent url(../../graphics/_dave_navhoverbg.gif) top repeat-x;
}



div#bookmark {
	width: 83px;
	height: 16px;
	float: left;
	margin: 5px 0 0 5%;

}

div#login {
	float: right;
	margin: 8px 0 0 0;
	padding: 0 0 0 20px;
	color: #eee;
	background: url(../../_images/agent_login.png) left no-repeat;
	font-size: 0.8em;
}

div#login a:link, div#login a:visited, div#login a:hover {
	color: #fff;
	text-decoration: none;
}

div#login a:hover {
	text-decoration: underline;
	color: #ccc;

}

div#header {
	width: 100%;
	height: 127px;
	background-color: #fff;

}

div#logo {
	display: block;
	float: left;
	height: 96px;
	width: 252px;
	margin: 10px 0 0 20px;
}

div#logo a {
	display: block;
	height: 96px;
	width: 252px;
	background: #fff url(../../_images/c2a_logo.gif) no-repeat;

}

div#logo p {
	margin: 0;
	padding: 0;
}

div#testimonial {
	float: right;
	width: 430px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-top: 20px;
}

div#testimonial p.testimonial_top {
	font-size: .8em;
	margin-bottom: 5px;
}

div#testimonial p {
	font-size: .65em;;
	color: #1a205b;
	text-align: center;
}

div#testimonial p strong {
	margin-left: 5px;
}


div#separator {
	height: 28px;
	width: 100%;
	background: url(../../graphics/indexlayout/hd-banner-bg.gif) repeat-x;
	font-size: 1.2em;
}

div#separator p {
	padding: 5px 0 0 10px;
	margin: 0;
	font-weight: bold;
	font-size: .9em;
	color: #036;
	text-transform: uppercase;
}
div#content {
	background-color: #fff;
	padding-bottom: 15px;
	height: 100%;

}

div#content h1 {

}


div#content h2 {


}



div#content ul li {
	margin: 3px 0 3px 0;

}

div#footer {
	width: 100%;
	background-color: #061a4f;
	text-align: center;
	color: #fff;

}

div#footer p {
	padding: .4em 1em .4em 1em;
	margin: 0;
	color: #fff;
	font-size: .7em;
}

div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
#footernav {
	position:relative;
	width:100%;
	bottom: 0px;
	z-index: 4;
	background-color:#061a50;
	height:35px;
	font-size:.8em;
	color:#003366;
	text-align:center;
	_padding: 3px 10px 3px 10px;}
