/*  *********************************************  BODY  STYLE *********************************************** */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color: #3B3B3B;
	}
a img {
	border: 0px;
	}

/*  *********************************************  SIDEBAR  STYLE *********************************************** */



div#mn-sidebar {
	line-height: 18px;
	}

div#mn-sidebar p {
	}
	div#mn-sidebar strong {
		}

div#mn-sidebar ul {
		margin:0;
		padding: 0 0 15px 20px;
		}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #016F74;
	width: 230px;
}

	div#mn-sidebar li {
		margin-left: 5px;
		}

div#mn-sidebar a {
	color:#23BAB5;
	text-decoration:none;
	}
	div#mn-sidebar a:hover {
	  text-decoration:underline;
		}



/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content {
	line-height: 18px;
	}

div#mn-content p {
	}
	div#mn-content strong {
		}

div#mn-content ul {
		margin:0;
		padding: 0 0 15px 20px;
		}
	div#mn-content li {
		margin-left: 5px;
		}

div#mn-content a {
	color:#23BAB5;
	text-decoration:none;
	}
	div#mn-content a:hover {
	  text-decoration:underline;
		}



/*  *********************************************  FOOTER  STYLE *********************************************** */



div#mn-footer {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #A9B513;
	}
	#mn-footer p {
		}
	#mn-footer ul {
		padding: 0;
		margin: 5px 0 0 0 ;
		}
		#mn-footer li {
			list-style-type: none;
			display: inline;
			padding-right: 5px;
			}
	#mn-footer a {
		color: #5C6814;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
#mn-footer ul li{
	background-image: url(../images/footer-image.gif);
	background-repeat: no-repeat;
	background-position: 0pt 0.15em;
	display: inline;
	padding-left:9px;
	padding-right: 5px;
}
#mn-footer ul li:first-child, #mn-footer ul li.first-child{
	background-image: none;
	background-repeat: no-repeat;
	display: inline;
	padding-right: 5px;
}
	
	
/*  *********************************************  HEADER TAGS *********************************************** */



/*Link Text*/
H1, #mn-sidebar .header, #mn-homeblocks .header {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#41BAC2;
	margin: 0 0 0 -5px;
	padding: 10px 0 8px 0;
	font-size: 24px;
	}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#23BAB5;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#AAB147;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	border-bottom: 1px solid #aab147;
	width: 90%;
	}
H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#AAB147;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
	}


/*  *********************************************   PICTURES   *********************************************** */


.picborder {
	border: 1px solid;
	border-color:#CCCCCC;
	padding: 2px;
}
.picborder:hover{
	border: 1px solid;
	border-color:#fff;
	padding: 2px;
	background-color:#AAB147;
}

.picRight {
	border: 1px solid;
	border-color:#CCCCCC;
	float:right;
	margin-left:10px;
	margin-top:5px;
}
.picRightnoborder {
	float:right;
	margin-left:15px;
}
.picLeft {
	border: 1px solid #CCCCCC;
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.picLeftnoborder {
	float: left;
	margin-right: 20px;
	}

/*  *********************************************   FORMS   *********************************************** */


#contact, .inputSelect, #code, .inputComment, .inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #555;
	padding: 3px;
	margin: 4px 4px 0 0;
	}

#contact {
	width: 500px;
	color: #FFF;
	border: none;
	margin: 0 auto;
	letter-spacing: 0;
	}
	#contact td {
		vertical-align: middle;
		}
.inputSelect {
	color: #000000;
	width:200px;
	background-color: #FFF;
	}
#code {
	color: #000000;
	width:100px;
	background-color: #FFF;
	padding: 3px;
	}
.inputComment {
	color: #000;
	width:200px;
	background-color: #FFF;
	}
.inputButton {
	color: #5A6B49;
	background-color: #FFF;
	width: 120px;
	cursor: pointer;
	padding: 3px;
	}

label.error {
	color: red;
	font-style: italic;
	display: block;
	}


/*  *********************************************   CONTENT ELEMENTS  *********************************************** */


hr {
	width: 80%;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px auto;
	}
div.spacer{clear:both; height:10px; display:block;}
