"@charset "UTF-8";

/*-------------------------- Global Styles--------------------------------- */

html {
	background: #0072bc url(../images/html.png) repeat-x;
}

body {
	margin:0;
	background-color: #0072bc;
}

p {
	margin:0
}

a:link {
	color:white;
	text-decoration:none;
}

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

a:hover {
	text-decoration:underline;
}
.directions a:hover {
	text-decoration:underline;
}
/*-------------------------- Id Styles--------------------------------- */

#header {
	z-index:2;
	position:relative;
	height:100px;
	width:790px;
	top:50px;
	margin:0;
	padding-left:10px;
	background:url(../../images/branding.gif);
	color: #79B30B
}

#container {
	text-align:left
}

#navigation {
	border-left:thin solid #FFFFFF;
	position:relative;
	top:35px;
	right:9px;
	border:0;
	float:left;
	width:165px;
}

#content {
	font : 95%/200% Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	float:right;
	width:590px;
	height:500px;
	top:50px;
	position:relative;
	padding-top:5px;
	overflow:auto;
}

#footer {
	font : 65%/160% Tahoma, Verdana, Arial, sans-serif;
	height:12px;
	position:relative;
	clear: both;
	width: 100%;
	text-align:left;
	padding: 4px 0;
	top:50px;
}

#container {
	width:800px;
	margin:0 auto
}

#Table {
	border:0;
	color:#FFF;
	font : 85%/200% Tahoma, Verdana, Arial, sans-serif;
	width:565px;
	padding:0px 3px 0px 3px;
}

#Table tbody tr:hover {
	color:#FFCC00;
}

#Table td:first-child + td {
	text-align:right;
}

#Table caption {
	color:#0072bc;
	background:#EEC059 url(../../images/caption.png) repeat-x;
	font:180% Verdana, Arial, Helvetica, sans-serif normal;
	border:#FFFFFF thin ridge;
	text-align:center;
	text-transform:capitalize;
	padding:5px 0 0 5px;
}

#Tablefooter {
	width:780px;
	color:white;
}

#Tablefooter td:first-child {
	text-align:left;
}

#Tablefooter td:first-child + td {
	text-align:left;
}

#Tablefooter td:first-child + td + td {
	text-align:right;
}

#TableContact {
	font: 100%/200% Tahoma, Verdana, Arial, sans-serif;
	color:white;
	width:560px;
}

#TableContact tbody tr:hover {
	color:#FFCC00;
}

#TableContact td:first-child+td {
	text-align:right;
}

/*-------------------------- Lightbox Styles--------------------------------- */

#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/prev.gif) left 15% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover {
	background: url(../../images/next.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;
}

#gallery {
	text-align:center;
}

#thumb {
	border:thin #000000 solid;
}

/*-------------------------- Google Map API Styles--------------------------------- */


#directions1 v\:* {
        behavior:url(#default#VML);
      }
#directions1 body {
        font-family: Verdana, Arial, sans serif;
        font-size: 11px;
        margin: 2px;
      }
#directions1 table.directions th {
	background-color:#0072bc;
	border-bottom:#FFFFFF thin solid;
      }
	  
#directions1 img {
        color: #000000;
      }
