/* CSS Document */
body {
	font-size:15px;
}

.middle{
margin:0px;
padding:0px;
width:1100px;
text-align:left;
}

.leftcontent{
width:280px;
FLOAT: left;
padding:5px;
LIST-STYLE-TYPE: none;
}
#righttop{
float:left;
margin-top:5px;
margin-left:20px;
}
.leftbanner{
FLOAT: left;
width:280px;
height:25px;
background-color:#E4E4E4;
}
#rightbanner{
FLOAT: left;
margin-left:20px;
width:250px;
height:25px;
background-color:#93BC3C;
}
#mapbanner{
FLOAT: left;
margin-left:10px;
width:700px;
height:25px;
background-color:#E4E4E4;
}

#rightcontent{
float:left;
margin-left:13px;
width:250px;
LIST-STYLE-TYPE: none;
text-align:justify;
}
#content{
float:right;
padding:0px;
font:Tahoma;
letter-spacing:1px;
LIST-STYLE-TYPE: none;
text-align:justify;
}

h1{
font-size:18px;
font-weight:bold;
color: #E5A734;
letter-spacing:1px;
margin:10px 0px 10px 6px;
}
h2{
font-size:16px;
color:#8B8B8B;
margin:5px 0px 3px 12px;
letter-spacing:1px;
}

h3{
font-size:14px;
color:#fff;
margin:5px 0px 3px 12px;
letter-spacing:1px;
}

.text-blue{
color:#5984B0;
font-weight:bold;
margin:10px 0px 6px 0px;
}
.text-blue a{
color:#5984B0;
text-decoration:underline;
}
.text-blue a:hover{
color:#5984B0;
text-decoration:none;
}
.text-green{
color:#7EA32E;
margin:0px 4px 6px 0px;
}
.text-green a{
color:#7EA32E;
text-decoration:none;
}
.text-content{
color:#808080;
line-height:140%;

}

.map-link{
color:#808080;
line-height:120%;
margin:5px 0px 0px 8px;
letter-spacing:1px;
}
.map-link a{
color:#808080;
letter-spacing:2px;
text-decoration:none;
}
.map-link a:hover{
color:#93BC3C;
text-decoration:underline;
}