#tplMiddleDiv #tplMainContentDiv{
	width: 956px;
	background-image: url('../systemImages/galleryGradient2.jpg');
}

#tplMainContentDiv #contentContainer{
	width: 550px;
	float: left;
}


#tplMainContentDiv #contentContainer a img{
	border: 0px;	
}

#tplMiddleDiv #tplLeftSideBar{
	float: right;
	padding: 0pt;
	width: 205px;
	height: 100%;
	clear: right;
	background-image: url('../systemImages/moveOrb4.gif');
	background-repeat: no-repeat;
	
}

#tplMiddleDiv #tplRightSideBar{
	color: #000000;
	float: left;
	padding-left: 20px;
	width: 180px;
}

#tplRightSideBar .block, #tplLeftSideBar .block{
	margin: 10px 0px;	
}

#tplRightSideBar a{
	color: #2285B7;
	text-decoration: none;
}

#tplRightSideBar a:hover{
	color: #003;
	text-decoration: underline;
}

#tplLeftSideBar a{
	color: #353E93;
	text-decoration: none;	
}

#tplLeftSideBar a:hover{
	text-decoration: underline;	
}

#tplLeftSideBar ul, #tplRightSideBar ul{
	padding: 0px;
	margin: 7px 0px 0px 20px;	
}

#tplRightSideBar ul li.active{
	margin-left: -40px;
	padding-left: 40px;	
	background-color: #CCC;
	list-style-type: none;
}

#tplRightSideBar ul li.active a, #tplRightSideBar ul li.active a:hover{
	color: #000;
	text-decoration: none;	
		
}

#tplRightSideBar input{
	background-color: #DDD;
	border: 1px solid #999;
	color: #333333;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
}


.buttonDiv{
	width: 100%;
	text-align: center;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #333;
}	

#tplRightSideBar .buttonDiv input{
	background-color: #666;	
	color: #DDD;
}


#tplRightSideBar .buttonDiv input:focus{
	background-color: #666;	
	color: #DDD;
}

#tplRightSideBar input:focus{
	background-color: #FFF;	
}


#copyrightText{
	width: 100%;
	text-align: center;
	font-size: 9px;
	color: #666;
}


#missionStatement{
	/* background: #CCC none repeat scroll 0% 0%; */
	border: 1px solid #999;
	margin-bottom: 1em;
	padding: 8px 10px;
	color: #000;
}

#missionStatement h2{
	color: #999;
	text-align: center;
	font-size: 14px;	
}

a.buttonLink{
	background-color: #2285B7;
	color: #FFF;
	padding: 5px 5px;
	border: 2px solid #0470A1;
	text-decoration: none;
	font-weight: bold;
}

a.buttonLink:hover{
	color: #FF0;
}

.pageImagesDiv{
	height: auto; 
	float: right; 
	text-align: right;
	width: auto;
	vertical-align: middle;
}

.pageImagesDiv img{
	vertical-align: middle;	
}

.galleryThumbBlock{
	font-size: 12px;
	height: 240px;
	width: 200px;
}

.galleryThumbBlock a{
	text-decoration: none;
	color: #2285B7;
}

.galleryThumbBlock a:hover{
	text-decoration: none; 
	color: #000033;
}

.galleryThumbBlock .dateSpan{
	text-decoration: none;
	font-size: 11px;
	color: #999;
}


.actionButton{
	height: 14px;
	font-weight: bold;
	text-align: center;
	
	font-size: 13px;
	vertical-align: middle;
	width: auto;
	float: left;
}


.actionButton a{
	color: #0470A1;
	text-decoration: none;	
}

.actionButton a:hover{
	color: #051886;
	text-decoration: none;	
}

.imageThumbnail a img{
	filter:alpha(opacity=70);
	opacity: 0.70;
}

.imageThumbnail a:hover img, .imageThumbnail a.activeImage img{
	filter:alpha(opacity=100);
	opacity: 1.0;
}
	
