/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #050505;
	background-image: url(/bodybg.jpg);
	background-position: top center;

}

#gallery img{
border: 2px solid #fff;
}

.present1 {
	width: 100%;
	overflow: hidden;
	background: #444;
	position: relative;
	z-index: -1;
	ddisplay: none;

}
.present1 .image {
	top: 0;
	left: 50%;
	width: 1800px;
	position: relative;
	margin: 0 0 0 -900px;
	
}
.present1 .image img {
	display: block;
	margin: 0 auto;
}
.present1 .description {
	bottom: 71px;
	left: 50%;
	width: 828px;
	z-index: 1;
	color: #898989;
	margin: 0 0 0 -414px;
	position: absolute;
	text-align: right;
}
.present1 .description h3 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 1px;
	font-family: 'HelveticaNeueLTStd35Thin';
	font-weight: normal;
	font-style: normal;
}
.present1 .description p {margin: 0;}
.present1 .pdn1 p {
	color: #C2C2C3;
	margin: 0;
}
.present1 .t-black,
.present1 .t-black h1 {color: #131313;}
.present1 .prev,
.present1 .next {
	top: 50%;
	width: 21px;
	height: 36px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	margin-top: -18px;
	text-indent: -9999px;
	background: url("../img/btn-nav2.png") no-repeat;
}
.present1 .prev {left: 26px;background-position: -2px -2px;}
.present1 .next {right: 26px;background-position: -2px -42px;}







/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:980px;
    height:364px;
    margin:0 auto;
    padding-top:0px;
    margin-top:-2px;
}

#slider {
	position:relative;
    width:980px;
    height:364px;
    margin-left:0px;
	background:url(/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/arrowsbg.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#nivos {
height: 217px;
margin-top: 2px;
}
#white {
margin-top: 20px;
width: 100%;
clear: both;

}
#header {
width: 960px;
height: 93px;
background:url(/top.png) no-repeat;
margin-left: auto;
margin-right: auto;

}
#header2 {
width: 960px;
height: 93px;
background:url(/top2.png) no-repeat;
margin-left: auto;
margin-right: auto;

}

#topbar {
background-image: url(/navbg.gif);
width: 100%;
height: 31px;
background-repeat: repeat-x;
clear: both;
}



#nav {
margin: 0;
	padding-top: 2px;
	width: 970px;
margin-left: auto;
margin-right: auto;
line-height: 100%;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	text-shadow: 0 1px 0 #444;
	z-index:9999;

}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	z-index:9999;
		
	
	
}
#main a {
color: #ccc;
font-weight: bold;

}

/* main level link */
#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  8px 11px 0px 11px;
	margin: 0;
	height: 22px;
	border-right: 1px dotted #666;

	

	
	/* text-shadow: 0 1px 0 rgba(200,200,200, 1); */ 
}
#nav a:hover {
	color: #ccc;
}



/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
border-right: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index:9999;
}
#nav ul a:hover {
	background: #5a5a5a url(/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	border-right: none;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	font-size: 13px;
	position: absolute;
	top: 230x;
	left: 0;
	background: #ddd url(/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;



	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

