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

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

/*  *********************************************  BANNER  STYLE *********************************************** */

div#mn-banner .pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div#mn-banner .pane-list li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	height: 90px;
	}
	div#mn-banner .pane-list li.home { width: 615px; padding: 62px 0 0 130px; color: #000; cursor:pointer;}
		div#mn-banner .pane-list li.home a { text-decoration: none; color: #000; }
	div#mn-banner .pane-list li.address { width: 200px; cursor:pointer;}


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

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

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

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#D0E1EB;
		border-top: none;	
		border-right: solid;	
		border-bottom: solid;	
		border-left: solid;	
	border-color: #B8CCD7;
	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: 15px 20px;
	margin: 0;
	color: #1275B0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-right: 1px solid #D0E1EB;
	font-size: 14px;
	}
	#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: #1275B0;
	text-decoration: none;
	text-transform: none;
	height: 20px;
	border: none;
	font-size: 12px;
	}

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


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

#mn-qcontact p.notice {
	font-weight: bold;
	color: #643;
	}

.inputSelectquick, .inputCommentquick {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:220px;
	margin: 7px 0 0 0;
	padding: 6px 10px;
	display: block;
	clear: left;
	background: #FFF;
	border: 1px solid #D6E4EF;
	color: #876;
	font-weight: bold;
	}

.inputSelectquick {
	}
.inputCommentquick {
	height: 30px;
	}
.inputButtonquick {
	width: 150px;
	height: 29px;
	cursor: pointer;
	border: none;
	color: #FFF;
	font-weight: bold;
	background: #13689F;
	}


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

div#mn-content #textsizer {
	clear: left;
	float: left;
	width: 707px;
	height: 60px;
	}


div#mn-content {
	}

div#mn-content p {
	}
	div#mn-content strong {
		color: #2781B6;
		}

div#mn-content ul {
	margin:0;
	padding: 0px 0 15px 20px;
		}
	div#mn-content li {
		padding-left: 5px;
		}

div#mn-content a {
	color:#2781B6;
	text-decoration:none;
	}
	div#mn-content a:hover {
		color:#000;
		}





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

div#mn-sidebar {
	}

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

div#mn-sidebar ul {
	margin:0;
	padding: 20px 0 15px 0;
	list-style: none;
	line-height: 24px;
	}
	div#mn-sidebar li {
		padding-left: 5px;
		}

div#mn-sidebar a {
	color:#2781B6;
	text-decoration:none;
	font-weight: bold;
	}
	div#mn-sidebar a:hover {
		color: #000;
		}





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

div#mn-footer ul ul { 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: #DDF;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header, #mn-qcontact .header, H2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#2781B6;
	margin: 0 0 0 0;
	padding: 30px 0 25px 0;
	font-size: 26px;
	}

#mn-sidebar .header, #mn-qcontact .header {
	color: #000;
	}
#mn-qcontact .header {
	padding-bottom: 0;
	}

H2 {
	color:#2781B6;
	padding: 20px 0 0 0;
	font-size: 20px;
	}





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

.picborder, .picRight, .picLeft {
	border: 1px solid;
	border-color: #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;
	}





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

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

div#mn-addresswrapper {
	margin:auto;
	width: 697px;
	height: 355px;
	margin-top: 30px;
	}
.map {
	float: left;
	width: 500px;
	height: 355px;
	}
.directions {
	float: left;
	width: 120px;
	height: 355px;
	padding-left: 10px;
	}
/*  *********************************************  FAQS  STYLE *********************************************** */

div#mn-faqwrapper {
	margin:auto;
	width: 697px;
	height: 125px;
	margin-top: 30px;
	}
.faqleft {
	float: left;
	width: 345px;
	height: 125px;
	}
.faqright {
	float: left;
	width: 340px;
	height: 125px;
	padding-left: 10px;
	}
