/* :::...:::...:::...:::... GENERAL ...:::...:::...:::...::: */

html,body{
	margin:0;
	padding:0;
	}

body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 130%;
	background-color: #FFFFFF;
	}

.textbox {
	width: 190px;
	border: 1px solid #90BC14;
	font-size: 90%;
}

.jsrequired {

}
.jsvalidation {
	color: #660000;
}
.textarea {
	width: 190px;
	border: 1px solid #90BC14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 80px;
}

.jsrequiredarea {
	width: 160px;
	border: 1px solid #90BC14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.selectbox {
	width: 160px;
	border: 1px solid #90BC14;
	font-size: 90%;
}

.select-notfirst {
	width: 160px;
	border: 1px solid #90BC14;
	font-size: 90%;
}

.button {
	background-color: #90BC14;
	color: #FFFFFF;
	border: 1px solid #2D7332;
}

a:link {
	color: #2D7332;
	text-decoration: none;
	}
	
a:visited {
	color: #2D7332;
	text-decoration: none;
	}
	
a:hover {
	color: #1E8C22;
	text-decoration: underline;
	}
	
a:active {
	color: #00EA27;
	}

.pipe {
	color: #4E9A20;
	}
	
div#container{
	text-align:left;
	padding-top: 21px;
	width:780px;
	margin:0 auto;
	padding-bottom: 10px;
	}

div#wrapper{
	float:left;
	width:100%;
	}

/* :::...:::...:::...:::... HEADER ...:::...:::...:::...::: */

div#header {
	height:79px;
	text-align: right;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-bottom-width: 22px;
	border-bottom-style: solid;
	border-bottom-color: #f6de38;
	}

/* :::...:::...:::...:::... NAVIGATION ...:::...:::...:::...::: */

div#navigation {
	position: absolute;
	width: 150px;
	line-height: 100%;
	padding-top: 6px;
	visibility: visible;
	}

div#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 14px;
	height: 19px;
	margin-bottom: 6px;
	padding-top: 4px;
	}
	
div#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 14px;
	height: 19px;
	margin-bottom: 6px;
	padding-top: 4px;
	}

div#navigation a:hover {
	color: #FFDF00;
	text-decoration: none;
	display: block;
	padding-left: 14px;
	height: 19px;
	margin-bottom: 6px;
	padding-top: 4px;
	}
	
div#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 14px;
	height: 19px;
	margin-bottom: 6px;
	padding-top: 4px;
	}
	
div#navigation a.selected:link, div#navigation a.selected:visited,  div#navigation a.selected:hover,  div#navigation a.selected:active   {
	color: #FFDF00;
	}

/* :::...:::...:::...:::... BANNER ...:::...:::...:::...::: */

div#banner {
	height: 240px;
	background-color: #eef3f2;
	}
	
/* :::...:::...:::...:::... CONTENT ...:::...:::...:::...::: */

div#content{
	margin-top: 0;
	margin-right: 170px;
	margin-left: 170px;
	line-height: 130%;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(/assets/images/bullet.gif);
	padding-bottom: 12px;
	}
	
div#content a.newslink{
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
	}
	
div#content ul {
	margin-left: 18px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

div#content ul ul {
	list-style-image: url(/assets/images/white.gif);
	}
	
div#content h1 {
	font-weight: normal;
	color: #2D7332;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

div#content p {
	margin-bottom: 2px;
	margin-top: 10px;
}

div#content h2 {
	font-size: 120%;
	font-weight: normal;
	color: #2D7332;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

div#content a:link {
	color: #2D7332;
	text-decoration: underline;
	}
	
div#content a:visited {
	color: #2D7332;
	text-decoration: underline;
	}
	
div#content a:hover {
	color: #1E8C22;
	text-decoration: none;
	}
	
div#content a:active {
	color: #00EA27;
	}

div#map {
	width: 438px;
	height: 338px;
	border: 1px solid #90BC14;
	margin-bottom: 10px;
}

table.sortable th {
	background-color: #f1f1f1;
	cursor: pointer;
	}

div#leftcolumn {
	width: 215px;
	float: left;
	text-align: left;
	}
	
