@CHARSET "UTF-8";

html {

}


body
{
	background:url('../img/top/bk-main.gif') center 33px no-repeat;
	background-color:#999;
	background-color:#f9f9f9;	
    font:100% Verdana, Arial, "Trebuchet MS", Tahoma;
	color:#666666;
}

* {
    margin: 0;
    padding: 0;
}

ul li {
	list-style: none; 
	display:inline;
}

a{
	color:#99B3CC;
}

img{ 
	border:none;
}

/*----------------------------------------------------------------*/
/* Header */

#header{
	width:100%;
	clear:both;
	float:left;
	height:45px;
	background:url('../img/top/bk-nav.gif') repeat-x 0 0;
}

#header-content{
	margin: 0 auto 10px;
	position:relative;
	width:1000px;
}

#logo{ 
	z-index:1000;
	position:absolute;
	float:left;
	padding:0px;
	margin:3px 24px 0px;
}

/*----------------------------------------------------------------*/


#main {
	margin:0 auto;
	width:990px;
	text-align:left;
}

/*----------------------------------------------------------------*/
/* container */

.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;
	margin-top:-12px;
	overflow:hidden;
}

.colright,.colmid,.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,.col2,.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
}

/*----------------------------------------------------------------*/
/* columns */

.threecol {
	/*background:#fff;*/
}
.threecol .colmid {
	right:27.8%;
}
.threecol .colleft {
	right:70%;
}

.threecol .col1 {
	width:74.8%;
	left:120%;
	background:#fff;
}

.threecol .col2 {
	width:20%;
	left:25%;
}

.threecol .col3 {
	width:0%;
	left:100%;
}

/*----------------------------------------------------------------*/
/* Footer */

#footer {
	background:url("../img/bot/bk-bot.gif") top center no-repeat;
	float:left;
	width:100%;
	height:76px;
}

#footer-content {
	padding:34px 50px 20px 0px;
	margin:0 auto;
	text-align:right;
	width:990px;
	font-size:10px;
	color:#666;
}

#footer-content ul{
	margin:10px;
}
#footer-content li{
	margin:2px;
}
#footer-content img{
	border:none;
	margin-bottom:-3px;
}

.vertical-sep{
	font-size:10px;
}
/*----------------------------------------------------------------*/
/* Site map */

#site-map{
	float:left;
	width:100%;
}
#site-map-content{
	padding:10px 0px 0px 60px;
	margin:0 auto;
	width:990px;
	font-size:10px;
	color:#666;
}

ul.site-map{
	display:block;
	margin:30px;
	color:#666;
} 
.site-map li{
	display:block;
	margin-left:20px;
}
.site-map .site-map-h3{
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
}
.site-map .site-map-h4{
	margin-left:5px;
} 
ul.site-map a{
	text-decoration:none;
	font-size:12px;
	color:#666;
}
ul.site-map a:hover{
	text-decoration:underline;
} 
/*----------------------------------------------------------------*/
/* Main content */


#main-content{
	min-height:600px;
}
