/* CSS Document */

body {
	background-color: #7a4d5a;
}
.rw_dark {
	background-color: #e1f9e1;
}
.rw_light {
	background-color: #FECCCB;
}
.rw_yellow {
	background-color: #fefee8;
}

.h2 {
font-family: arial;
color: #96596B;
font-size: 36px;
text-decoration: underline;
}


.nav_visited {
	padding:0px 10px 0px 10px;
	font-family: arial;
	line-height: 20px;
	font-size:12px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
	.text_link a {
	text-decoration:none;
	color:#96596B;
	font-family:arial;
	font-size:12px;
	}
	.text_link a:hover {
	text-decoration:underline;
	color:#96596B;
	font-family:arial;
	font-size:12px;
	}		
	.text_link {
	font-family: arial;
	font-size:12px;
	color: #E0DFE3;
	}
	
	.text_link_big a {
	text-decoration:none;
	color:#96596B;
	font-family:arial;
	font-size:18px;
	}
	.text_link_big a:hover {
	text-decoration:underline;
	color:#96596B;
	font-family:arial;
	font-size:18px;
	}		
	.text_link_big {
	font-family: arial;
	font-size:18px;
	color: #96596B;
	}	
.img_pad {
	padding: 10px;
}
.adopt_name {
	font-size: 14px;
	color: #96596B;
	font-family: arial;
	font-style: normal;
	font-weight:bold;
}

.nav_top {
	padding:0px 2px 0px 2px;
	font-family: arial;
	line-height: 20px;
	font-size:11px;
	color: #96596B;
	text-decoration:none;
	}
	.nav_top a {
	text-decoration:none;
	color:#96596B;
	font-family:arial;
	font-size:11px;
	padding:0px 2px 0px 2px;
	}
	.nav_top a:hover {
	text-decoration:underline;
	color:#96596B;
	font-family:arial;
	font-size:11px;
	padding:0px 2px 0px 2px;
	}		
	.nav_top_div {
	font-family: arial;
	line-height: 20px;
	font-size:12px;
	color: #be7289;
	}

	.nav_bot {
	padding:0px 10px 0px 10px;
	font-family: arial;
	line-height: 25px;
	font-size:9px;
	color: #ffffff;
	text-decoration:none;
	}
	.nav_bot a {
	text-decoration:none;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	padding:0px 10px 0px 10px;
	}
	.nav_bot a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	padding:0px 10px 0px 10px;
	}		
	.nav_bot_div {
	font-family: arial;
	line-height: 25px;
	font-size:9px;
	color: #ffffff;
	}
.cap {
	float: left;
	font-size: large;
	line-height: 45px;
	font-weight: normal;
	color: #96596B;
	font-family: "Monotype Corsiva";
	padding-right: 16px;
}
.wrap {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: -5px;
}

#column-content-text p {
	margin: 11px 11px 11px 22px;
	width: 444px;
	font-family: Garamond;
	font-size: 16px;
	
}
#fix p {
	margin: 11px 11px 11px 22px;
	font-family: Garamond;
	font-size: 16px;
}

#column-pic {
	padding: 0px 0px 0px 22px;
}
.break-text-right {
	float: right;
	width: 150px;
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	color: #96596B;
	font-family: times;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 6px 5px 6px 5px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}.break-text-left {

	float: left;
	width: 150px;
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	color: #96596B;
	font-family: times;
	margin: 6px 5px 6px 5px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.warn {
	color: #FF0000;
	font-weight: bold;
}
.gen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gen2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;	
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: arial;
}	
#adopt_div {
border-left: #96596B solid 3px;
border-top: #96596B solid 3px; 
border-bottom: #96596B solid 3px; 
width:340px; text-align:center; 
background:#E2C1CA;
}
#adopt_div2 {
border-left: #96596B solid 3px;
border-right: #96596B solid 3px;
border-top: #96596B solid 3px; 
border-bottom: #96596B solid 3px; 
width:340px; text-align:center; 
background:#E2C1CA;
}
#adopt_div3 {
border-left: #96596B solid 3px;
border-bottom: #96596B solid 3px; 
width:340px; text-align:center; 
background:#E2C1CA;
}
#adopt_div4 {
border-left: #96596B solid 3px;
border-right: #96596B solid 3px;
border-bottom: #96596B solid 3px; 
width:340px; text-align:center; 
background:#E2C1CA;
}
#adopt_div5 {
border-left: #96596B solid 3px;
border-right: #96596B solid 3px;
border-bottom: #96596B solid 3px; 
width:683px; text-align:center; 
background:#E2C1CA;
}
	.text_link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #96596B;
	font-weight:bold;
	}	
	.text_link2 a {
	text-decoration:none;
	color:#96596B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	.text_link2 a:hover {
	text-decoration:underline;
	color:#96596B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}	
		
.help {
border: #96596B solid 3px;
width:277px; 
text-align:center; 
background:#E2C1CA;
}
.nav_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
	text-decoration:none;
}
	.nav_copy a {
	text-decoration:none;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	}
	.nav_copy a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	}		






	.t_nav_top a {
	text-decoration:none;
	color:#96596B;
	font-family:arial;
	font-size:10px;
	padding:0px 6px 0px 6px;
	}
	.t_nav_top a:hover {
	text-decoration:underline;
	color:#96596B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px 6px 0px 6px;
	}		
	.t_nav_top_div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:10px;
	color: #be7289;
	}
.page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #482400;
}

	
.bl_brd {
	border-color:#240378;}	
.gen_bl {
	font-family: arial;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color:#240378}
.red {
	font-family: arial;
	font-size: 10px;
	color:#FF0000;}
.link {
	font-family: arial;
	font-size: 12px;
	color:#240378;}
.link a {
	text-decoration:none;
	font-family: arial;
	font-size: 12px;
	color:#240378;}
.link a:hover {
	text-decoration:underline;
	font-family: arial;
	font-size: 12px;
	color:#240378;}
.remove {
	font-family: arial;
	font-size: 10px;
	color:#FF0000;}
.remove a {
	text-decoration:none;
	font-family: arial;
	font-size: 10px;
	color:#FF0000;}
.remove a:hover {
	text-decoration:underline;
	font-family: arial;
	font-size: 10px;
	color:#FF0000;}
.link {
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	color:#6C3A39;}
.link a {
	text-decoration:none;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	color:#96596B;
	table-layout: auto;
}
.link a:hover {
	text-decoration:underline;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	color:#96596B;}
.text_linkblue div {
	color: #0033FF;
}
.text_linkb div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
.bluetx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
.month {
	font-family: "Monotype Corsiva", Arial;
	font-size: xx-large;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #6C3A39;
}

