@charset "utf-8";

body, p, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, p {
	color: #f8f1e6;
	line-height: 16px;
}

html {
	background: #000 url(../images/bgstrip.png) top repeat-x;
}

body {
	width: 886px;
	margin: 0 auto;
	background: url(../images/headerbg.png) top left no-repeat;
}

h1, h2 {
	color: #dab370;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}

a img { border: 0; }

a {
	color: #916fa8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p { margin-top: 0; }

#links dl {

}

#links dl dt {
	color:  #dab370;
	font-size: 12px;
  line-height: 18px;
	margin: 14px 0 0px 0;
}

#links dl dd {
	line-height: 18px;
	margin-left: 0;
}

#links dl dd a {

}

.bg-star {
	background: url(../images/bgstar.jpg) right 100px no-repeat;
}

#navigation {
	padding: 153px 0 0 503px;
	height: 65px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;	
}

#navigation ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
}

#navigation ul li a {
	display: block;
	height: 65px;
	text-indent: -10000px;
	overflow: hidden;
}

#navigation ul li.home a {
	width: 69px;
	background-image: url(../images/home_off.png);
}
#navigation ul li.home a:hover, #home #navigation ul li.home a {
	background-image: url(../images/home_on.png);
}

#navigation ul li.about a {
	width: 76px;
	background-image: url(../images/about_off.png);
}
#navigation ul li.about a:hover, #about #navigation ul li.about a {
	background-image: url(../images/about_on.png);
}

#navigation ul li.media a {
	width: 81px;
	background-image: url(../images/media_off.png);
}
#navigation ul li.media a:hover, #media #navigation ul li.media a {
	background-image: url(../images/media_on.png);
}

#navigation ul li.links a {
	width: 66px;
	background-image: url(../images/links_off.png);
}
#navigation ul li.links a:hover, #links #navigation ul li.links a {
	background-image: url(../images/links_on.png);
}

#navigation ul li.contact a {
	width: 87px;
	background-image: url(../images/contact_off.png);
}
#navigation ul li.contact a:hover, #contact #navigation ul li.contact a {
	background-image: url(../images/contact_on.png);
}

#content {
	margin-top: 10px;
  min-height: 400px;
	overflow: auto;
}

#footer {
	padding: 10px 0 10px 0;
	text-align: center;
	color: #524732;
}

.left-column {
	float: left;
	width: 458px;
}

.right-column {
	float: right;
	width:	379px;
}

#imageRotator {
	height: 486px;
}

#about #content {
	height: 540px;
}

#about p {
	clear: left;
	width: 560px;
}

#about p.lead {
	clear: none;
	width: auto;
	font-size: 14px;
	line-height: 20px;
}

#about img {
	float: left;
	margin-right: 20px;
}

#home p {
	font-size: 14px;
	line-height: 18px;
}

input, textarea {
	width:						300px;
	border:						none;
	padding:					4px;
	background-color:	#9c7cb1;
	font-weight: bold;
}

textarea {
	height:						75px;
}

input.radio, .radio input {
	width:						auto;
	border:						none;
	background-color:	transparent;
}

input.button {
	font-weight:			bold;	
	width:						auto;
}

table.form {
	margin: 40px 0 0 160px;
}

table.form tr td {
	padding-bottom:		10px;
}

table.form tr td.label {
	width: 						150px;
	color: #dab370;
}


#media #player {
	text-align: center;
	z-index: 1;
}

#media #pictures {
  z-index: 2;
	margin: 20px 0 0 0px;
}

.highslide 
{
	
}
.highslide img 
{
	border: 1px solid #000;
	margin: 0 12px 10px 0;
}

.highslide img.pano
{
	margin: 0 11px 10px 0;
}
.highslide:hover img
{
	border: 1px solid #916fa8;
}
.highslide-image
{
	border: 4px solid #000;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	bo2rder-top: 1px solid white;
	bo2rder-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



hr {
	border: 0;
	color: #524732;
	background-color: #524732;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

hr + h1 {
	margin-top: 20px;
}

