.heading, .heading a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:oblique;
	text-decoration: none;
}
.radio{
color:#999999;
}

.radio2{
color:#FFFFFF;
}

.gallery{
border: none;
padding:none;
margin:5px 5px 5px 5px;
z-index:0;
}

input { 
 background-color:#FFFFFF 
}

select { 
 background-color: #FFFFFF; 
 color: #ffffff; 
}

textarea { 
 background-color: #FFFFFF;
 color:#000000; 
}

form { 
 border: 0px solid #FFFFFF; 
 padding: 2px; 
}
.newsblip{
	border:#999999 dashed thin;
	
}
.newsheading{
	border-bottom:#999999 dashed thin;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.heading2,.heading2 a {
	border-bottom:#999999 dashed thin;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.newslist, .newslist a {
	color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-image:url(http://murraymultimediaresources.com/images/listicon.gif);
	
}

.gallerycontainer{
position: relative;
z-index:0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.tableBody{
	padding: 0;
	margin-bottom:0;
	margin-left:50px;
	margin-right:10px;
	margin-top:0px;
	width:800px;
	vertical-align:top;
	text-align:center;
	z-index:0;
}
.cap{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}

.surveyheading{
color:#FFFFFF;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:16px;
border-top-color:#999999;
}

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/*#menu_container {
	position:relative;
	width:800px;
	height:42px;
	z-index:5;
}*/

.filler {
	margin-left:765px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	position: relative;
	width:50px;
	height:30px;
	background:url(http://murraymultimediaresources.com/images/blockdefault.gif) repeat-x center center;
	list-style:none;
}

#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(http://murraymultimediaresources.com/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(http://murraymultimediaresources.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://murraymultimediaresources.com/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;
	}