/* CSS Document for Vertical Navigation using <ul> tag and Content/Footer using <div> tag*/
/*---------------------------------------------------*/
body {
	background-attachment: fixed;
	background-color: #dddedf;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.top {
	font-size: 18px;
	color: #ffffff;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-family: "Lucida Bright";
	font-style: normal;
	letter-spacing: normal;
}
.nav  {
	background-attachment: scroll;
	background-color: #f1e5c9;
	background-image:  url(images/nav_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 248px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	color: 594926;
	text-align: left;
	text-indent: 10pt;
	height: 32px;
	vertical-align: middle;
}
.nav ul {
	list-style: none;
}
.nav li {
	margin-bottom: 0px;
}
.nav a:link {
	color: #594926;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}
.nav a:visited {
	color: #594926;
	text-decoration: none;
}
.nav a:hover {
	color: #a48644;
	text-decoration: none;
}
.nav a:active {
	text-decoration: none;
}
#adContact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color:#000000;
	text-align:center;
	line-height: 25px;
	background-color: #ffffff;
	margin-top:0px;
	width:235px;
	padding-bottom:15px;
}

/*---------------------------------------------------*/
/*--------------------content styles-----------------*/
/*---------------------------------------------------*/
.content {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 18px;
	align: justify;
	text-align: justify;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9b7f40;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #a38644;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	margin: 0;
	padding: 0
}
.content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 11px;
	font-weight: normal;
	margin:0px 0px 15px 0px;
}
.content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a48644;
	font-weight: bold;
	margin:0px 0px 15px 0px;
}
.content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9b7f40;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #594926;
	font-weight: bold;
	line-height: 18px;
	align: justify;
}
.content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
	align: justify;
}
.content a:link{
	color: #a48644;
	text-decoration: underline;
}
.content a:visited{
	color: #a48644;
	text-decoration: underline;
}
.content a:hover{
	color: #9b7f40;
	text-decoration: underline;
}

.content a:active{
	color: #9b7f40;
	text-decoration: underline;
}

.content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #594926;
	font-weight: bold;
	line-height: 18px;
	align: justify;
	}

#contentEva, #contentEva a, #contentEva a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color:#ffffff;
	text-align:center;
	line-height: 25px;
	background-color: #20437b;
	border: 1px #000000;
	text-decoration:none;
}
#contentEva a:hover, #contentEva a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color:#f0e5c9;
	text-align:center;
	line-height: 25px;
	background-color: #20437b;
	border: 1px #000000;
	text-decoration:none;
}
/*---------------------------------------------------*/
/*--------------------footer styles------------------*/
/*---------------------------------------------------*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.footer a:visited {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footer a:hover {
	color:#f1e5c9;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footer a:active {
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contact {
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #594926;
}


#disclaimer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top:0px;
}


#disclaimer a:hover, #disclaimer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top:0px;
	text-decoration:underline;
}

