

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background:#EFEFEF url(../img/layout/bg.jpg) no-repeat top center;
	font-size: 12px;
	color: #6B6B6B;
}














#divContainer {
	min-width:900px;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	background:none;
}
.top .left {
	background:url(../img/layout/container-tl.png) no-repeat top left;
	width:22px;
	height:62px;
	float:left;
}
.top .right {
	background:url(../img/layout/container-tr.png) no-repeat top right;
	width:22px;
	height:62px;
	float:right;
}
.top .middle {
	background:url(../img/layout/container-t.png) repeat-x top;
	height:62px;
	margin:0 22px;
}
.bottom .left {
	background:url(../img/layout/container-bl.png) no-repeat bottom left;
	width:18px;
	height:17px;
	float:left;
}
.bottom .right {
	background:url(../img/layout/container-br.png) no-repeat bottom right;
	width:18px;
	height:17px;
	float:right;
}
.bottom .middle {
	background:url(../img/layout/container-b.png) repeat-x bottom;
	height:17px;
	margin:0 18px;
}
#body {
	background:#FFF;
	border:solid #EEE;
	border-width:0 1px;
}
#divContent {
	padding:60px 30px 0 35px;
}





















h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	border-bottom: 1px solid #F0F0F0;
	font-size: 22px;
}

h2 {
	border-bottom: 1px solid #F7F7F7;
	font-size: 18px;
}

h3 {
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}
h1, h2, h3 {
	padding:14px 0 10px 0;
}

p, ol, ul, blockquote {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #EC5600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
}


#logo {
	position:absolute;
	top:0;
	left:0;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 45px 0 0 35px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}


#menu {
	position:absolute;
	top:0;
	right:0;
	padding: 65px 25px 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 12px 0 17px;
	border-left: 1px solid #DBDBDB;
	text-decoration: none;
	font-size: 12px;
	color: #3B3B3B;
	font-weight:200;
}

#menu .first a {
	border: none;
}


#splash {
	width: 877px;
	height: 170px;
	margin: 0 auto;
}


#content {
	width: 847px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
}

#divSideNav {
	float:right;
	width:195px;
	padding:5px 0 0 25px;
	background:#FFF;
}
#divSideNav h3 {
	margin:15px 0 7px 0;
}

.divColGroup {
	margin-left:50px;
	margin-bottom:20px;
}
.divCol {
	float:left;
	width:150px;
	margin-right:35px;
	padding-top:10px;
	border-top:2px solid #FFC637;
}
.divCol h3 {
	white-space:nowrap;
}






#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}


/* FEATURED SIGHTS */

#divFeaturedSights hr {
	border:none;
	background:url(../img/layout/hr.gif) no-repeat top left;
	clear:left;
}
.divFeaturedSight h4, .divFeaturedSight p {
	padding:0;
}
.divFeaturedSight h4 a {
	color:#000;
}
.divFeaturedSight hr {
	clear:left;
}
.divFeaturedImg {
	width:150px;
	float:left;
	clear:left;
}
.divFeaturedDetails {
	float:left;
	width:475px;
}
.divFeaturedImg, .divFeaturedDetails {
	padding:0 5px 5px 0;
}

/* OTHER STYLES */

.error-message {
	font-weight:bold;
	color:#F00;
}
.confirm-message {
	font-weight:bold;
	color:#00F;
}

