body {

	font:11px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background: #eee url(bg.jpg) repeat-x top;
	text-align: center;
        margin: 50px 0 0 0; padding: 0;
	color: #666;
	margin-top:40px;
}
#fix {
	background:none;
	height:auto !important;
	width:750px;
	float:right;
}
#headimg {
	border:0;
	outline:0;
	margin:0;
	padding:0;
}

#splash {
	position:absolute;
	top:0;
	left:0;
	width:400px;height:500px;
	z-index:-99;
	background:none;
}

p {
	line-height:18px;
}

h1 {
	font-size: 25px;
	color: #4a5eab;
        margin: 15px 0 15px 0;
        font-weight: lighter;
        height: 35px;
        padding-top: 5px;
	letter-spacing:-1.0pt;
	line-height:30px;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}
h4 {
	color: #0099CC;
	line-height: 22px;
}
a {
	color: #4a5eab;
}
ul li {
	line-height:20px;
	list-style:square;
}
.admin_button {
	color: #999;font-size:9px;
        text-decoration: none;
}



/* Layout */



#center {
	margin-left: -510px;
	position: absolute;
	left: 50%;
}

#top {

	width: 1020px;
	height: 8px;
	background-image: url(top.png);

}
#slideshow {
    margin-top:10px;
    position:relative;
    height:200px;
    width:966px;
}

#slideshow IMG {
    border:none;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#header {
        height: 200px;
	width:970px;
	margin: 0 15px 0 15px;
        padding: 10px 0 10px 0;
	background:none;
        padding: 0;
	margin-top:10px;
}

#content {
        padding-top: 1px;
	text-align: left;
	width: 1000px;
        padding-left: 10px;
        padding-right: 10px;
	background: url(content_bg.png) repeat-y center top;
}

#text {

        margin: 15px 15px 15px 15px;
	padding-left:10px;
	padding-right:20px;
	min-height:400px;
}

#footer {
	font-size: 12px;
	color: #666;
	text-align: center;
        margin: 0 15px 0 15px ;
        padding: 20px 0 20px 0;
}

#bottom {
	background: url(bottom.png) bottom;
	height: 8px;
	width: 1020px;
	text-align: center;
}

/* CMS settings */
.img-right {
	margin: 0 0 10px 10px;
        padding: 5px;
        border: 1px solid #eee;
	float: right;
}

#menu {
	padding-top:10px;
	width: 970px;
	margin: 0 auto;
	background: #636066;
	height: 30px;
}
#menu a {
	float: left;
	padding: 0px 10px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
}
#menu a.sub {
	display: none;
}
#menu a:hover {
	background-color: #fff;color:#3e75d1;
	border-top:2px solid #b5b5b5;
}
#submenu {
	float: left;
	width: 150px;
	text-align: left;
	padding: 10px;
	margin: 20px;
	margin-left:-10px;
	height: 300px;
	background:#f8f8f8;
	border-left:4px solid #3e75d1;
}
#submenu a {
	line-height: 18px;
	margin-bottom: 5px;
	border-bottom: #ccc;
	color: #444;
	text-decoration: none;
	margin-left: 11px;
	text-align: left;
	display: none;
}
#submenu a.sub {
	display: block;
}
#submenu a.sub:hover {
	color: #000;
	text-decoration:underline;
}
