/* @group General Styles */

body {
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	font: 0.8em/1.45 Arial, Helvetica, Geneva, sans-serif;
	text-decoration:none;
}

p {
	margin: 0 0 15px;
}

b, strong {

}

a:link, a:visited {
text-decoration:none;
}

a:hover, a:active {
	text-decoration: none;
			
}

img {
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */
#top_bar {
	position: absolute;
	left: 0;
	top: -5px;
	display: block;
	width: 100%;
	overflow: hidden;
}

#container {
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 3;
}


.clearer {
	clear: both;
}

#pageHeader {
	height: 175px;
	position: relative;
	margin: 0 150px;
	background-color: #81B259;
	overflow: hidden;
}


#pageHeader #logo {
	display: block;
	height: 175px;
	width: 700px;
	position: absolute;
	top: 0px;
	right: 0;
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
	left: 0;
	background-color: #81B259;
}

#pageHeader #logo img {
	position: absolute;
	right: 1px;
	top: 0;
}

#pageHeader h1 {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 2.5em;
	font-weight: normal;
	z-index: 2;
	letter-spacing: normal;
}

#pageHeader h2 {
	margin: 0;
	position: absolute;
	top: 75px;
	left: 30px;
	font: italic normal 1em Georgia, "Times New Roman", Times, serif;
	z-index: 2;
	letter-spacing: normal;
}

#contentContainer {
	margin: 0 auto;
	}

#contentContainer #content {
	margin: 0 150px;
	padding: 0 30px 10px;
	background-color: #fff;
	}

#sidebarContainer {
	width: 150px;
	font-size: 0.95em;
	line-height: 1.45em;
	margin-bottom: 20px;
	position: relative;
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4 {
	font-weight: normal;
	margin: 0 0 5px;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1 {
	font-size: 1.3em;
}

#sidebarContainer h2 {
	font-size: 1.2em;
}

#sidebarContainer h3 {
	font-size: 1.15em;
}

#sidebarContainer h4 {
	font-size: 1.1em;
}

#footer {
	overflow: hidden;
	height: 70px;
	margin-left: 150px;
	position: relative;
}





#footer p {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px 30px 0;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	position: relative;
	z-index: 1;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 150px;
	font-size: 0.95em;
	line-height: 1.45em;
	margin-bottom: 20px;
	position: relative;
	text-decoration:none;
	}

#navcontainer #current {
	background-color: #fff;
	border: none;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background-color: #fff;
	border: none;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

#navcontainer li {
	position: relative;
}

#navcontainer a {
	display: block;
	height: 15px;
	width: 140px;
	padding: 5px 0;
	text-decoration: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #fff;
	background: transparent;
}

#navcontainer a:hover {
	background-color: #fff;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	font-size: 95%;
	background: #fff;
	border-top: none;
	display:none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	border: none;
	width: 130px;
	background-color: #81b259;
	
}

#navcontainer ul li:hover ul{
	display:block;
}

#navcontainer ul ul #current{
	display:block;
}


/* Child Level 3 */

#navcontainer ul ul ul {
	border: none;
	font-size: 100%;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	width: 120px;
}

#navcontainer ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}

/* @group Contact Form */
form {
	margin: 0;
}
.message-text {
	font-weight: bold;
	font-style: italic;
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	width: 100%;
	font-size: 1em;
} 

.form-input-button {
	font-size: 1.3em;
} 
/* @end */
