@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}
a {
	color: #153C05;
}

img {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0;
	display: block;

}
.img-inline {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
}
.img-homeleft {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0px 10px 0px 10px;
	display: inline;
	float: left;
	font-size: 11px;
}
.img-homeright {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0px 10px 0px 10px;
	display: inline;
	float: right;
	font-size: 11px;
	text-align: right;
}


body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eae2d8;
	background-image: url(images/pageback2.jpg);
}

#container {
	background-color: #EAE1D8;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000099;
	overflow: hidden;
}
#header {
	height: 300px;
	width: 1100px;
	position: relative;
	overflow: hidden;
}

#logo {
	background-image: url(images/logo.jpg);
	float: left;
	height: 300px;
	width: 339px;
	border-right: solid #000099 1px;
	overflow: hidden;
}
#image {
	float: left;
	height: 300px;
	width: 760px;
	overflow: hidden;
}
#menu {
	background-image: url(images/blendbarback2.jpg);
	background-repeat: repeat-y;
	height: 28px;
	width: 1100px;
	border-top: solid #000099 1px;
	border-bottom: solid #000099 1px;
}
#content_container {
	width: 1100px;
	background-image: url(images/mainback.jpg);
	background-repeat: repeat-y;
}




#content_main {
	float: left;
	width: 758px;
	padding: 0px 20px 0px 20px;
	color: #4e2f03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#content_divider {
	background-image: url(images/dividerline.jpg);
	float: left;
	height: 580px;
	width: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-y;
	padding-right: 10px;
}
#content_special {
	height: auto;
	float: left;
	color: #eae2d8;
	padding: 20px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
	overflow: hidden;
}

.special_box {
	background-color: #153c05;
	width: 240px;
	padding: 0px 10px 0px 10px;
}
.input-text {
	background-color: #EAE1D8;
	width: 175px;
	margin-bottom: 10px;
	display: block;
}
label {
	width: 50px;
	display: block;
	float: left;
	margin-top: 3px;
}


.boxheadline {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.special_box_image {
	border: 0;
	outline: 0;
}


#footer {
	background-image: url(images/blendbarback2.jpg);
	background-repeat: repeat-y;
	height: 20px;
	width: 1100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	clear: both;
	border-top: solid #000099 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}



#PhotoContainer1 {
	height: 300px;
	width: 760px;
	background-image: url(images/home1.jpg);
}

#PhotoContainer2 {
	height: 300px;
	width: 760px;
	background-image: url(images/home2.jpg);
}

#PhotoContainer3 {
	height: 300px;
	width: 760px;
	background-image: url(images/home3.jpg);
}

#PhotoContainer4 {
	height: 300px;
	width: 760px;
	background-image: url(images/home4.jpg);
}
#PhotoContainer5 {
	height: 300px;
	width: 760px;
	background-image: url(images/home5.jpg);
}

#PhotoContainer6 {
	height: 300px;
	width: 760px;
	background-image: url(images/home6.jpg);
}
#PhotoContainer7 {
	height: 300px;
	width: 760px;
	background-image: url(images/home7.jpg);
}
#PhotoContainer8 {
	height: 300px;
	width: 760px;
	background-image: url(images/home8.jpg);
}

#slideshow {
	height:300px;
	background-image: url(images/home1.jpg);
	background-repeat: no-repeat;
	width: 760px;
	float: left;
}

#slideshow DIV {
	position:absolute;
	/*    top:0;
    left:0;*/
    z-index:8;
	height: 300px;
	opacity: 0.0; 
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0; 
}

#slideshow DIV.last-active {
    z-index:9;
}

