/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	font: 7pt Arial, Helvetica, sans-serif;
	background-color: #61aab1;
	background-color: #60733E;
	background-color: #5ca3b0;
	background-color: #9379c3;
}

.right {
	float: right;
	margin: 7px 10px 10px 10px;
}

table.harvest td {
	font: 8pt Arial, Helvetica, sans-serif;
}

.firstLetter {
	font: bold 10.5pt Arial, Helvetica, sans-serif;
	color:#AB070B;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.homeLogo {
	background-color: #FFEDBA;
}

.menuTop {
	background-color: #AB070B;
	padding: 0px;
}


.link {
	border-bottom: 1px solid #CC3300;
	width: 155px;
	text-align:left;
	padding-bottom:5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right:0px;
}

.content {
	background-color:#ffffff; 
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.bottom {
	text-align: center;
	font: 8pt Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}

h1 {
	font: 16pt georgia, sans-serif;
	background-color: #f7f7f7;
	color: #B15124;
	text-align: left;
	margin-bottom: 10px;
}

h2 {
	font:  bold 10pt georgia, sans-serif;
	background-color: #f7f7f7;
	color: #506529;
	text-align: left;
}

.lightHighlight {
	background-color: #D6E4BC;
}

a:link {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9pt;
	color: #506529;
	color: #B15124;
	color: #823b1a;
}

a:visited {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9pt;
	color: #506529;
	color: #B15124;
	color: #823b1a;

}

a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9pt;
	color: #819E5B;
	color: #506529;
}

ul.image li {
	list-style-image: url(images/delta.gif);
	list-style-type: circle;
	line-height: 16pt;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

input.button {
	border: 1px solid #333;
	background-color: #819E5B;
	font-weight: bold;
	cursor: pointer;
}

input[type=text], textarea, select {
    border: 1px solid #A5ACB2;
	padding: 2px 1px;
}

input[type=text]:focus, textarea:focus, select:focus {
    border: 1px solid #000;
    padding: 2px 1px;
}

select, select:focus {
    padding: 1px;
}

input[type=text]:focus, textarea:focus {
    padding-top: 2px;
    padding-bottom: 2px;
}

input.error, textarea.error, select.error {
	border: 1px solid #AB070B;
	background-color: #ffcccc;
	height: 16px;
	padding-top: 2px;
    padding-bottom: 2px;
}

select.error {
	border: 1px solid #AB070B;
	background-color: #ffcccc;
	height: 16px;
	padding: 2px 1px;
}

div.alert {
	border: 1px solid #AB070B;
	background-color: #ffcccc;
	color: #AB070B;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0;
	width: 650px;
}
* html div.alert ul { margin-bottom: 0; list-style-type: circle; }

* html div.alert ul li { list-style-type: circle; }

span.message {
	color: #AB070B;
	font-size: 8pt;
}

div.bottom_nav {
	margin-top: 10px;
}

a:link.bottom_nav {
	font-size: 7pt;
	color: #000000;
}

a:visited.bottom_nav {
	font-size: 7pt;
	color: #000000;
}

a:hover.bottom_nav {
	font-size: 7pt;
	color: #ffeedb;
}

/* pop out css menu */


#menu {
	width: 160px;  /*set width of menu */
	background-color: #B15124;
	overflow: hidden;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #B15124;
}

/* style, color and size links and headings to suit */
#menu a {
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fc904e;
	margin: 0;
	background-color: #B15124;
	padding: 4px 4px 4px 8px;
	text-align: left;
}

#menu a:hover {
	color: #000000;
	background-color: #b1613b;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
background-color: #D3DCE9;
}

/* Begin Form Styles */

table.cmth_form th.header, h3.formheader {
	/*border-bottom: 2px solid #003366;
	border-top: 2px solid #003366;
	background-color: #557FB0;*/
	border-bottom: 2px solid #FFF;
	background-color: #B5C3DA;
	color: #000;

}



table.cmth_form tr.title td, table.cmth_form td.title {

	border-bottom: 1px solid #003366;

	background-color: #dce1e9;

	color: #000;

}



table.cmth_form th, table.cmth_form td, h3.formheader {

	padding: 6px 4px;

}



table.cmth_form table td {

	padding: 1px;

}



table.cmth_form td.label {

	border-bottom: 1px solid #FFF;

}



table.cmth_form td.field {

	border-bottom: 1px solid #EFEFEF;

}



table.cmth_form td.label {

	width: 30%;

	text-align: right;

	background-color: #EFEFEF;

}



table.cmth_form td.field {

	width: 70%;

	text-align: left;

}



table.cmth_form tr.error td.label {

	border-bottom: 1px solid #FFF;

	background-color: #FCC;

	color: #F33535;

}



table.cmth_form tr.error td.field {

	border-bottom: 1px solid #FCC;

}



table.cmth_form tr.error td.field input[type=text], table.cmth_form tr.error td.field input[type=password],

table.cmth_form tr.error td.field select, table.cmth_form tr.error td.field textarea {

	background-color: #FCC;

	border: 1px solid #7F9DB9;

	padding: 1px;

}



table.cmth_form tr.error td.field input[type=text]:focus, table.cmth_form tr.error td.field input[type=password]:focus, 

table.cmth_form tr.error td.field select:focus, table.cmth_form tr.error td.field textarea:focus {

	border: 1px solid #000;

}



table.cmth_form tr.error td.field input[type=text], table.cmth_form tr.error td.field input[type=password], table.cmth_form tr.error td.field textarea {

	padding: 2px 1px;

}

