/* CSS Document */


/* Layout */


.main-container
{
	width: 900px;
	margin: auto;
	text-align: center;
}
.logo
{
	width:100%;
	margin: auto;
	margin-bottom: 8px;
	#margin-bottom: 0px;
	padding-bottom: 0px;
}
.top-menu
{
    display: none;
}
.top-menu-tline
{
    display: none;
}
.top-menu-items
{
    display: none;
}
.top-menu-item, .top-menu-item-1, .top-menu-item-8
{
    display: none;
}
.bottom-menu-hp
{
	display: none;
}
.active
{
    display: none;
}
.middle-menu
{
    display: none;
}
.mid-menu-items
{
    display: none;
}
.mid-menu-item, .mid-menu-item-1, .mid-menu-item-12, .mid-menu-item-active, #more-info
{
    display: none;
}


.mid-menu-items-row2
{
    display: none;
}
.mid-menu-items-other
{
    display: none;
}
.mid-menu-item-other, .mid-menu-item-other-first
{
    display: none;
}

.soft-header
{
    display: none;
}
.bottom-menu
{
    display: none;
}
.bottom-menu-item, .bottom-menu-item-1, .bottom-menu-item-6
{
    display: none;
}

/* slideshow */
#header {
	width:100%;
    height: 100%
	float:left;
	background:#fff;
	border:5px solid #fff;
}

#header-border {
	border:5px solid #fff;
	width:100%;
	float:left;
	height: 100%;
   	background:#fff;

}
#header-padding {
	width:900px;
	float:left;
	padding: 5px;
	#padding: 5px 5px 5px 0px;
	background:#fff;    
	border:5px solid #fff;    
}
#header-border-info
{
	border:5px solid #fff;
	width:900px;
	float:left;
	background:#fff;    
}
#header-padding-info
{
	width:900px;
	float:left;
	padding: 5px;
	height: 100%;
	background:#fff;    
	border:5px solid #fff;    
}
#header-image {
	float:left;
	width: 890px;
	background-repeat: no-repeat;
	background:#fff;    
	border:5px solid #fff;    
}


#content-container {
	width: 100%;
    height: 120%;
    
	text-align:justify;
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	color: #000;
	
    
    z-index: 999;
	visibility: visible;
    position: relative;
    top: 1px;

	background:#fff;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;    
	border:5px solid #fff;    
}

#content {
	text-align:justify;
	width:100%;
	height: 100%;

	margin:20px;
	overflow-y:visible;
	overflow-x: visible;
	line-height: 24px;
	color: #8D9092;
	background:#fff;    
}

#content-padding {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	background:#fff;    
}

.content-header, h1
{
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#231F20;
	font-weight: bold;
	background:#fff;    
}
