h1, h2, h3, h4, h5, h6, dl, dd, dt, p, address, input, select, ul, li, form {
  margin:0;padding:0;list-style:none;
}

a, a:visited {
  color:#3b548c;
  outline:none;
}

h1 a {text-decoration:none;}

a img {
  border:none;
}

.clear { clear:both; }

/* Header Styling */
#main_content h1 {
  color:#4c2c6c;
  font-size:22px;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", sans-serif;
  margin:0px 0 12px; 
}

#main_content h2 {
  color:#4C2C6C;
  font-size:18px;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", sans-serif;
  margin:2em 0 12px; 
}

#main_content h3 {
  color:#3B548C;
  font-size:15px;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", sans-serif;
  margin:1em 0 .5em; 
}

/* FORMS */
form {overflow:hidden;}

fieldset {
  margin-top:20px;
  padding:10px;
  border:1px solid #b0b0b0;
}

legend {
  font-weight:bold;
}

form dl.own_line dd {
  margin-left:0;
}

form dl {
  clear:both;
  margin-bottom:8px;
}
form dt {
  float:left;
}
form dd {
  margin-left:130px;
}
form input.checkbox + label {
  padding-left:8px;
}

form fieldset li dl {
  margin-top:10px;
}

p.buttons {
  margin-top:2em;
}

a.button,
#adopter_login a,
form button,
input.submit {
  width:100px;
  display:inline-block;
  background:#3B548C;
  color:white !important;
  text-align:center;
  font-weight:bold;
  padding:4px 0;
  height:26px;
  border:none;
  text-decoration:none;
  font-size:12px;
  margin-right:10px;
  vertical-align:middle;
}

a.button { 
  height:18px;
  width:auto; 
  padding:4px 10px;
}

#main_content form fieldset h3 {
  margin-top:0;
}

#trainings ul { overflow:hidden; width:100%;}
#trainings ul.headers li { float:left; width:33%; font-weight:bold}
#trainings div.listings div { margin-bottom:5px; white-space:nowrap;}
#trainings div.listings input { width:182px;}

#certifications ul { overflow:hidden; width:100%; }
#certifications li, #certifications div div { float:left; }
#certifications ul.headers li {font-weight:bold;}
#certifications li.first { width:287px;}
#certifications li.second { width:137px;}
#certifications li.third { width:127px;}
#certifications li, #certifications div div { margin-bottom:5px; }
#certifications select { width:283px; }
#certifications input { width:127px; }
#certifications input.file {width:auto;}
#trainings li a, #certifications li a {position:absolute;color:transparent;width:16px;height:16px;background:url(/images/admin/cancel.png);}
#certifications div.proof {
    margin-top:4px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #b0b0b0;
    width:100%;
}
#certifications div.listings div:last-child div.proof {
    border-bottom:none;
    margin-bottom:0;
}
table.index {
  font-size: 90%;
  width: 100%;
  margin: 2em 0;
  border-bottom: 1px solid #eaeaea;
  border-collapse:collapse;
}
table.index td, table.index th {
  text-align: left;
}
table.index th {
  background-color: #f5f5f5;
  font-weight: bold;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom:2px solid #979797;
  border-top:1px solid #979797;
}
table.index td {
  border-top: 1px solid #eaeaea;
  padding: 4px;
}
table.index tbody tr.even td {
	background-color:#F7F7F6;
}
table.index th.headerSortUp {
	background-image: url(/images/table/desc.gif);
}
table.index th.headerSortDown {
	background-image: url(/images/table/asc.gif);
}
table.index tr th.headerSortDown, table.index tr th.headerSortUp {
	background-repeat:no-repeat;
	background-position:center right;
}
table.index caption {
  text-align:left;
  font-size:16px;
  font-weight:bold;
  color:#3b548c;
  padding-bottom:0;
  padding-top:20px;
  font-family:Georgia,"Times New Roman",serif;
}

label.error {
  color:red;
}

dd input + label.error,
dd select + label.error {
  display:block;
}
dd input[type=checkbox] + label.error {display:inline;}

p.error {
	padding:10px;
	margin:1em 0 1em 0;
	color:red;
	border:1px solid red;
	background:#ffe;
	font-size:14px;
}
#account_added_notice {
    padding:10px;
    margin:2em 0 1em;
    color:#3e63b0;
    background:#ffd;
    border: 1px dotted #3e63b0;
}
#account_added_notice h2 {
    margin-top:0;
}
#account_added_notice p {
    font-size:14px;
}

.hidden {display:none;}
form input.checkbox, #counselor_signed_ethics_statement {width:13px;max-width:16px;vertical-align:middle;}

