/* hensel site - general styles */

body {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	color: #625146;
	background-image: url('../images/bg_site.gif');
	behavior: url("/htc/csshover3.htc"); 
}

a#Photographer, #Award, #PhotoCredit {
	behavior: url("/htc/iepngfix.htc"); 
}

#Logo {
	position: absolute; 
	top: 45px; 
	left: 0px; 
	z-index: 3;
}

#Content {
	position: absolute; 
	top: 35px; 
	left: 170px; 
	z-index: 1;
}

#Content #Top {
	width: 740px; 
	height: 510px; 
	background-color: #ffffff; 
	padding: 10px 0px 10px 10px;
}

#Content #Text {
	clear: both; 
	padding-top: 20px;  
	height: 260px;
}

#Text #PageTitle {
	width: 200px; 
	float: left;
}

#Text #TextContainer {
	width: 510px; 
	float: left;
}

#Bottom {
	width: 750px; 
	height: 16px; 
	background-image: url('../images/bg_stripe.gif'); 
	background-repeat: repeat-x;
background-position: top;
}

#Bottom p {
font-size: 9px;
padding-top: 18px;
padding-left: 5px;
}

#NavigationContainer {
	padding: 4px 5px 5px 15px;
	z-index: 2; 
	position: absolute; 
	top: 74px; 
	left: 0px; 
	width: 160px; 
	background-color: #ffffff; 
	background-image: url('../images/bg_stripe.gif'); 
	border-top: 10px solid #FFFFFF; 
	border-bottom: 10px solid #FFFFFF;
}

.ImageBanner {
width: 730px;
height: 225px;
background-image: url('../images/bg_stripe_vertical.gif');
}

/* ----------- type -------------- */

h1 {
text-align: center;
font-weight: normal;
font-size: 17px;
color: #b3480d;
letter-spacing: .05em;
}

p {
padding-bottom: 10px;
clear: both;
line-height: 17px;
}

p .Patron {
font-weight: bold;
}

p .Project {
font-style: italic;
color: #b3480d;
}

.SubHeading {
font-style: italic;
text-align: center;
}

em.Red {
color: #b3480d;
font-weight: bold;
padding-right: 5px;
}

ul.BulletList {
float: left;
width: 46%;
padding-bottom: 10px;
padding-left: 15px;
}

ul.BulletList li {
list-style-type: disc;
list-style-position: outside;
padding-bottom: 7px;
}

ul.NoBulletList {
	float: left;
	width: 47%;
padding-right: 15px;
}

ul.NoBulletList li {
	list-style-type: none;
padding-bottom: 8px;
line-height: 14px;
}

/* ----------- links ------------- */

a, a:link, a:visited {
color: #625146;
}

.Nav a {
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: .09em;
line-height: 20px;	
}

.Nav a.selected {
color: #b3480d;
font-weight: bold;
}

.SubNav ul {
padding-left: 10px;
padding-bottom: 5px;
}

.SubNav ul li {
padding-bottom: 2px;
}

.SubNav ul li a {
font-style: italic;
text-decoration: none;
}

.SubNav ul li a:hover {
color: #b3480d;
}


.SubNav ul li a.selected {
color: #b3480d;
}

#SectionNav {
clear: both;
position: absolute;
bottom: 30px;
right: 20px;
}

#SectionNav ul {
float: left;
}

#SectionNav li {
float: left;
padding: 0px 2px 0px 2px;
}

#SectionNav li a, #SectionNav li a:link,
#SectionNav li a:active, #SectionNav li a:visited {
display: block;
width: 8px;
height: 8px;
background-color: #625146;
margin-top: 0px;
}

#SectionNav li a:hover, #SectionNav li a.selected {
background-color: #b3480d;
}

#SectionNav .PrevNext {
float: left;
width: 38px;
background-color: #FFFFFF;
}

#SectionNav .PrevNext img {
display: inline;
vertical-align: top;
}