@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background-color:#9ad0c7;
	background-image:url("graphics/screenedviewblur6.jpg");
}
body, td, div {
	font-size:12px;
}
a {outline:none;}
a:link {
	color:navy;
}
a:visited {
	color:#00008b;
}
a:active {
	color:#483d8b;
}

.tealtitle {
	font-size:18px;
	color:#2f4f4f;
}

.hometxt {
	font-size:12px;
	line-height:18px;
	color:#222;
	padding:30px;
	
}
.hometxt p.first:first-letter{
font-size:400%; 
font-family:Georgia, "Times New Roman", Times, serif;
color:#959595;
float:left;
line-height:.8em;
margin-right:3px;
 
}

.footertxt {
	font-size:11px;
	color:#696969;
}
.greentxt {
	color:#d2e170;
}
.whitetxt, a.whitetxt {
	color:white;
}
.bluetxt {
	color:#bce1dc;
}
.darkgraytxt {
	color:#464646;
}
.smalltxt, a.smalltxt {
	font-size:10xp;
}
.bigarrow {
	font-size:70px;
	color:#959595;
}
.homefirst h1 {
	font-size:15px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.homefirst p {
	margin-top:5px;}
	
.homefirst {
	color:white;
	padding-left:20px;
	padding-right:20px;
	}
	
.ecotxt {color:white;font-size:13px;line-height:16px;}
.acttitle {color:#677fa7;font-size:18px;}
.acttitle2 {color:midnightBlue;font-size:18px;}
.acttxt {font-size:13px;line-height:16px;color:#484344;}
.acttxt h1 {
	line-height: 1.5em;
	color: #707c3e;
	font-weight: normal;
	}

.acttxt h3 {
	font-weight: normal;
	}
ul.dinner {
	padding: 0;
	margin: 1em 0;
	list-style: none;
	
	}
	ul.dinner li {
		float: left;
		width: 180px;
		margin: 5px;
		}

/* Occupy styles */
.occupy {
	float: left;
	width: 850px;
	padding: 30px;
	background: #fff;
	}
.occupy h2 {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	}
	.occupy h2 span {
		color: #AA0000;
		}
.occupy p {
	width: 75%;
	float: left;
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 16px;
	}
.occupy .button {
	float: left;
	width: 20%;
	margin: 1em 0 1em 5%;
	}
.occupy .button a {
	display: block;
	margin: 5px;
	padding: 15px 10px;

	background: #a00;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	box-shadow: 1px 1px 4px #666;
	
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
.occupy .button a:hover {
	background: #c22;
	}
