/* Skelet */
*{
	border:0;
	margin:0px;
	padding:0px;
	outline:0px;
}

body{
	background:#d9d9e5;
	background-image:url(../images/bg_fade.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

.header{
	width:941px;
	height:219px;
	background-image:url('../images/bg_header.jpg');
}

.header-nav{
	width:868px;
	height:37px;
	background:url('../images/bg_nav.jpg');
	position:relative;
	top:0px;
	text-align:left;
	vertical-align:middle;
}

.wrapper{
	background-image:url('../images/bg.jpg');
	width:1001px;
	height:1059px;
	padding:0px 0px;
	margin-bottom:60px;
}

#content-wrapper{
	width:941px;
	min-height:795px;
	background-image:url('../images/bg_content_fade.jpg');
	background-repeat:repeat-y;
	margin-bottom:28px;
}

#content-container{
	width:941px;
	min-height:795px;
	background-image:url('../images/bg_content.jpg');
	background-repeat:no-repeat;
}

.content-list{
	list-style: none;
	margin-left:0px;
	line-height:17px;
}

.content-list li:before{
	color:#006688;
	font-weight:bold;
	content:"\00BB \0020";
}

#content-border{
	padding:17px 15px;
	font-family:tahoma;
	font-size:12px;
}

#left-col{
	width:459px;
/*	height:740px; */
	padding:55px 22px 0px 36px;
	float:left;
	text-align:left;
}

#right-col{
	width:422px;
	float:right;
	text-align:left;
}

#content{
	width:459px;
	min-height:512px;
	background:white;
	margin-top:19px;
}

#footer{
	width:941px;
	height:49px;
	background-image:url('../images/bg_footer.jpg');
}

.banner_1{
	margin-top:33px;
	width:391px;
	height:128px;
}

.banner_2{
	margin-top:22px;
}

.banner_3{
	margin-top:22px;
}

#top-nav{
	position:relative;
	width:800px;
	left:10px;
	top:10px;
	font-family:Helvetica, Verdana, Tahoma;
	font-size:14px;
	font-weight:normal;
}

#top-nav li{
	display:inline;
	margin:10px;
}

#top-nav li a{
	color:white;
	text-decoration:none;
	font-style:italic; 
}

#top-nav li a:hover{
	color:#AAFFEE;
}

#hotline{
	width:457px;
	height:92px;
	background:url('../images/bg_hotline.jpg');
	margin-top:17px;
	margin-bottom:20px;
}

h1{
	Font-family:Helvetica, Tahoma;
	font-style:italic;
	font-size:22px;
	color:#283891;
	margin-left:15px;
}

#footer-nav{
	text-align:left;
	position:relative;
	top:17px;
	margin-left:10px;
	font-family:Tahoma;
	font-size:12px;
}


#footer-nav li{
	display:inline;
	margin-left:10px;
}

#footer-nav li a{
	color:white;
	text-decoration:none;
}

#footer-nav li a:hover{
	color:#AAFFEE;
	text-decoration:none;
}

.flag{
	float:right;
	position:relative;
	top:-7px;
	margin-right:15px;
}

#clear{
	clear:both;
}