@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
	margin:0;
	padding:0;
}
/*table { border-collapse:collapse; }*/
fieldset, img { border:0; }

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #482A82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 17px;
}
h1 {
	font-size: 25px;
	color: #482A82;
	font-weight: normal;
	line-height: 30px;
}
p { margin-bottom: 6px; }
h2 {
	color: #482A82;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
h3 {
	color: #482A82;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	background: url(images/sub_head_bullet.gif) no-repeat left 5px;
	padding-left: 17px;
}

h4 {
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	background: url(images/sub_head_bullet_green.gif) no-repeat left 5px;
	padding-left: 17px;
	color: #482A82;
}

.medium_green {
	font-size: 12px;
	color: #482A82;
}

.red {
	color: #C40000;
}

.green {
	color: #628207;
}

ul {
	display: block;
	padding-left: 25px;
	margin: 10px 0px;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
}


a{
	color: #482A82;
}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

.clearit { clear:both; }
#wrapper {
}


#headerbg {
	background-image: url(images/headerbg.gif);
	height: 105px;
	width: 100%;
	background-repeat:repeat-x;
}
#header {
	height: 105px;
	width: 960px;
	color: #FFFFFF;
	background: url(images/header.gif) no-repeat;
	margin: 0px auto;
}
#header_info_left {
	float: left;
	width: 550px;
}
#header_info_right {
	float: right;
	width: 350px;
	text-align: right;
}
#header_nav {
	float: right;
	height: 40px;
	width: 700px;
	margin-top: 47px;
}

#content {
	width: 960px;
	margin: 0px auto;
	padding: 15px 0px;
}
#contentbg {
	background-color: #FFFFFF;
	width: 100%;
}
#content_2col {
	width:790px;
	float:left;
	padding: 0px 40px 0px 0px;
	background: url(images/rule_vert_40w.gif) repeat-y right;
}
.content_pic_2col {
	margin-bottom: 8px;
}



#footerbg {
	height: 60px;
	width: 100%;
	background-color: #482A82;
}
#footer {
	height: 60px;
	width: 960px;
	background-color: #482A82;
	color: #FFFFFF;
	margin: 0px auto;
}
#footer_info_left {
	float: left;
	width: 550px;
	margin-top: 10px;
}
#footer_info_right {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 7px;
}
#footer_info_right p {
	line-height: 17px;
}

.white_link { color: #ffffff; }
.white_link:link { color:#ffffff; text-decoration: underline; }
.white_link:visited { color: #ffffff; text-decoration: underline; }
.white_link:hover { color: #ffffff; text-decoration: none; }
.white_link:active { color: #ffffff; text-decoration: underline; }





#menucontainer {
	position:relative;
	height:40px;
	color:#333333;
	width:700px;
}

#menunav{
	position:relative;
	height:40px;
	font-size:11px;
}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
}

#menunav ul li{
	display:block;
	float:left;
}

#menunav ul li a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	height:40px;
	padding: 0 0 0 10px;
}

#menunav ul li a span{
	float:left;
	padding: 12px 10px 0px 0px;
}

#menunav ul li a:hover{
	color:#333333;
	background:transparent url(images/hover.jpg) repeat-x bottom left;}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
	
#menunav ul li a.current, #menunav ul li a.current:hover{
	background:url(images/left.jpg) no-repeat top left;
	color:#333333;
}
#menunav ul li a.current span{
	display:block;
	width:auto;
	height:40px;
	background:url(images/left.jpg) no-repeat right top;
	padding: 12px 10px 0 0;
}




/* ---------------------- END Dolphin nav ---------------------- */
.div_quote {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px dashed #482A82;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}
