
/************** home page content **************/

#content {
	z-index:2;
	position:relative;
	background-color:#b8cc65;
  width:760px;
	height:390px;
	min-height:390px;
}

#box_home_intro {
	position:absolute;
	left:8px;
	top:8px;
	width:377px;
	padding:0px;
	height:370px;
	margin-bottom:5px;
	border:#f0f6d9;
	border-width:1px;
	border-style:solid; 
	background-image:url(/images/content/blue_strip_white.gif);
}

#content_intro {
	position:absolute;
	padding:3px 5px 0px 10px;
	margin-bottom:5px;
	left:0px;
	top:19px;
	width:361px;
	top:19px;
	height:347px;	
	overflow:auto;
}

#content_intro p{
	margin: 5px 0px 10px 0px;
	line-height: 1.5em;
	padding: 0px;
}

#box_home_email {
	position:absolute;
	left:395px;
	top:8px;
	width:146px;
	height:163px;
	z-index:3;
	border:#f0f6d9;
	border-width:1px;
	border-style:solid; 
	background-image:url(/images/content/blue_strip_pale_green.gif);

}

#content_email {
	margin-top:17px;
	padding:8px;
}

#box_home_weather {
	position:absolute;
	left:551px;
	top:8px;
	width:199px;
	height:163px;
	z-index:3;
	border:#f0f6d9;
	border-width:1px;
	border-style:solid; 
	backround-color: #a8b8be;
	background-image:url(/images/content/blue_strip_grey_blue.gif);
	float:right;
}

#content_weather {
	margin-top:17px;
	padding:0px;
}

#compass {
	margin:0px;
	padding:0px;
}

#box_home_news {
	position:absolute;
	left:395px;
	top:181px;
	width:354px;
	height: 197px;
	z-index:3;
	border:#f0f6d9;
	border-width:1px;
	border-style:solid; 
	background-image:url(/images/content/blue_strip_pale_green.gif);
	float:right;
}

#content_news {
	margin:17px 0px 0px 0px;
	padding:0px 8px 8px 8px;
	overflow: auto;
	height: 172px;
	width: 338px;
}

#content_news ul{
	font-weight: bold;
	text-indent: 0px;
	color: #436ea0;
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-image:url(/images/content/right_arrow.gif);
	list-style-position:outside;
}


/************** news hyperlinks **************/
#content_news a:link, #content_news a:visited {
	color: #c33a34;
	text-decoration:none;
}

#content_news a:hover, #content_news a:active {
	color: white;
	text-decoration:none;
	background-color:#c33a34;
}

