/*  *********************************************  BODY  STYLE *********************************************** */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #4b5f5d;
	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: 225px; }

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

/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	padding: 0 20px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	#multi-ddm li:first-child { border-left: none; }
	#multi-ddm li:last-child { 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: #D7E7DA; }
#multi-ddm ul a:hover {  }




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

div#mn-content {
	}

div#mn-content p {
color: #4b5f5d;
	}
	div#mn-content strong {
	color: #4b5f5d;
		}

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

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


.quote {
	margin: 5px auto;
	background-color:#D3E5D7;
	font-weight: bold;
	color: #333333;
	border: 1px #ccc solid;
	width: 70%;
	padding: 3px;
	text-align: center; 
	}
.quote:hover {
	color: #333333;
	background-color:#D3E5D7;
	cursor: pointer;
	}
/*  *********************************************  SIDEBAR  STYLE *********************************************** */



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

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





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

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

H1, #mn-sidebar .header, H2 , #mn-sidebar h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#4B5F5D;
	margin: 0 0 0 -3px;
	padding: 20px 0 10px 0;
	font-size: 22px;
	}

H2 {
	padding-top: 15px;
	font-size: 20px;
	}

H3 {
	color:#536F59;
	}


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

.picborder, .picRight, .picLeft {
	border: 1px solid #fff; 
	padding: 4px;
	background-color: #fff;
	-webkit-box-shadow:1px 1px 5px #000;
	-moz-box-shadow:1px 1px 5px #ccc;
	}
	.picRight {
		float:right;
		margin-left:20px;
		}
	.picLeft {
		float:left;
		margin-right:20px;
		}

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

.picLeftnoborder {
	float: left;
	margin-right: 20px;
	}
.mediabox {
	width: 190px;
	height: 120px;
	padding: 5px;
	float: left;
	}
	
.mediabox:hover{
	background-color:#f4f4f4;
	}
#featured {
	width: 90%;
	padding: 10px;
	background-color: #D6E6D9;
	 border: 1px double #cccccc;
	 margin: 5px auto;
	}
#featured h2{
	margin: 0px; padding: 0px;
	}	
div.spacer{clear:both; height:10px; display:block;}


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

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

div#mn-sidebar form {
	padding: 3px 0 15px 0;
	}

.inputSelectquick, .inputCommentquick {
	font-family: Arial, Helvetica, sans-serif;
	width:198px;
	margin: 6px 0 0 0;
	padding: 5px 5px;
	display: block;
	clear: left;
	background: #E6E6E6;
	border: 1px solid #A4AFA6;
	color: #333;
	font-size: 11px;
	}
.inputButtonquick {
	width: 80px;
	cursor: pointer;
	border: 1px solid #f4f4f4;
	background: #9BBFA2;
	color: #FFF;
	font-size: 11px;
	margin: 6px 0 0 0;
	padding: 5px 0;
	}
.inputButtonquick:hover {
	background: #C3DFC9;
	}


.link {
	padding: 0;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	}


/*  *********************************************  BLOG STUFF *********************************************** */

#commentform #comment { width: 96%; }
#searchform { margin: 30px 0 10px; text-align: center; }
	#searchform #s { width: 70%; }
	#searchform #searchsubmit { width: 25%; }

div#mn-sidebar li {
	list-style: none;
	}
div#mn-sidebar li li {
	list-style-image: url(../images/arrow_01.gif);
	}
