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

body, td {
	background: #fff;
	color: #5f5e5e;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
/* BASIC STYLES */

.caption {
	color: #C5C5C5;
	margin-top: 5px;
}
.logo {
	background: #fff;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;	
}
ul.nav {
	list-style: none;
}
ul.nav li {
	display: block;
}
ul.nav li.open {
	margin-bottom: 5px;
}
ul.nav li a:link, ul.nav li a:visited {
	color: #999999;
}
ul.nav li a:hover {
	color: #777;
}
ul.nav li.open a:link, ul.nav li.open a:visited {
	color: #666;
}
ul.nav li.open a:hover {
	color: #333;
}

/* BASIC LINKS */

a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}

/* HOME */

#home table.content {
	width: 550px;
}
#home td.pic {
	width: 400px;
}
#home td.info {
	padding-left: 10px;
	padding-bottom: 20px;
	vertical-align: bottom;
}
#home .caption a:link, #home .caption a:visited {
	color: #999;
}
#home .caption a:hover {
	color: #777;
}
/* BASIC PAGES */

#main {
	bottom: 0px;
	left: 154px;
	overflow: auto;
	position: absolute;
	right: 0px;
	top: 268px;
	width: auto;
}
#main .content {
	color: #999999;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	line-height: 23px;
	padding: 5px 35px 25px 55px;
	text-align: justify;
}
#side {
	bottom: 0px;
	left: 5px;
	margin-top: 0px;
	position: absolute;
	top: 9px;
	width: 260px;
}
#footer {
	font-size: 11px;
}

.heading {
	margin: 20px 0 25px 0;
}

/* PHOTOS */

.pic-left {
	float: left;
	margin: 0 20px 0 0;
}
.pic-right {
	float: right;
	margin: 0 0 0 20px;
}
.pic-center {
	float: none;
	margin: 0 0 0 0;
}
.pic-left .caption, .pic-right .caption, .pic-center .caption{
	color: #c7a386;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
	margin: 5px 0 0 0;
}

/* HIGHLIGHTS */

body#highlights {
	overflow: hidden;
}
#highlights #main {
	left: 150px;
	right: 0;
	top: 75%;
	height: 360px;
	margin-top: -225px;
}
#highlights #main .content {
	width: auto;
	padding: 0;
}

#highlights #main ul {
	list-style: none;
	white-space: nowrap;
}
#highlights #main ul li {
	clear: both;
	display: inline;
	margin-right: 1px;
	width: 500px;
	height: 280px;
}
#highlights #main ul li .caption {
	color: #888;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	position: absolute;
	top: 328px;
	top: 312px;
	width: 231px;
}
#highlights .caption b {
	font-size: 10px;
	font-weight: normal;
	color: #ec6247;
	margin-right: 5px;
	text-transform: uppercase;
}
#highlights .heading {
	margin: 0 0 30px -7px;
}

.highlight {
	color:#BE2026;
}


/* PAGES */

body#pages {
	overflow: hidden;
}
#topright {
	bottom: 0px;
	left: 0px;
	margin-top: 10px;
	top: 100px;
	width: 350px;
	float: right;
	margin-right: 15px;
	text-align: right;
}
.smalltext-bottom  .caption   {
	color: #666666;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
	margin: 5px 0 0 0;
}
