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

* {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

body {
	background-color: #f3e7a9;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 600px;
	height: 860px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background-wrapper.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#top-header {
	width: 600px;
	height: 197px;
	/*
	background-image: url(../images/header-main.jpg);
	background-repeat: no-repeat;
	*/
	position: absolute;
}


#navigation {
	width: 165px;
	height: 649px;
	/*
	background-image: url(../images/navigation-main.jpg);
	background-repeat: no-repeat;
	*/
	position: absolute;
	left: 0px;
	top: 197px;
}

#forms {
	width: 154px;
	height: 361px;
	position: absolute;
	left: 9px;
	top: 275px;
}

#content {
	width: 418px;
	height: 662px;
	/*
	background-image: url(../images/content-main.jpg);
	background-repeat:no-repeat;
	*/
	position: absolute;
	left: 182px;
	top: 196px;
}

#text {
	width: 395px;
	height: 518px;
	position: absolute;
	left: 10px;
	top: 133px;
}

#header {
	width: 154px;
	height: 37px;
	background-image: url(../images/nav-bullet.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 232px;
}

#header2 {
	width: 154px;
	height: 20px;
	background-image: url(../images/nav-bullet.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 173px;
}

/*Text*/
p {
	color: #093f59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

.header {
	color: #093f59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.header2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
}

.note {
	color: #093f59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
}

.insurance {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

/*list*/
#wrapper #forms a {
	font-size: 12px;
	color: #cad3b2;
	text-decoration: none;
}

#wrapper #forms a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #cad3b2;
	text-decoration: underline;
}

#wrapper #forms li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #CAD3B2;
	list-style-position: inside;
	list-style-type: disc;
}

#wrapper #navigation #forms a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #CAD3B2;
	text-decoration: none;
}

#wrapper #navigation #forms a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #CAD3B2;
	text-decoration: underline;
}
	
/*navigation*/
#navcontainer {
	width: 154px;
	height: 210px;
	position:absolute;
	left: 10px;
	top: 1px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding-left: 20px;
padding-right: 3px;
padding-bottom: 6px;
width: 154px;
}

#navlist {
	margin-bottom: 5px;
	margin-left: 5px;
}

#navcontainer a:link, #navlist a:visited
{
color: #d0d8b9;
text-decoration: none;
}

#navcontainer .active
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-image:url(../images/nav-bullet.jpg);
background-repeat: no-repeat;
color: #fff;
font-weight: bold;
}
#wrapper #navigation #forms .insurance a {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper #navigation #forms .insurance a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	width: 396px;
	height: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 637px;
}
#wrapper #content #footer a {
	color: #093F59;
	text-decoration: none;
}

#wrapper #content #footer a:hover {
	color: #093F59;
	text-decoration: underline;
}
