/* BEGIN GLOBALS */
html, body, ul, ol, li, p, form 
{
	margin: 0;
	padding: 0;
	border: 0;
}

html 
{
	height: 100%;
}

body 
{
	text-align: center;  								/* this is a hack for IE5 to center the wrapper */
	min-width: 780px;									/* this is a hack for mozilla */
	background-color: #282828;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	overflow: -moz-scrollbars-vertical;
}

#container
{
	width: 778px;
	background-color: #282828;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
}

/* END GLOBALS */

/* BEGIN NAVIGATION */
#navbar 
{
	color: #FFFFFF;
	background-color: #282828;
}

#navbar ul 
{
	padding: 10px 0 5px 0;
	margin: 0;
	background-color: #282828;
	text-align: right;
}
#navbar ul li
{
	display: inline;
	padding: 0;
	margin: 0;
}
#navbar ul li a
{
	font-size: 85%;
	color: #ffffff;
	background-color: #282828;
	text-decoration: none;
	padding: 0 5px 0 5px;
	text-align: right;
	width: 9em;
} 

#navbar ul li a:hover, #nav ul li a:focus
{
	color: #c0c0c0;
}

/* END NAVIGATION */

/* BEGIN HOME PAGE */

#indextable table 
{
	padding: 50px 50px 0px 50px;
	text-align: center;
}

.tagline 
{
	padding-top: 10px;
}

/* END HOME PAGE */

/* BEGIN CONTACT PAGE */

textarea
{
    width: 181px;   
    height: 80px;
}

.buttons
{
    width: 60px;   
}

/* END CONTACT PAGE */


/* BEGIN PHOTO PAGE */

.maintable 
{
    border: 1px solid #FFFFFF;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 100%;
}

.imageborder 
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
}

.image 
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 2px;
}

.picturetitle 
{
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    font-weight: bold;
    text-align: center;
}

.thumbnails
{
    /*display: inline-table;*/
    float: left; 
    padding: 3px;
    width: 768px;
    overflow: auto;
    height: 120px;
}

.thumbnail
{
    border-style: solid;
    border-width:1px;
    border-color: #000000;
    margin: 2px;
    width: 101px; 
    height: 78px;
    border: 0;
}

.GalleryHeader
{
    font-weight: bold;
}

/* END PHOTO PAGE */

.centeritem
{
    text-align:center;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}



/* Mini Map*/
#lbxOv{
  background-color: #4D4D4D;
}

#lbxBox{
  font-size:12px;
  top:100px;
  width:720px;
  margin:0 auto;
  padding:10px 0;
}

#lbxBoxIn{
	text-align:center;
  background-color:white;
}

#gmap{
  width:700px;
  margin:0 auto;
  height:500px;
  border:1px solid #333;
}

/*gmlightbox*/
#gmlb_overlay {
	/*background-color: transparent;
	background-image: url(bg.png);
	z-index:1000;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:  Gray;  /*#000;*/
}

#gmlb_map {
}

#gmlb_label {
	background-color:white;
	font-family:Trebuchet MS;
	font-size:12px;
	color:black;
	float:left;
	padding-top:10px;
	margin-top:5px;
	width:608px;
	text-align:left;
}

#gmlb_container {
	background-color:white;
	padding:10px;
	border-color:#DDDDDD;
	border-width:1px;
	border-style:dotted;
	display:block;
}

#gmlb_close {
	background-color:#EEEEEE;
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	clear:right;
	/*background-image:url(../images/close.gif);*/
	background: transparent url(../images/close.gif) no-repeat; /* Trick IE into showing hover */
	margin-top:5px;
}