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

*{
margin: 0;
padding: 0;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
}
html {
	height: 100%;
}
img {
	border: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #EEEEEE;
	padding: 5px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	text-align: center;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	text-align:center;
 	color: #333333;
}
h4 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #336633;
	padding: 5px;
}
p {
	padding: 5px;
	color: #666666;
	text-align: justify;
}
li {
	text-align: left;
	list-style-type: circle;
	padding: 5px;
	margin-left: 15px;
	list-style-image: url(../images/dot.gif);
	list-style-position: inside;
}
label {
	font-weight: bold;
}
a:link {
	color: #006633;
	text-decoration:none;
}
a:hover {
	color: #009966;
	text-decoration:none;
}
a:visited {
	color: #006633;
	text-decoration:none;
}
a:active {
	color: #006633;
	text-decoration:none;
}
#container_all {
	width: 806px;
	min-height: 700px;
	margin: auto;
}
#inner_container {
	text-align:left;
	width: 800px;
	margin: auto;
}
#header {
	width: 806px;
	height: 172px;
	margin: auto;
	background-image: url(../images/fande_01.jpg)
}
#header2 {
	width: 806px;
	height: 172px;
	margin: auto;
	background-image: url(../images/header.jpg)
}
#navbar {
	width: 806px;
	height: 42px;
	margin: auto;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	background-image: url(../images/navbar_bg.jpg);
}
#content{
	padding: 10px;
	width: 786px;
	height: 100%;
	float: left;
	background-image:url(../images/fande_07.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#EEEEEE;
}
#footer {
	width: 786px;
	height: 30px;
	text-align: left;
	padding: 10px;
	padding-top: 12px;
	clear: both;
	margin-top: 10px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#left_panel {
	width: 200px;
	float: left;
	clear: left;
	margin-right: 10px;
}
#middle_panel {
	background-image: url(../images/mid_bg.jpg);
	width: 302px;
	float: left;
	padding: 5px;
}
#middle_panel_alt {
	background-image: url(../images/disclaimer_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #EEEEEE;
	width: 766px;
	float: left;
	padding: 5px;
}
#middle_panel_alt2 {
	background-image: url(../images/disclaimer_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #EEEEEE;
	width: 500px;
	float: left;
	padding: 5px;
}
#right_panel {
	width: 248px;
	margin-left: 10px;
	float: right;
}
#map_panel {
	width: 776px;
	float: left;
	padding: 5px;
}
#map {
	margin: 5px;
}
.RSS_icon {
	padding: 3px;
	margin-top: 3px;
	margin-left: 763px;
	position: absolute;
}
.panel_style {
	background-color: #CCCCCC;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}
.show1 {
	text-align: left;
	width: auto;
	margin: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
.disclaimer {
	width: auto;
	float: left;
	clear: left;
}
.copyright {
	float: right;
	width: auto;
}

/***************************FORM STYLE***********************************/
#form {
text-align: left;
padding: 5px;
}
.textinput {
width:172px;
height:15px;
margin-bottom: 5px;
background:url(../images/input1.gif) no-repeat left top;
border:none;
padding:4px 8px;
}
.textinput2 {
width:227px;
height:15px;
margin-bottom: 5px;
background:url(../images/input.gif) no-repeat left top;
border:none;
padding:4px 8px;
}
.textarea {
width:336px;
height:125px;
margin-bottom: 5px;
background:url(../images/textarea.gif) no-repeat left top;
border:none;
padding:4px 8px;
}
.textarea_sm {
width: 170px;
height: 61px;
margin-bottom: 5px;
background: url(../images/textarea_sm.gif) no-repeat left top;
border: none;
padding: 4px 8px;
}
.buttonSubmit {
width:69px;
height:26px;
color:#FFF;
font-weight:bold;
padding:2px 5px;
border: none;
background:url(../images/button.gif) no-repeat left top;
cursor:pointer;
}
.submit_align {
text-align: right;
}
.select {
width: 50px;
border: 1px solid #CCCCCC; 
}
.form_disclaimer {
font-size: 9px;
color: #666666;
}
.image_caption {
font-size: 9px;
color: #666666;
font-style: italic;
}