/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size:70%;
	color:#666;
	background: #9B9B9B url(../images_gen/bg.gif) repeat-y center -70px;
	text-transform: lowercase;
}
#SiteContainer {
	width: 750px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align: center;
	background: url(../images_gen/header_bg.gif) no-repeat center top;
}
#Wrapper {
	text-align: left;
	padding: 0 29px;
	width: auto;
	_width: 671px;
	margin: 0;
	_margin: 0 25px 0 0;
}
#SiteContainer h1 {
	text-indent: -5000px;
	padding: 30px 0px;
	margin: 10px 0 10px 0;
	background: url(../images_gen/title.gif) no-repeat;
}
/*header*/
#header {
	position:relative;
	margin:0 0 20px 0;
}

/*Main navigation bar*/
#MainNav {
	position:relative;
}
ul#NavBar {
	margin:0;
	padding:0;
	height:32px;
	list-style-type:none;
	border:1px solid #9B9B9B;
}
ul#NavBar li{
	margin:0;
	padding:0;
	display: inline;
}
ul#NavBar a{
	float:left;
	text-decoration:none;
	color: #9B9B9B;
	padding: 8px 20px 8px 20px;
	_padding: 8px 19px 8px 20px;
	font-size: 120%;
	font-weight: bold;
}
ul#NavBar a:hover{
	color: #fff;
	background: #CCCCCC;
}
/*Page*/
#Page {
	width:536px;
}
#Page h3 {
	color:#9B9B9B;
	font-size:150%;
	margin:20px 0 20px 0;
}
#Page p{
	margin:0 0 1em 0;
}

/*Homepage Content*/
#HomeContent {
	padding: 20px;
	
}
#HomeContent h2{
	color:#000;
	margin:0;
}
#HomeContent h3{
	color:#9B9B9B;
	font-size:120%;
	margin:14px 0 4px 0;
}
#HomeContent p{
	width:500px;
	margin:0;
	line-height:1.5em;
}
/*Gallery Nav*/
#GalleryNav {
	width:132px;
	position:absolute;
	top:0px;
	right:0px;
	background: url(../images_gen/galleryNav_bg.gif) repeat-x top;
}
#GalleryNav {
	height:500px;
}
#GalleryNav h2{
	background:#9B9B9B;
	color: #fff;
	padding: 7px 30px;
	margin:0;
	font-size: 140%;
}
#GalleryNav ul {
	list-style-type:none;
	margin:1px 1px 0 1px;
	padding:0;
}
#GalleryNav ul li{
	margin:0;
	padding:0;
}
#GalleryNav ul a{
	display:block;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:110%;
	padding:10px 0;
	margin:0;
	letterspacing:0.1em;
	width: 130px;
	_width: 138px;
}
* html #GalleryNav ul a{
	height:1%;
}
#GalleryNav ul a:hover{
	color:#666;
	background:#fff;
}
.StandardTeaser {
	border-bottom: dashed 1px #E5E5E5;
	margin: 15px 0 30px 0;
}
.StandardTeaser h3 {
	padding: 0;
	margin: 0;
}
.StandardTeaser h4 {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 120%;
}
.StandardTeaser p{
	width: auto!important;
}
.StandardTeaser img {
	float: right;
	margin: 0 20px 10px 10px;
	border: none;
}

/*gallery*/

div.GalleryRow {
	padding: 15px 0;
}
div.GalleryRow dl{
	width:160px;
	float: left;
	margin: 0 0 0 28px;
}
div.GalleryRow dl.GalleryRowFirst{
	margin-left: 0;
}
div.GalleryRow dt{
	text-align:center;
	padding: 10px 0 0 0;
}
div.GalleryRow dd{
	margin:0;
	text-align:center;
	font-size: 80%;
	padding: 5px 5px;
}
div.GalleryRow a:hover{
	color: #E22C1D;
}
div.GalleryRow a img{
	border: none;
}
#GalleryResults {
	border-top: 1px dashed #E5E5E5;
	margin: 10px 0 20px 0;
	padding-top: 15px;
}
#GalleryResults p{
	margin: 0 0 10px 0;
}
#GalleryPages span{
	margin-right: 20px;
}
#GalleryPages a{
	color: #000;
	font-size: 100%;
}
/*Photo Details*/
#Photodetail #Page img {
	margin: 0;
}
p#enlargeText {
	margin:5px 0 20px 0;
	font-size:90%;
}
#Details {
	width:400px;
}
#Details  p{
	width:400px;
	margin:0 0 1em 0;
}
#Details strong{
	color:#000;
	font-weight:normal;
}


/*footer*/
#footer {
	padding:30px 0 0 0;
	font-size:80%;
	color:#999;
	margin:0;
	position: relative;
	bottom: 5px;
}
#footer {
	margin-top:15px;
}
#footer p{
	margin:0;
}

/*general styling*/
a img {
	border:none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
