/* @group Body & Outer */

body { 
	margin: 0;
	background: #ced2d9;
	font-family: "Gill Sans MT", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 0;
	top: 0;
	width: 800px;
	height: 100%;
	min-height: 500px;
	overflow: visible;
	background: #ced2d9 url(images/containerBkg.gif) repeat-y center top;
	text-align: left;
	font-size: 80%;
	line-height: 110%;
}

#header {
	top: 0;
	width: 800px;
	height: 105px;
	background: url(images/banner.jpg) no-repeat center top;
}

#header span {
	display: none;
}

/* @end */

/* @group NavLeft */

#navLeft {	
	position: relative;
	height: 50em;
	width: 165px;
	margin: 5px 0 auto;
	padding: 0 0 0 35px;
	border: 0;
	overflow: auto;
	}
	
#navLeft ul {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #7f6b64;
}

#navLeft li {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #bbaba7;
	padding: 0 4px 4px 0;
}

#navLeft li li {
	border-bottom: 0;
}

#navLeft a.lvl_1 {
	margin: 0;
	padding: 9px 0;
	border: none;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	color: #9b837a;
}

#navLeft a.lvl_2 {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
	color: #7f6b64;
}

#navLeft a:hover {
	color: #4e403c;	
}

#navLeft li.active {
	background: url(images/navLeftActive3.gif) repeat-y right top;
	
}

#navLeft li.active a.lvl_1 {
	color: #4e403c;
	font-size: 16px;
	font-weight: 900;
}

#navLeft li.active li.active a {
	color: #4e403c;
	font-weight: 900;
}

/* @end */

/* @group NavTop */

#navTop {
	position: relative;
	margin: -50em 0 8px 0;
	padding: 0;
	border: 0;
	left: 225px;
	width: 520px;
	height: 1.25em;
	overflow: hidden;
	border-bottom: 2px solid #ced2d9;
}

#navTop ul {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Tahoma, "Times New Roman", Times, serif;
	list-style-type: none;
}
	
#navTop li {
	display: inline;
}

#navTopContact {
	position: absolute;
	left: 0;
	max-width: 120px;
}

#navTopVisit {
	position: absolute;
	left: 125px;
	max-width: 115px;
}

#navTopJoin {
	position: absolute;
	left: 235px;
	max-width: 165px;
}

#navTopVolunteer {
	position: absolute;
	left: 405px;
	max-width: 110px;
}

#navTop a {
	text-decoration: none;
	font-weight: 500;
	color: #4f5865;
	font-size: 90%;
	margin-right: 60px;
	padding: 0 2px;
	border-bottom: none;
}

#navTop a:hover {
	color: black;
	border-bottom: 1px solid black;
}

/* @end */


/* @group Main */

#main {
	position: relative;
	margin: 0 50px 0 0;
	padding: 0 0 25px;
	border: 0;
	left: 225px;
	width: 520px;
	height: 100%;
	font-family: Tahoma, "Times New Roman", Times, serif
}

#main h1 {
	margin: 0;
	padding: 0 0 8px;
	color: #7a879b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	line-height: 100%;
}

#main h2 {
	margin: 0;
	padding: 8px 0 0;
	color: #3c444e;
	font-size: 110%;
	border-top: 1px solid #ced2d9;
	line-height: 100%;
}

#main h3 {
	margin: 0;
	padding: 8px 0 0;
	color: #3c444e;
	font-size: 95%;
	line-height: 100%;
	font-style: italic;
}

#main .caption {
	padding: 12px 0 0;
	color: #7a879b;
	font-size: 125%;
}

#main .padTop {
	padding-top: 25px;
}

#main .padPageBottom {
	padding-top: 100px;
}

#main .notes {
	color: #7a879b;
	font-style: italic;
}

#main .urlList {
	margin-left: 0;
	padding-left: 0;
}

#main .urlList li {
	list-style-type: none;
	padding-bottom: 12px;
}



/* @end */

/* @group Main Tables */
#main table {
	margin-top: 24px;
	border: 1px solid #ced2d9;
	color: #7a879b;
	width: 100%;
	text-align: left;
}

#main th {
	background-color: #ced2d9;
	font-weight: normal;
	font-style: normal;
	color: black;
	padding: 10px 5px;
}

#main td {
	margin: 0;
	border-bottom: 1px solid #ced2d9;
	padding: 5px 5px;
}

#main tr {
}

/* @end */

/* @group Foot */

#foot {
	position: relative;
	clear: both;
	font-size: xx-small;
	color: #7a879b;
	margin-left: 230px;
	margin-right: 50px;
	margin-bottom: 8px;
	border-top: 2px solid #ced2d9;
	padding-bottom: 3px;
	line-height: 120%;
	background: url(images/w3c_valid.gif) no-repeat right bottom;
}

#foot a, #foot a:visited, #foot a:link {
	color: #7a879b;
	font: inherit;
	text-decoration: inherit;
}

#foot a:hover {
	color: black;
	border-bottom: 1px solid black;
}

#foot .wagner {
	color: #3c444e;
	font-weight: bold;
	padding-top: 4px;
}

/* @end */

/* @group General */

p {
	margin-top: 10px;
	margin-bottom: 18px;
}

em {
	font-variant: normal;
	font-style: normal;
	font-weight: 700;
	color: #7a879b;
	font-size: small;
}

a {
	/*color: #7a879b;*/
	color: #7a879b;
	font: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #7a879b;
	padding: 0 2px;
}

a:hover {
	color: black;
	border-bottom: 1px solid black;
}

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

.imgRight {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #ced2d9;
}

.imgFull {
	/*margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;*/
	margin: 0 0 5px;
	border: 1px solid #ced2d9;
}

.clearer {
	clear: both;
}

/* @end */

/* @group Photos */

/* @group Photo Thumbs */

#photothumbBox {
	width: 530px;
	margin: 12px 0 6px -1px;
	padding: 4px 0;
}

#photothumbBox a {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	border: 1px solid white;
}

#photothumbBox a:hover {
	border-bottom: 2px solid #333;	
}

#photothumbBox .active img {
	border: 1px solid #333;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin: 0 2px;
}

.photothumb {
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 1px solid #ced2d9;
}

#photothumbBox .notes {
	height: 1em;
	overflow: hidden;
	padding: 0 0 5px 2px;
	height: 12px;
	line-height: 1em;
	font-size: 11px;
	color: #a0b1cb;
}

/* @end */

/* @group Photo Full */

#photoFullBox {
	width: 520px;
	margin: 0;
	padding: 0 0 10px;
	color: #7a879b;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;	
}

#photoFullBox img {
	/*padding: 1px;*/
	border: 1px solid #333;
	border-bottom-width: 2px;
	border-right-width: 2px;
}

#photoTitle {
	margin: 0;
	padding: 15px 0 5px;
	color: #3c444e;
	font-size: 110%;
	font-weight: bold;
}

#photoDescription {
	padding: 5px 0;
	color: #4f5865;
}

#photoSource {
	margin: 2px 0 0;
	padding: 2px 0 0;
	border-top: 1px dotted #ced2d9;
	font-style: italic;
	font-size: 80%;
}

/* @end */

/* @end */	

