a img {border: none}

body {

	font: .7em/1.7em  Georgia, serif;
	background: #fff url(bg.jpg) repeat-x top;
	text-align: center;
        margin: 50px 0 0 0; padding: 0;
	color: #555;
	margin-top:40px;
}
#fix {
	background:none;
	height:auto !important;
	width:740px;
	float:right;
}
#headimg {
	border:0;
	outline:0;
	margin:0;
	padding:0;
}

#splash {
	position:absolute;
	top:230px;
	left:0;
	width:400px;height:439px;
	z-index:-2;
}

h1 {
	font-size: 28px;
	color: #2a62a0;
	border-bottom:1px solid #eee;
        margin: 15px 0 15px 0;
	font-family:Verdana, Tahoma, Georgia, "Times New Roman", Times, serif;font-weight:normal;
        height: 35px;
        padding-top: 5px;
	letter-spacing:-1.0pt;
	line-height:30px;
}

h4 {
	color: #0099CC;
	line-height: 22px;
}
a {
	color: #2a62a0;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
li {
	line-height: 20px;
	list-style:square;
}

.admin_button {
	color: #999;
        text-decoration: none;
}
/* Layout */

#center {
	margin-left: -510px;
	position: absolute;
	left: 50%;
}
#top {
	background:#fff;
	width: 1000px;
	height: 8px;
}
#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:5px;
}

#content {
        padding-top: 1px;
	text-align: left;
	width: 1000px;
	background:#fff;
}

#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:#fff;
	width: 1000px;
	height: 8px;
	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: url(mbg.jpg) repeat-x;
	height: 30px;
}
#menu a {
	float: left;
	padding: 0px 10px;
	color: #666;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font:10px/30px bold Verdana, Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#menu a.sub {
	display: none;
}
#menu a:hover {
	background-color: #fff;
	border-top:2px solid #2a62a0;
}
#submenu {
	float: left;
	width: 150px;
	text-align: left;
	padding: 10px;
	margin: 20px;
	margin-left:-10px;
	height: 300px;
	background:#f8f8f8;
}
#submenu a {
	line-height: 18px;
	margin-bottom: 5px;
	border-bottom: #ccc;
	color: #2a62a0;
	text-decoration: none;
	margin-left: 11px;
	text-align: left;
	display: none;
}
#submenu a.sub {
	display: block;
}
#submenu a.sub:hover {
	color: red;
	text-decoration:underline;
}
