/* BASIC */
body {
	background-image: url(../img/bg.jpg);
	background-color: #e5d7a4;
	background-repeat: repeat-x;
	background-position: 50% top;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;	
	margin: auto;
}
a {
	font-weight: normal; 
	font-size: 12px;
	color: #999;
	text-decoration: none;
	border: 1;
}
a:visited {
	font-weight: normal; 
	font-size: 12px;
	color: #960;
	text-decoration: none;
}
a:hover {
	color: #c75c23;
	font-size: 12px;
	background-color: none;
	text-decoration: underline;
}
.link
{
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #603913;
	text-decoration: none;
}

.link:hover
{
	text-decoration:underline;
	color: #a3620a;
}
/* CLASSES */
.pageheader{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #593e16;
	text-align: left;
	text-transform:uppercase;
}
.normaltext {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #95794e;
	line-height: 21px;
	text-align: left;
}
.header1{
	font-size: 17px;
	font-weight: bold;
}
.headertext {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #593e16;
	line-height: 15px;
	text-transform: uppercase;
	text-align: left;
}
.footertext {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #603913;
}
.logo{
	margin: auto;
	width: 405px;
	height: 70px;
	padding-top: 75px;
}
/* ID */
#master {
	width: 950px;
	margin: auto;
	padding: 0px;
	vertical-align: top;
}
#content {
	vertical-align: top;
	text-align: left;
	padding: 15px;
}
#staffcontent{
	width: 100%;	
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #95794e;
	text-align: left;
}
#header {
	background-image:url(../img/header.jpg);
	width: 950px;
	height: 196px;
	top: 0px;
	padding: 0px;
	margin: auto;
}
#mainimage {
	height: 510px;
	width: 950px;
	background-image: url(../img/mainhome.jpg);
	background-repeat: no-repeat;
	/*padding: 0px;*/
	margin: auto;
	top:221px;
	text-align: right;
	position: absolute;
}
#maincontent {
	height: 510px;
	width: 950px;
	background-image: url(../img/maincontent.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	position: absolute;
	top: 221px;
}
#maininsurancecontent {
	height: 510px;
	width: 950px;
	background-image: url(../img/maininsurancecontent.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	position: absolute;
	top: 221px;
}
#footer {
	height: 175px;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 725px;
}
#navbar {
	position: absolute;
	top: 180px;
	height: 15px;
	width: 950px;
	margin: 0;
	text-align: center;
}
/* NAV BAR */
/*
#navcontainer ul {
	padding-left: 0px;
	margin-left: 0;
	color: White;
	float: left;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	background-color: #7f6032;
	padding: 0.2em 5px;
	text-decoration: none;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #372202;
	line-height: 20px;
}
#navcontainer ul li a:hover {
	text-decoration: none;
	color: #efe6d9;
}
*/