@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: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background-testimonials.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#forms {
	width: 154px;
	height: 150px;
	position: absolute;
	left: 9px;
	top: 288px;
}

#text {
	width: 395px;
	height: 677px;
	position: absolute;
	left: 10px;
	top: 138px;
}

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

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

/*Text*/
p {
	color: #093f59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
h2 {
	color: #093f59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.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;
}

.testimonial {
	color: #093f59;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
/*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;
}
	
/*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-top: 3px;
padding-bottom: 3px;
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;
}

/*images*/
#wrapper #content img {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	margin-top:0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#wrapper #content a {
	color: #8EA652;
}

#wrapper #content a:hover {
	color: #8EA652;
	font-weight: bold;
}

#top-header {
	width: 600px;
	height: 197px;
/*
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
			*/
	position: absolute;
}


#navigation {
	width: 165px;
	height: 510px;
	/*
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	*/
	position: absolute;
	left: 0px;
	top: 197px;
}
#wrapper #navigation #forms .insurance a {
	color: #FFFFFF;
	text-decoration: underline;
}

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