@charset "utf-8";
body {
	background-color: #5b2b2b;
	margin: 0px;
	overflow-y: scroll;
	font-family: "Adobe Garamond Pro", Garamond, Times, serif;
}
.container {
	width: 920px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(images/background_01.gif);
	background-repeat: repeat-y; 
}
h1 {
	font-size: 170%;
	font-weight: 500;
	text-align:center;
	line-height:1em;
}
.jobTitleText {
	font-weight: 500;
	font-size: 115%;
}
h2 {
	font-weight: 500;
	font-size: 115%;
	text-align:center;
	line-height:1em;
}
.sectionBar {
	width:333px;
	height:34px;
	background:url(images/sectionBar.png);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:3px;
	padding-right:20px;
	font-weight: 600;
	font-size: 115%;
	/*border:thin solid green;*/ /* For testing only */
}
.footerBar {
	background:url(images/footer.png);
	width:920px;
	height:68px;
	text-align:center;
	padding-top:9px;
	background-repeat:no-repeat;
}
.contentDiv {
	margin-left:120px;
	margin-right:60px;
	/*border:thin solid green;*/ /* For testing only */
}
.imgGalleryDiv {
	margin-left:120px;
	margin-right:60px;
	float:left;
}
p {
	text-indent:25px;
	text-align:justify;
}
p:first-letter {
	font-size:160%;
	font-weight:400;
	color:#5b2b2b;
}
p:first-line {
	line-height: 100%;
}
.centeredPageText {
	text-align:center;
	text-indent:0px;
}
ul {
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
}
a:link {
	color: #5B2B2B;
	text-decoration: underline;
}
a:visited {
	color: #5e6c6b;
	text-decoration: underline;
}
a:hover {
	color: #9a4949;
	text-decoration: underline;
}
a:active {
	color: #9a4949;
	text-decoration: underline;
}
a:focus {
	outline:none;
}
img {
	border: 0;
}
.imgThumbnail {
	margin: 5px 15px 5px 15px;
}
#footerBar ul {
	display:inline;
}
#footerBar ul li {
	display:inline;
	list-style:none;
	margin-left:20px;
	margin-right:20px;
	font-weight: 500;
	font-size: 115%;
}
.galleryImageContainer {
	position:relative;
	margin-left:120px;
	margin-right:60px;
}
.arrowDiv {
	float:left;
	text-align:center;
	width:50px;
	margin:180px auto;
}
.galleryImage {
	float:left;
	text-align:center;
	width:640px;
}
