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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color: #FFF;
	line-height: 22px;
	}
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: 220px; }

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#A7A978;
		border-top: none;	
		border-right: solid;	
		border-bottom: solid;	
		border-left: solid;	
	border-color: #807772;
	border-width: 1px;
	}
	/** SUBMENU VERTICAL ALIGNMENT - ONLY ADJUST IF NECESSARY!!! 
	#multi-ddm li ul { margin-top: -29px; } **/


/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	padding: 3px 9px;
	margin: 15px 0 16px 0;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: left;
	border-left: 1px solid #9B9972;
	font-size: 12px;
	}
	#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;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	height: 20px;
	border: none;
	}

/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { color: #FDA; }
#multi-ddm ul a:hover {  }



/*  *********************************************   QUICK FORMS   *********************************************** */

#mn-qcontact form {
	display: block;
	float: left;
	margin: 80px 0 0 0;
	}

.inputSelectquick, .inputCommentquick, .inputButtonquick {
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background-color: #39371E;
	border: 1px solid #5E6931;
	padding: 6px;
	margin: 2px 4px 0 0;
	color: #FFF;
	}

.inputSelectquick {
	width:175px;
	}
.inputCommentquick {
	width:175px;
	}
.inputButtonquick {
	background: #828141;
	float: left;
	width: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
	}


/*  *********************************************   QUICK FORMS   *********************************************** */

#mn-icons img {	float: left; }



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

div#mn-content {
	}

div#mn-content p {
	font-size: 14px;
	}
	div#mn-content strong {
		}

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

div#mn-content a {
	color:#B6B494;
	font-weight: bold;
	text-decoration:none;
	}
	div#mn-content a:hover {
		color:#FFF;
		text-decoration:underline;
		}

.thirtybox {
	width: 200px;
	float: left;
	margin-left: 10px;
	}

.forthybox {
	width: 300px;
	float: left;
	margin-left: 10px;
	}

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

div#mn-sidebar {
	}

div#mn-sidebar p {
	font-size: 14px;
	}
	div#mn-sidebar strong {
		}

div#mn-sidebar ul {
	font-size: 14px;
	margin:0;
	padding: 11px 0 15px 0px;
	list-style-image: url(../images/arrow_01.gif);
	}
	div#mn-sidebar li {
		padding-left: 0px;
		}

div#mn-sidebar a {
	font-size: 14px;
	color:#FFF;
	text-decoration:none;
	}
	div#mn-sidebar a:hover {
		color: #ACAA84;
		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: #FFF;
	}
	#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: 20px;
			}
	#mn-footer a {
		color: #887765;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#ACAA84;
	margin: 0 0 0 -2px;
	padding: 0 0 0 0;
	font-size: 24px;
	text-transform: uppercase;
	}

H2 {
	padding: 10px 0 0 0;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	}

H3 {
	padding: 20px 0 0 0;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	}



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

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

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

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





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

hr {
	width: 80%;
	border: none;
	border-top: 1px solid #CCC;
	text-align: center;
	margin: 30px auto;
	}
	
/*  *********************************************   Menu ELEMENTS  *********************************************** */

.menu {
	list-style: none;
	width: 550px;
	font: 150%/100% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2em;
	padding: 0;
}
.menu li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #ccc;
}
.menu strong {
	background: #3c2821;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	line-height: 24px;
	left: 0;
}
.menu em {
	background: #3c2821;
	padding: 0;
	font: 110%/100% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: -.2em;
	line-height: 24px;
	right: 0;
}


/* clearfix */
.menu li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.menu li {display: inline-block;}
/* Hides from IE-mac \*/
* html .menu li {height: 1%;}
.menu li {display: block;}
/* End hide from IE-mac */
#mn-content .quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}
blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;
}
blockquote p {
	padding: 0 38px;
	background: transparent url(../images/quoright.png) right bottom no-repeat;
}

div.spacer{clear:both; height:10px; display:block;}
div.videobox{clear:both; width:480px; display:block;}
.list ul li {list-style-image:url(../images/arrow_01.gif); margin-left:10px}

.spc {
	display:none;
}
