/*
OUR PLACE CSS v1.0
==============================================================================================

*/


/*---------|    0.0  TAG RESET    |-------------------------------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,p,body,ul,li,tr,td,table {	margin: 0; padding: 0; border: none; border-spacing:0;}
ul,li { list-style-type:none;}


/*---------|    0.1  BODY    |-------------------------------------------------------------------------------------------------- */

body {
	background-color: #5d6a7d;
	font-family: tahoma;
}

/*---------|    0.1  GLOBAL STYLES    |-------------------------------------------------------------------------------------------------- */

h3 {
	font-size: 13px;
	margin-bottom: 10px;
}
ol,ul {
	margin-bottom: 10px;
}
ol.numbered li {
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 18px;
}

.s-green { color: #1e7e5f; }
.s-brown { color: #cd8e25; }
.s-orange { color: #ff3c00; }

.clear { clear: both; }

div#content a:link, div#content a:visited { color: #396fbe; text-decoration: none; }
div#content a:hover { color: #ca900c; text-decoration: underline; }

/*---------|    1.0  CONTAINER    |-------------------------------------------------------------------------------------------------- */
div#container {
	margin: 30px auto 0px auto;
	width: 735px;
	background: url(../img/page_bg.png) repeat-y;
}


/*---------|    1.1  HEADER    |-------------------------------------------------------------------------------------------------- */
div#top {
	position: relative;
	width: 730px;
	height: 124px;
}
div#top h1 {
	cursor: pointer;
	float:left; 
	text-indent: -10000px;
	background: url(../img/top_logo.gif) no-repeat;
	width: 225px; height: 124px;
}
div#top h2 {
	float:right; 
	text-indent: -10000px;
	background: url(../img/top_tag.gif) no-repeat;
	margin-top: 78px;
	width: 186px; height: 55px;
}


div#middle {
	background: url(../img/middle_bg.jpg) no-repeat;
	height: 31px;
	width: 730px;
	padding-top: 9px;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	position: relative;
}

div#middle a {
	background: url(../img/middle_donate_link.gif) 70px 0 no-repeat;
	text-indent: -10000px;
	width: 185px;
	display: block;
	float:left;
	padding-right: 40px;
}
div#middle span {
	margin-left: 25px;
	text-indent: -10000px;
	display: block;
	float:left;
	width: 350px;
}

div#middle span.welcome { background: url(../img/middle_welcome.gif) no-repeat; }
div#middle span.vision { background: url(../img/middle_vision.gif) no-repeat; }
div#middle span.clients { background: url(../img/middle_clients.gif) no-repeat; }
div#middle span.how { background: url(../img/middle_how.gif) no-repeat; }
div#middle span.volunteers { background: url(../img/middle_volunteers.gif) no-repeat; }
div#middle span.contact { background: url(../img/middle_contact.gif) no-repeat; }
div#middle span.latest { background: url(../img/middle_latest.gif) no-repeat; }
div#middle span.donate { background: url(../img/middle_donate.gif) no-repeat; }

div#nav {
	width: 225px;
	height: 300px;
	float:left;
	background: url(../img/nav_border_right.gif) right no-repeat;
	position: relative;
}
div#nav ul li {

}
div#nav a {
	width: 187px;
	height: 22px;
	padding-right: 38px;
	padding-top: 7px;
	display: block;
	color: #5d6a7d;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background: url(../img/nav_item_bg.gif) bottom no-repeat;
}

div#nav a:hover {
	background: url(../img/nav_item_hover_bg.gif) bottom no-repeat;
}

div#body {
	
}

div#content {
	position: relative;
	width: 505px;
	float:left;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #4d4d4d;
	background: url(../img/content_watermark.gif) bottom no-repeat;
	padding-bottom: 15px;
}

.homepage {
	background: url(../img/content_photo.jpg) no-repeat;
	padding-top: 214px;
}

div#content p, div#content h3 {
	padding: 15px 30px 0 30px;
	margin: 0;
}
div#content p.pullquote {
	font-family: Georgia;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	margin: 0 15px 0 15px;
	padding: 15px 10px 15px 15px;
	float: right;
	width: 220px;
}
div#content p.pullquote2 {
	border: 1px solid #ca900c;
	font-family: Georgia;
	font-style: italic;
	color: #333;
	font-size: 13px;
	line-height: 22px;
	margin: 10px 30px 0px 30px;
	padding: 10px 10px 10px 10px;
}
div#content ul {
	padding: 5px 30px 0 45px;
	margin: 0;
}
div#content ul, div#content li {
	list-style-type: disc;
}
div#content li {
	padding-top: 10px;
	margin: 0;
}
div#content span {
	display: block;
	float:left;
	width: 105px;
	text-align: right;
	margin-right: 10px;
}



/*---------|    1.6  FOOTER    |-------------------------------------------------------------------------------------------------- */
.clear{ clear:both; }
div#footer {
	clear:both;
	background: url(../img/footer_bg.png) no-repeat;
	height: 33px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 12px;
	width: 735px;
	margin: 0 auto 0 auto;
}
div#footer a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
