/*div containers (if fixed height, this because content is always the same)*/
#gallery-image-container { 
	width: 990px; 
	margin-left: auto; 
	margin-right: auto; 
}

.image-container {
	float:left;
	width: 182px;
	height: 182px;
	background-color:#FFFFFF;
	padding: 14px;
	background-image:url(../images/gallery/gallery-backimage5.jpg);
	background-repeat: no-repeat;
}

.image-container p {
	font-size: 1.1em;
	color: #003f71;
	padding: 35px 0px 0px 0px;
}

.gallery-image-container img {
	margin-bottom: 33px;
}

.gallery-container-spacer {
	float:left;
}

/*Bodytext area*/
#gallery-column-wrapper { 
	width: 799px;
	float: left; /*in this case floats left so it sits in the correct place within main-content-container*/
	border-bottom: 1px dashed #cccccc;
}

#gallery-middle-container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#gallery-bodytext-container {
	margin: 42px 0px 14px 0px;
	padding: 0px 70px 0px 84px;
	width: 352px;
	float: left;
	border-right: 1px solid #6cacc5;
}

#gallery-bodytext-container h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #99cc66;
}

#gallery-bodytext-container h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.6em;
	font-family: Times New Roman, Times, serif;
	color: #ffffff;
}

#gallery-bodytext-container p {
	font-size: 1.2em;
}

.gallery-bodytext-container-subtitle {
	font-family: Times New Roman, Times, serif;
	color: #99cc66;
	text-transform: uppercase;
	font-size: 1.2em;
}

#gallery-bodytext-container a {
	color: #99cc66;
}

#gallery-bodytext-container a:hover {
	color: #cc6600;
}

#gallery-bodytext-container img { 
	border: 7px solid #FFFFFF;
	margin: 3px 7px 3px 0px;
	float: left;
}

#gallery-small-column-container { 
	margin: 42px 0px 14px 0px;
	padding: 0px 0px 0px 28px;
	width: 263px; 
	float: left;
}

/*small column*/
#gallery-small-column { /*note that this is an id*/
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
}

#gallery-small-column li { 
	margin: 0px 22px 21px 0px;
	padding: 0px 0px 0px 0px;
	float: left; /*tells a list to distribute horizontally*/
}

#gallery-small-column h3 {
	color: #ffffff;
}

#gallery-small-column p {
	color: #ff9900;
}

#gallery-small-column img {
	border: 7px solid #FFFFFF;	
}

#gallery-small-column a {
	color: #99cc66;
}

#gallery-small-column a:hover {
	color: #ffffff;
}

/*gallery thumbnails
#thumbnails-container { 
	margin: 42px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 280px; 
	float: right;
}

#thumbnails { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#thumbnails li { 
	margin: 0px 14px 21px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#thumbnails li img { 
	border: 7px solid #FFFFFF;	
}*/
