body {
	background: #fff url('images/rr_background.jpg') left top repeat-x;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #0099FF;
	margin: 0 0 0 0;
	padding: 0px;
	color: #FFFFFF;
	}

.textarea {
	font-size:12px; font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height:14px
	color: #FFFFFF;
	padding-left: 90px;
	padding-right: 0px;
	text-align: justify;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 35px;
	}

.copyright {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #005DB3;
	text-align: left;
	line-height: 13px;
	margin-bottom: 5px;
	padding: 10px;
	padding-left: 25px;
	}

/*heading styles*/
  h1 {
	color: #C5EFFD;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: bolder;
	line-height: 20px;
 }
 
 h2{
	color: #FFFFFF;
	font-size:13px;
	line-height: 15px;
	font-weight: bolder;
 }
 
h3{
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	font-weight: bolder;
	margin-bottom: 20px;
 }
 
h4{
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	font-weight: bolder;
	margin-bottom: 10px;
 }

h5{
	color: #C5EFFD;
	font-size: 10px;
	text-align: left;
	font-weight: bolder;
	line-height: 12px;
	margin-bottom: 5px;
 }

a:link {
	color: #9BE1FB;
	text-decoration: none;
	}

a:hover {
	color: #C5EFFD;
	text-decoration: underline;
	}

a:visited {
	color: #9BE1FB;
	text-decoration: none;
	}

a:visited:hover {
	color: #C5EFFD;
	text-decoration: underline;
	}

hr {
	margin top: 15px;
	padding: 0px;
	border-bottom: 1px dashed #FFFFFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	}
	

#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;
	}

/*form styles*/
#page-wrap {
	width: 500px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 400px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 275px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}