body {
  background:#F8F4EC url(/images/body_bg.png) repeat-y center top;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:1.4em;
  text-align:center;
  color:#555;
}

p.notice {
    margin:0 0 10px 0;
	color:#3e63b0;
	font-size:14px;
	font-weight:bold;
}

#container {
  position:relative;
  width:860px;
  margin:0px auto;
  text-align:left;
  padding:0 20px;
}

#header {
  position:relative;
  height:150px;
  width:860px;
}

#logo {
  position:absolute;
  left:20px;
  top:15px;
  width:850px;
  height:133px;
  font-size:21px;
  margin:0;
  padding-top:25px;
  color:#3B548C;
  font-weight:normal;
  line-height:24px;
  z-index:5;
}

#logo img {
  float:left;
  margin-right:15px;
  margin-top:-36px;
}

#content {
  padding:25px 40px 30px 0;
}

#left_col { 
  width: 178px;
  float:left;
}

#main_content {
  border-left:2px solid #b0b0b0;
  min-height:480px;
  padding-left:35px;
  margin-left:178px;
}

*html #main_content {
  height:480px;
}

#left_col ul {
  width:150px;
  border-top:1px dotted #b0b0b0;
}

#left_col li {
  border-bottom:1px dotted #b0b0b0;
}

*html #left_col ul {
  border-top:1px solid #b0b0b0;
}

*html #left_col li {
  border-bottom:1px solid #b0b0b0;
}

#left_col li a {
  line-height:30px;
  padding-left:5px;
  color:#3B548C;
  font-weight:bold;
  font-size:16px;
  text-decoration:none;
  display:block;
}

#left_col li a:hover {
  background:#E7EAF1;
}

#left_col li.selected a,
#left_col li.selected a:hover {
  background:#F8F4EC;
}

#left_col #quick_links_hdr {
  margin-top:2em;
  margin-bottom:.5em;
  padding-bottom:.25em;
  padding-top:.25em;
  font-size:14px;
  padding-left:5px;
  color:#444;
  font-weight:bold;
  background:#e7eaf1;
  width:145px;
}

#adopter_login {
  text-align:right;
  padding:8px 0px 8px 0px;
  margin-top:85px;
  right:0;
  bottom:6px;
  position:absolute;
  z-index:10;
}

#adopter_login div {
  float:left;
}

#adopter_login div.last {
  padding-left:10px;
}

#adopter_login a {
  height:auto;
  width:82px;
  margin-right:12px;
  line-height:1;
}

#adopter_login h3 {
  font-size:14px;
  font-weight:normal;
  color:#3B548C;
  margin:0px 0 5px;
}

#adopter_login a.signup {
  background:#662d83;
}
#adopter_login a.last{
  margin-right:0;
}

#footer {
  clear:both;
}

#footer_top {
  line-height:40px;
  height:40px;
  text-align:center;
  background:#E8EBEC;
  color:#4C2C6C;
  font-size:16px;
  margin-bottom:10px;
}

#footer_bottom {
  overflow:hidden;
  color:#3b548c;
  padding:20px 40px;
  background:#f3f5f5 url(/images/footer_logo.gif) 650px 27px no-repeat;
  min-height:160px;
}

*html #footer_bottom { height:160px; }

#footer_bottom h3 {
  font-size:16px;
  font-weight:normal;
  margin-bottom:14px;
}

#footer_bottom div {
  float:left;
  border-right:1px dotted #b0b0b0;
  min-height:160px;
}

#footer_bottom_left {
  width:290px;
  padding-right:20px;
}

#footer_bottom_center {
  padding-left:40px;
  width:180px;
}

#footer_bottom_left p {
  margin-bottom:16px;
}

#footer_bottom_center li {
  margin-bottom:4px;
}

#footer p.smaller {
  font-size:85%;
}

/* HOME PAGE BANNER */
#banner_left,
#banner_middle,
#banner_right {
  float:left;
}

#banner_left {
  border-top:5px solid #A595B5;
  padding-top:2px;
}

#banner_left div {
  border-bottom:5px solid #9CA9C5;
  padding-bottom:2px;
}

#banner_middle {
  margin-left:4px;
  padding-top:2px;
  border-top:5px solid #CC7F7F;
}

#banner_middle div {
  position:relative;
  width:176px;
  height:148px;
}

#banner_middle2 {
  margin-top:4px;
  padding-bottom:2px;
  border-bottom:5px solid #a595b5;
}

#banner_middle img {
  position:absolute;
  width:176px;
  height:148px;
}

