html, body {
	height: 99%;
}

img {
	behavior: url("/includes/pngbehavior.htc");
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

a {
	color: #cf2129;
}
a img {
	border: 0px;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #cf2129;
}

h1.none {
	font-size: 1px !important;
	display: none !important;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #cf2129;
}


.NumberLinks a {
	color: #cf2129;
}
.NumberLinks a:hover {
	color: #ff000c;
}
.NumberLinks a:visited {
	color: #974b4f;
}


.albumTitleSpace {
	width: 180px;
	height: 35px;
	margin: 200px auto auto auto;
	line-height: normal;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}
.albumTitleSpace a {
	color: black;
	text-decoration: none;
}

.thumbnailLink {
	padding-bottom: 20px;
}
.thumbnailLink a img {
	border: 2px solid #cf2129;
}


#frame {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 40px;
}


.Main_leftColumn {
	vertical-align: top;
	width: 210px;
	padding-bottom: 35px;
}
.Main_rightColumn_Simple {
	vertical-align: top;
	padding-top: 200px;
	padding-left: 45px;
	padding-bottom: 25px;
	padding-right: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}


.Main_rightColumn_Wide {
	vertical-align: top;
	padding-top: 60px;
	padding-left: 45px;
	padding-bottom: 25px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}



#footer_table .td {
	padding-right: 11px;
	padding-left: 11px;
	text-align: center;
}
.ft_arrow {
	display:none; 
	margin-left: auto; 
	margin-right: auto;
}
.ft_newsletter {
	position: absolute; 
	z-index: 999; 
	top: -75px; 
	left: 43px; 
	display: none;
}


#navWrap {
	margin-left: 30px;
}


#riverbankLogo {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#eventBlock, .eventBlock {
	margin-bottom: 35px;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cf2129;
	margin-bottom: 0px;
	margin-top: 20px;
	line-height: 16px;
}
.eventTimeframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cf2129;
	margin-bottom: 0px;
	line-height: 16px;
}






#rateTable td {
	line-height: normal;
	height: auto;
	padding: 2px 0px 3px 3px;
}

#rateTable td p {
	margin: 0px;
}

.pale {
	background: #fceb96;
}




.formTable {
	line-height: normal;
	background: white;
}
.formTable td {
	padding: 3px 4px 3px 5px;
}
.formTable .ltd {
	text-align: right;
	width: 200px;
}

.formTable textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100px;
	width: 350px;
}

.alt_bg {
	background: #FFFFDF
}

.mandatory, .required {
	color: #cf2129;
}
.error {
	font-size: 10px;
	color: red;
}




/*****************************
Light box styles *************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1500; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1410; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 1490; width: 100%; height: 500px; background-color: #000; }






* html {
	height: 99%;
}