.wrap{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
	
/** head **/

#head {
  height: 60px;
  position: relative;
  margin: 0 auto;
  background: #5A1200 url(../images/head_bg.gif) repeat-x;
  color: white;
  z-index: 10;
}

#head a{
  color: white;
}

#head a:hover{
  color: #FDF5DB;
  text-decoration: underline;
  background-color: transparent;
}

#link-home{
  background: url(../images/logo.gif) no-repeat;
  width: 75px;
  height: 25px;
  position: absolute;
  left: 17px;
  top: 15px;
}

#city-select-block {
	position: absolute; 
	right: 3px;
	top: 20px;
   width: 325px;
	border: 0px solid black;
}

#city-select-block span#login{
	float:right; font-size: 11px; padding-right: 15px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#city-select-block span#login a{
   color: #FDF5DB;
}

#city-select-block a.select-link{
   font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#city-select-block a.select-link{ 
   background: url(../images/select-link.gif) no-repeat right; 
	padding-right: 10px;
	float: right;
}
#city-select-block img {
	padding-right: 10px;
	float: right;
}

#city-select-block .more-select { position: absolute; width:185px; margin:3px 0px 0px 0px; padding: 0px; border: 0px solid black; right:0; top: 20px;}
#city-select-block .more-select a { color:#477725; display: block; padding: 3px 5px 3px 15px; margin: 0px; border-bottom:#F9FAF3 1px solid; background-color:#ffffff; }
#city-select-block .more-select a:hover { background-color: #E5E2D8; text-decoration: none; color:#477725;}

#city-select-content { padding:6px 0 5px 15px; width: 900px;}
#city-select-content table {
	margin: 0px 0 20px 10px;
	
}
#city-select-content table td{
  width: 210px;
  vertical-align: top;
  line-height: 1.5em;
}
#city-select-content a{
	text-decoration: none;
}
#city-select-content a.empty{
	color: #969696;
}
#city-select-content a.top{
   font-weight: bold;
	color: #DE5400;
}

#city-select-content a.home-region{
   color: #DE5400;
}
#city-select-content a.home-region:hover, #city-select-content a.top:hover, #city-select-content a.empty:hover{
   color: white;
}

#city-select-content span{
	color: #969696;
}
/** sidebar **/

div#sidebar{
	width: 185px;
	float: right;
	margin: 3px 0px 0 0;
	border-right: 3px solid white;
}
div.sidebar-block{
	background-color: #F9FAF3;
	margin: 0 0 25px 0;
}

div.sidebar-block div{
	padding: 10px 0px 13px 18px;
}

div.sidebar-block h2{
	background-color: #5A1200;
	background: #5A1200 url(../images/head_bg.gif) repeat-x;
	font-size: .9em;
	color: White;
	padding: 5px 8px;
	margin: 0;
	font-weight: bold;
}

div.sidebar-block h3 {
	color: #DE5400;
   margin: 0 0 0px 0;
	padding: 0 5px 2px 0;
   font-size: 110%;
	line-height: 1.3em;
   font-weight: normal;
}

div.sidebar-block img {
   margin-right: 10px;
	margin-bottom: 5px;
}

div.sidebar-block ul{
	list-style: none;
	margin: 0 0 0 15px;
   padding: 0 0 0 0;
	display: block;
}

div.sidebar-block li{
	padding: 2px 0;
	margin: 0;
	display: block;
}

div.sidebar-block li span.active,
div.sidebar-block li.active a{
	color: #FF6000;
}

div.sidebar-block li.active a:hover{
	color: White;
}

/** content **/

#content .wrap{
   background-color: White;
	padding-bottom: 40px;
	margin-top: 5px;
   border: 1px solid #E5E2D8;
}

#page{
	margin: 0 200px 0 15px;
	height: auto;
}

div.page-header{
	background-color: #FDF5DB;
	margin: 0 0 5px -15px;
	padding:  0 25px 12px 15px;
}

div.page-header div.bread_crumbs{
	padding: 8px 0 0 0;
  margin-bottom: -4px;
  color: #969696;
}
div.page-header div.bread_crumbs a{

}


#search .wrap{
	padding-bottom: 0px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 11px;
}

#search input, #search span,  #search select{
	margin: 0px 1px; vertical-align: middle;
}

#search input#query{
   padding: 2px 3px;
	width: 290px;
}

#search input.submit-query{
   height: 24px;
	width: 55px;
	padding: 0 0 3px 0;
}

#search select#search_by{
	width: 210px;
}



select#search_by{
  width: auto;
  height: 22px;
  padding:  0px 0;
  font-size: 100%;
  font-weight: normal;
  color: #696969;
  font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	
}

/** footer **/

#footer .wrap{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 20px;
	padding-top: 8px
}

#footer #copyright{
	margin: 0px 15px;
}








