@charset "utf-8";
/* CSS Document */
p {
	font-family:verdana;
	font-style:regular;
	font-size:11px;
	color:#25394c
}
a:link {
	font-family:verdana;
	font-style:regular;
	font-size:11px;
	color:#25394c;
	text-decoration:none;
}
a:hover {
	font-family:verdana;
	font-style:regular;
	font-size:11px;
	color:#25394c;
	text-decoration:underline;
}
a:visited {
	font-family:verdana;
	font-style:regular;
	font-size:11px;
	color:#25394c; 
  	text-decoration:none; 
} 
h1 {
	font-family:verdana;
	font-style: normal;
	font-size:18px;
	color:#2c4d79
}
h2 {
	font-family:verdana;
	font-style: normal;
	font-size:11px;
	color:#25394c
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #d7f0f5;
}
#site_container{
	position:absolute;
	top: 10px;
	left: 50%;
	width:848px;
	height:790px;
	margin-left: -450px; /*set to a negative number 1/2 of you site width*/
	background-color: #9fccde;
}	

#site_left{
	position:absolute;
	top: 0px;
	left: 451px;
	width:301px;
	height:790px;
	margin-left: -450px; /*set to a negative number 1/2 of you site width*/
	background-color: #6092a7;
}	

#site_header{
	left: 302px;
	width:546px;
	height:297px;
	position: absolute;
	top: 0px;
}

#logo{
	left: 11px;
	width:253px;
	height:136px;
	position: absolute;
	top: 11px;
	z-index: 1;
}

#site_nav{
	left: 302px;
	width:546px;
	height:30px;
	position: absolute;
	background-color: #9fccde;
	top: 268px;
	opacity:0.6;
	filter:alpha(opacity: 60); /* for IE only */
}

#site_main{
	left: 321px;
	width:509px;
	height:484px;
	position: absolute;
	background-color: #9fccde;
	top: 297px;
}
#site_news{
	left: 21px;
	width:263px;
	height:588px;
	position: absolute;
	background-color: #6092a7;
	top: 169px;
}

#tab_home{
	left: -22px;
	width:27px;
	height:111px;
	position: absolute;
	top: 161px;
	z-index: 1;
	cursor: pointer;
}
#tab_excavations{
	left: -22px;
	width:27px;
	height:111px;
	position: absolute;
	top: 269px;
	z-index: 1;
	cursor: pointer;
}
#tab_blog{
	left: -22px;
	width:27px;
	height:111px;
	position: absolute;
	top: 377px;
	z-index: 1;
	cursor: pointer;
}
#tab_publications{
	left: -22px;
	width:27px;
	height:111px;
	position: absolute;
	top: 485px;
	z-index: 1;
	cursor: pointer;
}
#tab_links{
	left: -22px;
	width:27px;
	height:111px;
	position: absolute;
	top: 593px;
	z-index: 1;
	cursor: pointer;
}
#postit_featured{
	left: 6px;
	width:27px;
	height:111px;
	position: absolute;
	top: 260px;
	z-index: 1;
	cursor: pointer;
}
#postit_memorials{
	left: 293px;
	width:27px;
	height:111px;
	position: absolute;
	top: 259px;
	z-index: 1;
	cursor: pointer;
}
#postit_featuredt{
	left: 12px;
	width:184px;
	height:97px;
	position: absolute;
	top: 101px;
	z-index: 1;
	cursor: pointer;
}
#postit_memorialst{
	left: 13px;
	width:184px;
	height:98px;
	position: absolute;
	top: 101px;
	z-index: 1;
	cursor: pointer;
}
