/* 
  Austin Pro Bono General Stylesheet 
  Author:  Ben Poweski
           Mobile Evolution
           ben.poweski@mobilevolution.com

*/

body { 
  background-color: #DBD6C3; 
}

body, b, p, ol, ul, td, dl {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: black;
}

p { 
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 150%;
}

li {
  list-style-type: none;
}

caption {
  text-align: left;
}


label {
  display: block;
}

div.legend {
  font-size: 0.9em;
}

dl {
  margin: 0;
  padding: 0;  
}

dt {
  float: left;
}

dd {
  float: right;
}

form, img { padding: 0; margin: 0; border: 0; }

div#container {
  margin-left: auto;
  margin-right:auto;
  width: 836px;    
  background-image: url(/images/background/background_gradient.jpg);
  background-repeat: repeat-y;
  background-position: top left;  
}

div#body {
  margin-left: 42px;
  margin-right: 42px;
}

div#header {
  background-image: url(/images/background/header.jpg);
  background-repeat: no-repeat;
  background-position: top left;  
  padding-top: 39px;
  clear:  both;
}

div#header dl {
  padding-left:  2px;
  padding-right: 2px;
  height:  74px;
  margin-bottom: 8px;
}


/*  Footer stuff */
div#footer {
  margin-top: 59px;
}


div#bottom_nav li {
  color: #666666;
  font-size: 10px;
  display: inline;
  padding-left: 6px;
  padding-right: 3px;  
  background-image: url(/images/background/footer_separator.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

div#bottom_nav li a:link,
div#bottom_nav li a:visited,
div#bottom_nav li a:hover,
div#bottom_nav li a:active {
  color: #666666;  
}

div#bottom_nav {
  height: 38px;
  line-height: 38px;  
  background-color: #eeeeee;  
}

div#bottom_nav li.plain_text {
  background-image: none;
}

div#sponsors {
  background-image: url(/images/logos/sponsors.jpg);
  background-repeat: no-repeat;
  background-position: top left;  
  height: 135px; 
  padding-top: 15px;
}

div#sponsors ul {
  padding-top: 15px;
  text-align: center;
}
div#sponsors li {
  display: inline;
  margin-left: 3px;
  margin-right: 3px;  
}

div.search_navigation a:link,
div.search_navigation a:visited,
div.search_navigation a:hover,
div.search_navigation a:active {
  color: #666666;  
}

/* default form info */
div#forgot_login_form input {
  border: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  padding: 1px;
  margin: 1px;
}

div#form_body {
  padding-left: 16px;
  padding-right: 16px;
}

div#form_body label {
  margin-top: 10px;
  
}

div#form_body input {
  margin-top: 6px;
}

div.separator {
  margin-top: 10px;
  margin-bottom: 10px;
}

.errorExplanation {
  color: red;
}

#sponsors li {
	height: 50px;
}

#sponsors li img {
	vertical-align: middle !important;
}

label {
	font-weight: bold;
	color: #444;
}