body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necessary for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */

}

/* Title Bar Styling */

#titlemenu {
	background-image: url('../img/headerbackground.jpg');
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: absolute;
}

.titlename {
	margin-top: -16px;
	padding-left: 55px;
	text-align: left;
	font-family: "JaneAusten", Helvetica, Times, serif;
	font-size: 3.5em;
	font-weight: 400;
	color: #cccccc;
	text-shadow: 2px 2px black;
}

/* Drop-Down Menu Styling */

#dropmenu {
	position: relative;
	float: right;
}

#dropmenu ul{
	margin:0;
	padding:0;
}

#dropmenu li{
	width:125px;
	height:90px;
	float:left;
	text-align:center;
	overflow:hidden;
}


#dropmenu p {
	padding-bottom: 0px;
}

.buttontext {
	font-family: "Coronet", "GaramondPro", sans-serif;
	font-size: 2em;
	color: #d0cbc4;
	text-indent: -11px;
	text-shadow: 2px 2px black;
	margin-bottom: 30px;
}

#contacttabtext1 {
	color: #d0cbc4;
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}

#contacttabtext2 {
	color: #d0cbc4;
	padding: 2px;
	border: 0;
	margin: 0;
}

.subtext {
	font-family: "Coronet", "Helvetica", sans-serif;
	font-size: 1.7em;
	text-indent: -8px;
	padding-top: 10px;
	text-shadow: 2px 2px black;
}

.imagelink {
	border-width: 0;
	position: relative;
	text-align: center;
	padding-left: 7px
}

.outputlogo {
	border-width: 0;
	position: relative;
	padding-left: 8px;
}


#dropmenu .firstmenutab{background:#746951 url('../img/dropdownmenubutton.jpg') top left no-repeat;}
#dropmenu .secondmenutab{background:#746951 url('../img/dropdownmenubutton.jpg') top left no-repeat;}
#dropmenu .thirdmenutab{background:#746951 url('../img/dropdownmenubutton.jpg') top left no-repeat;}
#dropmenu .fourthmenutab{background:#746951 url('../img/dropdownmenubuttonre.jpg') top left no-repeat;}

/* Pop-Up Text Block Styling */

.popblock {
	margin-left: 10px;
	position: absolute;
	z-index: 50;
	top: 120px;
	left: 60px;
	background-image: url('../img/popbox.jpg');
	width: 400px;
	height: 500px;
}

.popblock h2, .popblock p {
	padding-left: 15px;
	padding-right: 15px;
}

.popblock h2 {
	font-family: "Coronet", "GaramondPro", "Helvetica", sans-serif;
	font-size: 1.7em;
	color: #d0cbc4;
	text-shadow: 2px 2px black;
	margin-top: 7px;
	padding-top: 7px;
	margin-bottom: 15px;
}

.popblock p {
	margin-top: -10px;
	font-family: "GaramondPro", "Palatino", "Helvetica", sans-serif;
	font-size: .9em;
	color: black;
	text-indent: 5%;
}

/* Link Styling */

a:link {
	color: #3fb541;
	text-decoration:none;
}

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

a:hover {
	color: #ccffcc;
	text-decoration:underline;
	text-shadow: none;
}

a:active {
	color: #99cc99;
	text-decoration:none;
	text-shadow: none;
}

a.publinks:link {
	color: #d0cbc4;
	text-decoration: none;
}

a.publinks:visited {
	color: #8bd08a;
	text-decoration:none;
}

a.publinks:hover {
	color: #ccffcc;
	text-decoration:underline;
	text-shadow: none;
}

a.publinks:active {
	color: #99cc99;
	text-decoration:none;
	text-shadow: none;
}
