/* 
  Austin Pro Bono Home Style Definition
  Author:  Ben Poweski
           Mobile Evolution
           ben.poweski@mobilevolution.com

*/

/* Home Stylee */
div.home {
  background-image: url(/images/background/apb_animation2.gif);
  background-repeat: no-repeat;
  background-position: 15px 4px;
  padding-left: 322px;
}

div.padding {
 padding-bottom: 350px;
 }

div.nothome {
  background-repeat: no-repeat;
  background-position: 15px 4px;
  padding-left: 322px;
}

div.home div.login_box {
  background-image: url(/images/background/login_box.jpg);
  background-repeat: no-repeat;  
  height: 190px;
}

div.home div.content {
  margin-left: 15px;
  margin-right: 15px;  
}

div.home div.sponsor_box {
  width: 210px;
  height: 70px;
  margin-left: 13px;
  margin-top: 9px;
  position:relative;  
}

div.home div.login_links {
  margin-left: 14px;  
  background-image: url(/images/logos/featured_sponsor.jpg);
  background-repeat: no-repeat;  
  background-position: top left;
  padding-top: 20px;
}


/*   Login Form */
div.home div.login_form {
  margin-left: 16px;
  margin-top: 24px;
}

div.home div.login_form input {
  border: 0;
  margin: 0;
  padding: 0;
}

div.home div.login_links img { 
  margin-top:5px;  
  margin-bottom: 3px;
  margin-left: -2px;  
}

div.home div.login_form div {
  color: #ffff66;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;  
}

div.signup_directive {
  color: white;
  font-size: 11px;
  font-weight:  bold;
  text-decoration:  none;
  margin-top: 4px;
  padding-left:  0px;
}

div.home div.login_form input {
  background-image: url(/images/background/input_field_background.jpg);
  background-repeat: no-repeat;  
  background-position: top left;  
  height: 24px;
  line-height: 24px;
  width: 128px;
}

div.forgot_login {
  position: relative;
  text-align: right;  
  top: -5px;
}

div.forgot_login a:link,
div.forgot_login a:visited,
div.forgot_login a:hover,
div.forgot_login a:active {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

div.forgot_login a:hover {
  text-decoration: underline;
}


#terms ul {
    margin: 1em;
}

#terms li {
    list-style-type: disc;
    margin: 0.5em;
}


#container_bottom {
	background-image:url(/images/background/background_gradient_bottom.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:836px;
	height: 40px;
}


#flash {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	width: 600px;
	margin: 2px auto;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-bottom-width: 20px;
	color: blue;
}

div#agency_search_field {
	float: left;
	margin-left: 163px;
}

div#edit_profile_link {
	float:right;
	margin-right: 29px;
	margin-top: -30px;
}

div#edit_profile_link a {
	color: #2F9AA9;
}

div.success_story {
    padding-top: 20px;
    clear:both;
}

img.left_image {
    float: left;
    padding: 10px 10px 0 0;
}

.right_image {
    float: right;
    padding: 10px 0 0 10px;
}