/*General*/
body {
	width: 100%;
	margin: 0px auto;
	font-family: Arial, non-serif;
	color: #000000;
	font-size: 9pt;
	vertical-align: top;
	min-width: 835px;
	background: url(img/bg.jpg) top center repeat;
}
h1 {
	font-size: 12pt;
	margin: 60px 0px 0px 25px;
}
h2 {
	font-size: 12pt;
	margin: 20px 0px 0px 25px;
}
p {
	margin: 15px 25px;
	line-height: 13pt;
}
a,
a:visited {
	color: #000000;
}
a:hover {
	color: #ffffff;
}
a.strong_link {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.banner {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 227px;
}
.main {
	background-image: url(img/bg_main.gif);
	background-repeat: repeat;
	background-position: top left;
	margin: 0px auto;
}

/*Content*/
.content {
	margin: 0px auto;
	width: 835px;
	text-align: justify;
}
.content_box {
	width: 835px;
	padding-bottom: 50px;
}
.back {
	margin: 45px 25px;
	line-height: 13pt;
	text-align: right;
	font-size: 8pt;
}
.contact_form form {
	margin: 0px 25px;
	padding-top: 10px;
	border-top: 1px solid #decfa6;
}
p.links a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

/*Menu*/
.menu {
	float: right;
	font-size: 10pt;
	font-weight: bold;
}
.menu ul {
	list-style: none;
	margin: 10px 3px 0px 0px;
	padding: 0px;
}
.menu li {
	display: inline;
	margin: 0px;
}
.menu li a {
	padding: 0px 12px 0px 8px;
	border-right: 1px solid #000000;
	text-decoration: none;
}
.menu a.last {
	border-right: 1px solid #cec098;
}
.current a {
	color: #ffffff;
	text-decoration: none;
}
.sub_menu {
	margin-top: 40px;
	min-height: 1px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #decfa6;
}
.sub_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.sub_menu ul li {
	display: inline;	
}
.sub_menu ul li a {
	display: block;
	float: left;
	padding: 5px 12px 5px 8px;
	color: #908669;
	text-decoration: none;
}
.sub_menu ul li a:hover,
.sub_menu ul li.current a {
	background-color: #d4c69f;
}
.clear {
	clear: both;
	}
/*Footer*/
.footer {
	width: 740px;
	margin: 15px auto;
	font-size: 7pt;
	text-align: right;
}

/*Slideshow*/
#MySlideshow {
	width: 400px;
	height: 266px;
	float: right;
	margin: 0 20px;
	}
.slideshow, .slideshow-label, .slideshow-content, .slideshow-panel {
    font:12px Verdana, Tahoma, sans-serif;
}
.slideshow {
    padding:0;
    border:0;
    position:absolute;
    display:none;           /* Set to "none" for not preview slideshow content */
    z-index:1
}
.slideshow-content {
    padding:0;
    background-color:#fff;
    color:#333;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.slideshow-content img {
    padding:0 !important;
    border:0 !important;
}
.slideshow-slide {
    display:none;
    position:absolute;
}
