@charset "utf-8";
/* CSS Document */

#body{
	background-image:url(images/gradient_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
#sitecontainter{
	margin:auto;
	width:955px;
	background-color:#FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#header{
	background-image:url(images/top_gradient_bg.jpg);
	background-repeat:repeat-x;
	width:931px;
	height:80px;
	padding-right: 24px;
	border-bottom: solid #000 1px;
	
}

#ClientLogin {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	width: 754px;
	bottom: inherit;
	text-align: right;
	float:right;
	clear:both;
	padding-top:5px;
	margin-right:25px;
                  text-decoration:none;
}

#ClientLogin  a, a:visited{
text-decoration:none;
color:#0000FF;
}

#ClientLogin  a:hover{
text-decoration:underline;
color:#0000FF;
}

#map_canvas{
width:955px;
height:300px; 
font-family: Verdana, sans-serif; 
font-size:12px;
}
#Headimage{
	width:955px;
              border-bottom: solid #c8c8c8 1px;
	margin-bottom:14px;
}
#Content{
	width:907px;
	background-color:#FFF;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	overflow:auto;
	font-family:Verdana, sans-serif;
	color:#767676;
	font-size:12px;
}
#MapContent{
	color:#767676;
	font-size:12px;
}
#DownloadContent{
	float:right;
	width:369px;
	text-align:right;
	padding-top:20px;
}
#rightcontentbar{
	float:right;
	width:240px;
}
.AS_ajax_resultLink a{
	font-size:18px;
}
.cleardefault {
width: 163px;
}


#footer{
	width:915px;
	background-image:url(images/lower_bar_piece.jpg);
	background-repeat:repeat-x;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	height:25px;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top:10px
}
#footer a{
	color:#333;
	text-decoration:none;
}