/** Set all margin and padding to 0 **/
* { margin:0; padding:0; }

html, body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#646464;
	}

/** Layout Properties **/
#wrap { background:#fff ; 
	width:950px;
	margin:10px auto 0px auto;
	padding:0 0px;
	}
#banner {
	width:944px;
	color:#c63205; 
	text-align:center;
	margin-left: 0px;
	padding:5px 3px 3px;
	background:#f7eea7;
	float:left;
	font-size:0.75em;	
	}
#banner a {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
#header {
	width:950px;
	margin:0px auto 0px auto;
	height:155px;
	background:#ba5915 url("../images/header8.jpg") no-repeat center;
	position:relative;
	}
#topnav_wrap {
	background-color:#000;
	width:950px;
	color:#000;
	font-size:0.75em;
	}
#sidecol {
	width:130px;
	float:right;
	padding:20px 5px 50px 5px;
	border-left:1px dashed #999;
	}
#content {
	width:730px;
	float:left;
	padding:10px 10px 50px;
	line-height:14px;
	}
#footer {
	height:50px;
	width:950px;	
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	font-size:11px;
	color:#f7f7a9;
	/*background:transparent	url("../images/bcr_footer.jpg") no-repeat bottom left; */
	/*background:#f08601;*/
	/*background:#c63205;*/
	/*background:#f58c01;*/
	background:#ba5915;
	}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	}
	
/** Left Navigation Properties **/
.sidenav {
	text-align:center;
	text-transform:lowercase;
	margin-bottom:20px;
	}
	
.sidenav ul, ol { margin:0; padding:0; }
	
.sidenav ul li {
      	/* float: left; */ 
      	/*clear: left; */
	color:#c73105;
	font-size:1em;
	font-weight:bold;
	list-style-type:none;
	list-style-position:outside;
	text-align:center;
	text-align:top;
	}
.sidenav li ul {
	margin-top:10px;
	}
.sidenav ul li ul li {
	list-style-type:none;
	font-size:0.8em;
	text-align:center;
	}
.sidenav a {
	float:left;
/*	display:block;   */
	font-weight:bold;
	color:#c73105;
	text-decoration:none;
	padding:5px;
	border-bottom:1px solid #eee;
	width:120px;
	}
.sidenav a:hover {
	color:#ff9900;
	background-color:#f7eca6;
	}
/** Footer Properties **/
#footer a {
	color:#0066CC;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
	
/** Content Properties **/
#content h1,h2,h3,h4,h5,h6 {
	color:#c73105;
	margin-bottom:0.7em;
	line-height:normal;
	}
#content h1 {
	font-size:1.4em;
	line-height:normal;
/**	text-transform:uppercase; **/
	}
#content h2 {
	color:#573100;
	font-size:1.2em;
	}
#content h3,h4,h5,h6 {
	font-size:1em;
	}
#content p {
	margin-bottom:10px;
	font-size:0.75em;
	line-height:1.8em;
	}
#content a {
	color:#339933;
	font-weight:bold;
	text-decoration:none;
	}
#content a:hover {
	text-decoration:underline;
	}
ul, ol {
	margin:0 0 1em 1em;
	}
#content li {
	list-style-position:outside;
	margin-bottom:0em;
	font-size:0.75em;
	line-height:1.8em;
	}
#content ul, ol {
	margin:0 0 1em 1em;	
	}
#content td {
	font-size:0.75em;	
	}
ul.abc_list { list-style-type:lower-alpha; }

img { margin-bottom:5px; border:0; }

object { outline:none; }

.col_left, .col_right  { width:350px; float:left; }
.col_right { margin-left:30px; }
	
/** Tabs Properties **/
#tabs ul {
	list-style:none;
	margin:0 0 0 10px;
	}
#tabs li {
	float:left;
	}
#tabs a {
	width:6em;
	text-align:center;
	display:block;
	color:#000;
	text-decoration:none;
	/*line-height:28px;*/
	padding:6px 0 7px;
	float:left;
	font-weight:bold;
	font-size:0.75em;
	}
