/* RESET CSS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, button { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: 0;}

/* Common Tags */
ul li {
  list-style-type: none;
}
body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background: #fbfbfb url(../../images/main_bg.png) repeat-y top center;
}
a {
color:#3D8EAB;
text-decoration:none;
}
a:hover {
color:#3D8EAB;
text-decoration:underline;
}
hr {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
strong {
  font-weight: bold;
}


/* Structure */
#container {
  background: url(../../images/bg.png) repeat-x top center;
  min-height: 600px;
}
#general {
  width: 990px;
  margin: auto;
  position: static;
}

/* Header */
#header {
  width: 990px !important;
}
#header .top {
  background: #404040;
  height: 50px;
}
#header .top a {
  float: left;
}
#header .top h1 {
  float: right;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
}
#header .top span.baseline {
  display: none;
}
#header .top ul {
  float: right;
  clear: right;
  margin-top: 19px;
  margin-right: 5px;
}
#header .top ul li {
  color: white;
  float: left;
}
#header .top ul li a {
  float: left;
  font-weight: bold;
  padding: 3px 9px;
  color: white;
}

#header .top ul li span {
  color:#FE6000;
  line-height:20px;
  margin-right:3px;
  margin-left:1px;
  font-weight:bold;
}

#header .top ul li a:hover {
  text-decoration: none;
  background: url(../../images/common/layout/menu_bg-hover.png);
}
#header .top a img {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
#header .top.unauthenticated ul li {
  border-right: 1px solid white;
}
#header .top.unauthenticated ul li.last {
  border-right: 0;
}
#header .top.unauthenticated ul li.register {
  padding: 0 10px;
  height: 20px;
}
#header .top.unauthenticated ul li.register a, #header .top.unauthenticated ul li.register a:hover  {
  background:transparent url(../../images/common/buttons/button-red.png) no-repeat scroll 0 0;
  font-weight:bold;
  margin: 0;
  padding:0px 9px 3px;
  text-decoration:none;
  line-height: 21px;
}
#header .top.unauthenticated ul li a {
  font-weight: normal;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3px;
}
#header .top.unauthenticated ul li a:hover {
  background: none;
  text-decoration: underline;
}
#header .bottom {
  height: 32px;
  background: url(../../images/navmenu_bg.png) no-repeat;
}
#header .bottom span.baseline {
  float: left;
  color: white;
  margin-top: 9px;
  margin-left: 10px;
  font-size: 12px;
}
#navigation {
  position: relative;
  float: right;
  margin-right: 20px;
  z-index: 100;
}
.bottom.unauthenticated #navigation {
  margin-left: 215px;
}
#navigation li {
  float: left;
  position: relative;
  height: 31px;
  border-right: 1px solid #b3d539;
  border-left: 1px solid #79b520;
}
#navigation li.first {
  border-left: 0;
}
#navigation li.last {
  display: block;
  border-right: 0;
}
#navigation li a {
  display: block;
  color: white;
  font-weight: bold;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 9px;
  padding-bottom: 8px;
  text-decoration: none;
  background: url(../../images/navigation_menu_button.png) no-repeat -30px -32px;
}
#navigation li a:hover {
  background: url(../../images/navigation_menu_button.png) no-repeat -30px 0;
}

#navigation li.sub a {
  padding-right: 30px;
  background: url(../../images/navigation_menu_button.png) no-repeat right -32px;
}
#navigation li.sub a:hover {
  background: url(../../images/navigation_menu_button.png) no-repeat right 0;
}
#navigation li.plus {
  width: 8px;
}
#navigation li.plus a {
  padding-right: 12px;
  width: 8px;
  text-indent: -9999px;
  background: url(../../images/navigation_menu_button.png) no-repeat left -32px;
}
#navigation li.plus a:hover {
  background: url(../../images/navigation_menu_button.png) no-repeat left 0;
}
#navigation li.plus ul li a {
  text-indent: 0;
  width: 170px;
}

#navigation li ul {
  display: none;
  position: absolute;
  width: 240px;
  top: 30px;
  padding-bottom: 4px;
  background: url(../../images/submenu_bg.png) no-repeat bottom;
}
#navigation li ul li {
  height: 20px;
  width: 230px;
  background: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  color: white;
  font-weight: bold;
  border: 0;
}
#navigation li ul li:hover {
  background: none;
}
#navigation li ul li.sub {
  padding-left: 20px;
}
#navigation li ul li a {
  float: left;
  background: transparent !important;
  height: 0;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
