html {
	background-color: #084582;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: smaller;
}

#outercontainer {
	background: #042342 url('/images/bg_top.gif') repeat top left;	
	overflow: visible;
}

#maincontainer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	overflow: hidden;
}
#top {
	background: url('/images/ref_headhome.jpg') no-repeat top left;
	width: 780px;
	height: 111px;
}
#left {
	background: transparent url('/images/light_left.jpg') no-repeat top left;
	float: left;
	width: 131px;
	height: 358px;	
	margin: 0;
	padding: 0;
}
#contentcontainer {
	position: relative;
	text-align: left;
	float: left;
	width: 513px;
	margin: 0;
	padding: 0;
	border: 3px solid #fff;
	border-bottom: 0px solid #fff;
	background-color: #78af32;
}
#content {
	width: 304px;
	height: 220px;	
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #fff;
	float: left;
}

#content h2 {
	color: #fff;
	font-size: 130%;
}

html>body #content {
	height: auto;
	min-height: 220px;
}

#flashcontainer {
	width: 513px;
	margin: 0;
	margin-top: -150px;
	padding: 0;
	float: left;
}

#gallery {
	width: 183px;
	height: 220px;
	margin: 0;	
	margin-bottom: -80px;
	padding-top: 5px;
	padding-right: 2px;
	float: right;
	display: inline;
	background-color: #77ae31;
	color: #fff;
}

html>body #gallery {
	height: auto;
	min-height: 220px;
}

#featuredphotocontainer {
	background: url('/images/home_photos.gif') no-repeat top left;
	width: 167px;
	height: 169px;
	margin: 0;
	padding: 0;
	padding-top: 16px;
}
#photogutter_left {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 111px;
	display: inline;
	float: left;
}

#features {
	clear: both;
	width: 513px;
	margin: 0;
	padding: 0;
	border-top: 3px solid #fff;
	background-color: #fff;
}
#features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
}
#features #image1 {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	height: 200px;
	width: 333px;
	padding-right: 3px;
	background-color: #fff;	
	padding-bottom: 2px;
}
#features #image2 {
	margin: 0;
	padding: 0;
	display: inline;	
	float: left;
	height: 99px;
	width: 177px;
	background-color: #fff;
}

#features #image3 {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	height: 99px;
	width: 177px;
	background-color: #fff;
}
html>body #features #image1 {
	padding-bottom: 3px;
}

html>body #features #image2 {
	padding-bottom: 3px;
}

html>body #features #image3 {
	border-bottom: 2px solid #fff;
}

#right {
	float: left;
	background: url('/images/light_right.jpg') no-repeat top left;
	width: 130px;
	height: 358px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

#phototext {
	margin-left: 8px;
	clear:both;
}

#phototext p {
	margin: 0;
	padding: 8px 8px 8px 0;
}

#phototext a {
	color: #fff;
	text-decoration: underline;
	font-size: 87%;
}

#phototext a:hover {
	text-decoration: none;
}

#footercontainer {
	/* display: inline; */
	float: left; 
 	background: #084582 url('/images/bg_bot.gif') repeat-x top left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: -80px;
}	