/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

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

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

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A4601;
	text-align:left;
}

.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898876;
}
h2 {
	font-size:16px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
}
/** LISTS */

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

.list1 li {
	padding: 7px 0px 10px 0px;
	background: url(images/homepage07.gif) repeat-x left bottom;
}

.list1 li.last {
	padding-bottom: 0px;
	background: none;
}

.list1 a {
	color: #FFFFFF;
}


.list2 li.last {
	padding-bottom: 0px;
	background: none;
}

.list2 a {
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #852C30;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
	text-decoration: underline;
}

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

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage01.jpg) repeat left top; }

.bg2 { background: url(../images/homepage04.jpg) no-repeat left top; }

.bg3 { background: url(../images/subpage1_02.jpg) repeat-y left top; }
.bg4 { background: url(../images/subpage1_01.jpg) no-repeat left top; }
.bg5 { background: url(../images/subpage1_03.jpg) no-repeat left bottom; }
.bg6 { background: url(../images/homepage08.jpg) repeat-y left top; }
.bg7 { background: url(../images/homepage09.jpg) no-repeat left bottom; }
.bg8 { background: url(../images/subpage2_02.jpg) repeat-y left top; }
.bg9 { background: url(../images/subpage2_01.jpg) no-repeat left top; }
.bg10 { background: url(../images/subpage2_03.jpg) no-repeat left bottom; }

/** 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;
}
#box3 p, #box3 ul {color:white;}
.bar {
	height:6px;
	background-color:#b9d186;
	border-top:2px solid white;
	border-left:none;
	display:block;
	margin:10px 0;
}
/*------------------------------------
			forms
------------------------------------*/
.contact {padding:5px 10px 20px 25px; }
.contact label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right:0.5em;
	display: block;
}
.contact p {margin-top:5px;}
.contact submit {
	margin-left: 4.5em;
}
.contact input {
	color: #000;
	border: 1px outset #6A4601;/*brown*/
}
.contact textarea {
	color: #000;
	border: 1px outset #B0A960;/*light green*/
}
.contact fieldset {
	width: 90%;
	border: 1px solid #B0A960;/*light green*/
	margin-bottom:10px;
}
.contact legend {
	padding: 3px 6px;
	color:#6A4601;/*brown*/
	font-size:12px;
	font-style:italic;
} 
.button, .contact input.button {
	background-color:#6A4601;/*brown*/
	color:white;
	font-size:10px;
	text-transform:uppercase;
	border:3px outset #6A4601;/*brown*/
}
a:hover.button, .contact input.button:hover {background-color:#7D8743;/*dark green*/ border:3px outset #7D8743;/*dark green*/}


p.bg2.h1 {
	text-decoration: underline;
}


/* STYLES FOR THE BLOG */
.sidebarHeader h2 {
	color: #FFFFFF;
}

.sidebarContent {
	color: #FFFFFF;
}

/*
.sidebarContent ul {
	margin: 0px;
	padding: 0px;
}

.sidebarContent li {
	margin: 0px;
	padding: 0px;
}
*/

.sidebarContent li {
	margin-left: -15px;
}

.sidebarContent p {
	color: #FFFFFF;
}

.sidebarContent a {
	color: #FFFFFF;
}

#menu h1 {
	position: relative; 
	font-size: 22px; 
	color: #000000; 
	font-weight: lighter; 
	margin-bottom: -102px; 
	margin-left: 145px;
}

ul.moveList {
	position: relative;
	top: 0px;
	left: 20px;
	list-style-position: inside;
}

.bigTable {
	margin-top:0;
	}

.darkCell {
	color:#66CC99;
	}