#navigation li ul li a:hover {
  text-decoration: underline;
}

#quicksearch {
  float: right;
  margin-right: 10px;
}
#quicksearch form {
  padding-top: 5px;
  position: relative;
}


/* Left Column Menus */
#left_column ul.menu {
  float: left;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-bottom: 10px;
}

#left_column ul.menu li {
  position:relative;
  float:left;
}

#left_column ul.menu li span.number {
  position:absolute;
  top:7px;
  right:22px;
  color:#FE6000;
  font-weight:bold;
  font-size:12px;
}

#left_column ul.menu a {
  float: left;
  width: 208px;
  height: 30px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: url(../../images/common/buttons/profile_button.png) no-repeat right top;
}
#left_column ul.menu a span {
  display: block;
  margin-left: 10px;
  padding-top: 8px;
}
#left_column ul.menu a:hover {
  text-decoration: none;
  background: url(../../images/common/buttons/profile_button.png) no-repeat right -60px;
}
#left_column ul.menu li.selected a
{
  color: white;
  background: url(../../images/common/buttons/profile_button.png) no-repeat right -30px;
}
#left_column ul.menu .important a {
  color: white;
  background: url(../../images/common/buttons/profile_button.png) no-repeat right -90px;
}


/* Old School*/
.search form button,
#quicksearch form button {
  position: absolute;
  right: 0;
  top: 5px;
  height: 20px;
  margin-right: 2px;
  font-weight: bold;
  color: #8AB63E;
  text-align: center;
}
.search form input,
#quicksearch form input {
  padding-left: 20px;
  width: 140px;
  height: 18px;
  border: 1px solid #999999;
  background: white url(../../images/search.jpg) no-repeat center left;
}



/* New School */
/*
#quicksearch form button {
  position: absolute;
  right: 0;
  top: 5px;
  width: 82px;
  height: 20px;
  text-align: center;
  background: url(../../images/common/forms/search_button.png) no-repeat center left;
}
#quicksearch form input {
  padding-left: 20px;
  width: 220px;
  margin-right: 80px;
  height: 18px;
  border: 1px solid #999999;
  background: white url(/images/common/forms/search.jpg) no-repeat center left;
}
*/


/* Body*/ 
#body {
}

#left_column {
  float: left;
  width: 210px;
  margin: 10px;
  margin-top: 20px;
  margin-right: 20px;
}

#page {
  float: left;
  width: 740px;
  margin-top: 5px;
  position: relative;
}

#widgets {
  float: right;
  width: 210px;
  position: relative;
  top: 110px;
  margin-bottom: 80px;
}

#page #content {
  float: left;
  width: 510px;
  font-family: arial;
  color: #333333;
}



/* Footer */
/* New version to be deployed */
#footer {
  float: left;
  width: 990px !important;
  font-size: 11px;
  border-top: 1px solid #EAEAEA;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  margin-top: 40px;
}
#footer ul {
  float: left;
}
#footer ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #666666;
}
#footer ul li.first {
  padding-left: 0;
}
#footer ul li.last {
  border-right: 0;
  padding-right: 0;
}
#footer span {
  color: #666666;
  line-height:2.4em;
}
#footer .left_menu {
  float: left;
  width: 400px;
  margin-left: 10px;
}
#footer .left_menu ul {
  float: left;
}
#footer .left_menu span {
  float: left;
  clear:left;
  width:100%;
}

#footer .right_menu {
  float: right;
  width: 570px;
  margin-right: 10px;
  text-align: right;
}
#footer .right_menu ul {
  float: right;
}
#footer .right_menu span {
  float: right;
  clear:right;
  width:100%;
}
#footer #cities {
  float:left;
  margin-left:10px;
  color:#666666;
}

#footer #cities span {
  float:left;
  margin-right:5px;
  line-height:12px;
}

#footer #cities ul li {
  float:left;
  margin:0;
  padding:0;
  border:none;
  margin-right:5px;
}



.zone_hidden {
  display: none;
}


