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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia serif;
	font-size:14px;
	text-align:left;
	color: #5D4F35;
	line-height: 20px;
	}
a img {
	border: 0px;
	}
	

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

/** TOP MENU POSITIONING **/
#multi-ddm {
	margin: 0 0 0 0;
	}

/** SUBMENU WIDTH **/
#multi-ddm ul, #multi-ddm ul li {	width: 285px; }

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#3D484A;
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	border-color: #FFF;
	border-width: 1px;
	margin-top: 14px;
	}

#multi-ddm ul ul {
	margin-top: -30px;
	margin-left: 190px;
	border-left: 3px solid #4A370F;
	border-top: 3px solid #4A370F;
	}


/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	padding: 18px 32px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 16px;
	}
	#multi-ddm a.first{ border-left: none;}
	#multi-ddm a.last { border-right: none;}


/** SUB LEVEL LINK APPEARANCE **/
#multi-ddm ul a {
	padding: 5px 16px 5px 30px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	height: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { color: #9EB3B6; }
#multi-ddm ul a:hover { color: #FFF; background: #4A370F; }


/*  *********************************************  ICONS  STYLE *********************************************** */

div#mn-icons img { float: left; }


/*  *********************************************  QCONTACT  STYLE *********************************************** */

div#mn-qcontact form { margin: 12px 0 0 15px; }

.inputSelectquick, .inputCommentquick {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width:170px;
	margin: 0 0 3px 0;
	padding: 5px 10px;
	display: block;
	clear: left;
	background: #FFF;
	color: #4A370F;
	border: 1px solid #C9BDA5;
	}

.inputSelectquick {
	}
.inputCommentquick {
	height: 44px;
	}
.inputButtonquick {
	float: left;
	padding: 3px 20px;
	margin: 0px 5px 0 0;
	cursor: pointer;
	border: none;
	color: #FFF;
	background: #4A370F;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#mn-qcontact .captcha {
	width: 180px;
	height: 100px;
	border: 1px solid #C9BDA5;
	}

#mn-qcontact .last {
	clear: left;
	}

#mn-qcontact .captcha #code {
	clear: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C9BDA5;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 6px;
	height: 26px;
	margin: 5px 0 0 0;
	padding: 7px 2px 0px 2px;
	color: #333;
	text-align: center;
	width:101px;
	background-color: #E8E3DD;
	}



/*  *********************************************  BLURB  STYLE *********************************************** */

div#mn-blurb a {
	color:#3C474B;
	text-decoration: underline;
	}
	div#mn-blurb a:hover {
		color: #1C272B;
		text-decoration: none; 
		}





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

div#mn-content {
	}

div#mn-content p {
line-height: 22px;
	}
	div#mn-content strong {
		}



div#mn-content a {
	color:#3C474B;
	text-decoration: none;
	}
	div#mn-content a:hover {
		color: #1C272B;
	text-decoration: underline;
		}


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

div#mn-footer ul ul { display: none; }
div#mn-footer .hidden { display: none; }

div#mn-footer {
	line-height: 20px;
	font-size: 11px;
	color: #333;
	}
	#mn-footer p {
		float: left;
		text-align: left;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		}
	#mn-footer ul {
		float: left;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		list-style-type: none;
		}
		#mn-footer li {
			display: inline;
			padding-right: 25px;
			}
	#mn-footer a {
		color: #887765;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */




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

.picborder, .picRight, .picLeft {
	border: 1px solid; 
	border-color: #CCC;
	padding: 3px;
	background-color: #ffffff;
	}
	.picRight {
		float:right;
		margin-left:20px;
		}
	.picLeft {
		float:left;
		margin-right:20px;
		}

.picRightnoborder {
	float:right; 
	margin-left:20px;
	}

.picLeftnoborder {
	float: left;
	margin-right: 20px;
	}





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

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

.box30 {
	width: 400px;
	height: 200px;
	padding: 0 15px;
	float:left;
	}