@CHARSET "ISO-8859-1";

@font-face {
    font-family: 'Calvert MT Std';
    src: url('calvertmtstd-bold-webfont.eot');
    src: url('calvertmtstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('calvertmtstd-bold-webfont.woff') format('woff'),
         url('calvertmtstd-bold-webfont.ttf') format('truetype'),
         url('calvertmtstd-bold-webfont.svg#CalvertMTStdBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,body {height: 100%;}

body {
	font: 13px "Georgia", "Times New Roman", serif;
	color: #666;
	background: #3F3333;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.rightFloat {
	float: right;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

.leftFloat {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

br.clear {
	clear: both;
}

/*************/
/* Home Page */
/*************/
img#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#city {
	width: 805px;
	height: 514px;
	background-image: url(images/cityscape2.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding: 0 0;
}

#city div {
	position: absolute;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

#city a, #city a:link, #city a:visited {
	display: block;
}

#about {
	left: 15px;
	top: 245px;
	background-image: url("images/billboards_sprite.png");	
}

#about a {
	width: 75px;
	height: 74px;	
}

#about:hover {
	background-image: url("images/billboards_sprite.png");
	background-position: -75px 0;
}

#aboutCat {
	left: 15px;
	top: 317px;
}

#success {
	left: 80px;
	top: 289px;	
	background-image: url("images/billboards_sprite.png");
	background-position: -150px 0;
}

#success a {
	width: 76px;
	height: 56px;
}

#success:hover {
	background-image: url("images/billboards_sprite.png");
	background-position: -226px 0;
}

#faq {
	left: 197px;
	top: 231px;
	background-image: url("images/billboards_sprite.png");
	background-position: -351px 0;
}

#faq a {
	width: 49px;
	height: 57px;
}

#faq:hover {
	background-image: url("images/billboards_sprite.png");
	background-position: -302px 0;
}

#smallCat {
	left: 246px;
	top: 290px;	
}

#logo {
	left: 375px;
	top: 107px;
	background-image: url("images/billboards_sprite.png");
	background-position: -400px 0;
}

#logo a {
	width: 82px;
	height: 79px;
}

#logo:hover {
	background-image: url("images/billboards_sprite.png");
	background-position: -482px 0;
}

#taming {
	left: 342px;
	top: 217px;
	background-image: url("images/billboards_sprite.png");
	background-position: -564px 0;
}

#taming a {
	width: 72px;
	height: 52px;
}

#taming:hover {
	background-image: url("images/billboards_sprite.png");
	background-position: -636px 0;
}

#winShelters {
	left: 625px;
	top: 200px;
	background-image: url("images/billboards_sprite.png");
	background-position: -708px 0;
}

#winShelters a {
	width: 72px;
	height: 64px;
}

#winShelters:hover {
	background-image: url("images/billboards_sprite.png");
	background-position: -780px 0;
}

#donate {
	left: 715px;
	top: 170px;
	background-image: url("images/billboards_sprite.png");
	background-position: -852px 0;
}

#donate a {
	width: 105px;
	height: 86px;
}

#donate:hover {
	background-image: url("images/billboards_sprite.png");
	background-position: -957px 0;
}

#donateCat {
	left: 715px;
	top: 250px;	
}

#homecontent {
	height: 620px;	
	width: 950px;
	background-image: url(images/paper_890_2.png);
	background-repeat: repeat-y;
	text-align: left;
}

/************/
/* Template */
/************/
.cap {
	width: 950px;
	height: 50px;
	background-repeat: no-repeat;
}

#top_cap {
	background-image: url(images/paper_890_top2.png);	
}

#bottom_cap {
	background-image: url(images/paper_890_bottom2.png);
}

#banner {
	width: 805px;
	height: 113px;
}

#header {
	color: #3c2315;
	font-size: 32px;	
	font-family: "Calvert MT Std", "Verdana", "slab serif", serif;
	text-align: left;
	width: 760px;
}

#header h1 {
	font-weight: bold;
}

#content {
	width: 950px;
	background-image: url(images/paper_890_2.png);
	background-repeat: repeat-y;	
	font: 13px "Georgia", "Times New Roman", serif;
	color: #000;
	text-align: left;
}

#content h2 {
	color: #000;
}

#innerContent {
	line-height: 175%;
}

.contentdiv {
	margin-left:auto;
	margin-right:auto;
	position: relative;

	padding: 0 0;	
	text-align: left;
	z-index: 1000;
}

/* optional: .contentdiv[class] {position: static;}*/

.spacer30 {
	width: 950px;
	height: 30px;
	clear: both;
}

.spacer20 {
	width: 950px;
	height: 20px;
	clear: both;
}

.spacer60 {
	width: 950px;
	height: 60px;
	min-height: 60px;
	clear: both;
}

.spacer120 {
	width: 950px;
	height: 120px;
	clear: both;
}

/*****************/
/* CSS Centering */
/*****************/
#outer {
	height: 100%;
	width: 100%;
	overflow: visible;
	position: relative;
	z-index: 3000;
}

#outer[id] {
	display: table;
	position: static;	
}

#middle {	
	position: absolute;
	top: 50%;
	text-align: center;
	z-index: 2000;
}

#middle[id] {
	display: table-cell; 
	vertical-align: middle;
	position: static;
	width: 100%;
}

/*******************/
/* Feedback Panels */
/*******************/
ul.feedbackPanel {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

li.feedbackPanelERROR {	
	background-image: url(images/attention.png);
	background-repeat: no-repeat;
	padding: 7px 0 7px 30px;
	margin: 0 0 0 0;
}

span.feedbackPanelERROR {
	color: red;
	vertical-align: middle;
}

/*********/
/* Forms */
/*********/
label {
	float: left;
	clear: left;
	margin-right: 15px;
	font-weight: bold;
	text-align: right;
}

/*************/
/*DONATE Page*/
/*************/

#donateButton {
	float: right;
	width: 350px;
	height: 296px;
	margin-top: -150px;
	margin-left: 60px;
	margin-right: 20px;
	background-image: url("images/donate/donateButton_static.png");	
}

#donateLink {
    display: block;
    width: 350px;
    height: 296px;
}

#donateButton:hover {
	background-image: url("images/donate/donateButton_static.png");
	background-position: -351px 0px;
}

#taxman {
	width: 91px;
	height: 200px;
	margin-left: 125px;
	margin-right: 125px;
	background-image: url("images/donate/taxman_sprite.png");	
}

#taxman a {
	width: 91px;
	height: 200px;
	display: block;
}

#taxman:hover {
	background-image: url("images/donate/taxman_sprite.png");
	background-position: -91px 0px;
}

div#carDonate {
    margin: 5px 50px 20px 0;
    padding: 5px 20px 30px 0;
}