 html, body {
  margin: 0;
  padding: 0;
}
html {
     overflow: -moz-scrollbars-vertical;
}
/************* globalNav styles ****************/
#globalNav{
	color:white;
	padding:0 10px 0 18px;
	background-color:white; }
#gnLeft{
	float:left;}
#gnRight{
	float:right; }
#globalNav ul {
	margin:0;
	padding:0;
	list-style:none; }
#globalNav li {
	float:left;
	margin:0;
	padding:0;
	background-color:white; }
#globalNav a, #globalNav a:visited {
	float:left;
	margin:0;
	padding: 6px 7px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif; 
	color:black;
	font-weight:800;
	text-transform:uppercase; 
	text-decoration:none;}
#globalNav a:hover{
	background-color:black;
	color:white;}
/************* END globalNav styles ****************/
.intro {
	position: relative;
	width: 600px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #000000;
	text-align: left;
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #000000;
	text-align: left;
}
.buffer {
	position: relative;
	left: 90px;
	width: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	}
.service {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 10px;
	}
.service_info {
	padding-right:40px; padding-top:5px; padding-left:20px; text-align:left; background-image:url(images/s_bg.jpg);}
.equipment {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 10px;
	}
.equip_list {
	padding: 10px;
	line-height: 2.5em;
	}
.equipphoto {
	font-size: 11px;
	}
.equipphoto:hover {
	text-decoration:underline;
	}
.camera {
	cursor:pointer;
	}

/* Services Photo Enlargement Styles */
.photo { 
	float: left; margin: 0px 0px 0px 0px; width: 345px; text-align:left; color:#990000; background-image:url(images/s_bg.jpg); }
.photo img { 
	background-color: #fff; padding: 1px; border: 3px solid #D6D6D6; }
.photo p { 
	padding: 10px 0 10px; font-size: 90%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic; color: #c7753e; }
.photo img:hover {
	background-color: #fff;
	border: 3px solid #990000;
	cursor: pointer;
}
.photo a:hover { 
	background: none; }
/* ********************************* */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
text-decoration:none;
color:blue;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
color:#990000;
text-decoration:none;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff;
	padding: 5px;
	left: -1000px;
	border: 3px solid #990000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


.project {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	}

.footer {
	font-size: 9px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #990000;
	text-align: center;
	padding: 5px;
	}
A.links:link, a.links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none }
A.links:hover {

	text-decoration: underline}
#melink {
	color: white;
	font-size: 9px;
	text-decoration:none;
	}
#melink:hover {

	color: #FF6600;
	text-decoration:underline;
	
	}
.form {
	position: relative;
	background-image: url(images/loading.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 710px;
	}
.communityheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline}