@charset "UTF-8";
/* Created by Ashley Bradarich for Save Abandoned Babies, January 2010 */

body {
	background:#ffffff;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color:black;
	font-size:90%;
	background:url(images/background.jpg) top repeat-x;
}
.clear {
	clear:both;
}
a:link, a:visited {
	color:#365161;
	text-decoration:none;
}
a:active, a:hover {
	color:#365161;
	text-decoration:underline;
}

a img {
	border-color:#000;
}

.smallcaps {
	font-variant:small-caps;
}

/*----------banner-----------*/
#banner {
	width:862px;
	height:257px;
	margin:0 auto;
	background:url(images/banner-nonumber.jpg) no-repeat;
}
#crisisnumber {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #365161;
	float:left;
	background:none;
	margin: 36px 0px 0px 10px;
}
#title h1 {
	position:absolute;
	left:-6000px;
}
/* ------------------- Main Nav -------------------*/ 

#menucontainer {
	background:none;
	height:35px;
	width: 520px;
	margin: 21px 0px 0px 0px;
	float: right;
}
#menu ul {
	list-style:none; /*--makes no bullets appear*/
	margin:0;
	padding:0; /*--set this because unordered lists have automatic margins and paddings */
	text-align: center;
	height:15px;
}
#menu li {
	display: block;
	float: left;
	text-align: center;
	font-size:11px;
	padding: 0;
	height:15px;
	width:15%;
	white-space:nowrap;
	margin:0px 1px;
}
#menu li a {
	height:15px;
	padding:15px 5px 5px 5px;
	background-color:#365161;
	margin: 0;
	line-height: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #dce1e7;
}
#menu li a:hover {
	background:#638599;
	text-decoration:none;
	color: #FFF;
	height:15px;
}
#menu li.activepage a {
	height:15px;
	color:#FFF;
	background:#638599;
}
#menu li.activepage a:hover {
	height:15px;
	color:#FFF;
	background:#638599;
}


/*------------------- End Main Nav --------------- */
 
 /*----------------- Content ----------------------*/
#content_right {
	float:right;
	width:574px;
	margin:275px 0px 0px 0px;
}
#content_left {
	width:230px;
	float:left;
	margin:289px 0px 0px 0px;
}
/*------------------ End Content -------------------*/

/*------------------ Links -------------------------*/

#links {
}
#links ul {
	margin:0 auto;
	padding:0px;
}
#links li {
	margin-bottom:10px;
	font-size:12px;
	font-style:normal;
	list-style:none;
	min-height:30px;
	border-bottom:1px dotted #000;
	font-weight:normal;
}
#links li a {
	display:block;
	min-height:30px;
	padding:0px;
}
#links li.activepage a {
	color:#309;
	text-decoration:none;
	}
#links li a:hover {
	text-decoration:none;
	color:#309;
} 
#links p {
	font-size:12px;
}
/*------------------ End Links ---------------------*/

/*------------------ Footer ------------------------*/

* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 2em;
clear:both;
}

/*------------------ End Footer --------------------*/
