/*////////// HEADER //////////*/

div#header {
	position: relative;
}

div#header a#logo img {
	margin-left: 15px;
	position: relative;
}

div#header address a {
	background: url(/img/headers/header_contact.gif) no-repeat 0 0;
	display: block;
	height: 0px !important; /* for most browsers */
	height /**/: 29px; /* for IE5.5's bad box model */
	overflow: hidden;
	padding-top: 29px;
	position: absolute;
	right: 0;
	top: 0;
	width: 147px;
}

div#headerBanner {
	position: absolute;
	right: 0;
	top: -65px;
	z-index: 2;
}

/*////////// HOME PAGE FEATURE //////////*/

div#homeHeader {
	background: url(/img/content/home-header_bg.jpg) no-repeat 0 0;
	height: 303px;
	left: -20px;
	margin-bottom: -92px;
	position: relative;
	top: -20px;
	width: 565px;
}

div#homeHeader div#pLogo {
	background: #ce1e7f url(/img/content/home_p_logo.gif) no-repeat 0 0;
	height: 230px;
	position: absolute;
	right: -163px;
	top: 73px;
	width: 162px;
}

div#homeHeader div#petal {
	background: url(/img/content/home_petal.gif) no-repeat 0 0;
	height: 55px;
	position: absolute;
	left: -39px;
	top: 50px;
	width: 39px;
}

div#homeHeader div#title {
	background: url(/img/content/home_title.gif) no-repeat 0 0;
	height: 57px;
	position: absolute;
	left: 144px;
	top: 207px;
	width: 207px;
}

/*////////// LEFT COLUMN //////////*/

div#leftCol {
	float: left;
	left: 0;
	top: 0;
}

/*////////// RIGHT COLUMN //////////*/

div#rightCol {
	background: #fff url(/img/backgrounds/filigree.gif) no-repeat bottom left;
	border: 1px solid #e5e5e5;
	float: right;
	padding: 20px 20px 160px 20px;
	position: relative;
	width: 525px;
}

/*////////// CONTENT INTRO //////////*/

div.intro {
	background-color: #f9e8f3;
	margin: -20px -20px 20px -20px;
	padding: 0 20px 20px 20px;
}

div.intro img.introPic {
	border: 1px solid #e292bf;
	float: right;
	margin: 20px 0 0 20px;
}

div.intro h1 {
	height: 1%;
	padding-top: 20px;
}

div.intro p {
	height: 1%;
	margin: 1em 0 0 0;
}

div.intro fieldset {
	padding: 7px;
	margin-bottom: 0;
}

div.intro label {
	font-size: 100%;
	text-align: left;
	width: auto;
}

div.intro select {
	margin-left: 5px;
	width: 200px;
}

/*////////// HEADINGS //////////*/

div#galleryPic {
	margin-bottom: 1.5em;
	text-align: center;
}

div#galleryPic img {
	border: 1px solid #e292bf;
	margin-bottom: 1.5em;
}

/*////////// GALLERY THUMBS //////////*/

.gallery-row {
	clear: both;
	margin: 0 0 2em 0;
}

.gallery-item {
	border: 1px solid #f9e8f3;
	display: inline;
	float: left;
	height: 125px;
	margin: 5px 0 5px 7px;
	overflow: hidden;
	padding: 14px 0 0 0;
	position: relative;
	text-align: center;
	width: 120px;
}

.gallery-item p {
	font-size: 80%;
	margin: 0 auto;
	width: 95%;
}

.gallery-item strong {
	font-weight: normal;
}

.gallery-item strong em {
	color: #d663a3;
	display: block;
}


/*////////// GALLERY IMAGE //////////*/

div.nav-bar {
	margin-bottom: 1.6em;
}

div.nav-bar #imgImage_lnkPrevious {
	display: inline;
	float: left;
	width: 30%;
}

div.nav-bar #imgImage_lnkNext {
	display: inline;
	float: right;
	text-align: right;
	width: 30%;
}

div.nav-bar h3#image_count {
	border: none;
	margin: 0 30%;
	padding: 0;
	text-align: center;
}

div.single-image div.image-wrapper {
	border: 1px solid #f9e8f3;
	clear: both;
	height: auto;
	margin-bottom: 1.6em;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	text-align: center;
	width: 513px;
}

div.single-image div.image-wrapper img {
	margin: 0 auto;
}

div.single-image cite {
	display: none;
}

div.single-image h5.title {
	margin: 0 0 0.5em 0;
}

div.single-image p.published-date {
	float: right;
	display: none;
	margin: 0;
}

div.single-image p.precis {
	clear: both;
}

div.single-image p.precis label {
	display: none;
}

div.nav-links a {
	display: block;
}

/*////////// FOOTER //////////*/

div#footer {
	margin: 0 auto;
	padding: 15px 0 0 182px;
	text-align: left;
	width: 547px;
}

div#footer p {
	font-size: 110%;
}