div#leftcolumn a:link, div#leftcolumn a:visited, div#leftcolumn a:hover, div#leftcolumn a:active{
	color: #2D7332;
	text-decoration: none;
	}
	
div#rightcolumn a:link, div#rightcolumn a:visited, div#rightcolumn a:hover, div#rightcolumn a:active{
	color: #2D7332;
	text-decoration: none;
	}
	
.servicerow {
	cursor: pointer;
	padding: 0px;
	height: 48px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	}

.servicerow:hover {
	cursor: pointer;
	background-color: #f8f8f8;
	}
	
.servicerow img {
	margin-right: 7px;
	border: 1px solid #9EBB33;
}

.servicerow strong {
	font-weight: normal;
	color: #2D7332;
}

.servicerow a:hover {
	text-decoration: none;
}

.servicerow p {
	font-size: 96%;
}

div#rightcolumn {
	width: 215px;
	float: right;
	text-align: left;
	}
	
.full {
	clear: both;
	text-align: left;
	}
.square {
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
div#content.directors {
	margin-right: 15px;
	}

.director {
	clear: both;
	padding-top: 2px;
	border-bottom: 1px solid #cccccc;
}

.directorphoto {
	padding-top: 5px;
	float: left;
	width: 170px;
	height: 175px;
	clear: left;
	}

.directortext {
	float: right;
	width: 415px;
	clear: right;
}


.cl {
	clear: both;
}

/* :::...:::...:::...:::... LEFT COLUMN ...:::...:::...:::...::: */

div#news{
	float:left;
	width:140px;
	margin-left:-780px;
	background-color: #EEECEB;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 256px;
}


div#news a.newslink{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D7D7;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	margin-top: 3px;
	}
	
div#news h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

	
div#news p {
	font-size: 90%;
}

div#subnavigation{
	margin-top: 10px;
	float:left;
	width:120px;
	margin-left:-780px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
	
div#subnavigation a:link {
	font-size: 86%;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}
	
div#subnavigation a:visited {
	font-size: 86%;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}
	
div#subnavigation a:hover {
	font-size: 86%;
	color: #5C973A;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}
	
div#subnavigation a:active {
	font-size: 86%;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}

div#directorsubnavigationholder{
	float:left;
	width:160px;
	margin-left:-780px;
}

div#directorsubnavigation{
	margin-top: 10px;
	width:120px;
	background-color: #f1f1f1;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
	
div#directorsubnavigation a:link {
	font-size: 86%;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}
	
div#directorsubnavigation a:visited {
	font-size: 86%;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}
	
div#directorsubnavigation a:hover {
	font-size: 86%;
	color: #5C973A;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}
	
div#directorsubnavigation a:active {
	font-size: 86%;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}

div.subselected {
	color: #5C973A;
	font-size: 86%;
	text-decoration: none;
	display: block;
	padding-right: 28px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8b;
}

/* :::...:::...:::...:::... RIGHT COLUMN ...:::...:::...:::...::: */

div#extra{
	float:left;
	width:160px;
	margin-left:-160px;
	margin-top: 11px;
	font-size: 96%;
	}
	
div#careline {
	background-color: #369829;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 10px;
	}
	
div#careline h2 {
	color: #ffffff;
	font-weight: normal;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	}
	
div#careline p{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
	
div#careline a {
	color: #ffffff;
	}
	
.greenbox {
	background-color: #90BC14;
	margin-bottom: 10px;
	padding: 10px;
	}
	
.greenbox h2 {
	color: #2D7332;
	font-weight: normal;
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	}

.greenbox p {
	color: #ffffff;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}

.greenbox a {
	color: #5c973a;
	}

/* :::...:::...:::...:::... FOOTER ...:::...:::...:::...::: */

div#spacer{
	height: 20px;
}

div#footer{
	clear:left;
	background-color: #f1f1f1;
	font-size: 86%;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 4px;
	}
	
div#footer a{
	color: #666666;
	}
div#servicemanagers {
	background-color: #CCCCCC;
	padding: 5px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
}
div#servicemanagers a{
	/* font-size: 84%;*/
	}
#fair {
	font-size: 90%;
	line-height: 120%;
	border: #CCCCCC solid 1px;
	background-color: #F5F5F5;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	}