/* 3 Column Structure - Fixed - You shouldn't edit this section */

body{margin: 0;padding: 0;}
#centerwrapper, #leftcolumn, #rightcolumn{float: left;}
#centerwrapper{width: 100%;}
#leftcolumn{margin-left: -100%;}
#footer{clear: both;}

/* ------------------------ */

/* 3 Column Structure - Variable - Define widths and padding */

#content{
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
	background: url(images/shadow_bg.gif) repeat-y;
}

#centercolumn{
	padding: 0 10px;
	margin: 0 201px 0 201px;	/* 0 (RCWidth+pad+border) 0 (LCWidth+pad+broder) */
}

#leftcolumn{
	width: 200px;				/* LCWidth */
	padding: 0;
}

#rightcolumn{
	width: 200px; 				/* RCWidth */
	padding: 0;
	margin-left: -201px; 		/* -(RCWidth+pad+border)*/
}

/* ------------------------ */

/* Other Structure Formatting - Colors, borders, etc. */

body{
	background: #bbb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .825em;
}

#centerwrapper{background: #fff;}

#leftcolumn{border-right: 1px solid #bbb;}

#rightcolumn{border-left: 1px solid #bbb;background: #fff;}

#navbar{
	text-align: left;
	background: #fff;
}

#footer{
	padding: 5px 0;
	text-align: center;
}

.topper{margin-top:10px;}

.firstp{margin-top:0;}

/* ------------------------ */

/* Basic Text and Img Formatting */

p, ul, ol{line-height: 1.5em;}

.bold{font-weight: bold;}
.italic{font-style: italic;}

a{
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	cursor: pointer;
	text-decoration:underline;
}
a>img{border: 0;}

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;margin:0;}

h2{
	border: 1px solid #bbb;
	border-width: 1px 0;
	padding-top:.2em;
	font-weight: normal;
}

hr {
	border-width: 0px;
	border-top:1px solid #bbb;
}

.boxed{
	padding:4px;
	border:1px solid #bbb;
	background:#ddd;
	margin-bottom:10px;
}

.img_w_caption{
	border: 1px solid #bbb;
	padding: 4px;
	margin-bottom: .5em;
}
.img_w_credit{
	margin-bottom: 1em;
}
.img_w_caption h5{
	font-style: italic;
}
.img_w_credit>img, .img_w_caption>img{
	max-width: 100%;
	margin-bottom:4px;
}
.left{float:left; margin-right:1em;}
.right{float:right; margin-left:1em;}

.hidden{display:none;}

/* ------------------------ */

/* Navbar and Footer*/

#navbar{
	width:960px;
	height:30px;
	position: relative;
	background: url(images/navbar/navbar_bg.gif) repeat-x;
	font-family: sans-serif;
	font-weight: bold;
	z-index: 99;
}

#navlist, .subnavlist{
	margin:0;padding:0;
	list-style: none;
}
#navlist{
	background: url(images/navbar/subnav_bg_b.png) repeat-x bottom;
}
#navlist li>a{
	display: block;
	height:30px;
}
#navlist a:hover{background-position: 0% -30px;}
#navlist span{display: none;}
#navlist li{
	float: left;
	height: 30px;
	border-right: 1px solid #bbb;
}
.subnavlist{
	float: left;
	display: none;
	margin-left: -10px;
}

#navlist li:hover .subnavlist{
	display: block;
	/*background: pink;*/
}
#navlist .subnavlist li{
	position: relative;
	left: -1px;
	float: none;
	height: auto;
	padding-right: 10px;
	white-space: nowrap;
	background: url(images/navbar/subnav_bg_r.png) right repeat-y;
	margin: 0;
	border-width: 0;
}
#navlist .subnavlist li.last{
	background: none;
}
#navlist .subnavlist li.last div{
	margin: 0 20px;
	height: 20px;
	background: url(images/navbar/subnav_bg_b.png) top repeat-x ;
}
#navlist .subnavlist div{
	background: url(images/navbar/subnav_bg_l.png) left repeat-y ;
}
#navlist .subnavlist p{
	margin: 0 0 0 10px;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 1px solid #999;
}
#navlist .subnavlist a{
	display: block;
}
#navlist .subnavlist a:hover{
	text-decoration: none;
}
#navlist .subnavlist a.nav_column_title{
	font-size: .75em;
	color: #999;
}

#navlist .subnavlist h4.divider{
	margin: 0 0 0 10px;
	padding: 2px 0 0 8px;
	border-bottom: 1px solid #999;
	background: #bbb;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 80%;
	letter-spacing: .25em;
}

/* ------------------------ */

/* Left Column */

#leftcolumn img{}

.leftbutton{
	margin-top:15px;	
}

/* ------------------------ */

/* Right Column */

#rightcolumn h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: ;
	color: #bbb;
	border-bottom: 1px solid #bbb;
	padding: 3px 2px 2px 3px;
	font-weight: normal;
	text-transform: uppercase;
}

.ad{
	border-bottom: 1px solid #bbb;
}

/* ------------------------ */

/* Frontpage */


/* ------------------------ */

/* Advertising */

.ad_table{
	width: 100%;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid black;
	border-width: 0 1px 1px 0;
}
.ad_table td{border-left: 1px solid black;}
.ad_table .bg{background: #ccc;}

.ad_table .header{
	color: #fff;
	font-weight: bold;
}

#div_adoptions{width:100%;}

#div_adoptions .option_block{
	border: 1px solid #bbb;
	margin-bottom: 1em;
}

#div_adoptions h4{
	text-transform: uppercase;
	padding: .25em;
	background: #bbb;
}

#div_adoptions h5{
	font-size: 1em;
	padding: .25em;
	margin: .5em -.5em;
	background: #ddd;
}
.h5_block{
	padding: 0 .5em 1em .5em;
}

.req_field{color:red;}

/* ------------------------ */

/* Calendar */

.calendar_event{
	margin-bottom: 1em;
}

.calendar_event h3{ /* Date */
	font-size: 1.25em;
	margin-bottom: .5em;
}
.calendar_event h4{ /* Title */
	font-weight: bold;
}

/* ------------------------ */

/* Where to Find */

.location_navbar{
	border: 1px solid #bbb;
	border-width: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.location_navbar ul{
	
}
.location_navbar li{
	display: inline;
}
.location_navbar a{
	color:#bbb;
	font-weight:normal;
}

.location_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.location_list li{
	margin-bottom: 10px;
}

/* ------------------------ */

/* Archives */


#archive_head{
	background: url('archives/images/archiveheader_bg.gif');
	padding: .5em;
	text-align: center;
	border-bottom: 0;
}
#archive_head a{color:#777;}

/* ------------------------ */

/* Resources */

.resource{
	height: 100px;
	margin-bottom: 1.5em;
}

.resource img{
	float: left;
	margin-right: 1em;
}	

/* ------------------------ */

/*Search */

#navlist li#navsearch{
	border-width: 0px;
}
#navsearch input{margin: 6px 0 0 60px;}

.url {color:#999;}

.title{color:; font-size:15px}

.searchBox{border:1px solid #bbb;}

#result_report {
	text-align:center ;
	padding:3px;
	background-color:; 
	font-weight: bold;
	margin-bottom:14px;
}

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:; 
	font-weight: bold
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#e5ecf9; 
	font-weight: bold
}

hr.powered{width: 550;}

#results{width: 780;}

#other_pages {
	text-align:center;
}

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
}

#common_report {
		text-align:center;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #bbb;
}

/* ------------------------ */
