@import url(defaults.css);
@import url(feedback.css);

body{
	background:#fff url(../images/bg_gradient.png) repeat-x;	
}

.center{
	float:none;
	width:828px;
	margin:0 auto;
}

.shadow_left{
	width:819px;
	padding-left:9px;
	background:url(../images/shadow.png) repeat-y left;
}

.shadow_right{
	width:810px;
	padding-right:9px;
	background:url(../images/shadow.png) repeat-y right;
}

.wrapper{
	width:748px;
	padding:22px 31px 21px;
	background:#fff;
}

.logo{
	width:748px;
	height:108px;
	background:url(../images/header.png);
}

.nav{
	position:relative;
	left:3px;
	width:742px;
	height:49px;
	background:url(../images/nav_gradient.png) repeat-x;
}

.nav li{
	padding:0 13px 0 18px;
	margin-top:15px;
	background:url(../images/nav_bullet.png) no-repeat left 6px;	
}

.nav .first_link{
	padding:0 15px 0 17px;
	background:none;
}

.nav a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;		
}

.nav a:hover{
	color:#cf142f;
}

.nav .current a{
	height:15px;
	padding-bottom:11px;
	background:url(../images/nav_selected.png) no-repeat bottom center;
}

.footer{
	width:100%;
}

.corner{
	width:20px;
	height:20px;
	background-image:url(../images/corners.png);
}

.corner.left{
	background-position:left;
}

.corner.right{
	background-position:right;
}

.footer_middle{
	position:relative;
	width:788px;
	height:20px;
	background:url(../images/shadow_bottom.png) repeat-x bottom;
}

.footer_content{
	position:absolute;
	top:-13px;
	width:764px;
	height:24px;
	padding-right:24px;
	background:#fff;
	text-align:right;
	font-size:11px;
}

h1{
	width:473px;
	height:68px;
	text-indent:-9999px;
}

h2{
	width:100%;
	padding-bottom:16px;
	font-size:14px;
}

.content{
	padding:0 3px;
}

/*Form*/

.row{
	width:725px;
	padding:5px 0 5px 17px;
}

label{
	cursor:pointer;
}

input[type=text],
input[type=password]{
	width:200px;
	padding:2px;
}

input[type=checkbox],
input[type=radio]{
	position:relative;
	width:13px;
	height:13px;
	margin-top:3px;
	cursor:pointer;
}

.half input{
	width:100px;
}

button{
	margin-top:10px;
}

.col_50,
.col_50 .row{
	width:362px;
}

.col_50 .row{
	padding-left:0;
}


/*=-=-=-=-=- Home Page -=-=-=-=-=*/

.h1_welcome{
	background:url(../images/headers/welcome.png);
}

.main{
	width:442px;
	padding:14px;
	font-size:11px;
	text-align:justify;
	color:#222;
	line-height:14px;
}

.home_text{
	padding:7px 0 11px;
	margin-bottom:11px;
	border-bottom:5px solid #ccc;
}

.inset_text{
	width:232px;
	padding:12px 10px 0 0;
}

.home_flash{
	width:260px;
	height:350px;
	margin:0 9px 7px 0;
}

.bottom_bar_main{
	position:relative;
	width:100%;
	background:url(../images/bottom_bar_bg.png) repeat-x;
}

.bottom_bar_main,
.bottom_bar_main div{
	height:127px;
}

.bottom_bar_left{
	position:absolute;
	left:-3px;
	width:3px;
	background:url(../images/bottom_bar_sides.png) left;
}

.bottom_bar_right{
	position:absolute;
	right:-3px;
	width:3px;
	background:url(../images/bottom_bar_sides.png) -3px;	
}

.bottom_bar_sep{
	padding-left:9px;
	background:url(../images/bottom_bar_sides.png) no-repeat -6px;
}	

.bottom_bar_b1{
	width:256px;
	height:120px;
	padding:4px 3px 3px 5px;
}

.bottom_bar_b1 a{
	position:relative;
	width:124px;
	height:116px;
	overflow:hidden;
}

.bottom_bar_b1 a img{
	position:absolute;
}

.bottom_bar_b1 a:hover img{
	top:-116px;
}

.bottom_bar_b1 div{
	width:105px;
	padding:3px 0 0 13px;
}

.bottom_bar_b1 label{
	padding-bottom:8px;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
	cursor:auto;
}

.bottom_bar_b1 p{
	line-height:12px;
	font-size:10px;
	color:#333;
}

.bottom_bar_b2{
	width:179px;
}

.bottom_bar_b2 a{
	width:170px;
	height:111px;
	margin:8px 0 0 4px;
	background:url(../images/view_promo_video.png) no-repeat top;
}

