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

body{
margin:0px;
padding:0px;
font-family:"Times New Roman", Times, serif;
font-size:14px;
background:#333;
}

a,h2,h3,h4{
color:#A35201;
}

h1{
display:none;
}

h2,h3,h4,h5,h6{
margin:2px 0px 16px 0px;
}

h2{
font-size:24px;
}

h3{
font-size:20px;
}

h4{
font-size:16px;
}

h5{
font-size:16px;
color:#666;
}

h6{
font-size:14px;
color:#666;
}

#container{
width:100%;
background: url(../images/pagebg.jpg) top left repeat-x;
}

#header{
background:url(../images/headerbg.jpg) top left no-repeat;
position:relative;
width:870px;
height:212px;
margin:0px auto;
}

#menu{
position:absolute;
bottom:13px;
left:110px;
height:30px;
}

#menu ul{
margin:0px;
padding:0px;
list-style:none;
height:30px;
float:left;
display:block;
}

#menu ul li{
list-style:none;
margin:0px;
padding:0px 5px;
height:30px;
display:inline;
float:left;
}

#menu ul li a{
display:block;
text-align:center;
text-decoration:none;
float:left;
padding:6px 15px;
font-size:15px;
height:18px;
color:#333;
background:url(../images/menubg.gif) bottom left repeat-x;
}

#menu ul li a:hover{
background:url(../images/menubg_hover.gif) bottom left repeat-x;
}

#menu ul li.active a,#menu ul li.active a:hover{
background:url(../images/menubg_active.gif) top left repeat-x;
color:#fff;
}

#outercontent{
width:870px;
padding:0px 0px;
margin:0px auto;
background:url(../images/outercontentbg.jpg) top left repeat-y;
}

#content{
background: url(../images/contentbg.jpg) top left no-repeat;
width:790px;
padding:0px 40px;
}

#innercontent{
background:#fff url(../images/innercontentbg.jpg) top left repeat-x;
width:770px;
padding:9px;
border:1px solid #999;
}

#innercontent p{
line-height:150%;
}

#footer{
background:url(../images/footerbg.jpg) top left no-repeat;
color:#ccc;
font-size:11px;
text-align:center;
width:800px;
padding:20px 35px;
margin:0px auto;
}

#footer a{
color:#ccc;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#prevLink, #nextLink{
cursor:pointer;
}

#overlay {
	background-image: url(../overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(../blank.gif);
	filter: Alpha(opacity=50);
}


.gallerythumb{
width:150px;
}

#gallery img{
margin:7px 15px;
padding:4px;
border:1px solid #ccc;
background:#fff;
float:left;
display:inline;
width:150px;
}

#gallery a{
color:#660;
font-weight:bold;
text-decoration:none;
}

#gallerymenu{
display:block;
font-size:11px;
clear:both;
border-bottom:1px solid #efefef;
margin:0px 0px 10px 0px;
padding:0px 0px 10px 0px;
}

#gallerymenu ul{
display:block;
margin:0px;
padding:0px;
list-style:none;
}

#gallerymenu ul li{
list-style:none;
display: inline;
float:left;
margin:0px;
padding:0px 5px;
}

#gallerymenu ul li a{
color:#666;
}
