/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form { 	margin: 0px; padding: 0px; width:170px }
fieldset { 	margin: 0px; padding: 0px; border: none; }
label {	font-weight: bold; color: #656565; clear:left; }
input{ margin:3px 0 6px 0;}



input.required, textarea.required { background:#FFFFFF !important; border: 1px solid #CCCCCC; }
input.validation-failed, textarea.validation-failed { border: 1px solid #326f02; color : #000000; }
input.validation-passed, textarea.validation-passed { border: 1px solid #CCCCCC; color : #000000; }
.validation-advice { margin: 3px 0; width:180px; padding:3px; background-color: #326f02; color : #FFF;	font-weight: bold; font-size:8pt; }
li{ margin:8px 0;}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1{color: #3a7306}
h2{color:#81a655}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: normal;
	color: #004382;
}

.text2 {
	font-size: 13px;
	font-weight: normal;
	color: #3A9BDF;
}

.text3 {
	font-size: 11px;
	color: #81a655;
}

.text4 {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #3a7306;
}

.text5 {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text6 {
	font-size: 18px;
	font-weight: normal;
	color: #5abe00;
}

.text7 {
	color: #3a7306;
}

.text8 {
	text-align: right;
}

.text9 {
	text-align: center;
	font-size: 10px;
	color: #7D7D7D;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 li {
	padding-left: 11px;
	background: url(/images/homepage14.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-align: center;
	text-decoration: none;
	color: #5F5F5F;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
}

.link3 {
	padding-left: 10px;
	background: url(/images/homepage13.gif) no-repeat left center;
}

.link4 {
	text-decoration: none;
	color: #FFFFFF;
}

.link4:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/images/homepage08.gif) no-repeat left top; }
.bg2 { background: url(/images/homepage10.gif) repeat-x left bottom; }
.bg3 { background: url(/images/homepage03.gif) repeat-y left top; }
.bg4 { background: url(/images/homepage17.gif) no-repeat left top; }
.bg5 { background: url(/images/homepage18.gif) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 488px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}