.bottom_bar_b2 a:hover{
	background-position:bottom;	
}

.bottom_bar_b3{
	width:154px;	
}

.bottom_bar_b3 a{
	margin:12px 0 0 7px;
}

.bottom_bar_b4{
	width:118px;
}

.bottom_bar_b4 a{
	margin:31px 0 0 8px;	
}

/*=-=-=-=-=- Content Pages -=-=-=-=-=*/

.col_content{
	width:473px;
}

.content_text{
	width:441px;
	height:420px;
	padding:12px 21px 8px 10px;
	margin-top:12px;
	font-size:11px;
	line-height:16px;
	overflow-y:scroll;
	overflow-x:hidden;	
}

.content_text p{
	clear:both;
	width:100%;
	padding-bottom:16px;
	text-align:justify;	
}

.content_text a{
	float:none;
	color:#D51431;
	font-weight:bold;
}

.content_text a:hover{
	text-decoration:underline;
}

.content_text ul{
	padding-left:16px;
	list-style-type:disc;
}

.content_text li{
	float:none;
	padding-bottom:16px;
	text-align:justify;
}

.content_text a:hover{
	text-decoration:none;
	color:#777;
}

.col_nav{
	width:257px;
	padding:80px 0 0 12px;
	background:url(../images/shadow_nav_corner.png) no-repeat top;
}

.col_nav img{
	margin-bottom:6px;
}

.side_nav{
	width:257px;
	height:219px;
	padding:12px 0;
	background:url(../images/side_nav_gradient.png) repeat-x;
}

.side_nav a{
	clear:both;
	float:right;
	width:218px;
	padding:4px 14px 4px 13px;
	margin:4px 12px 4px 0;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	background:url(../images/exclaimation_mark.png) no-repeat right;
}

a.sub_link{
	padding:0;
	margin:0 26px 4px 0;
	background:none;
	color:#707070;
	font-size:10px;
}

.side_nav a:hover{
	color:#cf142f;
}

.bottom_bar{
	width:748px;
	height:31px;
	margin-top:15px;
	background:url(../images/bottom_bar.png);
}

/*Adoption*/

.h1_adoption_about{
	background:url(../images/headers/adoption_about.png);
}

.h1_adoption_foster{
	background:url(../images/headers/adoption_foster.png);
}

.h1_adoption_miami{
	background:url(../images/headers/adoption_miami.png);
}

.h1_adoption_florida{
	background:url(../images/headers/adoption_florida.png);
}

.h1_adoption_out_of_state{
	background:url(../images/headers/adoption_out_of_state.png);
}

.h1_adoption_faq{
	background:url(../images/headers/adoption_faq.png);
}

p.line{
	padding-bottom:2px;
}

p.hr{
	width:424px;
	padding:0 0 16px;
	border-top:1px solid #222;	
}

/*About*/

.h1_about_gallery{
	background:url(../images/headers/about_gallery.png);
}

.h1_about_team{
	background:url(../images/headers/about_team.png);
}

.h1_about_agencies{
	background:url(../images/headers/about_agencies.png);
}

.h1_about_volunteers{
	background:url(../images/headers/about_volunteers.png);
}

.h1_about_stylists{
	background:url(../images/headers/about_stylists.png);
}

.h1_about_sponsors{
	background:url(../images/headers/about_sponsors.png);
}

.sp_row{
	margin:15px 0;
}

.sp_row a{
	float:left;
}

.sp_img{
	width:160px;
	text-align:center;
}

.sp_img img{
	float:none;
}

.sp_link{
	margin-left:30px;
}

.sp_mdc{
	line-height:97px;	
}

.sp_herald{
	line-height:40px;
}

.sp_ourkids{
	line-height:100px;
}

.sp_cbs{
	line-height:70px;
}

.sp_goose{
	line-height:38px;
}

.sp_joy{
	line-height:42px;
}

.sp_barefoot{
	line-height:75px;
}

.team_row{
	padding:14px 0 24px;
	background:url(../images/yellow_bar.png) no-repeat bottom;
}

.team_row_last{
	padding:14px 0 8px;
	background:none;
}

.team_img{
	width:115px;
	margin-bottom:16px;	
}

.team_desc{
	width:294px;
	padding-left:15px;
	text-align:justify;
}

.team_desc *{
	clear:both;
}

.team_desc a{
	width:100%;
	float:left;
	margin-bottom:20px;
}

a.no_margin{
	margin:0;
}

.team_row_last ul{
	padding:0 0 12px 16px;
}

.team_row_last li{
	padding:0;
}

.team_desc .no_link{
	margin-bottom:20px;
}

/*Contact*/

