body {
	background:  #695645 url('/assets/images/bg.jpg') top repeat-x;
	text-align:center;
}
#content { text-align:left; }
ul.home-thumbs{ margin:0; padding:0; list-style:none; }
  ul.home-thumbs li { float:left; margin:0 0.1em 1em 0; }
#menu {
	background: url('/assets/images/menu.png') top left repeat-x;
}

#menu_logo {
	height: 100px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	background: url(/assets/images/logo_bg.png) no-repeat;
}

#menu_link {
	height: 35px;
	margin: 30px 0 0 10px;
}

#menu_link li {
	display: inline;
	list-style-type: none;
	padding-right: 14px;
}


#menu_link a:hover {
	border-bottom: 1px solid #FCD718;
}

#slideshow {
	margin:0 auto;
    height:400px;
	width: 900px;
	text-align:center;
	overflow:hidden;
}

#slideshow img {
	text-align: center;
	visibility:none;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#content {
	background: url('/assets/images/main.png') top center repeat-y;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar {
	padding: 20px 0 20px 40px;
	font-family: Helvetica, Arial, sans-serif;
}

.module {
	border: solid 1px #CCCCCC;
	width: 290px;
	margin-top: 10px;
}

.box_content {
	padding: 20px;
}

#main {
	padding: 20px 40px 0px 0;
	margin-bottom: 10px;
}

.main_box {
	width: 270px;
	float: left;
}

#footer {
	background: url('/assets/images/footer.png') top center no-repeat;
}

#footer_content {
	padding: 20px 10px;
}

#gallery1 ul, #gallery2 ul { list-style: none; }
#gallery1 ul li, #gallery2 ul li { display: inline;}
#gallery1 ul img, #gallery2 ul img {
		border: 5px solid #2f221d;
		border-width: 5px 5px 20px;
	}
#gallery1 ul a:hover img; #gallery2 ul a:hover img {
		border: 5px solid #2a1e1a;
		border-width: 5px 5px 20px;
		color: #2a1e1a;
	}
#gallery1 ul a:hover, #gallery2 ul a:hover { color: #2a1e1a; }

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fcd718;
	text-transform:none;
}
#main { line-height:normal; }

h2, h3 { color:#fcd718; line-height:20px; }

h2{ font-size:1.4em; }

h3{ font-size:1.1em; }

p{
	font-family:Tahoma, Arial, Geneva, sans-serif;
	margin:0 0 12px 0;
	line-height:21px;
}
ul li{ margin:0 0 1em 0; line-height:20px; }

.news-item { margin:1.5em 0 0; }

.news-item a,.news-item a:visited{ text-decoration:none; }

.news-item a:hover {text-decoration:underline; }

.news-date { color:#fff; text-transform:capitalize; }

.pod{
	margin: 0 0 20px 5px;
}
.theme-color-yellow, a.theme-color-yellow:visited{
	color:#fcd718;
	font-size: inherit;
}
.pod h3 { font-family:Arial, Helvetica, sans-serif; }

.pod ul { line-height:20px; }

.pod ul li{ margin:0 0 8px 0; }

.pod ul li * { font-size:11px; }

.pod ul li a, .pod ul li a:visited { text-decoration:none;}

.pod ul li a:hover {text-decoration:underline; }

.pager { margin:1.5em 0 0 }

.pager a{ font-size:11px; color:#fcd718; }

.imgBorder{
	border:1px solid #C5A087;
	padding:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.imgMiddle{
	vertical-align:middle;
}
a.more-link{
	color:#fcd718;
}
.more-info{
	display:none;
}
.small-font{
	font-size:11px;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
