/* Global Tag Definitions */
@import url("globals.css");

/* layout
----------------------------------------------*/
html, body {
	height: 100%;
} 
body {
	text-align: center;
	color: #666666;
	background: url(../images/header-bg-white.gif) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;	
}
#wrapper {
     width: 859px;
     margin: 0 auto;
     text-align: left;
}
#header {
     height: 123px;
     background: url(../images/header.gif) no-repeat left top;
}
#header-right {
     height: 123px;
     background: url(../images/header-bg-blue.gif) repeat-x left top;
}
#content-container {
     width: 470px;
     float: right;
/*     clear: both;*/
	 padding-right: 200px;
	 margin-bottom: 32px;
}
#content {
	
}
#left-col-container {
     width: 166px;
     float: left;
	/* clear: left;*/
	 margin-bottom: 32px;
	
}

#footer-container {
	clear: both;
	background: #8EB231 url(../images/footer-bg.gif) repeat-x left top;
	min-height: 100%;
}
#footer {
	clear: both;
	width: 859px;
	height: 113px;
    margin: 0 auto;
	background: url(../images/bubbles.gif) no-repeat left top;
}
#footer #contact {
	position: relative;
	left: 500px;
	top: 40px;	
}

#left-col, #content, #photos, #index {
	margin: 32px 0 0 0;
}

/* Global Nav
----------------------------------------------*/
#nav ul {
	margin: 98px 0 0 220px;
}
#nav ul li {
	display: inline;
	list-style: none;
	margin: 0 24px 0 0;
	background: url(none);
	padding: 0;
}

/* Left Nav
----------------------------------------------*/
#photo, #lightbox-container {
	padding-bottom: 25px;
	background: url(../images/divider.gif) no-repeat left bottom;
}

#left-col ul, #left-col ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
#left-col ul {
	margin-top: 20px;
}
#left-col ul li {
	margin-bottom: 10px;
	background: url(none);
}
#left-col a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#left-col a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#left-col a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#left-col a:active {
	color: #666666;
	text-decoration: none;
}

/* Home
----------------------------------------------*/
#index-container {
     width: 317px;
     float: right;
/*     clear: both;*/
	 padding-right: 200px;
}
#index {
	margin-bottom: 32px;
}
#photos-container {
     width: 237px;
     float: left;
	/* clear: left;*/
	 padding-left: 90px;
	 margin-bottom: 32px;
}
#home-copy {
	height: 245px;
}
#slideshow {
	margin-bottom: 15px;
}
/* Lightbox
----------------------------------------------*/
#lightbox-container .left-thumb {
	margin-right: 22px;
}
#lightbox-container img {
	margin-bottom: 22px;
}
#lightbox-container .bottom-row {
	margin-bottom: 0;
}

/* Donate Products
----------------------------------------------*/
#donate-products table {
	margin-bottom: 30px;
}
#donate-products th {
	font-weight: bold;
}
.large-column {
	width: 350px;
}

/* Links
----------------------------------------------*/
a:link {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #8EB231;
	text-decoration: none;
	font-weight: bold;
}

/* Misc
----------------------------------------------*/
#board ul {
	margin: 0 0 3em 0;
}
#home-tour h2 {
	clear: both;
	padding-top: 20px;
}
.left-list {
	width: 225px;
	float: left;
}

.right-list {
	width: 225px;
	float: right;
}