@charset "utf-8";
body {
	background-color: #773d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
img {
	border: 0;
}
#slideshow_left {
	background-image: url(../images/showleft.jpg);
	padding: 5px;
}
#slideshow_right {
	background-image: url(../images/showright.jpg);
}
#content_bottom {
	background-image: url(../images/content_orange_bg.jpg);
	background-color: #E58A15;
	background-repeat: repeat-x;
	text-align: center;
}
#content_top {
	background-image: url(../images/content_white_bg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	text-align: left;
}
#content_area_left {
	padding-left: 13px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
#content_area_right {
	padding-left: 9px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
#footer {
	background-color: #d57b1b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fec166;
	padding: 5px;
	color: #FFF;
	font-size: 10px;

}
.footer_link a:link {
	color: #fdd9a3;
	text-decoration: none;
}
.footer_link a:visited {
	color: #fdd9a3;
	text-decoration: none;
}
.footer_link a:hover {;
	color: #fdd9a3;
	text-decoration: none;
}
.footer_link a:active {
	color: #fdd9a3;
	text-decoration: none;
}
.footer_title a:link {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.footer_title a:visited {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.footer_title a:hover {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.footer_title a:active {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.footer_separator {
	border-right: 1px dotted #f5d1a0;
}
#copyright {
	font-size: 10px;
	color: #f9b03e;
	text-align: center;
}

/* Tabs */
ul#tabs {
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0;
}
ul#tabs li {
	display: inline;
}
div.tabContent.hide {
	display: none;
}
.twitterlink a {
	font-size: 12px;
	color: #999;
}
.twitterlink a:link {
	font-size: 12px;
	color: #999;
}
.twitterlink a:visited {
	font-size: 12px;
	color: #999;
}
.twitterlink a:hover {
	font-size: 12px;
	color: #999;
}
.twitterlink a:active {
	font-size: 12px;
	color: #999;
}
