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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #444037;
	line-height: 20px;
	}
a img {
	border: 0px;
	}
	

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

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

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

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#6DB33F;
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	border-color: #FFF;
	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: 9px 25px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	border-right: 1px solid #38648B;
	border-left: 1px solid #003362;
	}
	#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;
	font-size: 12px;
	}

/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { background:url(../images/nav_hover.jpg) no-repeat right top #6DB33F; }
#multi-ddm ul a:hover { background: none; color: #043868; }




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

div#mn-content {
	}

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

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

div#mn-content a {
	color:#558C2F;
	text-decoration:none;
	}
	div#mn-content a:hover {
		color:#444037;
		text-decoration: underline;
		}





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

div#mn-sidebar img {
	margin-bottom: 5px;
	}

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

div#mn-sidebar ul {
	margin:0;
	padding: 0px 0px 0px 15px;
	}
	div#mn-sidebar li {
	margin: 0px;
		}

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


/*  *********************************************  BOTTOM  STYLE *********************************************** */

div#mn-wrapper-bottom p {
	}
	div#mn-wrapper-bottom strong {
		}

div#mn-wrapper-bottom ul {
	float: left;
	width: 180px;
	margin:0;
	padding: 0 10px 20px 10px;
	color: #444037;
	line-height: 28px;
	}
	div#mn-wrapper-bottom li {
	line-height: 24px;
		}

div#mn-wrapper-bottom a {
	color:#444037;
	text-decoration:none;
	}
	div#mn-wrapper-bottom a:hover {
		color: #ffffff;
		background-color:#0099FF;
		}





/*  *********************************************  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: 25px;
			}
	#mn-footer a {
		color: #FFF;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header, #mn-wrapper-bottom .header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#444037;
	margin: 0 0 0 -2px;
	padding: 40px 0 60px 0;
	font-size: 34px;
	}

#mn-wrapper-bottom .header {
	padding: 20px 0 10px 0;
	font-size: 24px;
	}

H2 {
	margin: 0 0 0 -2px;
	padding: 10px 0 10px 0;
	color:#292F6F;
	padding: 10px 0 0 0;
	font-size: 24px;
	}

H3 {	font-size:16px;
	}

#mn-sidebar H3 {
	color: #292F6F;
	}


/*  *********************************************   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;
	margin-top: 20px;
	}

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





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

#mn-content hr {
	width: 80%;
	border: none;
	border-top: 1px solid #9BB6CF;
	text-align: center;
	margin: 30px auto;
	}
#mn-sidebar hr {
	width: 80%;
	border: none;
	border-top: 1px solid #9BB6CF;
	text-align: center;
	margin: 15px auto;
	}
.rightlink {
	text-align: right;
	}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#04323F;
	line-height: 24px;
	margin: 25px 20px 40px;
	}
strong {
	font-size: 14px;
	}

div.spacer{clear:both; height:5px; display:block;}

#locations td{ 
	padding: 0px 5px 0px 10px;
	}
#locations td:hover { 
	background-color:#EFFBFF;
	}
