@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF; /*this is grey#989898, dk green #204817*/
	color: #000000;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;

}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 20px auto 20px auto;
	padding: 20px;
	background-color: #FFFFFF;   /*7e8c7b*/
	border-radius:7px;
	width: 95%;
}
/*=================== styles for header ========================*/
#header {
	border: 2px solid black;
	background-position: left top;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('images/newmthvn_hdr.jpg');
	height: 110px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
	border-radius:7px;
}

#header .title {
	text-align:right;
	
	background-color: transparent;
	color: #F3F5F3;
	margin-top:20px;
	font-size:larger;
	
	font-weight:lighter;
	
}
/*=================== styles for top menu ======================*/
#topmenu {

/*	background-color: #535152;
	text-align: center;
	font-size: small;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 2px solid #242F24;
	border-bottom: 2px solid #242F24;
	border-radius:7px;
*/
	background-color: #535152;
	text-align: center;
	font-size: small;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 2px solid #242F24;
	border-bottom: 2px solid #242F24;
	border-radius:7px;
	height:34px;

}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*==============all site links==============
a:link {
	font-weight: normal;
	color: yellow;
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: orange;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration : none;
	background: #C8DEC8;
	color: #000000;}
a:active {
	font-weight: normal;
	text-decoration : none;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-right: 200px;
	margin-left: 200px;
	padding: 5px;
	text-align: left;
	color:black;
	vertical-align: top;
	border: 1px;
	border-color:#ffffff;
}

/*===========content area list items==============*/
#content ul li {
	
	margin: 2px;
	padding: 2px;
}
#content li li {
	
	padding: 2px 0;
}
/*--------------------------------*/
/*====================== styles for directions area =========================*/
#directions {
	margin-right: 10px;
	margin-left: 200px;
	padding: 5px;
	text-align: left;
	color:#ffffff;
	vertical-align: top;
	border: 1px;
	border-color:#ffffff;
}

/*===========directions area list items==============*/
#directions ul li {
	
	margin: 2px;
	padding: 2px;
}
#directions li li {
	
	padding: 2px 0;
}



/* *****************************************************
Left hand side Menu - 
**************************************************** */

#leftnav {
	background-color: #535152;
	text-align: center;
	font-size: small;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 2px solid #242F24;
	border-bottom: 2px solid #242F24;
	border-radius:7px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	display:inline;
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: small;
	font-weight: normal;
}

/* *****************************************************
Right hand side Menu - 
**************************************************** */
#rightnav {
	color: #fff;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 2px solid #242F24;
	float: right;
	background-color: #829486;
	width: 160px;
	height:1000px;

}
#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightnav li {
	list-style: none;
	padding: 2px 0;
}
#rightnav ul li {
    font-size: medium;   /*menu list font size*/
	text-decoration: none;
	margin-top: 2px; 
}
#rightnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: small;
	font-weight: normal;
	
	
}
#rightnav p {
	font-size: medium;
}

/*============== Styles for footer ===================*/
#footer {
	clear: both;
	padding: 5px;
	background-color: #535152;
	text-align: center;
	font-size:large;
	color:black;
	
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #135105; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: medium;
	
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
#contentpics{
    float: left;
	width: 210px;
}



.imgrgt {
	float: right;
	padding: 7px;

}
.imglft {
	float: left;
	padding: 7px;
	

}
.imgcenter {

	float: center;
	padding: 7px;
	

}

.smtxt {
	font-size:small;
}
.midsection
{
	width:99%;
	border:0px solid red;
	height:360px;
}
.leftbox
{
	width:180px;
	border:0px blue solid;
	background-color:transparent;
	display:block;
	height:99%;
	float:left;
}
.midbox 
{
	width:55%;
	border:0px green solid;
	height:99%;
	display:inline-block;
	padding-left:1em;
}
.rightbox
{
	width:23%;
	border:0px purple solid;
	background-color:#535152;
	height:99%;
	display:inline-block;
	vertical-align:top;
	overflow-y:auto;
	background-color:antiquewhite;
	color:black;
	border-radius:10px;
	box-shadow: 5px 5px 1px 2px #121212;
	float:right;


}
.lnkbox
{
	height:76px;
	width:76px;
	border:1px orange solid;
	display:inline-block;
	margin-right:3px;
	margin-left:5px;
	margin-top:7px;
	vertical-align:top;
	border-radius:10px;

}
.lnkbox img
{
	border-radius:10px;

}
.rightbox a  {
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:small;
}
.rightbox a:visted {
	color:black;
	text-decoration:none;
	font-weight:normal;
	font-size:small;
}
.rightbox a:hover {
	color:maroon;
	text-decoration:none;
	font-weight:normal;
	font-size:small;
}

