html {
    height: 100%;
    border-bottom: 1px solid #669999;
	background-color: #669999;
	
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #669999;
	height: 100%;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	border: 0px solid red;
}

p {
	margin: 0;
    padding: 0;
	margin-bottom: 10px;
}


.outer {
   /* position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%; 
	margin-bottom: 1px;
	  z-index: 0;
	
}

.container {
    text-align: left;
    background-color: white;
	background-image: url('../img/bg.gif');
	background-repeat: no-repeat;
    width: 794px;
    border: 0px solid red;
    margin-left: auto;
    margin-right: auto;
    z-index: -200;
	height: 100%; 
	
}

#main {
   position: relative;
  background-color: white;
	text-align: left;
	/*height: 100%;*/
}
#grey_box {
	display: none;
	position: absolute;
	left: 0;
	width: 1400px;
	height: 100%;
	background-color: grey;
	opacity: 0.6;
	z-index: 20;
}


.header {
	width: 774px;
	border: 0px solid green;
	margin-left: 10px;
	color: #679387;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	height: 90px;
	background-image: url('../img/Header.gif');
	background-repeat: no-repeat;
	padding-top: 112px;
}

.footer {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
	margin-top: 15px;
	font-size: 10px;
	line-height: 16px;
	color: black;
}
.footer_menu_line {
	font-size: 10px;
	color: black;
}


.footer a {
	text-decoration: none;
	outline: none;
	color: #669999;
}

.footer a:hover {
	color: #black;
}
.menu {
	border: 0px solid red;
	width: 100%;
	height: 40px;
	float: left;
}
.menu_button {
	float: left;
	height: 20px;
	overflow: hidden;
}

.menu_button a img {
	text-decoration: none;
	outline: none;
	border: 0;
	}
	
	a:visited img, a img {
	border: none;
}
.menu_button_selected {
	float: left;
	height: 20px;
	overflow: hidden;
}

.menu_button_selected a img {
	text-decoration: none;
	outline: none;
	border: 0;
	}
	
	
.main_content {
	margin-left: 12px;
	border: 0px solid green;
	width: 768px;
}	

.slideshow {
	height:  522px;  
    width:   768px;  
    padding: 0;  
    margin:  0;  
}

.slideshow img {  
    width:  768px; 
    height: 522px; 
    top:  0; 
    left: 0 
} 

.slideshow_border {
	height:  522px;  
    width:   761px;
	margin-left: 5px;  
	margin-top: -516px;
	background-image: url('../img/picture-frame.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 8000;
	
}
.text_content {
	margin-top: 10px;
	position: relative;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.text_content a {
	color: #669999;
	text-decoration: underline;
	outline: none;
}
.text_content a:hover {
	color: #666666;
	text-decoration: underline;
	outline: none;
}



.clear {
	clear: both;
}

#map_canvas {
	width: 768px;
	height: 522px;
	
}