li#current a {
color: #d1af3e;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {

}
#nav ul li:last-child > a {

}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
#main {
clear: both;
width: 925px;
margin-left: auto;
margin-right: auto;
color: #fff;
font-family: 'Merriweather', serif;
font-size: 14px;
padding: 2px 20px 2px 20px;
background-image:url(/bbg.png);
margin-top: 25px;
z-index: 9999px;
-moz-box-shadow: 0 0 6px 6px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 6px 6px rgba(0,0,0,0.5);
box-shadow: 0 0 6px 6px rgba(0,0,0,0.5);
}
#main h1{
color: #d1af3e;
font-size: 36px;
font-family: 'Merriweather', serif;
text-shadow: 3px 3px #000;
margin-bottom: 0px;
margin-top: 10px;
}
#main h2{
color: #d1af3e;
font-size: 24px;
font-family: 'Merriweather', serif;
text-shadow: 2px 2px #000;
}
#main h3{
color: #fff;
font-size: 18px;
font-family: 'Merriweather', serif;
text-shadow: 0 1px 0 #444;
}
#footer {
width: 960px;
margin-left:auto;
margin-right:auto;
}
#logo {
float: right;
font-family: 'Merriweather', serif;
color: #aaaaaa;
font-size: 12px;
text-shadow: 0 1px 0 #000;
text-align:right;
}
#logo a {
color: #aaaaaa;
text-decoration: none;
}
#logo a:hover{
text-decoration: underline;
}
#address {
float: left;
width: 250px;
font-family: 'Merriweather', serif;
color: #aaaaaa;
font-size: 12px;
text-shadow: 0 1px 0 #000;

}
#strapline {
float: left;
width: 300px;
font-family: 'Merriweather', serif;
color: #aaaaaa;
font-size: 12px;
text-shadow: 0 1px 0 #000;
margin-left: 50px;
}
#strapline a{
color: #aaaaaa;
text-decoration: none;
}
#strapline a:hover{
color: #aaaaaa;
text-decoration: underline;
}
#address2 {
float: right;
width: 200px;
font-family: 'Merriweather', serif;
color: #aaaaaa;
font-size: 12px;
text-shadow: 0 1px 0 #000;
margin-left: 50px;
}
.bigfont {
font-size: 14px;
font-weight:bold;
}
#address a{
color: #aaaaaa;
text-decoration: none;
}
#address2 a:hover{
color: #aaaaaa;
text-decoration: underline;
}
#address2 a{
color: #aaaaaa;
text-decoration: none;
}
#address a:hover{
color: #aaaaaa;
text-decoration: underline;
}
#language table {
padding-top: 12px;
margin-left: 350px;
font-size: 11px;
color: #b39635;
font-family:Arial, Helvetica, sans-serif;
text-shadow: 0 1px 0 #000;
margin-right: 10px;
}
#language a{
color: #999;
text-decoration: none;
}
#language a:hover{
color: #999;
text-decoration: underline;
}
#col1-4 {
width: 210px;
padding-right: 10px;
border-right: 1px dotted #aaa;
float: left;
}
#col2-4 {
width: 210px;
padding-left: 10px;
padding-right: 10px;
border-right: 1px dotted #aaa;
float: left;
}
#col3-4 {
width: 210px;
padding-left: 10px;
padding-right: 10px;
border-right: 1px dotted #aaa;
float: left;
}
#col4-4 {
width: 210px;
padding-left: 10px;
float: left;
}
.imageborder {
border: 2px solid #999;
margin-left: 20px;
}
.imagebordernone {
margin-left: 20px;
margin-bottom: 20px;
}
.smallborder {
border: 1px dotted #aaa;
}
#plots td{
height: 24px;
}
#infobox {
background-color: #333;
padding: 10px;
float: right;
width: 300px;
}
#infobox li{
margin-bottom: 15px;
}




#form2 {
font-family: 'Merriweather', serif;
font-size: 15px;
font-weight: bold;
color: #ffffff;
text-shadow: #222 1px 1px 1px ;
margin-left: 20px;
}
#form2 table{
background-color: #222222;
border-color: #111111;
border-width: 1px;
border-style: solid;
padding: 5px;


	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#form2 INPUT {
border-color: #cccccc;
border-width: 1px;
width: 300px;
}
#form2 TEXTAREA {
border-color: #cccccc;
border-width: 1px;
width: 300px;
font-family: Arial, sans-serif;
}
#form2 SELECT {
border-color: #cccccc;
border-width: 1px;
width: 300px;
}

.aButton {
margin-top: 3px;
background-color: #000000;
height: 24px;
border-color: #ffffff;
border-width: 1;
border-style: solid;
color: #ffffff;
font-family: 'Merriweather', serif;
font-size: 15px;
font-weight: bold;
text-shadow: #222222 1px 1px 1px ;
cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}
#spacer {
clear: both;
width: 100%;
weight: 20px;
}
#footprint {
margin-top: 12px;
font-size: 12px;
}
#sectiontable td {
color: #000;
}
#sectiontable img{
border: 1px solid #bbb;
margin: 5px;
}
#sectiontable p{
padding: 5px;
font-weight: bold;
}

#sectiontable td#title {
color: #fff;
background-color:#333;
font-size: 19px;
font-weight: bold;
text-align:center;
color: #fff;
text-shadow: none;
margin-top: 0px;
margin-bottom 0px;
padding: 5px;
}