#banner_right {
  margin-left:4px;
  padding-top:2px;
  border-top:5px solid #9ca9c5;
  padding-bottom:2px;
  border-bottom:5px solid #a595b5;
  width:176px;
  height:300px;
}

#banner_right img {
    position:absolute;
    width:176px;
    height:300px;
}

/*#quick_links {
  margin-left:4px;
  padding-top:2px;
  border-top:5px solid #9ca9c5;
}

#quick_links div {
  width:176px;
  height:300px;
  padding-bottom:2px;
  border-bottom:5px solid #a595b5;
}

#quick_links div div {
  padding-bottom:0;
  border-bottom:0px;
  background:#b0b0b0;
  padding-left:17px;
  padding-right:17px;
  width:142px;
}

#quick_links h3 {
  color:white;
  font-size:12px;
  padding:25px 0;
}

#quick_links li a {
  display:block;
  text-align:center;
  color:white;
  background:#3b548c;
  font-size:18px;
  text-decoration:none;
  text-align:center;
  width:100%;
  padding:10px 0;
  margin-bottom:22px;
}

#quick_links li.last a {
  margin-bottom:0;
}
*/
#banner_left img {
  width:500px;
  height:300px;
}

#intro {
  color:#3b548c;
  font-size:16px;
  line-height:150%;
  font-family:Georgia, "Times New Roman", serif;
}
/*#intro {
  clear:both;
  padding:20px 40px 0;
  color:#3b548c;
  font-size:16px;
  line-height:150%;
  font-family:Georgia, "Times New Roman", serif;
}
*/
/* INTERIOR PAGE BANNERS */
#banner {
  overflow:hidden;
}

#banner_1 {
  float:left;
  padding-bottom:2px;
  border-bottom:5px solid #dfe7ed;
}

#banner_1 div {
  padding-top:2px;
  border-top:5px solid #CED4E2;
}

#banner_2 {
  margin-left:4px;
  float:left;
  display:inline;
  padding-bottom:2px;
  border-bottom:5px solid #a595b5;
}

#banner_2 div {
  padding-top:2px;
  border-top:5px solid #CC7F7F;
}

#banner_3 {
  margin-left:4px;
  float:left;
  display:inline;
  padding-bottom:2px;
  border-bottom:5px solid #cc7f7f;
}

#banner_3 div {
  padding-top:2px;
  border-top:5px solid #9da9c5;
}

#banner_4 {
  margin-left:4px;
  float:left;
  display:inline;
  padding-bottom:2px;
  border-bottom:5px solid #a595b5;
}

#banner_4 div {
  padding-top:2px;
  border-top:5px solid #9da9c5;
}

/* FIND ADOPTING ORGANIZATIONS */
#get_marketing_materials,
#find_adopters {
    position:relative;
  float:right;
  overflow:visible;
  border:3px solid #b0b0b0;
  background:#E7EAF1;
  width:250px;
  padding:10px;  
  margin-left:30px;
  margin-bottom:16px;
  font-size:12px;
  z-index:10;
}

#get_marketing_materials h2,
#main_content #find_adopters h2 {
  color:#3b548c;
  font-size:14px;
  font-weight:bold;  
  margin-bottom:15px;
  margin-top:5px;
}

#get_marketing_materials {
    width:174px;
    clear:right;
    margin-top:1.5em;
}

#get_marketing_materials h2 {
    margin-top:0;
}

#find_adopters dd {
  margin-left:80px;
}

#find_adopters input /*, 
#find_adopters select */
{
  width:140px;
}

#find_adopters label {
  color:#3b548c;
}

#find_adopters p {
  margin-left:80px;
}

#find_adopters input.button {
  width:70px;
  color:white;
  background:#3b548c;
  color:white;
  border:none;
  text-align:center;
  padding:2px 0;
  font-weight:bold;
}

#find_adopters option {
    width:300px;
}


/* MAIN CONTENT */
#main_content {
  font-size:13px;
  line-height:140%;
}
#main_content p {
  margin-bottom:1em;
}

#main_content img.right {
  float:right;
  clear:right;
  margin-bottom:20px;
  margin-top:20px;
  margin-left:30px;
}

#main_content p.right {
  float:right;
  display:inline;
  margin-top:-1em;
  font-weight:bold;
  font-family:Georgia, "Times New Roman", sans-serif;
  font-size:12px;
}

#main_content p.right a {
  text-decoration:underline;
  padding-right:8px;
  background:url(/images/arrow_right_blue.gif) no-repeat center right;
}

#main_content ul.steps {
  padding-left:30px;
  background:url(/images/bullets.gif) no-repeat top left;
  margin-bottom:25px;
}

#main_content ul.steps li {
  height:30px;
}

