/* ############################ Text Styles ################################# */

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica;
	font-size: 12px;
	line-height: 1.8;
	background-color: #ffffff;
	color: #000000;
}

p {
	line-height: 1.8;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica;
	color: #000000;
}
h1 a {
	text-decoration: underline;
	color: #70b42b;
}
h1 a:hover {
	text-decoration: underline;
	color: #805100;
}
h2 {
	margin: 5px 0 5px 0;
	padding: 0px;
	line-height: 1;
	font-size: 18px;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica;
	color: #000000;
}
h3 {
	margin: 0 0 10px 0; 
	padding: 0;
	line-height: 1.8;
	font-size: 16px;
	font-weight: normal;
	font-family: Trebuchet MS, Helvetica;
	color: #000000;
}
#maincontent {
	color: #333333;
}

#footercontent h2 {
	color: #000000;
}
#footercontainer p {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#footer p {
	text-align: center;
}

blockquote {
	font-style: italic;
	background: #F0F7E9 url(img/fm_quote_bg.png) bottom right no-repeat;
	padding: 14px 20px 3px 20px;
	margin: 0;
	border-bottom: white solid 15px;
}


a  { text-decoration: underline; color: #70b42b; }
a:hover { color: #805100; text-decoration: underline;}

/* ################################# RTE ##################################### */
/* ### styles required to make RTE look correct in edit mode (Firefox fix) ### */
.mceContentBody {background: none !important;}
.mceContentBody a { text-decoration:underline !important; color: #70b42b !important; }
.mceContentBody a:hover {color: #805100 !important; text-decoration: none !important;}


/* ############################ Column with rounded corners ################################# */

/* ############################ Column with background color ################################ */

td.col-color1 {
	background: #70b42b;
}
td.col-color2 {
	background: #F0F7E9;
}
/* ################################## Column with line ###################################### */

.col-line1 {
	background: #000000;
}
.col-horline1 {
	background: url(img/border_repeat.png) left bottom repeat-x;
}

/* ############################ Tables ################################# */

.contenttable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 14px;
	margin-left: -1px;
}
.contenttable th, .contenttable thead td {
	padding: 4px 9px 6px 9px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background: #000000;
	color: #ffffff;
}
.contenttable td {	
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px 9px 6px 9px;
	background: #f2f2f2;
}

/* ############################ Lists ################################# */

ol, ul {
	margin: -1px 0 0 10px;
	padding: 0 0 11px 5px;
}
ul li ul {
}
ul li {
	list-style-image: none;
	list-style-position: outside;
}

/* ############################ Text/Image Positioning ################################# */

img {border: 0;}
p img {margin: 5px 0 0 0; padding-bottom: 5px; }
h1 img {margin: 5px 0 0 0; padding-bottom: 5px; }
p {margin: 0; padding: 0 0 10px 0;}
.image-left {padding: 0; margin-right: 10px; float: left;}
.image-right {padding: 0; margin-left: 10px; float: right;}
.align-right {text-align: right;}
.align-center {text-align: center;}
