/* CSS Document */
body
{
	background-color						: #009999;
	font-size								: 12px;
	font-family								: Arial, Helvetica, sans-serif;
	padding									: 0;
	margin									: 5px 0 0 0;
}
p
{
	margin									: 0;
	padding									: 7px 10px;
}
h3
{
	margin									: 0;
	padding									: 7px 10px;
	color									: #006666;
}
form, form input, form select
{
	font-size								: 10px;
}
a
{
	color									: #006666;
	text-decoration							: underline;
}
a:hover
{
	color									: #009999;
	text-decoration							: none;
}
.clsInsurance
{
	display:block; 
	float:left; 
	width: 200px;
	list-style: none;
}
.clsInsurance li
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.clsResourseList
{
	margin									: 0;
	padding-left							: 50px;
}
.clsResourseList li
{
	padding									: 5px;
}
#idContainer
{
	margin									: 0 auto;
	width									: 780px;
	border									: 1px solid #006666;
}
#idTop
{
	width									: 780px;
	height									: 100px;
	background-color						: #f0ffff;
}
#idTitle
{
	background								: #f0ffff url(../images/title.jpg) no-repeat;
	width									: 176px;
	height									: 86px;
	margin									: 7px 0 7px 30px;
	display									: inline;
	float									: left;
}
#idLogo
{
	background								: #f0ffff url(../images/logo.jpg) no-repeat;
	width									: 180px;
	height									: 64px;
	margin									: 18px 0 18px 100px;
	display									: inline;
	float									: left;
}
#idContact
{
	float									: right;
	display									: inline;
	margin									: 30px 20px 0 0;
}
#idContact p
{
	font-size								: 11px;
	color									: #006666;
	text-align								: right;
}
#idHeader #idMenu
{
	clear									: left;
	background								: #f0ffff url(../images/menu.jpg) no-repeat;
	width									: 260px;
	height									: 202px;
	float									: left;
}
#idHeader #idMenuNormal
{
	clear									: left;
	background								: #f0ffff url(../images/menu_normal.jpg) no-repeat;
	width									: 260px;
	height									: 202px;
	float									: left;
}
#idHeader #idMenu a, #idHeader #idMenuNormal a
{
	margin									: 8px 0 0 35px;
	color									: #009999;
	display									: block;
	text-decoration							: none;
	font-size								: 14px;
	font-weight								: bold;
}
#idHeader #idMenu a:hover, #idHeader #idMenuNormal a:hover
{
	color									: #fff;
}
#idHeader #idMainPic
{
	background								: #f0ffff url(../images/main_pic.jpg) no-repeat;
	width									: 520px;
	height									: 202px;
	float									: left;
}
#idBody
{
	clear									: left;
	background								: #f0ffff url(../images/body_back.jpg) 0 0 no-repeat;
	width									: 780px;
}
#idBody2
{
	clear									: left;
	background-color						: #f0ffff;
	width									: 780px;
}
#idBody:after, #idBody2:after
{
	clear									: both;
	content									: ".";
	display									: block;
	visibility								: hidden;
}
#idSec1
{
	width									: 300px;
	border-right							: 1px dotted #009999;
	float									: left;
}
#idSec1 .thumbnails
{
	width									: 75px; 
	height									: 62px;
	margin									: 0;
	margin-left								: 50px;
	margin-bottom							: 15px;
	float									: left;
	text-align								: center;
	font-size								: 10px;
	display									: inline;
}
#idSec1 .thumbnails img
{
	margin									: 0 auto;
}
#idSec1 h1, #idSec2 h2, #idSec3 h2
{
	font-size								: 18px;
}
#idSec3 h3
{
	font-size								: 14px;
}
#idSec1 h1, #idSec2 h2, #idSec3 h2, #idSec3 h3
{
	border-bottom							: 1px solid #009999;
	color									: #009999;
	padding-left 							: 10px;
	margin									: 7px 7px 0 2px;
}
#idSec2
{
	width									: 270px;
	float									: left;
}
#idSec3
{
 	width									: 200px;
	border-left								: 1px dotted #009999;
	float									: left;
}
#idFooter
{
	background								: #006666 url(../images/footer_top.jpg) 0 0 no-repeat;
	width									: 780px;
	height									: 40px;
}
#idFooter p
{
	font-size								: 11px;
	color									: #fff;
	margin									: 5px 10px;
}
#idFooter p a
{
	text-decoration							: underline;
	color									: #BEFFFF;
}
#idFooter p a:hover
{
	text-decoration							: none;
	color									: #fff;
}


