/* CSS Document */


body
{
margin:0;
background:#e0dfdf url('images/background-tile.gif') left top;
text-align:left;
font-family: Arial, sans-serif, helvetica;
font-size:0.7em;
line-height:1.4em;
}

a img
{
border:0;
}

.clear
{
clear:both;
}


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

a:hover
{
color:#f49129;
}


#wrapper
{
float:left;
width:860px;

}

#header
{
float:left;
width:860px;
height:350px;
margin:0;
padding:0;
}

#header img
{
margin:0;
padding:0;
}


#content
{
background:url(images/content-bg.gif) repeat-y left top;
float:left;
width:860px;
margin:0;
padding:0;
}

#content-left
{
background:url(images/menu.gif) no-repeat left top;
float:left;
width:300px;
margin:0;
padding:0;
}

#content-right
{
float:right;
width:560px;
margin:10px 0 10px 0;
padding:0;
background:white;
}

#content-right p
{
margin:0 20px 20px 20px;
}

#content-right h2
{
margin:0 20px 20px 20px;
font-size:1.4em;
line-height:1.6em;
font-weight:lighter;
color:#ad141d;
}



#content-right #van
{
float:right;
border:1px solid #ad141d;
padding:3px;
margin:4px 0 20px 8px;
background:#D6D6D6;
}


#content-left ul
{

list-style-type:none;
padding:0;
margin:40px 0 0 66px;
line-height:1.6em;
position:relative;
font-weight:bold;
}

#content-left ul li
{
}

#content-left ul li a:link,
#content-left ul li a:visited
{
color:#ad141d;
text-decoration:none;
background:url(images/plus.gif) no-repeat 0.4em;
padding-left:16px;
}

#content-left ul li a:hover
{
color: #f17d18;
background:url(images/plus-2.gif) no-repeat 0.4em;
padding-left:16px;
}

#content-left img
{
margin:50px 0 20px 50px;
}



/*footer*/


#footer
{
float:left;
width:860px;
margin:0;
padding:0;
color:#4e4d4d;
}

#footer-left
{
float:left;
width:300px;
margin:0;
padding:0;
}

#footer-left p
{
margin:20px 0 0 68px;
}


#footer-right
{
background:url('images/footer-background.gif') left top no-repeat;
float:right;
width:560px;
height:120px;
margin:0;
padding:20px 0 0 0;
text-align:right;
}

#footer-right ul
{
list-style-type:none;
padding:0;
margin:0 0 0 0;
line-height:1.6em;
position:relative;
}

#footer-right ul li
{
display:inline;
margin:0 2px 0 2px;
}

#footer-right ul li a:link,
#footer-right ul li a:visited
{
color:#4e4d4d;
text-decoration:none;
}

#footer-right ul li a:hover
{
color:#4e4d4d;
text-decoration:none;
}

#footer-right p
{
margin:0;
padding:0;
}

#frmContact label{
	width: 130px;
	float:left;
	margin:0 0 0 20px;
}
#frmContact input,
#frmContact select,
#frmContact textarea{
	width: 200px;
	border: 1px solid #AAAAAA;
	margin: 2px;
	vertical-align:middle;
	font-size: 0.9em;
}




/*lightbox jiggery pokery*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.red{
	background: #A4181E;
	padding:10px;
}
.whitetext{
	color:#fff;
}