@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	background-color:#f9fbfd;
	margin: 0;
	padding: 0;
	font-family:verdana;
	color:#615d57;
	font-family:helvetica, arial, verdana;
	font-size:12px;
	font-weight: normal;
	overflow:auto;
	
	background-image: url(../images/background_blue_tiles.jpg);	
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	
}
/* TEXT STYLES */

body h1{
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	position:relative;
    left:-17px;

	
}
body h2{
	font-size:20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: -5px;
    padding-top:5px;	
    padding-bottom:5px;	
	border-style:none;
	/*border-top:solid 1px #b3ad9c;*/
	border-bottom:solid 1px #b3ad9c;
}
body h3{
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;

}
td{
	font-family:verdana;
	color:#615d57;
	font-family:helvetica, arial, verdana;
	font-size:12px;
	font-weight: normal;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	
	
	
}


body a{
	color: #3E7DBD;
}
body a:hover{
	text-decoration:underline;
}

/* PAGE ELEMETS ------------------------------------------------------------------------------- */

img{
	border:none;
	margin: 4px;
	
	
}

#page{
	position: relative;
	margin: 0px auto;
	width: 1000px;
	top: 40px;
}

#header{
	height: 145px;
	background-image:url(../images/background_top.png);
	background-position:top;		
}

#main{
	margin: 0px auto;
	width: 1000px;
	height:1200px;
	background-image:url(../images/background_main.png);	
}

#main #background{
	margin: 0px auto;
	position: absolute;
	top:145px;
	left:25px;
	width: 950;
	height:475;
	background-image:url(../images/background_rocks.jpg);
	z-index:4;
}

#content{
	margin: 0px auto;
	text-align: left;
	width: 850px;
	position: absolute;
	top: 180px;
	left: 75px;
	z-index:5;
	/*border-style:solid;
	border:solid 1px #f00;*/
}

/* offset images to compensate for the 60 px padding in the editor */

#content div{
	margin-left:-60px;
	margin-top:-60px;
}

#footer{
	position:relative;
	height: 180px;
	background-image:url(../images/background_bottom.png);
	background-repeat: no-repeat;
	z-index:6;
}

/* MENU AND BUTTONS */

#home_button{
	position:absolute;
	top:50px;
	left:50px;
	width:290px;
	height:80px;
	cursor:pointer;
}
	

#top_menu{
	position: relative;
	z-index:10;
	float:right;	
	top: 109px;
	right: 50px;
	height: 20px;
	width: 500px;	
	width: 900px;	
	
	
}

#bottom_menu{
	height: 20px;
	width: 500px;
	position: relative;
	top: 17px;
	right: 50px;
	z-index:11;
	float:right;	
	width: 900px;	

}

.menu, .menu a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-size:12px;
	color:#697374;
	text-align: right;
	text-decoration:none;
	font-weight: lighter;
}

.menu a:hover{
	color:#535A5B;
	text-decoration:underline;
}
.menu a:active{
	color:#181B1B;
	text-decoration:underline;
} 

/* MISC */

.clear{
	clear:both;
}
#adminUi{
	position: relative;
	margin: 0px auto;
	top:30px;
}


/* FANCY ZOOM */


#ShadowBox img
  {
	margin: 0px;  
	  
  }

#ShadowBox tr, #ShadowBox td, #ZoomCapDiv tr, #ZoomCapDiv td
  {
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0px;
  padding:0;
  height: auto;
  vertical-align: center;
  }
  #ShadowBox table, #ZoomCapDiv table
  {
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding: 0px;
  border-collapse: separate;
  margin:0;
  height: 100%;
  }
  #ZoomBox
  {
  /*margin: -1px;*/
  }