#main_content ul.steps li.step6 {
  padding-top:2px;
}

#main_content #logo_collage_holder {
  background:url(/images/logo_collage.jpg) no-repeat right top;
}

#main_content #logo_collage_holder li {
  margin-bottom:3px;
}

#main_content ul.documents {
  margin-top:30px;
}

#main_content ul.documents li {
  padding-bottom:10px;
}

#main_content ul.disc {
  margin-bottom:1em;
}

#main_content ul.disc, #main_content ul.disc li {
  list-style:disc outside;
  margin-left:10px;padding:auto;
}


/* ADOPTER LIST */

/* CONTACT FORM */
form.new_contact dt {
  float:none;
}
form.new_contact label {
  font-weight:bold;
}
form.new_contact dd {
  margin-left:0;
}

#partners td {
  vertical-align:top;
  padding-bottom:1em;
}
#partners td blockquote {margin-top:0;}


p.notification {
	margin:0 0 10px 0;
	padding:10px;
	color:#3b548c;
	border:1px solid #3b548c;
	background:#ffe;
	color:#3e63b0;
	font-size:14px;
}

/*.warning,
.error {
  padding:10px;
  color:red;
  background:#ffe;
  border:1px solid red;
  font-size:14px;
}
*/

#close_notice {
    text-indent:-1000em;
    width:16px;
    height:16px;
    margin-left:16px;
    background:url(/images/x.png) no-repeat top left;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
}

#close_notice:hover {
    background:url(/images/x-hover.png) no-repeat top left;
}

div.button_list {
  float:right;
  width:200px;
}

div.button_list li {
  margin-bottom:5px;
}

ul.spaced li {
  margin-bottom:5px;
}

.clear_right { clear:right; }

#fancybox-inner {
  text-align:left;
}

#fancybox-inner h1 {
  font-size:16px;
  margin-bottom:1em;
  padding-bottom:.5em;
  border-bottom:1px solid #d0d0d0;
}
#fancybox-inner input[type=checkbox] {
  width:auto;
  margin-right:8px;
}
#fancybox-inner input[type=checkbox] + label {
  display:inline;
  font-weight:normal;
}
#fancybox-inner form {
  overflow-x:visible;
  overflow-y:visible;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('/images/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('/images/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('/images/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('/images/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('/images/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('/images/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div.section {
    margin-right:150px;
}
#content div.section h2 {
    margin-top:1em;
}


/*wrapper of all elements*/
div.combo {
    position:relative;
    left: 0px;
    top: 0px;
}


/*text input*/
.combo input {
    position: absolute;
}


/*icon*/
.combo div.icon {
    position:absolute;
}


/*list wrapper*/
.combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    /*we should set height and max-height explicitly*/
    height: 200px; 
    max-height: 200px;
    /*should be always at the top*/
    z-index: 99999;

}

/*"drop-up" list wrapper*/
.combo div.list-wrapper-up {}

/*dropdown list*/
.combo ul {}

/*dropdown list item*/
.combo  li {
    height: 20px;
}

/*active (hovered) list item*/
.combo li.active {}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}

/*used when emptyText config opt is set. Applied to text input*/
.combo input.empty {}






 

div.sexy {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 146px;
}

div.sexy input {
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:1px 3px;
    background:#fff url(/images/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 

}

div.sexy div.icon {
    width:17px;
    height:21px;
    border: 0;
    background:transparent url(/images/trigger.gif) no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    top:0px;
    left: 129px; 

}

div.sexy div.list-wrapper {
    right: 0px;
    top: 21px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 360px;
    bottom: auto;
}
#find_adopters select {
    width:140px;
}
#find_adopters div.sexy input {
    width:134px;
}
dl.services div.list-wrapper {
    width:360px;
}

dl.states div.list-wrapper {
    width:144px;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.sexy  li {
    padding: 0;
    padding-left: 5px;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: rgb(223, 232, 246);
}

/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active {
    display: block;
	width: 100%;
	width: 146px;
	text-decoration: none;
    font:normal 14px  tahoma, arial, helvetica, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.sexy input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}

#content ul.downloads {
    margin-bottom:2em;
    overflow:hidden;
}

#content ul.downloads li {
    overflow:hidden;
    margin-top:1em;
}

#content ul.downloads li {
    float:left;
    width:45%;
    margin-bottom:1.5em;
}

#content ul.downloads li a.img {
    float:left;
    width:80px;
    text-align:center;
}

#content ul.downloads li h3 {
    margin-top:0;
}

#content ul.downloads li h3,
#content ul.downloads li p{
    margin-left:90px;
}

