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

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

/*  *********************************************  TOPNAV  STYLE *********************************************** */



div#mn-topnav {
	line-height: 30px;
	font-family: "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	}

div#mn-topnav ul {
		margin:0;
		padding: 25px 0 15px 25px;
		list-style: none;
		text-transform: uppercase;
		}
	div#mn-topnav li {
		margin-left: 5px;
		}

div#mn-topnav a {
	color:#6F6D6E;
	text-decoration:none;
	}
	div#mn-topnav a:hover {
	  	color: #A1BAA7;
		}



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

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

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

div#mn-content ul {
		margin:0;
		padding: 0 0 0px 50px;
		list-style-image: url(../images/arrow.gif);
		}
	div#mn-content li {
		margin-left: 5px;
		}




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


.menu_list {	
	width: 150px;
}
.menu_head, .gallery {
	padding: 0;
	cursor: pointer;
	position: relative;
	margin:0;
    font-weight:bold;
    background: #eef4d3 url(left.png) center right no-repeat;
}
.menu_body {
	display:none;
	line-height: 20px;
}
.menu_body a{
  display:block;
  color:#5E7668;
  padding-left:20px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #415848;
  text-decoration:underline;
  }



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



div#mn-footer {
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #555;
	}
	#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: #5E7668;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */



/*Link Text*/
H1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color:#415848;
	margin: 0 0 0 0;
	padding: 25px 0 5px 0;
	font-size: 14px;
	}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#5E7668;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	font-size: 14px;
	}
H3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	}
.header {
	font-family: Verdana, Tahoma, Verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #5E7668;
	text-decoration: none;
}
.header2 {
	font-family: Verdana, Tahoma, Verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


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


.picborder {
	border: 1px solid; 
	border-color:#B5D5BC;
}

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

/*  *********************************************   FORMS   *********************************************** */
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E7668;
	line-height: 16px;
	}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E7668;
	}	
#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: #5E7668;
	border: none;
	margin: 0 auto;
	letter-spacing: 0;
	}
	#contact td {
		vertical-align: middle;
		}
.inputSelect {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #A4C2AA 1px solid;
	color: #5E7668;
	width:200px;
	background-color: #FFFFFF;
}
#code {
	color: #000000;
	width:100px;
	background-color: #FFF;
	padding: 3px;
	}
.inputComment {
	color: #000;
	width:240px;
	background-color: #FFF;
	}
.inputButton {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	CURSOR: pointer;
	COLOR: #FFF;
	width:85px;
	background-color: #618A6C;
	border: 1px solid #45634E;
	padding: 1px;
}
.inputButton2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	CURSOR: pointer;
	COLOR: #FFF;
	width:37px;
	background-color: #618A6C;
	border: 1px solid #45634E;
	padding: 1px;
}

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


/*  *********************************************   CONTENT ELEMENTS  *********************************************** */
.link {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #6F6D6E;
	text-decoration:underline;
}

.link:hover {
	font-size: 11px;
	font-family:Verdana, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	color: #213828;
	text-decoration:none;
}
.smalllink {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #6F6D6E;
	text-decoration:underline;
}

.smalllink:hover {
	font-size: 10px;
	font-family:Verdana, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	color: #213828;
	text-decoration:none;
}
hr {
	width: 100%;
	border: 1px dashed #ccc;
	text-align: center;
	}

