@charset "utf-8";
/* CSS Document */

/* SITEWIDE STYLE */

body {
	background-color: #908255;
	font-family:"Century Gothic", arial, sans-serif;
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:0;
}

div#pageContainer {
	background-color: #f2f0ea;
	width:900px;
	height:auto;
	margin:0 auto 0 auto;
	/*border: 1px solid blue;*/	
}

div#header {
	/*width: 885px;*/
	height: 110px;
	background-color: #292315;
	padding-left: 15px;
	padding-top: 10px;
}

div#logo {
	width: 279px;
	height: 100px;
	background-image: url(img/nmtr_logo.gif);
	float: left;
	clear: right;
}

a {
	font-weight: bold;
	color: #292315;
	text-decoration: none;
}

a:hover {
	color: #908255;
}

#navDiv ul {
	margin-top: 70px;
	list-style: none;
}

#navDiv ul li {
	margin-left: 20px;
	display: inline;
	padding-right: 10px;
	
}

#navDiv a {
	color: #FFF;
	font-size: 16px;
	text-transform: lowercase;
	text-decoration: none;
}

#navDiv a:hover {
	color: #908255;
}

h1, h2, h3 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #292315;
	text-transform: lowercase;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p {
	text-align: justify;
}

.entry {
	border-bottom: 1px dotted #292315;
}

/* CONTENT DIVS */

div#bigLeft {
	width: 615px;
	height: auto;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 0;
}

div#topLeft, div#midLeft, div#botLeft {
	width: 600px;
	height: auto;
	background-color: #BFB8A4;
	padding: 7px;
	border: 1px dotted #292315;
	float: left;
}

div#midLeft, div#botLeft {
	margin-top: 10px;
	clear: both;
}

div.imgLeft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 7px;
	border: 1px solid #FFF;
	float: left;
}

div#bigRt {
	width: 230px;
	height: auto;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: right;
}

div#topRt, div#midRt, div#bottomRt, div#paws, div#g2g {
	width: 230px;
	height: 200px;
	float: right;
	text-align: center;
}

div#topRt {
	background-image: url(img/donate.jpg);
	background-repeat: no-repeat;
}

div#midRt {
	margin-top: 10px;
	background-image: url(img/volunteer.jpg);
	background-repeat: no-repeat;
}

div#bottomRt {
	margin-top: 10px;
	background-image: url(img/petfinder.jpg);
	background-repeat: no-repeat;
}

div#paws, div#g2g {
	margin-top: 10px;
	height: 230px;
	border: none;
}

div#g2g {
	height: 166px;
}

div#contact {
	margin-top: 10px;
	width: 215px;
	height: auto;
	background-color: #BFB8A4;
	padding: 7px;
	border: 1px dotted #292315;
	float: right;
}

span.donate a, span.volunteer a, span.petF a {
	width: 230px;
	height: auto;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	top: 175px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #FFF;
}

span.donate a:hover, span.volunteer a:hover, span.petF a:hover {
	color: #908255;
}

span.italic {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

ul li {
	border-bottom: 1px dotted #292315;
}

ul li a {
	text-decoration: none;
	font-weight: normal;
}


/* FOOTER */

div#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 2px solid #292315;
	background-color: #BFB8A4;
	text-align: center;
	font-size: 10px;
}
