/******************************

index.css
Author:  Steve Collins, PDG + Creative 
Project: City of Sand Spring site

*******************************/



/* Basic Elements
-----------------------------------*/

  #cityinfo_col a{
    color:#fff;
    font-size: 12px;
    text-decoration: none;
  	}
  	
  	  #light_box_container {
  	    margin: 10px 0px;
  	    background:#1A76B6 url(../../images/bg_city_infobox_bottom.gif) no-repeat scroll center bottom;
  	  }  	
  	  #light_box_container a {
  	    color: #fff;
  	    margin: 0px 0px 0px 0px;
  	  }
  	  #light_box_container ul {
  	   
  	  }
          #light_box_container li {
            padding: 2px 0px;
          }
  	  #light_box_container h3 {
        background:transparent url(../../images/bg_city_infobox_top.gif) no-repeat scroll 0 0;
        color:#E6983D;
		font-size:19px;
		height:28px;
		padding:9px 0 0;
      }
      
      #light_box_container h3 a {
		background-image:none;
		color:#E6983D;
		display:inline;
		font-size:19px;
		font-weight:bold;
		line-height:normal;
		text-decoration:none;
		margin-left: 2px;
     }

  #cityinfo_col a:hover{
  	color: #E6983D;
  	}
  #city_manager h3 {
    color: #e6983d;
	font-size: 19px;
	padding: 22px 0px 0px 0px;
    }

   #city_manager ul {
     margin-top: 6px;
	 }

  #city_manager li {
    margin: 0px;
	list-style: none;
    margin-left: 8px;
	}
	
  #city_manager a {
   color:#fff;
   font-size: 12px;
   text-decoration: none;
   font-weight: normal;
   }
  #city_manager a.rivercity{
   font-size: 10px;
  }
  #city_manager h3 a {
    	color: #e6983d;
		font-size: 19px;
		text-decoration: none;
		background-image: none;
		font-weight: bold;
		line-height: normal;
		display: inline;
		padding-left: 11px;
	} 

  #city_council h3 {
    background: url(../../images/bg_city_infobox_top.gif) no-repeat;
		color: #e6983d;
		font-size: 19px;
		padding: 9px 0px 0px 0px;
		height: 28px;
	}
  #city_council h3 a {
    	color: #e6983d;
		font-size: 19px;
		text-decoration: none;
		background-image: none;
		font-weight: bold;
		line-height: normal;
		display: inline;
				
	}
	
  #city_council li, #light_box_container li {
    margin: 0px;
	list-style: none;
    margin-left: 8px;
	padding-bottom: 3px;
	
	}
	
  #city_council a, #light_box_container a {
   color:#fff;
   display: block;
   font-size: 11px;
   line-height: 12px;
   text-decoration: none;
   font-weight: normal;
   padding: 0px 0px 0px 11px;
   background: url(../../images/small_arrow.gif) no-repeat 0 50%;
   }
    #light_box_container #mb1{
       background: none;
       padding: 0;
     }
  /* Specific Styles
  ----------------------------------------*/
  
  select#how_to {
   margin: 11px 0px 0px 5px;
  }
   
  /* Layout
  -----------------------------------------*/
  
 #city_manager {
    margin-top: 13px;
    width: 220px;
	height: 120px;
	background: url(../../images/bg_city_manager.jpg) no-repeat;
	cursor:pointer;
	}
   
 #city_council {
   width: 220px;
   margin-top: 13px;
   background: url(../../images/bg_city_infobox_bottom.gif) no-repeat bottom;
   background-color: #1A76B6; 
   cursor:pointer;
   }
   
       #city_council img { 
	  border-left: 1px solid #1a76B6;
	  border-right: 1px solid #1a76B6;
	  }

