#contentWrapper2  
{
	position:relative;
	top:0px;
	left:0px;
	min-height: 200px;
	width: 970px;
	padding: 5px;
	height: auto;
	background-color: #FFFFFF;
}
#contentWrapper2  #previousButton  
{
	position:relative;
	
	width:100%;
	height:30px;
	
}
#contentWrapper2  #centerHeader  
{
	position: relative;
		
	width:100%;
	height: 230px;
	top: 0px;
	left: 0px;
	
	border: 1px solid #cecece;
	
	overflow: hidden;
}
#contentWrapper2  #centerHeader  #titleBox  
{
	position: absolute;
	
	width:428px;
	height:230px;
	top: 0px;
	left: 0px;
}
#contentWrapper2  #centerHeader  #titleBox  #headerCenterFont  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
}
#contentWrapper2  #centerHeader  #titleBox  #centerAddressFont  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}
#contentWrapper2  #centerHeader  #titleBox  #centerAddressFont  h4  
{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
}
#contentWrapper2  #centerHeader  #imageBox  
{
	position:absolute;
	width:344px;
	height:230px;
	top:0px;
	left:428px;
	background-color: silver;
	overflow: hidden;
}
#contentWrapper2  #centerHeader  #navigationBox  
{
	position:absolute;
	width:198px;
	height:230px;
	top:0px;
	left:772px;
	border-left: 1px solid white;
	overflow: hidden;
	background-color: #2d68a0;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
}
#contentWrapper2  #centerHeader  #navigationBox  a  
{
	color: #FFFFFF;
	text-decoration: none;
}
#contentWrapper2  #centerHeader  #navigationBox  a:hover  
{
	text-decoration: underline;
}
#contentWrapper2  #centerInformation  
{
	position: relative;
	
	width:100%;
	height:auto;
	min-height:400px;
	
	margin-top:5px;
	margin-bottom:5px;
	
/*	border: 1px solid #cecece;*/
}
#contentWrapper2  #centerInformation  #centerMenu  
{
	 position:absolute;
	 
	 width:164px;
	 height:100%;
	 min-height:10px;
	 
	 top:0px;
	 left:0px;
	 
	 background-color:#f7f8fa;
	 overflow:hidden;
	 border: 1px solid #d1dbdc;
}
#contentWrapper2  #centerInformation  #centerContent  
{
	position:absolute;
	width:801px;
	height:100%;
	min-height:10px;
	top:0px;
	left:169px;
	overflow:auto;
	border: 1px solid #d1dbdc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}#contentWrapper2  #centerInformation  #centerContent  iframe  
{
	margin: 20px;
	padding: 0px;
	border: 1px solid #999999;
}
#contentWrapper2  #centerInformation  #centerContent  img  
{
	margin: 20px;
}
#contentWrapper2  #centerInformation  #centerContent  ul  
{
	list-style-type: disc;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#contentWrapper2  #centerInformation  #centerContent  li  
{
	margin-bottom: 10px;
	padding-right: 20px;
}
#contentWrapper2  #centerInformation  #centerContent  p  
{
	padding: 20px;
	margin: 0px;
}
#contentWrapper2  #centerInformation  #centerContent  h2  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #9fb44f;
	padding-left: 20px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#contentWrapper2  #centerInformation  #centerMenu  ul  
{
	list-style-type: none;
	top:0px;
	left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	margin: 0px;
}
#contentWrapper2  #centerInformation  #centerMenu  li  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top:0px;
	left:0px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	margin:0px;
	color: #333333;
}
#contentWrapper2  #centerInformation  #centerMenu  a  
{
	color: #666666;
	text-decoration: none;
}
#contentWrapper2  #centerInformation  #centerMenu  a:hover  
{
	text-decoration: underline;
}
#imageGallery
{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/imageGalleryBackground.png);
	background-repeat: repeat;
	z-index: 10000;
	margin: 0px;
	padding: 0px;
	float: left;
}
#imageGallery #moduleMiddleContainer
{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
}
#imageGallery #moduleMiddleContainer #imageModule
{
	min-height: 100px;
	min-width: 100px;
	display: block;
	position: relative;
	top: 50%;
	margin-top: -40%;
	padding: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#imageGallery #moduleMiddleContainer #imageModule #upperLeftCorner
{
	left: 0px;
	top: 0px;
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 10;
}
#imageGallery #moduleMiddleContainer #imageModule #upperRightCorner
{
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0px;
	right: 0px;
	z-index: 9;
}
#imageGallery #moduleMiddleContainer #imageModule #topRow
{
	background-image: url(../images/images/topRow.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 50px;
	left: 50px;
	top: 0px;
	right: 50px;
	z-index: 8;
}
#imageGallery #moduleMiddleContainer #imageModule #lowerLeftCorner
{
	position: absolute;
	height: 50px;
	width: 50px;
	left: 0px;
	bottom: 0px;
	z-index: 7;
}
#imageGallery #moduleMiddleContainer #imageModule #leftColumn
{
	background-image: url(../images/images/leftColumn.png);
	background-repeat: repeat-y;
	position: absolute;
	width: 50px;
	left: 0px;
	top: 50px;
	bottom: 50px;
	margin: 0px;
	padding: 0px;
	/*min-height: 100px;*/
	z-index: 6;
}
#imageGallery #moduleMiddleContainer #imageModule #lowerRightCorner
{
	position: absolute;
	height: 50px;
	width: 50px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
#imageGallery #moduleMiddleContainer #imageModule #bottomRow
{
	background-image: url(../images/images/downRow.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 50px;
	left: 50px;
	right: 50px;
	bottom: 0px;
	z-index: 4;
}
#imageGallery #moduleMiddleContainer #imageModule #rightColumn
{
	background-image: url(../images/images/rightColumn.png);
	background-repeat: repeat-y;
	position: absolute;
	width: 50px;
	top: 50px;
	right: 0px;
	bottom: 50px;
	z-index: 3;
	margin: 0px;
	padding: 0px;
}
#imageGallery #moduleMiddleContainer #imageModule #imageContent
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
