body {
	color: #FFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texthome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #F6C4AF;
	text-align: justify;
	vertical-align: 20%;
	background-position: 900px 150px;
	padding-left: 25px;
}
.centerhome {
	text-align: center;
	color: #F6C4AF;
}
.lefthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #F6C4AF;
}
.bottomtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F6C4AF;
}
/*
.centerhome .lefthome .centerhome {
	color: #F6C4AF;
}
*/
.header {
	height: 158px;
	width: 1020px;
	background-image: url(images/Shared/logo.png);
	background-repeat: no-repeat;
}
.nav-links {
	position: relative;
	width: 640px;
	left: 340px;
	top: 50px;
}

.underline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #363636;
	height: 34px;
	padding-bottom: 4px;
}
.style1 {
	font-family: Garamond;
	font-size: 14px;
	text-transform: uppercase;
	color: #F6C4AF;
	text-align: left;
	vertical-align: 20%;
	background-position: 900px 150px;
	padding-left: 25px;
	line-height: 20px;
}
.style2 {
	color: #000000;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
	font-family: Garamond;
}
.style7 {
	color: #000000;
	font-weight: bold;
}
.style8 {
	font-family: Garamond;
	font-size: 42px;
}
.style9 {
	font-family: Garamond;
}


/* MEANU START FORM HERE */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana;
	width: 640px;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	color:#363636;
	display:block;
	line-height:35px;
	margin:0px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
	background: #363636;
	color:#FFFFFF;
	text-decoration:none;
}
	.menu li ul{
		background:#333333;
		opacity:0.8;filter:alpha(opacity=80);
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
}
	.menu li:hover ul{
		display:block;
		
		}
.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
}
.menu li:hover li a{
		background:none;
		
}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
}

.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#333;
	text-decoration:none;
	background-image: url(images/Shared/sub-hover.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
	.menu p{
		clear:left;
}