﻿
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F2FCE1;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 { }

h1, h2 {
	color: #000000;
}

h1 span, h2 span {
	color: #8FB469;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 13px;
	color: #6FA046;
}

h4 {
	font-size: 13px;
	color: #666666;
}


.head1 {
	margin-top: 0px;
	font-size: 14px;
	color: #EF830E;
}

.head2 {
	margin-bottom: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
}

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

/** LISTS */

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

.list1 li {
	padding: 4px 0px 4px 27px;
	background: url(images/homepage11.gif) no-repeat left center;
}

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

.list2 li {
	padding: 16px 0px 15px 0px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

.list2 h3 {
	display: inline;
	margin: 0px;
}

.list2 p {
	margin-bottom: 0px;
}

.list3 {
	margin-bottom: .55em
}


/** LINKS */

a { color: #EF830E; }

a:hover { text-decoration: none; }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

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

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

.align-rightPadding {
	padding: 1em 0 1em 1em;
	text-align: right;
	float: right;
}

img { border: none; }

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

img.right {
	float: right;
	margin: 4px;
}

hr { display: none; }

.hr1 {
	height: 35px;
	background: url(images/homepage12.gif) repeat-x left center;
}

/** MENU */

#menu { background: url(images/homepage01.jpg) no-repeat left top; }

#menu a {
	padding: 0px 30px 0px 32px;
	background: url(images/subpage1_01.gif) no-repeat left top;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #354E20;
}

#menu a:hover { text-decoration: underline; }

#menu .first a {
	padding-left: 30px;
	background: none;
}

/** TAGLINE */

#tagline { background: url(images/homepage03.jpg) no-repeat left top; }

#tagline h2 {
	margin: 0px;
	padding: 60px 0px 0px 105px;
	font-size: 18px;
	font-weight: normal;
	color: #B3D491;
}

/** FOOTER */

#footer {
	height: 80px;
	background: url(images/homepage09.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	background: url(images/homepage10.gif) no-repeat center top;
	color: #FFFFFF;
}


@media print{
/* Start printer-friendly styles */

/* Make wrapper the full page width */
#wrapper{
width:100%;
}

/* Hide leftcolumn, navbar,and footer */
#leftcolumn,
#navbar,
#footer{
display:none;
}

/* Get rid of content div margins and
padding. Use a different font for print */
#content{
margin:0;
padding:0;
font-family:'Century Schoolbook', Times, Serif;
font-size:1em;
}
/*End printer-friendly styles */
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

