/* CSS Document */
* {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

body {
  text-align : center;
  background-color: #FFFFFF;
  margin : 0px;
}

#main {
  margin : auto;
  text-align : center;
  width : 750px;
  height : 730px;
}

#logo {
	text-align : center;
}

#left_menu .head {
  font-weight : bold;
  color : #FFFFFF;
  background-image : url("../img/left_menu.gif");
  background-repeat : no-repeat;
  padding : 3px;
  text-align : right;
}

#left_menu .table {
  text-align : left;
  margin-top : 4px;
  margin-left : 7px;
  margin-bottom : 4px;
}

#left_menu .temperature {
  text-align :center;
  font-weight : bold;
  color : #6674A1;
}

#right_menu .head{
  width : 175px;
  font-weight : bold;
  color : #FFFFFF;
  background-image : url("../img/right_menu.gif");
  background-repeat : no-repeat;
  padding : 3px;
  text-align : left;
}

#right_menu .search{
  font-size: 11px;
  margin-top : 4px;
  margin-bottom : 10px;
  text-align : left;
  vertical-align : middle;
}

#right_menu .txt{
  font-size: 11px;
  width : 175px;
  padding-left : 3px;
  text-align : left;
}

#left_menu .left_menu_bottom {
  margin-top : 10px;
  padding-top : 5px;
  padding-bottom : 5px;
  padding-right : 6px;
  border : 0px;
  background-image : url("../img/left_menu_bottom.gif");
  background-repeat : no-repeat;
  background-color : #CED1E1;
  text-align : right;
}

#center_panel .map{
  width : 437px;
	height : 290px;
}

#community {
  padding-left : 5px;
  padding-right : 0px;
  border : 0px;
  /*float : left;*/
}

#community .text{
  border : 0px;
  width : 290px;
  padding-right : 0px;
  float : left;
}

#community .head{
  padding-left : 8px;  
  text-align : left;
  color : #6674a1;
  font-size : 17px;
  font-weight : bold;
  border-bottom: 1px solid #6674A1;
  
}

#community .txt {
  line-height : 19px;
  text-align : left;
  padding-left : 5px;
  width : 290px;
}

#community .txt a{
  font-size : 11px;
  text-decoration : underline;
  color : #000000;
}

#community .txt a:hover {
  color : #FF0000;
}

#community .group{
  float : left;
  border : 0px;
  padding-right : 0px;  
  padding-bottom : 20px;
}

#community .logo{
  float : left;
}

#community .top{
  float : left;
  width : 32px;
}

.top{
  float : right;
  width : 32px;
}

#right_menu {
	border-left: 1px solid #6674A1;
  padding : 0px;
  margin : 0px;
  width: 175px;
  float : right;
}

#center_panel {
  width : 437px;
	float: left;
}

#left_menu .line{
	border-right: 1px solid #6674A1;
}

#left_menu {
  width: 136px;
	float: left;
}

#footer{
  margin : auto;
  height : 40px;
  font-size : 15px;
  border-top: 1px solid #6674A1;
  padding-right : 10px;
  width : 750px;
  text-align : right;
}

#footer a{
  font-size : 12px;  
  text-decoration : none;
}

#footer a:hover{
  text-decoration : underline;
}

#left_menu .txt a {
  color : #000000; 
  text-decoration: underline;
  font-size : 11px;
}

#left_menu .txt a:hover {
  color : #FF0000;
}

