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

#All {
	padding: 0px;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#All_Map {
	padding: 0px;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#All_Map p {
	color: #999999;
}

#All_Map a {
	color: #CCCCCC;
	text-decoration: none;
}

#All_Map a:hover {
	color: #5CBA5C;
}
#All_Content {
	float: left;
	width: 100%;
	background-image: url(images/Northfield_Background4.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #193319;
	background-color: #211D15;
	margin: 0px;
}
#Left_All {
	width: 200px;
	margin-top: 250px;
	float: left;
	height: 350px;
}
#Left_All ul {
	list-style-type: none;
}
#Left_All  ul  li a {
	text-decoration: none;
	display: block;
	height: 20px;
	width: 110px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #1F3218;
	color: #FFFFFF;
	margin-left: -17px;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DAD7D4;
	border-right-color: #DAD7D4;
	border-bottom-color: #DAD7D4;
	border-left-color: #DAD7D4;
	padding-bottom: 2px;
}
#Left_All  ul  li a:hover {
	background-color: #942B4A;
	display: block;
	height: 20px;
	width: 110px;
}
#Footer {
	text-align: center;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #211D15;
	float: left;
	width: 100%;
}
#Footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#Footer a:hover {
	color: #6BDA6B;
}
#Right_Header {
	width: 475px;
	float: left;
	margin-top: 150px;
	margin-left: 100px;
	font-size: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#All_Right {
	width: 475px;
	margin-left: 100px;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	float: left;
	height: auto;
}

#All_Right_Trainers {
	width: 475px;
	margin-left: 100px;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	float: left;
	height: auto;
}

#All_Right_Trainers p {
	display: block;
	margin-bottom: 40px;
}

#All_Right a {
	color: #952245;
	text-decoration: none;
}

#All_Right a:hover {
	color: #911C1C;
	text-decoration: underline;
}
#All_Right p {
	margin-top: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #273B1E;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 12px;
	color: #273B1E;
	margin-top: 0px;
}
.TrainerRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #182612;
	border-right-color: #182612;
	border-bottom-color: #182612;
	border-left-color: #182612;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.TrainerLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #182612;
	border-right-color: #182612;
	border-bottom-color: #182612;
	border-left-color: #182612;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ThumbNail {
	margin: 3px;
	border: 2px solid #221882;
	float: left;
}


/* End Lightbox CSS
=====================================…*/

.ThumbNail_floatRight {
	margin: 3px;
	border: 2px solid #221882;
	float: left;
}


/* Lightbox CSS
=====================================…*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

