/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}

input,select,label,table,tr,td {
	font-size: 100%;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/*------------------ LAYOUT -------------------*/
#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -487px;
	margin-top: -300px;
	width:974px;
	height:600px;
	background-image: url(/images/contentBG.jpg);
	overflow: hidden;
}

#logo {
	position:absolute;
	top:28px;
	left:22px;
}

#logo h1, #pageTitle h2 {
	padding: 0px;
	margin: 0px;
}

#pageTitle {
	float: left;
}

#pageTitle  h2 img {
	margin: 0px 10px 0px 0px;
}

#content {
	position:absolute;
	left:229px;
	top:414px;
	width:671px;
	height:208px;
	z-index: 3;
}

#mainImage {
	position: absolute;
	left: 214px;
	top: 0px;
	width: 760px;
	height: 426px;
	z-index: 2;
	overflow: hidden;
}

#shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 424px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;
	z-index: 5;
	display: none;
}

#footer {
	position:absolute;
	top: 600px;
	left: 50%;
	margin-left: -123px;
	color: #939598;
	font-size: 9px;
	text-align: center;
	width: 246px;
}

/*------------------ NAV -------------------*/
#nav {
	position:absolute;
	left:3px;
	top:272px;
	z-index: 4;
}

#nav ol {
	position:absolute;
	padding:0px;
	margin: 0px;
	list-style:none;
}

#nav ol li {
	margin:0px 0px 1px 0px;
	padding:0px;
	height: 21px;
}

#nav ol li ol {
	display: none;
	position:absolute;
	margin-top: -17px;
	margin-left: 153px;
	padding: 0px;
	display: none;
}

#nav li ol li {
	margin:0px 0px 0px 0px;
	width: auto;
}


#nav li:hover ol, #nav li.over ol { 
	display:block;
	width: auto;
}

#nav li>ol { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/*------------------ GALLERY -------------------*/
#gallery {
	position: absolute;
	left: -1px;
	top: 411px;
	height: 171px;
	width: 215px;
}

#gallery .title {
	width: 215px;
	color: #939598;
	font-size: 10px;
	text-align: center;
	height: 16px;
}

#gallery .thumbnail {
	float: left;
	width: 42px;
	height: 42px;
	margin: 0px 1px 1px 0px;
}

/*------------------ TEXT -------------------*/
#content a {
	color: #E1B724;
	text-decoration: none;
}

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

#content p {
	margin: 0px 0px 7px 0px;
	line-height: 15px;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 120%;
}

.firstBigLetter {
	float: left;
	margin: 0px 10px 10px 0px; 
}

/*------------------ SCROLLBAR -------------------*/
#scrollbar {visibility:hidden;}
#scrollbar img {border: 0px;}
#scroll {
	position: absolute;
	left:29px;
	top:31px;
	width:671px;
	height:140px;
	overflow:hidden; 
	text-align:left;
}

#scroller {
	position:absolute;
	left:0px; 
	top: 0px;
	width:671px;
}
div#scrollbar {position:absolute;width:15px;font-size:1px; z-index:29;left:948px; top:437px;height:150px;}
div#track {position:absolute; left:4px; top:15px;width:7px;z-index:1;height:120px;background-color:#FFFFFF;}
div#dragBar {background-color:#E1B724;position:absolute; left:3px; top:0px;width:7px; height:20px;z-index:21}
div#up { position:absolute; left:0; top:0; z-index:22; }  
div#down { position:absolute; left:0; bottom:0; z-index:23; }  

/*------------------ FORMS -------------------*/
#contactForm label {
	float: left;
	clear: both;
	width: 100px;
	margin-left: 30px;
}

#contactForm input {
	font-weight:normal;
}

.textInput, .textArea {
	border: 0px;
	padding: 1px 2px 2px 2px;
	width: 207px;
	margin-bottom: 1px;
}

.textArea {
	height: 45px;
}

.textInput {
	height: 14px;
}

.formButton {
	float: left;
	clear: both;
	color: #74420F;
	background-color: #DDD;
	border: none;
	padding: 2px;
	margin-left: 30px;
}

.formButton:hover  {
	background-color: #74420F;
	color: #DDD;
	padding: 2px 1px 0px 1px;
	border: solid 1px #DDD;
}