/*  CSS to control basic page layout   */
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 10pt;
	background-image: url('http://www.animalrescue.net/cms/templates/images/iarbg.jpg');
	background-repeat: repeat-y;
	}
div.topBar{
	background-color: #669900;
	width: 100%;
	height: 20px;
	}
div.secondBar{
	background-color: #006600;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 90px;
	border: 0;
	}
div.thirdBar{
	background-color: #FFFFFF;
	height: 25px;
	width: 50px;
	margin-left: 200px;
	padding: 0px;
	border: 0;
	}
div.sideBar{
	background-color: #003300;
	float: left;
	height: 100%;
	width: 200px;
	padding: 0px;
	margin: 0px;
	}
div.pagecontent {
	margin-left: 200px;
	padding: 5px 20px;
	width: 550px;
	}
h1 {
	color: #003300;
	}
h2 {
	color: #003300;
	}
li{
	padding-top: 2px;
	padding-bottom: 2px;
	}
strong{
	color: #003300;
	}
.highlight{
	font-weight: bold;
	color: #003300;
	font-size: larger;
}
a:link{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	}
a:visited{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	}
label{
	vertical-align: top;	
	font-weight: bold;
	}

/*  CSS to control the navigation bar   */
div.navigate{
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 10px;
	background-color: #FFFFFF;
	color: #003300;
	font-size: 9pt;
	}
div.navigate a:link{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	}
div.navigate a:visited{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	}
div.navigate_first{
	min-height: 20px;
	background-image: url('http://www.animalrescue.net/cms/templates/images/pawprint_sm.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 2px;
	}
div.navigate_rest{
	border-top: 1px dashed #003300;
	min-height: 20px;
	background-image: url('http://www.animalrescue.net/cms/templates/images/pawprint_sm.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 2px;
	}
div.navigate_nested{
	min-height: 20px;
	border-top: 1px dashed #003300;
	background-image: url('http://www.animalrescue.net/cms/templates/images/nested_paw.jpg');
	background-position: 20px 0px;
	background-repeat: no-repeat;
	background-color: #e0e0e0;
	padding-left: 43px;
	padding-top: 4px;
	padding-bottom: 2px;
	}

/*  CSS for various table styles */
.tableLightOutline {
	border-collapse: collapse;
	}
.tableLightOutline td,th {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;	
	padding: 5px;
	}

/*  CSS to control the right column content */
/*
div.rightColumn {
	width: 150px;
	float: right;
	border-left: 1px dashed #003300;
	}
*/

/*  CSS to control page content  */
div.mainContent {
	float: left;
	position: absolute;
	top: 150px;
	left: 210px;
	padding-left: 10px;
	width: 520px;
	}
	
div.didyouknow {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 6px 10px 3px 10px;
	border: 1px dashed #006600;
	background-color: #dddddd;
}

div.contactinfo {
	text-align: center;
	font-size: 0.9em;
}

/*  CSS to control animal listing pages  */
td.pic {
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 10px;
	}
td a:link{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	}
td a:visited{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	}
td.name {
	width: 150px;
	height: 20px;
	text-align: center;
	padding: 10px;
	}
td.paypal {
	width: 150px;
	height: 20px;
	text-align: center;
	}
.status {
	color: #FF4433;
	font-weight: bold;
	}

/*  CSS to control volunteer interest page  */

#galleryPets {
	padding: 2px 5px;
	}
div.row {
	clear: both;
	padding-top: 5px;
	}
div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	}
div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
	} 
	.form_css {
		border: 1px solid #000000;
		}
#tableFormat {
	width: 350px; 
	}
#formBox {
	position: relative;
	/*width: 450px; */
	width: 98%; 
	background-color: #eee; 
	border: 1px solid #666; 
	padding: 5px;
	margin: 0px auto;
	}
	
/* Side Animals Box */

#sideAnimals {
	position: absolute;
	top: 200px;
	left: 800px;
	width: 180px;
/*	border: 1px solid #cccccc;
	background-color: #f5f5f5;	*/
	padding: 5px 7px;
	text-align: center;
}

.sideAnimal {
	margin: 3px 0px 20px 0px;
}

.sideAnimal img {
	display: block;
	text-align: center;
	margin: 2px auto;
	border: 2px solid #003300;
}
