BODY
{
	COLOR: #000; /* default text color */
	background-color: #00cc77;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; /* no margins on any sides */
	font-size: 1em;
}

/* General Settings */

H1
{
	font-size: 18pt;
	COLOR: #003F2D;
}

H2
{
	font-size: 16pt;
	COLOR: #003F2D;
}
H3
{
	font-size: 14pt;
	font-family: Verdana;
	COLOR: #003F2D;
	margin-bottom: 10px;
}


hr
{
	COLOR: #68003D;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}



/* Fixed width in the middle of the screen with a border */

.container
{
	background-color: #FEFBE9;
	width: 780px;
	display: block;
	position: relative;
}

/* Not important if using one solid header the same size as the container above */

.header
{
	display: block;
	position: relative;
	height: 150px;
	width: 780px;
	background-color: #FEFBE9;
	
}

img.logo
{
	position: absolute;
	top: 4px;
	left: 4px;
}


img.tagline
{
	position: absolute;
	top: 15px;
	left: 518px;
}

.tbuttons
{
	position: absolute;
	bottom: 2px;
	left: 595px;
	width: 180px;
	text-align: right;
}

.topbar
{
	background: url(images/tier1background.gif);
	height: 20px;
}

/* Use to set the color and size of the leftbar */

td.leftbar
{
	background-color: #00854C;
	color: #fff;
	border-right: solid 1px #68003D;
	width: 180px;
}

td.mainwindow
{
	width: 600px;
	padding: 10px;
	font-size: 1em;
}

.mainbodytext
{
	display: block;
	position: relative;
}


.font-size
{
	font-size: 12pt;
	width: 200px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	left: 575px;
	z-index: 3;
	text-align: right;
}

.font-size a:link, .font-size a:visited
{
	text-decoration: none;
	font-weight: bold;
}

a.smaller:link, a.smaller:visited
{
	font-size: 9pt;

}

a.bigger:link, a.bigger:visited
{
	font-size: 16pt;

}

.bdecor
{
	background: url(images/bottomdecor.gif);
	height: 39px;
}

div.navbar
{
	margin-top: 6px;
	width: 180px;
}

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	text-decoration: none;
	width: 100%; 
	border-bottom: dotted 1px #8BAEA2; 
	margin-top: 6px;
	display: block; /* makes it so you don't need br's between the buttons */
	-moz-box-sizing:border-box;box-sizing:border-box;
}

a.nav:hover {
	background-color: #8BAEA2;
	text-decoration: none;
}

a.subnav:link, a.subnav:visited {
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding-left: 16px;
	text-decoration: none;
	margin-top: 2px;
	width: 100%; 
	display: block; /* makes it so you don't need br's between the buttons */
	-moz-box-sizing:border-box;box-sizing:border-box;
}

a.subnav:hover {
	background-color: #8BAEA2;
	text-decoration: none;
}


div.fnavbar
{
	margin-top: 6px;
	width: 100%;
}

a.fnav:link, a.fnav:visited {
	FONT-FAMILY: arial;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a.fnav:hover {
	text-decoration: none;
	color: #FFCCFF;
}

.footer
{
	background-color: #003F2D;
	font-size: 10pt;
	color: #AA92AF;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 4px;
	height: 22px;
}

div.addy
{
	width: 160px;
	border: solid 1px #8BAEA2;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12pt;
}




a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}

div.copy {
	color: #fff; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 780px;
	margin-top: 10px;
}

a.jwd:link, a.jwd:visited {
	color: #000000;  
	text-decoration: none;
	font-weight: bold;
}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #cccccc;  
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	width: 100%;
}

.question
{
	COLOR: #990033;
	FONT-FAMILY: Arial;
	font-weight: bold;
}

.answer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

p.inheader
 {
	position: absolute; 
	top: 140px; 
	right: 10px;
	COLOR: #ffffff;
	font-size: 100%;
	FONT-FAMILY: Arial; 
}

div.contactform
{
	width: 280px;
	float: right;
	text-align: center;
}
div.contactcontent
{
	width: 280px;
	float: left;
}

#about, #aliving, #iliving, #tour, #employment
{
	display: none;
}

a.question:link, a.question:visited {
	FONT-FAMILY: arial;
	color: #68003D;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
}

a.question:hover {
	text-decoration: none;
	color: #331400;
	background-color: #AA92AF;
}

a.tourlink:link, a.tourlink:visited {
	FONT-FAMILY: arial;
	color: #003F2D;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-left: 6px;
	margin-bottom: 6px;
	width: 200px;
}

a.tourlink:hover {
	text-decoration: none;
	color: #003F2D;
	background-color: #8BAEA2;
}


a.bigbutton:link, a.bigbutton:visited {
	font-size: 18pt;
	FONT-FAMILY: arial;
	color: #003F2D;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 150px;
	border: solid 2px #003F2D;
	text-align: center;
	padding-top: 30px;
}

a.bigbutton:hover {
	text-decoration: none;
	color: #fff;
	background-color: #34715B;
}

a.tclose:link, a.tclose:visited {
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 90% !important;
	width: 100%;
	text-align: right;
	padding-right: 4px;
	height: 20px;
}

.tourframe
{
	display: block;
	width: 500px;
	height: 380px !important;
	height: 350px;
	position: absolute;
	top: 20px;
	left: 180px;
	background-color: #003F2D;
-moz-box-sizing:border-box;box-sizing:border-box;
}

a.linktitle:link, a.linktitle:visited {
	FONT-FAMILY: arial;
	color: #68003D;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

a.linktitle:hover {
	text-decoration: none;
	color: #331400;
}

.locationinfo
{
	font-size: 8pt;
	color: #003F2D; 
	width: 775px;
}

.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}