/*** Main body elements ***/
body {
	border: 0;
	margin: 0;
	background: #e5e1f0 url(../images/pg-bg.jpg) top center no-repeat;
	font-family: Arial, sans-serif;
}

body.logo {
	background-image: url(../images/pg-bg-logo.jpg);
}

#content {
	width: 938px;
	margin: 0 auto;
}

#copyright {
	padding-top: 40px;
	text-align: center;
	color: #aaa;
	font-size: 0.7em;
	clear: left;
}

.text {
	font-size: 0.8em;
	width: 590px;
}

/*** Page content ***/
#content.page {
	color: #5a3f99;
	margin-top: 30px;
}

#content.page h1 {
	color: #9d8dc3;
	font-size: 2.2em;
}

#content.page a {
	text-decoration: underline;
	color: #43375d;
}

#content.page a:hover {
	text-decoration: none;
}

#photostrip {
	clear: left;
}

/*** Page navbar ***/
#navbar {
	width: 938px;
	margin: 0 auto;
}

#navbar ul {
	margin: 0;
	padding: 13px 0 0 0;
	float: right;
	list-style-image: url(../images/listitem-top.gif);
}

#navbar li {
	display: inline;
	margin: 14px 0 0 10px;
	padding: 0;
	height: 47px;
}

#navbar li a {
	color: white;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	background: url(../images/listitem-top.gif) no-repeat 0px 4px;
	padding-left: 12px;
}

#navbar li a.current {
	color: #e4e4e4;
}

#navbar li a:hover {
	text-decoration: underline;
}

/*** Homepage link list ***/
#contentList {
	color: #5a3f99;
	font-size: 1.8em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 40px 0 0 30px;
/*	list-style-image: url(../images/listitem.gif);*/
}

#contentList li {
	padding-bottom: 0.3em;
}

#contentList a {
	margin-left: 6px;
	color: #5a3f99;
	text-decoration: none;
}

#contentList a:hover {
	color: #342458;
}

/*** Photo strip ***/
#photostrip {
	margin-top: 50px;
	clear: right;
}

.stripcontainer {
	width: 156px;
	height: 156px;
	float: left;
}

.stripcontainer .over, .stripcontainer .stripcontent, .stripcontainer a, .stripcontainer .contactimage {
	z-index: 1;
	display: block;
	position: absolute;
}

.stripcontainer img {
	border: 0;
}

.stripcontainer .over {
	z-index: 2;
}

.stripcontainer .over img {
	opacity: 0;
}

/*** Image holder, map for contact page and overlay ***/
#mainimage, #imageholder {
	width: 312px;
	height: 312px;
}

#imageholder {
	float: right;
	margin: 0 0 20px 20px;
	text-align: right;
	border: 4px solid #ccc;
}

.map {
	float: right;
	margin: 0 0 20px 20px;
	width: 400px;
	height: 400px;
	border: 4px solid #ccc;
}

#mapbubble {
	font-size: 0.9em;
	color: black;
}

#imageoverlay {
	visibility: hidden;
	position: absolute;
	width: 312px;
	height: 312px;
	background-color: #fff;
	z-index: 2;
}
