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

body {
	margin:0;
}

#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left: #000 dotted 1px;
	border-right: #000 dotted 1px;
	border-bottom: #000 dotted 1px;
	background-color: #b2cab3;

}

#strip {
	width:800px;
	height:220px;
}

#strip2 {
	width:800px;
	height:190px;
}

#content {
	width:800px;
	height:229px;
	margin-bottom:10px;
}

#content2 {
	width:800px;
	height:236px;
	margin-bottom:10px;
}

#logoholder {
	width:490px;
	background-image:url(../images/logo_green.gif);
	height:229px;
	float: left;
}

#logoholder2 {
	width:490px;
	background-image:url(../images/logo_green.gif);
	height:229px;
	float: left;
	margin-top: 5px;
}

#menuholder {
	width:300px;
	height:236px;
	float: right;
}

#textholder {
	width:700px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:justify;
	margin-left: auto;
	margin-right: auto;
}

#imageholder {
	width:646px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 15px;
}

#textholder2 {
	width:740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

#flashholder {
	width:410px;
	height:auto;
	float: right;
}

#infoholder {
	width:340px;
	height:240px;
	float: right;
	padding: 10px;
	border: 1px dotted #333;
}

#contactholder {
	width:340px;
	height:240px;
	float: left;
	padding: 10px;
	border: 1px dotted #333;
}

#generalleft {
	width:370px;
	height:370px;
	float: left;
	border: 1px dotted #333;
}

#generalright {
	width:340px;
	height:350px;
	float: right;
	padding: 10px;
	border: 1px dotted #333;
}

.clear{
	clear:both;
}

#address {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: #766D6D dotted 1px;
	border-bottom: #766D6D dotted 1px;
}

a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #333;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

.contenttext {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
}

.contenttext a:link {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}
.contenttext a:hover {

	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	line-height: 12px;
}
.contenttext a:visited {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #806699;
	text-decoration: none;
	line-height: 12px;
}

.field {
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
background-color: #CCCCCC;
border: 1px solid #666666;
}

textarea {
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
background-color: #CCCCCC;
border: 1px solid #666666;
}

