*:first-child+body{
    /*disable ClearType on IE7 */
    filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,
    StartColorStr='#00FFFFFF',
    EndColorStr='#00FFFFFF');
}
* html {
    /* fix flickering ie6 bug on background images */
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* Layout */
body { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
* {
    margin:0;
    padding:0;
}
#container {
  width: 800px;
  min-height: 400px;
  margin: auto;
  background-color: white;
}
#header {
    height: 85px;
    background: url("/images/logo.png") 5px 30px no-repeat;
}
#user_bar {
  width: 30%;
  text-align: right;
  float: right;
  padding: 5px 15px 0 0;
  color: white;
}
#user_bar a {
  font-size: 12px;
  color: #575850;
  font-family: helvetica,arial,sans-serif;
}
#menu {
  height: 30px;
  background: url('/images/menu-left.png') left top no-repeat;
  padding-left: 30px;
}
#menu ul {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 25px;
  background: url('/images/menu-right.png') right top no-repeat;
  padding: 0 !important;
}
#menu li a {
  color: #fff;
  font-family: Tahoma,arial,sans-serif;
}
#menu li {
  display: block;
  float: left;
  padding: 4px 25px;
  line-height:22px;
  height: 22px;
}
#menu li.active a {
  font-weight: bold;
}
#footer {
    text-align: center;
    clear: both;
    border-top: 5px solid #575850;
    margin-top: 20px;
    font-size: 11px;
    color: #575850;
}
#content {
    min-width: 60em;
    clear: both;
}
#footer a {
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    color: #575850;
    text-decoration: none;
}
#main {
    margin: auto;
    width: 97%;
}
#map {
  border: 2px solid #575850;
  height: 400px;
}
.nav a {
    background-color: #F4F659;
}
.nav a:hover {
    background-color: #BCDB20;
}
.flash {
  height: 30px;
  text-align: center;
  line-height: 30px;
  clear: both;
  margin-bottom:-1em;
}
.notice, .message {
    color: green;
}
.warning, .error {
    color: red;
}
h1.title {
  float: left;
  width: 50%;
}
form.search {
  float: right;
  width: 40%;
  margin-top: 2.5em;
  text-align: right;
}
form.search input {
  float: right;
  margin: 0 0 0 10px;
}
/* forms */
.has-errors {
    border: 2px solid red;
}
img {
    border: none;
}
ul, ol {
  padding-left: 40px;
}
li {
  padding-bottom: 5px;
}
a,label {
    font-size: 13px;
    font-style:normal;
    font-weight: normal;
    color: black;
    text-decoration: none;
}
a.active {
  text-decoration: underline;
  color: #78BA0C;
}
label {
    font-weight: bold;
}
textarea {
  font-size: 14px;
  padding: 4px;
  border: 1px solid #BAB8B8;
}
select {
    padding: 3px;
}
input.textfield {
  line-height: 16px;
  padding: 3px 0 3px 3px;
  font-size: 13px;
  border: 1px solid #BAB8B8;
  width: 180px;
}
input.error, textarea.error {
    border: 1px solid red;
    color: black;
}
input:focus, textarea:focus {
    background-color: #FCF9BA;
}
input.button {
    font-weight:bold;
    padding:5px;
    font-size: 13px;
    text-transform:uppercase;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  input.button { font-size: 12px; }
}
/**/
dl.first {
    width: 49%;
    float: left;
}
dl.second {
    width: 49%;
    float: left;
    margin-left: 20px;
}
dt {
    margin-bottom: 5px;
}
dd {
    margin-bottom: 10px;
}

dd div.error {
    color: red;
    font-size: 11px;
}
div.tip {
    color: #b5afaf;
    font-size: 10px;
    padding: 0;
    margin: 2px 0;
}
#remember_me {
    vertical-align: middle;
}
/* other */
h1, h2, h3 {
    font-family: Helvetica, "Free Sans", sans-serif;
    font-weight:normal;
    margin:0.8em 0 0.8em 0;
}
h1 {
  font-size: 25px;
  margin: 1em 0 0.5em 0;
}
h2 {
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px dotted black;
    _border-bottom: 1px solid #dedede;
}
h2.simple {
  border: none;
  padding-bottom: 0;
}
p {
    line-height: 2em;
    padding:0.2em 0;
}

p a, .text a {
  text-decoration: underline;
  color: #7EBB10;
}
div.column1 {
    width: 20em;
    float: left;
}
div.column2 {
    width: 30em;
    float: left;
    margin-left: 60px;
}
img {
    vertical-align: middle;
}
dd label {
  font-weight: normal;
}
.fieldWithErrors {
  display: inline;
}

#legend_left {
    float: left;
    width: 45%;
    text-align: left;
}
.clear {
    clear: both;
    height: 0px;
}
#legend {
    border: 0;
    margin: 10px 0 10px 0;
}
#legend th { text-align: left;}
#legend td { text-align: right;}
.link-line {
    height: 30px;
    line-height: 30px;
}
.link-line img {
    vertical-align: middle;
}
.link-line .left {
  float:left;
  padding-right: 10px;
}
.link-line .right {
  float:right;
  padding-left: 10px;
}
.link-line .right img, .link-line .left img {
  padding-right: 5px;
}
.link-line .sstring {
  margin: 5px 0;
}
/* Tables */
table.simple-list {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1em;
}
table.simple-list td, table.simple-list th {
    padding: 7px 5px;
    border: 1px solid #ccc;
    text-align: left;
}
table.simple-list td {
    border: none;
    border-bottom: 1px solid #ccc;
}
table.simple-list tr:hover {
    background-color: #DBF0B1;
}
table.simple-list thead th {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #575850;
    border: none;
    border-top: 3px solid #78ba0c;
    color: white;
    font-size: 10px;
}
table.simple-list td.left {
    text-align: left;
}
.pagination {
  margin: 3px 3px 3px 0;
  padding: 3px 3px 3px 0;
  float: left;
}
.pagination a {
  padding: 1px 6px 1px 6px;
  margin: 4px 2px 2px 2px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #000;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #78BA0C;
  color: #000;
}
.pagination span.current {
  padding: 1px 5px 1px 5px;
  margin: 2px;
  border: 1px solid #78BA0C;
  font-weight: bold;
  background-color: #78BA0C;
  color: #FFF;
}
.pagination span.disabled {
  padding: 4px 10px;
  margin: 0;
  display: none;
}
.pagination .prev_page {
  background: url('/images/go-previous.png') left center no-repeat;
}
.pagination .next_page {
  background: url('/images/go-next.png') left center no-repeat;

}
.pagination .next_page, .pagination .prev_page {
  border: none !important;
  margin: 0;
  padding: 4px 10px;
}
.simplecaptcha input {
  border:1px solid #BAB8B8;
  font-size:13px;
  line-height:16px;
  padding:3px 0 3px 3px;
  width: 100px;
  float: left;
}
.simplecaptcha img {
  float: left;
  margin-top: -7px;
}
/* user */
#profile-name {
  background: url('/images/user.png') left center no-repeat;
  padding-left: 55px;
  line-height: 50px;
  height: 50px;

}