/* 
COLORS

1E4416	green behind Nora Swan-Foster
003300	drk green of page names
860105	right side nav links


*/

body {
	margin:0 0 20px 0;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
}

a:link, a:visited {
	color: #1E4416;
	text-decoration: underline;
}

a:hover, a:active {
	color: #860105;
	text-decoration: underline;
}

p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px 0 20px;
}

td {
	font-size: 12px;
}

td.rightsidenav p {
	font-size: 12px;
	padding-left: 20px;
}

td.rightsidenav a:link, td.rightsidenav a:visited {
	color: #860105;
	font-weight: bold;
	text-decoration: none;
}

td.rightsidenav a:hover, td.rightsidenav a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

li {
	font-size: 11px;
	color: #333333;
	padding-right: 30px;
	margin-bottom: 8px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	color: #1E4416;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}


ul.nobullet {
	list-style: none;
}



/* SAMPLE FORM STYLES FOR SIMPLE PHP CONTACT FORM */

#warn_box{
/* This is the DIV which prints errors at the top of the page during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}

#warn_box ul{
/* This is the list of error messages in the 'warn_box' DIV  */
	list-style-type: square;
}

#cont_form_wrapper{
/* This is the div that wraps the form itself. No styles here, but I list it anyway */
}

#contact_form{
/* This is the table which holds the form */
	border: 0;
	border-collapse: collapse;
}

#contact_form td{
/* These are the cells in the form table */
	padding: 3px;
	vertical-align: top;
}

.warn_msg{
/* These are the table cells which print the individual messages during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 3px;
}

.form_label{
/* These are the labels for each form element */
	width: 200px;
	text-align: right;
}

.form_text{
/* These are the 'text' input types in the form */
	width: 200px;
}

.form_txt_area{
/* This is the textarea used in the form */
	width: 200px;
}


.quote {
	font-size:11px;
	line-height:16px;
	font-style:italic;
	color:#1E4416;
	margin:0px 28px;
}

.image-right {
	float:right;
	border:none;
	margin:6px 0px 6px 15px;
}

.image-left {
	float:left;
	border:none;
	margin:6px 15px 6px 0px;
}

#image-center {
	text-align:center;
	border:none;
	margin: 6px 0px 10px 0px;
}

.paragraph-clear {
	clear:both;
	padding-bottom:30px;
	margin:0px;
}