
body {
	height: 100%;
	background : url('../images/body.jpg');
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #33ccff;
}

.clear_both {
	clear: both;
}

/*

	HEADER

*/

#header_container {
	width: 100%;
	position: relative;
	padding-top: 50px;
	background: url('../images/header_container_background.png') top center no-repeat;
}

#header {
	position: relative;
	height: 105px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo_container {
	float: left;
	width: 320px;
	height: 100%;
	background: url('../images/logo_background.jpg') no-repeat #2d2d2d;
	bottom: 0px;
}

#logo_container img {
	position: relative;
	text-align: center;
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	width: 283px;

}

#menu_container {
	position: absolute;
	width: 640px;
	height: 55px;
	bottom: 0px;
	right: 0px;
	background: url('../images/menu_container_background.jpg') top center no-repeat #33ccff;

}

#menu {
	list-style: none;
	height: 55px;
	position: relative;
	padding-left: 2em;
}

#menu li {
	color: #CCCCCC;
	font-weight: bold;
	display: inline-block;
	height: 100%;
	position: relative;
	line-height: 55px;
	top: 0.1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#menu li a {
	text-decoration: none;
	color: white;
}

#menu li a.current {
	color: #2d2d2d;
}


#menu li a:hover {
	color: #2d2d2d;
}

/*

	SPLASH

*/

#splash_container {
	width: 100%;
	position: relative;
	height: 145px;
	background: url('../images/splash_container_background.jpg') no-repeat top center #CCCCCC;
}

#splash {
	position: relative;
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #CCCCCC url('../images/splash.jpg') no-repeat top center;
}

#splash h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	padding: .6em;
	padding-left: 1em;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: white;
}

#splash_banner {
	position: absolute;
	bottom: 0px;
	width: 100%;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	opacity: 0.6;
	background-color: #2d2d2d;
}

#splash_banner h1 {
	position: relative;
}

/*

	BODY

*/

#body_container {
	width: 100%;
	position: relative;
	background: url('../images/body_container_background.png') no-repeat top center;
}

#body {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/body_left_background.jpg') no-repeat top left #2d2d2d;
}

#body h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: white;
}



#body h2 span.h2_focus {
	color: #33ccff;
}

#body h3 {
	border-bottom: 1px solid #33ccff;
	padding: 4px;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	text-align: left;
}

#body p {
	line-height: 180%;
	color: #cccccc;
	font-size: 0.8em;
	padding-bottom: 1em;
}

#left_column {
	float: left;
	width: 290px;
	padding: 15px;
}

#right_column {
	position: relative;
	background: url('../images/body_right_background.jpg') no-repeat top left #2d2d2d;
	margin-left: 320px;
	height: 420px;
	padding: 15px;
}

#contact_info {
	margin-top: 10px;
}

#main_content h2 {
	margin-top: 40px;
}

#broker_content h2 {
	margin-top: 45px;
}

#agent_content h2 {
	margin-top: 45px;
}

#agent_content .stress_quote {
	color: white;
	font-size: 1.2em;
	font-style: italic;
	line-height: 100%;
	margin-top: 20px;
}

/*

	FOOTER

*/

#footer_container {
	clear:both;
	width: 100%;
	position: relative;
	height: 200px;
	background: url('../images/footer_container_background.png') no-repeat top center;
}

#footer {
	position: relative;
	width: 960px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;

}

#footer_right {
	position: absolute;
	right: 0px;
	height: 75px;
	width: 640px;
	background: url('../images/footer_right_background.jpg') no-repeat top center #2d2d2d;
	line-height: 75px;
	font-size: 0.6em;
	color: #cccccc;
	text-align: center;
}
