@charset "utf-8";
/* CSS Document */

html {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
}
h1 {
	color:#666;
}
img {
	border:0;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}

#wrap {
	width:884px;
	margin:auto;
	position:relative;
}

#top {
	color:#FFF;
	width:884px;
	height:188px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:12px;
}
.top {
	height:65px;
	display:inline;
	float:left;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#FFF;
	text-align:center;
}
.top2 {
	height:60px;
	display:inline;
	float:left;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#FFF;
	text-align:center;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.top3 {
	height:57px;
	display:inline;
	float:left;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#FFF;
	text-align:center;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
}
.top2 a,.top3 a {
	color:#FFF;
	text-decoration:none;
}
.top2 a:hover,.top3 a:hover {
	color:#FC0;
	text-decoration:none;
}
#submenu {
	float:left;
	clear:left;
	margin-left:2px;
	width:859px;
}
#submenu a{
	font-size:15px;
	color:#218fce;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	float:left;
	height:20px;
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:11px;
	padding-right:37px;
	padding-left:35px;
}
#submenu a:hover, #submenu a:hover.red {
	color:#FC0;
	text-decoration:none;
}
#submenu a.red{
	color:#d20001;
}

#banner {
	width:884px;
	height:337px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}
#btext {
	width:884px;
	height:auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	text-align:left;
}
.btext {
	float:left;
	display:inline;
	padding-left:20px;
	font-size:12px;
}
#mdiv {
	width:884px;
	height:32px;
	background-image:url(images/midd.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#content {
	width:884px;
	height:auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding-bottom:5px;
}
.column {
	float:left;
	display:inline;
	margin-left:13px;
}
.text {
	padding:15px;
	font-size:14px;
	text-align:justify;
}
.listing1 {
	padding:10px;
	padding-bottom:15px;
	margin-bottom:15px;
	border:solid;
	border-width:1px;
	border-color:#CCC;
}
#footer {
	background-color:#CCC;
	width:838px;
	height:auto;
	margin-left:22px;
	margin-right:20px;
	font-size:10px;
	
}
.fot {
	float:left;
	display:inline;
	padding:10px;
	font-size:10px;
	text-align:center;
}
#fcenter {
	text-align:justify; margin-left:40px; margin-right:40px;
	max-width:375px;
}
#fright {
	text-align:right; 
}
#bott {
	width:884px;
	height:19px;
	background-image:url(images/bott.jpg);
}
.red {
	color:#d20001;
	
}