.h1_contact_contacts{
	background:url(../images/headers/contact_contacts.png);
}

.line_top_border{
	padding-top:16px;
	border-top:1px solid #333;
}

/*Exhibits*/

.h1_exhibits_exhibits{
	background:url(../images/headers/exhibits_exhibits.png);
}

.h1_exhibits_register{
	background:url(../images/headers/exhibits_register.png);
}

a.black{
	color:#000;
}

p.red{
	color:#D51431;
}

.event_reg_form label{
	width:110px;
}

.gallery{
	width:361px;
	padding:12px 61px 8px 50px;
	text-align:center;
}

.gallery a{
	float:none;
	padding:2px 0;
}

.gallery a img{
	float:none;
}


/*Press*/

.h1_press_promo{
	background:url(../images/headers/press_promo.png);
}

.h1_press_news{
	background:url(../images/headers/press_news.png);
}

.h1_press_releases{
	background:url(../images/headers/press_releases.png);
}

.h1_press_marketing{
	background:url(../images/headers/press_marketing.png);
}

.col_50_press{
	width:212px;
	padding:8px 0 26px 0;
}

.press_h2{
	padding:2px 0 2px;
}

.col_50_press p{
	padding-bottom:8px;
}

.col_50_press .line{
	padding-bottom:0;
}

.red{
	color:#D51431;
}

.brochures{
	color:#D51431;
}

.brochures li{
	padding:0;
}

/*children*/

.h1_children_children{
	background:url(../images/headers/children_children.png);
}

.col_nav_bio{
	padding-left:12px;
	background:url(../images/shadow_nav_corner_bio.png) top left no-repeat;
}

.col_bio_list{
	width:255px;
	height:524px;
	border:1px solid #333;
	overflow-y:scroll;
	overflow-x:hidden;
	background:	
}

.col_bio_list a{
	clear:both;
	width:230px;
	padding:2px 4px;
	margin:1px 0;
	color:#000;
	font-size:12px;
	background-color:#fff;
}

.col_bio_list a:hover{
	background-color:#ffc;	
}

.col_bio_list a.active{
	background-color:#ffdcd4;	
}

.bio_info{
	padding:6px 0;
}

.bio_img_frame{
	width:233px;
	height:350px;
	padding:4px;
	background:url(../images/bio_frame.png);
}

.bio_desc{
	width:210px;
	height:344px;
	line-height:16px;
	padding-right:10px;
	margin:4px 0 0 12px;
	font-size:12px;
	overflow-y:scroll;
	overflow-x:hidden;	
}

.bio_desc p{
	padding-bottom:12px;
}

.bio_interested{
	width:464px;
	padding:5px 0 4px 9px;
	background:#fcb714;	
}

.bio_int_info{
	width:332px;	
}

.bio_int_info *{
	clear:both;
}

.bio_int_title{
	font-size:18px;
	font-weight:bold;
	color:#fff;	
}

.bio_int_desc{
	width:265px;
	padding:5px 0;
	font-size:11px;
}

.bio_int_info a{
	font-size:11px;
	font-weight:bold;
	color:#CF142F;
}

.bio_int_info a:hover{
	color:#fff;	
}

.divider{
	width:725px;
	height:29px;
	line-height:29px;
	padding:12px 0 14px 17px;
	background:url(../images/form_divider.png) repeat-x;
	color:#fff;
	font-size:12px;
}

.divider span{
	margin-left:12px;
	color:#555;
	font-size:11px;
	font-weight:normal;	
}

.adoption_form label{
	line-height:20px;
	padding:0 5px 0 0;
	font-size:11px;
	font-weight:bold;
}

.adoption_parent label,
.adoption_child label{
	width:127px;
}

.adoption_interests label{
	width:387px;
}

.adoption_questions label{
	width:720px;
}

.col_cb label{
	width:108px;
	font-weight:normal;
	padding:0 5px 0 4px;
}

.other_interest label{
	width:70px;
}

.other_interest input{
	width:100px;
}

label.last_option{
	width:40px;
}

label.half{
	width:69px;
}

input.half{
	width:99px;
}

label.ext{
	width:20px;
	padding-left:8px;	
}

input.ext{
	width:37px;
}

.adoption_buttons{
	padding-left:17px;
}

/* parent form */

#child_dropdown{
	position:relative;
}

#child_dropdown .row{
	width:332px;
	padding:6px 0 0 392px;
}

#child_dropdown a{
	position:relative;
	line-height:16px;
	padding:0 0 0 20px;
	margin:2px 0 0 10px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

#child_dropdown .add{
	background:url(../images/icons/add.png) no-repeat;
}

#child_dropdown .remove{
	background:url(../images/icons/cross.png) no-repeat;
}
