@charset "utf-8";

/* CSS Document */

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	height: auto;
	min-height: 400px;
	margin: 0; padding: 0;
}

.access {
	display: none;
}

a {
	color: #234a71;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 2px;		
}

a:hover {
	color: #156610;
	background-color:#eaf3f8;
	padding: 2px;
}

h1 {
	font-size: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
	padding-top: 0px;
	margin: 0;

}

h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	color: #156610;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	letter-spacing: -1px;
}

#wrapper {
	width: 98%;
	height: auto;
	margin: 0; padding: 0;
	background-image: url(../images/site_homepage_content.jpg);
	background-repeat: no-repeat;
	background-position: 200px 212px;
}

#wrapper_standard {
	width: 98%;
	height: auto;
	margin: 0; padding: 0;
	background-image: url(../images/site_standard_content.jpg);
	background-repeat: no-repeat;
	background-position: 200px 212px;
}

#header {
	height: 176px;
	background-image:url(../images/site_header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	height: 37px;
	background-image:url(../images/site_bar.jpg);
	background-repeat: no-repeat;
}

#navigation_inside {
	padding-left: 235px;
	padding-top: 8px;
	color: white;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#navigation_inside a {
	color: white;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#navigation_inside a:hover {
	color: #156610;
	background-color:#cee0e2;
	padding: 2px;
}


#content_nav {
	width: 209px;
	height: auto;
	min-height: 481px;
	background-image: url(../images/site_nav_bar.jpg);
	background-repeat: repeat-y;
	float: left;
}

#content_nav_inside {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 0px;
}

#content_nav_inside li {
	list-style: none;
	padding-left: 36px;
}


#content_nav_inside ul {
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
}


#content_homepage {
	height: auto;
	min-height: 481px;
	float: left;
}

#content_1 {
	width: 370px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#content_1_standard {
	width: 570px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#content_2 {
	width: 250px;
	padding-left: 80px;
	padding-top: 40px;
	margin: 0;
	float: left;
	color: white;
}

#content_2 a {
	color: white;
}

#content_2 a:hover {
	background-color: black;
}

#attached_pages {
	
}

#attached_pages li {
	list-style: none;
	padding-left: 40px;
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#attached_pages ul {
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}


.hightlighted_nav {
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #156610;
}

.sub_highlighted_nav {
	background-image: url(../images/small_flower.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 13px;
	padding-left: 25px; 
	color: #156610;
}

.hightlighted_nav a {
	color: #156610;
}

input {
	font-size: 14px;
	background-image: url(../images/feedback_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	border-color: #28c224;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
}

textarea {
	background-image: url(../images/feedback_background.jpg);
	background-repeat: repeat-x;
	border-color: #28c224;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
