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

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	width: 746px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu ul {
	padding-top: 115px;
	margin: 0px;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#menu li {
	display: inline-block;
	width: 144px;
	height: 24px;
}

#menu a {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #a98246;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 20px;
	padding-top: 4px;
}

#menu a:hover, a#currentpage {
	color: #FFFFFF;
	background-image: url(../images/menu-hover.jpg);	
}

#page {
	padding: 20px;	
}

#page p {
	font-family: "Lucida Sans";
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}

#page a {
 	font-family: "Lucida Sans";
	font-size: 13px;
	color: #a98246;
 }
 
#page a:hover {
	color: #FFFFFF;
}
 
#page h1 {
	font-family: "Lucida Sans";
	font-size: 22px;
	color: #a98246;	
}

#page h2 {
	font-family: "Lucida Sans";
	font-size: 16px;
	color: #a98246;	
}

#page ul#insurance-companies {
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page ul#insurance-companies li {
	display: inline-block;
}

#page ul#insurance-companies li img {
	height: 55px;
	margin-right: 6px;
	margin-left: 6px;
}

#footer {
	text-align: center;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
}

#footer p {
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #554123;	
}
