@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
blockquote
{
	padding-top: 11px;
	background: transparent url(../images/quote_img.gif) no-repeat scroll -10px -19px;
}
a {
	color: #33CCFF;
}
ul, ol {
	list-style:none;
	margin-left:0;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* TYPE */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:18px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
p {
	font-size:13px;
	line-height:18px;
	color:#fff;
}
/* LAYOUT*/

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
#home_container {
	width:100%;
	margin:0 auto;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(../images/header_bg.jpg) center top no-repeat;
}
#container {
	width:100%;
	margin:0 auto;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:url(../images/header_bg_02.jpg) center top no-repeat;
}
#header {
	background:url(../images/header_bg.jpg) center #000 no-repeat;
	height:350px;
}
#header_inner {
	width:960px;
	margin:0 auto;
	line-height:40px;
}
#menu {
	width:960px;
	margin:0 auto;
	height:40px;
}
#banner {
	width:960px;
	height:260px;
	margin:0 auto;
	position:relative;
}

#home_banner {
	width:960px;
	height:310px;
	margin:0 auto;
	position:relative;
}
#logo {
	position:absolute;
	left:0;
	top:20px;
	width:133px;
	height:81px;
	background:url(../images/logo.jpg) no-repeat;
	z-index:2;
}
#logo a {
	text-indent:-9999px;
	display:block;
	width:133px;
	height:81px;
}
#banner_flash {
	position:absolute;
	width:960px;

	left:0;
	top:0;
	z-index:1;
}
#main_wrap {
	background:url(../images/main_02.jpg) repeat-x #54798c;
}
#home_main_wrap {
	background:url(../images/main_bg.jpg) repeat-x #fff;
}
#main {
	width:960px;
	margin:0 auto;
}
.home_feature {
	width:200px;
	float:left;
	padding:20px 20px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:url(../images/footer_bg.jpg) top repeat-x;
	height:30px;
	line-height:30px;
	font-size:11px;
}
#footer_inner {
	width:960px;
	margin:0 auto;
	position:relative;
}
#footer_menu {
	position:absolute;
	right:0;
	bottom:0px;
	text-align:right;
}
#footer_menu li {
	display:inline;
	padding:0 5px;
	border-right:1px dotted #999;
}
#footer_menu a {
	color:#FFF;
	text-decoration:none;
}
#footer_menu a:hover {
	text-decoration:underline;
}
#sub_menu {
	width:200px;
	padding:20px 20px 50px;
	min-height:600px;
	float:left;
}
#sub_menu h2 {
	font-weight:normal;
	margin-bottom:15px;
}
#sub_menu li {
	border-top:1px dotted #FFF;
	margin:0;
	padding:0;
	text-transform:lowercase;
}


.sub_menu_bg_01 {
	background:url(../images/sub_menu_bg_01.jpg) top no-repeat;
	height: 600px;
}
.sub_menu_style_01 li a {
	color:#FFF;
	font-size:13px;
	padding:5px 0;
	margin:0;
	text-decoration:none;
	display:block;
}
.sub_menu_style_01 li a:hover {
	color:#f59999;

	padding:5px 0;
	margin:0;
	text-decoration:none;
	display:block;
}
.sub_menu_bg_02 {
	background:url(../images/sub_menu_bg_02.jpg) top no-repeat;
	height: 600px;

}

.sub_menu_style_02 li a {
	color:#FFF;
	font-size:13px;
	padding:5px 0;
	margin:0;
	text-decoration:none;
	display:block;
}
.sub_menu_style_02 li a:hover {
	color:#4f351c;

	padding:5px 0;
	margin:0;
	text-decoration:none;
	display:block;}
.sub_menu_bg_03 {
	background:url(../images/sub_menu_bg_03.jpg) top no-repeat;
	height: 600px;
}
.sub_menu_style_03 li a {
	color:#FFF;
	font-size:13px;
	padding:5px 0;
	margin:0;
	text-decoration:none;
	display:block;
}
.sub_menu_style_03 li a:hover {
	color:#1f5209;

	padding:5px 0;
	margin:0;
	text-decoration:none;
	display:block;}
.sub_menu_bg_04 {
	background:url(../images/sub_menu_bg_04.jpg) top no-repeat;
	height: 600px;
}
.sub_menu_style_04 li a {
	color:#FFF;
	font-size:13px;
	padding:5px 0;
	margin:0;
	text-decoration:none;
	display:block;
}
.sub_menu_style_04 li a:hover {
	color:#33CCFF;
}
.humanservices ul,
.list_style_01 {
	margin:0;
}
.humanservices li,
.list_style_01 li {
	padding-left:20px;
	background:url(../images/list_style_01.gif) no-repeat 0 1px;
	margin-left:30px;
}
.insurancebrokers .left_nav
{
	background: none;
}

.insurancebrokers ul,
.list_style_02 {
	margin:0;
}
.insurancebrokers li,
.list_style_02 li {
	padding-left:20px;
	background:url(../images/list_style_02.gif) no-repeat 0 1px;
	margin-left:30px;
}
.associcationmanagement .left_nav
{
	background: none;
}
.associcationmanagement ul,
.list_style_03 {
	margin:0;
}
.associcationmanagement li,
.list_style_03 li {
	padding-left:20px;
	background:url(../images/list_style_03.gif) no-repeat 0 1px;
	margin-left:30px;
}
.list_style_04 {
	margin:0;
}
.list_style_04 li {
	padding-left:30px;
	background: url(../images/pdf_icon.gif) no-repeat ;
	margin-bottom:10px;
	

}


.list_style_04 a{
	color:#33ccff;
	font-size:11px;
	text-decoration:none;}

#inside_main {
	width:680px;
	padding: 20px;
	float:right;
}
/*
.strong_color_01 strong {
	font-size:18px;
margin-top:15px;
	display:block;
	text-transform:lowercase;
}
.strong_color_02 strong {
	font-size:18px;
margin-top:15px;
	display:block;
	text-transform:lowercase;
}
.strong_color_03 strong {
	font-size:18px;
	margin-top:15px;
	display:block;
	text-transform:lowercase;
}
.strong_color_04 strong {
	font-size:18px;
	margin-top:15px;
	display:block;
	text-transform:lowercase;
}
*/
.strong_color_04 a {
	font-size:11px;
	color:#33CCFF;
	text-decoration:none;
}
.strong_color_04 a:hover {
	text-decoration:underline;
}
/*------------------------IE PNG fix --------------------------------*/

 img, div, input {
	behavior: url("../iepngfix.htc")
}

.message
{
	color: #4ADF1B;
}
