html, body {
	height: 100%;         /* required */
}

BODY {
	background-color : #f6edb6;
	color : #000000;
	font-family : Tahoma, sans-serif;
	text-align: center;   /* horizontal centering hack for IE */
	font-size : 14px;
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	top: 0px;
	z-index: 2;

	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 100%;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

A, A:LINK, A:VISITED {
	color : #000000;
	text-decoration : underline;
	font-size: 10pt;
	font-weight: bold;
	font-family : Tahoma, sans-serif;
}

A:HOVER {
	color : #fa842c;
	text-decoration : underline;
	font-size: 10pt;
	font-weight: bold;
	font-family : Tahoma, sans-serif;
}

A.menu, A.menu:LINK, A.menu:VISITED {
	color : #ffffff;
	text-decoration : underline;
	font-size: 20px;
	font-weight: normal;
	font-family : Tahoma, sans-serif;
}

A.menu:HOVER {
	color : #fa842c;
	text-decoration : underline;
	font-size: 20px;
	font-weight: normal;
	font-family : Tahoma, sans-serif;
}

A.home, A.home:LINK, A.home:VISITED {
	color : #ffffff;
	text-decoration : none;
	font-size: 18px;
	font-weight: normal;
	font-family : Tahoma, sans-serif;
}

A.home:HOVER {
	color : #fa842c;
	text-decoration : none;
	font-size: 18px;
	font-weight: normal;
	font-family : Tahoma, sans-serif;
}

.activemenu {
	color : #f6edb6;
	text-decoration : underline;
	font-size: 24px;
	font-weight: normal;
	font-family : Tahoma, sans-serif;
}

.addbody {
	position: absolute;
	left: 310px;
	top: 275px;
	width: 505px;
	z-index:10;
	text-align: left;
	color : #000000;
	font-family : Tahoma, sans-serif;
	font-size : 14px;
}

.homebody {
	position: absolute;
	left: 194px;
	top: 247px;
	width: 485px;
	z-index: 10;
	text-align: left;
	color : #000000;
	font-family : Tahoma, sans-serif;
	font-size : 14px;
}

.text {
	text-align: left;
	position:absolute; 
	top:59px; 
	left:18px; 
	z-index:5;
}

.textbig {
	color : #000000;
	font-family : Tahoma, sans-serif;
	font-size : 18px;
	font-weight: normal;
	text-align: center;
	z-index:10;
}

.textphone {
	color : #3f5a2f;
	font-family : Tahoma, sans-serif;
	font-size : 24px;
	font-weight: normal;
	text-align: center;
	z-index:10;
}

.updatetitle {
	color : #ffffff;
	text-decoration : underline;
	font-size: 18px;
	font-weight: normal;
	font-family : Tahoma, sans-serif;
	width: 176px;
	text-align: center;
	z-index: 10;
	left: 718px;
	top: 155px; 
	position: absolute;
}

.updatetext {
	color : #ffffff;
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
	font-family : Tahoma, sans-serif;
	z-index: 10;
	left: 733px;
	width: 150px;
	position: absolute;
	text-align: left;
}

.updateline {
	z-index: 11;
	left: 719px;
	position: absolute;
}

.linebreak {
	line-height: 0.8em;
}


/* BEGIN menu positioning */

.serviceslink {
	position:absolute; 
	top: 190px; 
	left: 265px; 
	z-index: 10;
}
.serviceslinkactive {
	position:absolute; 
	top: 186px; 
	left: 262px; 
	z-index: 10;
}

.resourceslink {
	position:absolute; 
	top: 190px; 
	left: 385px; 
	z-index: 10;
}
.resourceslinkactive {
	position:absolute; 
	top: 186px; 
	left: 376px; 
	z-index: 10;
}

.infolink {
	position:absolute; 
	top: 190px; 
	left: 516px; 
	z-index: 10;
}
.infolinkactive {
	position:absolute; 
	top: 186px; 
	left: 514px; 
	z-index: 10;
}

.homelink {
	position:absolute; 
	top: 7px; 
	left: 14px; 
	z-index: 10;
}

/* END menu positioning */