@charset "utf-8";

/* Standard Tags */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #baa975;
	background-image: url(../images/bkg-diamonds.gif);
	background-repeat: repeat;
}

sup {
	font-size: .9em;
}

/* Container Tag */
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #baa975;
	padding: 0 5px 0 5px;
}

#container2 {
	width: 800px;
	margin: 0;
	padding: 0;
	background: url(../images/img-gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #004251;
	border: 0;
}

/* Header */
#header {
	margin: 0;
	padding: 0;
}

#header img {
	margin: 0;
	padding: 0;
}

/* Navigation */
#nav-container {
	width: 800px;
	height: 40px;
	border-top: solid 2px #baa975;
	border-bottom: solid 2px #baa975;

}

#nav-bar {
	width: 800px;
	padding: auto 0 auto 0;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	line-height: 39px;
	background-color: #004251;
	float: right;
	
}

#nav-bar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
}

#nav-bar a:hover {
	text-decoration: underline;
}

/*Content */
#content {
/*	background: url(../images/img-gradient.png);
	background-position: top left;
	background-repeat: repeat-x; */
	padding: 0;
	margin: 0;
	/* height: inherit; */
}

#content a {
	color: #f7f0b8;
	font-size: 10px;
}

#content h2 {
	font-size: 1.3em;
	font-weight: bold;
}

#content-text {
	width: 601px;
	float: right;
	padding-right: 10px;
}

#content-text h2 {
	color: #f7f0b8;
	margin: 10px 0 5px 0;
	padding: 0;
}

#content-text h3 {
	color: #f7f0b8;
	margin: 10px 0 0 0;
	padding: 0;
}

#content-text p {
	padding-top: 0;
	margin-top: 0;
}

#content-text ul ul {
	margin: 0;
	padding: 0;
}

#content-text ul ul li {
	margin: 0 0 0 10px;
	padding: 0;
}

/* Breadcrumb Navigation */
#breadcrumb {
	padding: 0;
	margin:0;
	text-align: right;
	color: #f7f0b8;
	font-size: 1.0em;
	font-weight: lighter;
}

#breadcrumb a {
	color: #f7f0b8;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: lighter;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb_deadlink {
	color: #f7f0b8;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: lighter;
	text-decoration: underline;
}

/* Right Side Images */
#img-rt {
	float: right;
	width: 220px;
	text-align: right;
}

#img-rt img {
	border: solid 1px #f7f0b8;
}

/* Right Side Break-out Box */
#breakout-rt {
	width: 200px;
	margin: 0 10px 0 10px;
	float: right;
	color: #000000;
	padding: 10px;
}

#breakout-rt ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#breakout-rt li {
	padding: 5px 0 0 0;
}

#breakout-rt img {
	border: solid 1px #004251;
}

/* Phototour Styles */
#flashcontent {
	text-align: center;
	/* background-color: #004251;
	border: solid 2px #000000; */
}

#360content {
	text-align: center;
	padding: 0 auto 0 auto;
}

/* Left Hand Column */
#col-left {
	color: #f7f0b8;
	font-size: 1.0em;
	font-weight: lighter;
	width: 169px;
	padding: 50px 5px 5px 15px;
	float: left;
}

#col-left a {
	color: #f7f0b8;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: lighter;
}

#col-left a:hover {
	font-style: italic;
}

/* Footer */
#footer {
	text-align: center;
	clear: both;
}

/* Text Styling */
.boldType {
	font-weight: bold;
}

.signature {
	float: right;
}

.deadlink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: underline;
}

.disclaimer {
	font-size: 0.8em;
}

.beige {
	color: #f7f0b8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