#tabs a:hover {
	background:transparent url("../images/tab_hover.gif") no-repeat center bottom;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a { float:none; }
/* End IE5-Mac hack */

ul.file-list li {
	list-style:none;
	background:transparent url("../images/icon_file.gif") no-repeat 5px 50%;
	padding:10px 0 10px 25px;
	border:1px solid #eee;
	}

.text-red {
	color:#ff0000;
	}
	
.rightcol-img {
	text-align:center;
	margin-bottom:5px;
      	display: inline; 
      	float: left; 
      	clear: left;
      	visibility: visible; 
	}
	p.rightcol-img{
	
	}
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
.img-left {
	float:left;
	margin:0 0 10px 10px;
	clear: left;
	
	}
		
.special { border:1px solid #999; background:#eee; padding:2px 5px; font-weight:bold; }


 .textImageLeft {
      clear: none; 
      display: inline; 
      float: left; 
      clear: left;
      visibility: visible; 
      overflow: auto; 
      margin-right: 10px;

    	}
 .textImageRight {
      clear: none; 
      display: inline; 
      float: right; 
      clear: right;
      visibility: visible; 
      overflow: auto; 
      margin-left: 10px;
    	} 
.right-border {
	float: right;
	display:inline;
	}
.tightSection {
	margin-bottom: 40px;
	margin-left: 5px;
	}
.tightSection p, li 
	{
	border-top: 1px;
	}
.adoptSection {
	}
 .adoptSelect {
	clear:both;
	margin-bottom: 40px;
	padding: 10px 10px 10px 10px;
	background:#f7eea7;
    	}	
 .adoptImage {
      display: inline; 
      float: left; 
      clear: left;
      visibility: visible; 
      overflow: auto; 
      margin-right: 10px;
      margin-left: 10px;      

    	}
 .adoptSelect p {
	padding: 5px 5px 5px 5px;
    	}  
    	
    	
/************** 'google/where-is' map styles **************/

#maps{
	float:left;
	border: 4px solid #DFD4C5;
	margin: 5px 10px 6px 50px;
	padding: 15px 15px 15px 15px;
	background: #ff9900;
	text-align: left;
}

#maps img{
	display: block;
}
#maps p{
	font-size: 80%;
	color: #000;
}
/************** # News notice styles **************/

#noticeFrame{
	border: 2px solid #c73105;
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;	
}

#notice{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;	
	
	background: #ff9900; 
}

#notice h1{
	text-align: center;
	font-size: 160%;
}

#notice p{
	padding-left: 8px;
	font-size: 100%;
}
#notice ul p{
	font-size: 80%;
}
#notice ul {
	padding-left: 8px;
	padding-right: 8px;	
}
#notice ul li{
	padding-top: 5px;
	font-size: 100%;
}

#noticeText{
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;	
	text-align: center;
}
#noticeImg {
	display:inline;
	margin:8px;
}
#noticeFooter{
	margin-bottom: 8px;
	padding-left: 18px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 80%;
	font-weight:bold;
	background: #ff9900; 
}
#noticeFooter ul li{
	/*color:#c73105;*/
	font-size: 100%;
}
#noticeFooter p{
	color:black;
	font-size: 100%;
}

.notice form, input{
	text-align: left;
	text-indent: 0px;
	width: 160px;
}

.row {
	float:left;
	display:inline;
	margin:3px;
}
.row img {
	  border:1px solid #ffffff;
}
.scform1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90%;
	background-color: #FFFAF0;
	border: solid 1px #DFD4C5;
	margin: 1px;
	padding: 2px;
}
.scform2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFAF0;
	border: solid 1px #DFD4C5;
	margin: 1px;
	padding: 2px;
}


hr { border:none; border-top:1px solid #999; margin-bottom:10px; }

.submitBut input{
	align; right;
	text-align: left;
	text-indent: 140px;
	width: 60px;
}
