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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
	background-color: #E8C293;
	text-align: justify;
}
ul, li {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content-bg.jpg);
}
#header {
	background-image: url(images/header.png);
	height: 230px;
	width: 960px;
}
#content-top {
	background-image: url(images/content-top.png);
	height: 30px;
	width: 960px;
	clear: both;
}

#content {
	width: 960px;
	background-image: url(images/content-bg.png);
	display: inline-block;
}
#galleries {
	width: 500px;
	margin-left: 40px;
	margin-top: 15px;
}

img.title {
	margin-left: 40px;
}


#left {
	float: left;
	width: 375px;
	margin-left: 40px;
}
#right {
	float: right;
	width: 520px;
	margin-right: 30px;
}
.home-text {
	margin-right: 40px;
	margin-left: 40px;
}
.blurb {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

#box-home {
	float: right;
	width: 300px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#box-home a {
	text-decoration: none;
}

.thumb-headers a {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #FF8040;
	text-decoration: none;
}


#footer {
	background-image: url(images/footer.png);
	height: 80px;
	width: 960px;
	background-repeat: no-repeat;
	display: inline-block;
	clear: both;
}
#menu {
	height: 25px;
	width: 960px;
	background-image: url(images/menu-bg.png);
}

#menu ul {
	margin-left: 40px;
}

#menu li {
	list-style:none;
	float:left;
}
li.divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #FF8040;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#menu li a:hover {
	color:#2F4E7B;
}
#menu li ul {
	display: none;
}
#menu li:hover ul {
	position: absolute;
	display:inline-block;
	margin: 0;
	padding: 0;
	background-color:#2F4E7B;
}
#menu li:hover li {
	float: left;
	clear:left;
}
#menu li:hover li a {
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li li a:hover {
	color: #16263C; 
}
.footer {
	font-size: x-small;
	text-align: center;
	margin-top: 60px;
}
.footer a {
	color: #335577;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
}
.orange {
	color: #FF8040;
	margin-left: 40px;
	margin-right: 40px;
}
#right {
	float: right;
	width: 300px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#left {
	width: 500px;
	margin-left: 40px;
	margin-top: 15px;
}
#left ul {
	margin-left: 15px;
}
.comments {
	color: #199CE3;
	font-weight: bold;
}

h2  {
	font-size: 15px;
	color: #FF8040;
	margin-bottom: 5px;
}
h2.properties {
	font-size: 15px;
	color: #FF8040;
	margin-bottom: -10px;
}
