body {
    background-color: transparent;
}

div#top_menu{
    position: fixed;
    left: 0;
    top: 0;
	height:54px;
	width: 100%;
    z-index: 99;
}

#topnav{ height: 54px; width:980px; margin: auto; padding:0px; font-weight: bold; background: #0E192D url(../images/bluedarkblue/top_menu_bg.png) top repeat-x;}
#topnav ul { margin: 0px 0px 0px 11px; padding: 0; width: auto; float: left; list-style-type:none; }
#topnav ul li{ margin: 0; padding: 0; height: 54px; float: left; position: relative; }
#topnav ul li a{ color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 14px 10px 0px 10px; height:40px; display: block; float: left; }
#topnav ul li a:hover{ background-color: #444444; text-decoration: none; font-weight: bold; color: #fff; }
#topnav ul li ul ul { margin: -50px 0 0 297px; z-index: 100; }
#topnav ul li li { width:auto; height: 35px; }
#topnav ul li li a { color: #000000; text-transform: none; display: block; background: none; width: 277px; border-top: 1px solid #DDDDDD; border-left: 0px; padding: 9px 10px 6px 10px; height:20px; }
#topnav ul li li a:hover{ background: none; background-color: #333333; left: 0; width: 277px; padding: 9px 10px 6px 10px; height:20px; border-top: 1px solid #DDDDDD; }
#topnav ul li ul { left: -999em; top: 54px; left: 0; display: block; height: 36px; width: 277px; position: absolute; z-index: 99; left: -999em; clear: left; margin-top: 0px; margin-left: 0px; }
#topnav ul li:hover ul ul, #topnav ul li:hover ul ul ul { left: -999em; }
#topnav ul li:hover ul, #topnav ul li li:hover ul, #topnav ul li li li:hover ul { left: auto; }


#topnav ul li a:hover{ background: #298FBA; }
#topnav ul li a.active{ background: #298FBA; }
#topnav ul li li { background: #298FBA; KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }
#topnav ul li li a:hover{ background: #0E192D; filter: alpha(opacity:90); KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }


div#main_bg{
	margin:54px auto 0;
	width: 979px;
	text-align:left;
}

div.banner-home {
	background: #FFF url(../images/banner1.jpg) top center no-repeat;
}

div.banner {
    background: #FFF url(../images/bg1.png) top left repeat-x;
}

div#h_area-home {
	margin:0px auto;
	width: 964px;
	height:82px;
	text-align:left;
	padding-left:14px;
	padding-top:10px;
}

div#h_area{
	margin:0px auto;
	width: 964px;
	text-align:left;
	padding-left:14px;
	padding-top:10px;
}

.logo{
	display: block;
	float:left;
	padding-top:5px;
	margin-bottom:10px;
	margin-left:10px;
	width:600px;
}
a.logo,a.logo:link,a.logo:hover, a.logo:visited{
	font-size:32px;
	line-height: 58px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#power_by {
    text-align: center;
    color:white;
    padding-bottom: 10px;
    font-size:11px;
}

#content-home {
    margin: 15px 0 0 0;
}

#content {
    margin: 100px 10px 0 10px;
}

#content, #content-home {
    font-family: trebuchet ms;
    font-size: 12pt;
}

div#f_area{
	background: #3C3C3C url('../images/f_area_bg.png') bottom center no-repeat;
	margin:0px auto;
	width: 978px;
	text-align:left;
	margin-bottom:3px;
}


.homepage-box h3 {
    text-align: center;
}

.margin-bottom {margin-bottom: 10px}
.margin-top {margin-top: 10px}
.nomargin {margin: 0}

.text-left {text-align: left}
.text-right {text-align: right}
.text-center {text-align: center}

div.news-item {
    background: #eee;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 15px;
}

.news-content {

}

.news-intro {

}

.news-expandable {
    display: none;
}

/* gallery */

div#gallery {
    margin: 20px 10px;
}

div#gallery img {
    max-height: 100px;
    max-width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

div.gallery-box {
    float: left;
    margin: 3px;
    width: 150px;
    height: 100px;
    border: 1px solid #999;
    position: relative;
}

ul.story-list {
    list-style-type: none;
}

ul.story-list li {
    margin-bottom: 8px;
    font-size: 12pt;
}

ul.doc-list li { margin-bottom: 10px; list-style-image: url('/images/file-pdf.gif'); }

table.grid td {
    border: 1px solid #ddd;
    padding: 5px;
}