@charset "utf-8";
/*
** Site Index CSS File
** Author: Molay
** Version: 1.0
** Modified: 2009-04-21
** Copyright: 2009 (C) WebStudio Beijing, Inc.
*/

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #296C87;*/
	background-image: url("../image/background.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	font-size: 12px;
	color: #000000;
	height: 100%;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.br {
	height: 6px;
}

#base {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background-color: #FFFFFF;
}

#main {
	width: 1010px;
	margin-left: 5px;
	/*background-color: #296C87;*/
}

#top {
	background-color: #FFFFFF;
}
#topMiddle {
	border-top-color: #86B2CE;
	border-top-style: dotted;
	border-top-width: 2px;
	border-bottom-color: #86B2CE;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 65px;
}
#topLeft {
	position: relative;
	left: 15px;
	top: -6px;
}
#topRight {
	position: relative;
	bottom: 15px;
	left: 335px;
}

#content {
	/*margin-left: auto;
	margin-right: auto;
	display: block;
	width: 1019px;*/
}

#left {
	width: 164px;
	float: left;
	/*background-color: #FFFFFF;
	color: #296C87;*/
}

#right {
	float: right;
	/*margin-left: 2px;
	background-color: none;
	padding-right: 5px;*/
}

#search {
	background-color: #FFFFFF;
	color: #296C87;
}
#search .title {
	text-align: center;
	font-size: 16px;
}
#search .titleTips {
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	background-color: #86B2CE;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#search .input {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}
#search .radio {
	font-size: 9px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#search .submit {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#search .button {
	width: 100px;
	text-align: center;
	color: #296C87;
	height: 30px;
}

#mapIt .submit {
	text-align: right;
	margin-top: 4px;
}

#mapIt .button {
	width: 100px;
	text-align: center;
	color: #296C87;
	height: 30px;
}

#mapIt {
	margin-top: 1px;
	background-color: #FFFFFF;
	height: 127px;
	max-height: 127px;
	text-align: right;
	color: #DE003E;
	/*padding-left: 5px;*/
	padding-right: 5px;
}


#footer {
	margin-top: 0px;
	background-color: #86B2CE;
	color: #FFFFFF;
}
#footerMiddle {
	margin-left: 5px;
	margin-right: 5px;
	
	border-top-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 60px;
}
#footerLeft {
	margin-top: 23px;
	float: left;
	font-size: 11px;
}
.footerNav {
	padding-right: 20px;
	padding-left: 20px;
	border-right-color: #FFFFFF;
	border-right-style: dotted;
	border-right-width: 2px;
}
.footerNavEnd {
	padding-left: 20px;
}
#footerRight {
	margin-top: 24px;
	margin-right: 10px;
	float: right;
	font-size: 9px;
}

#footerMiddle a:link, #footerMiddle a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#footerMiddle a:hover, #footerMiddle a:active{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: #DE003E;
}

