/************************************
 Theme: Provincial - Derived From: Ozark
 ************************************/
 #bd{min-height:30em;_height:30em;}
 #hd{min-height:150px;_height:150px;}
 #ft{min-height:50px;_height:50px;}
 #doc{position:relative;width:800px;margin:0 auto;}
 #hContent{width:750px;padding:55px 25px 65px 25px;}
 #hMisc {display:none !important;}
 #navigation{padding:25px 0;}
 ul#mainNav {overflow:hidden;zoom:1;padding:0 25px;}
 ul#mainNav li{display:inline;}
 ul#mainNav li a{float:left;position:relative;padding:0 14px 0 9px;line-height:1.7;white-space:nowrap;}
 #bd{clear:left;padding:25px;overflow:hidden;_overflow-x:hidden;_overflow-y:visible;zoom:1;}
 #pageName{margin-bottom:20px;}
 #fContent{width:752px;margin:10px auto;}
 #fMisc{width:752px;margin:0 auto 30px auto;}
 #fBadges {width:752px;margin-left:auto;margin-right:auto;}
 #body .nav_hassub #wrapper .sub_static #subNav a {float:left;padding:1px 8px;}
 #body .nav_hassub #navigation #subNav {overflow:hidden;zoom:1;}
 #body #navigation.sub_dynamic {zoom:normal;}
 #body .sub_dynamic #mainNav .toggle {*top:5px;}
 
 
 /************************************
 Theme: Provincial - Derived From: Ozark
 ************************************/
 
 
 
 
 		#body  {
 			font-size: 14px;
 			font-family:  Georgia, "Times New Roman", Times, serif;
 			color: #3f3e3e;
 		}
 
 
 		#hd {
 			color: #3f3e3e;
 		}
 
 
 		#body h1 {
 			font-size: 24px;
 		}
 
 
 		#pageName {
 			color: #3f3e3e;
 		}
 
 		#body h2 {
 			font-size: 24px;
 			font-family: "Trebuchet MS",Arial, sans-serif;
 			text-transform: uppercase;			
 		}
 
 
 		#body h3 {
 			font-size: 16px;
 			font-family: "Trebuchet MS",Arial, sans-serif;			
 			color: #515655;
 		}
 
 
 		#body h4 {
 			font-weight: bold;
 			margin-bottom: 5px;
 		}
 
 
 		#ft {
 			font-size: 11px;
 			color: #515655;
 			font-family: "Trebuchet MS", Times;;
 		}
 
 
 		#body a:link,
 		#body a:visited {
 			color: #515655;
 		}
 
         #body a:hover,
         #body a:focus,
         #body a:active {
             text-decoration: none;
         }
 
 		#hd h1 a:link,
 		#hd h1 a:visited {
 			color: #3f3e3e;
             text-decoration: none;
 		}
 
 		#pageName a:link,
 		#pageName a:visited {
 
 		}
 
 		
 
 		ul#mainNav li a:link,
 		ul#mainNav li a:visited {
 			font-size: 14px;
 			color: #515655;
 			text-transform: uppercase;
 			font-weight: bold;
 		}
 
 		#ft a:link,
 		#ft a:visited {
 
 		}
 
 
 		html  {
 			background-image: url(https://turbifycdn.com/lm/themes/yhoo/ga/provincial/goldenrod/3.0.1/en-us/images/html.jpg) !important;
 			background-color: #e4e4e4;
 			background-attachment: fixed;
 			background-repeat: repeat-x;
 		}
 
 		body {
 			background:transparent !important;
 		}
 
 		#hd {
 			background-image: url(https://turbifycdn.com/lm/themes/yhoo/ga/provincial/goldenrod/3.0.1/en-us/images/hd.jpg);
 			background-repeat: repeat-x;
 			background-position: 0 100%;
 			background-color: #ffd940;
 		}
 
 		#bd {
 			background-color: #ffffff;
 		}
 				
 		#navigation {
 			background-color: #f6f6f6;
 		}
 		
 		#mainNav {
 			background-color: #ffd940;
 		}
 				
         ul#mainNav li.active a:link,
         ul#mainNav li.active a:visited,
         ul#mainNav li a:hover,
         ul#mainNav li a:focus,
         ul#mainNav li a:active {
 			background-color: #f6f6f6;
         }
 
 
 		#doc {
 			border-left-width: 2px;
 			border-left-style: solid;
 			border-left-color: #e2e2e2;
 			border-right-width: 2px;
 			border-right-style: solid;
 			border-right-color: #e2e2e2;
 		}
 
 		#bd {
 			border-top-width: 2px;
 			border-top-style: solid;
 			border-top-color: #e2e2e2;
 			border-bottom-width: 2px;
 			border-bottom-style: solid;
 			border-bottom-color: #e2e2e2;
 		}
 
 		#zB	#mapZone {
 			border-width: 1px;
 			border-style: solid;
 			border-color: #cccccc;
 			_border-width: 0;
 		}
 
 		#zB #mapContainer {
 			_border-width: 1px;
 			_border-style: solid;
 			_border-color: #cccccc;
 		}
 
 
 		/* 
 		 * direction and color of the arrow (assuming arrow sprite)
 		 */
 		#body .toggle img {
 			background-position:-324px -12px;
 		}
 
 		/* 
 		 * direction and color of the arrow for the "active" item
 		 */
 		#body .active .toggle img {
 			background-position:-36px -12px;
 		}
 
 		/* 
 		 * links for BOTH static and dynamic sub menus 
 		 * use this rule to group declarations common to the two different types of menus (static/dynamic)
 		 */
 		#body #mainNav .subNav a,
 		#body .nav_hassub #navigation #subNav a {
 			color:#515655;
 			font-size:12px;
 			font-family:georgia;
 			font-weight:bold;
 		}
 
 		/* 
 		 * :hover and selected (active) links for static menus
 		 * they are both styled the same
 		 */
 		#body .nav_hassub #wrapper .sub_static #subNav a:hover,
 		#body .nav_hassub #wrapper .sub_static #subNav .active-sub a {
 			background-color:#FFE681;
 		}
 		
 		/* 
 		 * links for dynamic sub menus 
 		 */
 		#body #wrapper .sub_dynamic #mainNav .subNav a {
 			background-color:#FFE681;
 		}
 		
 		/* 
 		 * :hover and selected (active) links for fly-out menus
 		 * they are both styled the same 
 		 */
 		#body #wrapper .sub_dynamic #mainNav .subNav a:hover,
 		#body #wrapper .sub_dynamic #mainNav .active-sub a {
 			background-color:#F6F6F6;
 		}
 	
 		/* 
 		 * sub menus 
 		 * displays horizontally below the main nav 
 		 */
 		#body .nav_hassub #navigation #subNav {
 			background-color:#F8C802;
 			border-top:0;
 		}
 	
 		/* 
 		 * sub menus (dropdown) 
 		 */
 		#body #mainNav .subNav {
 			border:solid 1px #C1C1C0;
 		}
 			
 
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 1 with Title - Derived From: Layout 1 with Title
 **************************************************************/
 .lo_layout1wt #zA {float:left;width:355px;}
 .lo_layout1wt #zC {clear:right;}
 .lo_layout1wt #zB, .lo_layout1wt #zC {float:right;width:355px;padding-top:20px;}
 .lo_layout1wt #zA .modWrap {margin:15px;}
 .lo_layout1wt #zB #mapZone {width:280px;height:260px;}
 .lo_layout1wt #zB #drivingDirectionsLnk {top:265px;}
 .lo_layout1wt #zC form#contactForm {width:240px;}
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 1 with Title - Derived From: Layout 1 with Title
 **************************************************************/
 .lo_layout1wt #zA {
 	background-color: #ffd940;
 
 	border: 1px solid #cccccc;
 
 }
 .lo_layout1wt #zB, .lo_layout1wt #zC {
 	background-image: url(https://turbifycdn.com/lm/themes/yhoo/ga/provincial/goldenrod/3.0.1/en-us/images/fake_border.jpg);
 
 	background-repeat: repeat-x;
 
 }
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 2 with Title - Derived From: Layout 2 with Title
 **************************************************************/
 .lo_layout2wt #pageName {float:left;width:100%;}
 .lo_layout2wt #zWrap {float:left;width:100%;clear:left;}
 .lo_layout2wt #zWrap #zA {width:748px;margin-bottom:20px;}
 .lo_layout2wt #zA .modWrap {margin:15px;}
 .lo_layout2wt #zB {float:left;clear:left;}
 .lo_layout2wt #zB, .lo_layout2wt #zC {width:355px;padding-top:20px;}
 .lo_layout2wt #zC {float:right;}
 .lo_layout2wt #zB #mapZone {width:300px;height:270px;}
 .lo_layout2wt #zB #drivingDirectionsLnk {top:275px;}
 .lo_layout2wt #zC form#contactForm {width:300px;}
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 2 with Title - Derived From: Layout 2 with Title
 **************************************************************/
 .lo_layout2wt #zA {
 	background-color: #ffd940;
 
 	border: 1px solid #cccccc;
 
 }
 .lo_layout2wt #zB, .lo_layout2wt #zC {
 	background-image: url(https://turbifycdn.com/lm/themes/yhoo/ga/provincial/goldenrod/3.0.1/en-us/images/fake_border.jpg);
 
 	background-repeat: repeat-x;
 
 }
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 3 with Title - Derived From: Layout 3 with Title
 **************************************************************/
 .lo_layout3wt #zA, .lo_layout3wt #zB {float:left;width:355px;}
 .lo_layout3wt #zB {clear:left;}
 .lo_layout3wt #zC {width:355px;}
 .lo_layout3wt #zA, .lo_layout3wt #zB, .lo_layout3wt #zC {padding-top:20px;}
 .lo_layout3wt #zC {margin-left:395px;}
 .lo_layout3wt #zC,x:-moz-any-link {margin-left:40px;}
 .lo_layout3wt #zC,x:-moz-any-link,x:default {margin-left:395px;}
 .lo_layout3wt #zC, {margin-left:392px;}
 .lo_layout3wt #zB #mapZone {width:280px;height:260px;}
 .lo_layout3wt #zB #drivingDirectionsLnk {top:265px;}
 .lo_layout3wt #zC form#contactForm {width:240px;}
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 3 with Title - Derived From: Layout 3 with Title
 **************************************************************/
 .lo_layout3wt #zA, .lo_layout3wt #zB, .lo_layout3wt #zC {
 	background-image: url(https://turbifycdn.com/lm/themes/yhoo/ga/provincial/goldenrod/3.0.1/en-us/images/fake_border.jpg);
 
 	background-repeat: repeat-x;
 
 }
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 4 with Title - Derived From: Layout 4 with Title
 **************************************************************/
 .lo_layout4wt #zWrap #zA, .lo_layout4wt #zWrap #zB {width:355px;padding-top:20px;margin-bottom:20px;}
 .lo_layout4wt #zWrap #zA {float:left;}
 .lo_layout4wt #zWrap #zB {float:right;}
 .lo_layout4wt #zWrap #zC {width:748px;margin-bottom:20px;clear:both;}
 .lo_layout4wt #zC .modWrap {margin:15px;}
 .lo_layout4wt #zB #mapZone {width:300px;height:270px;}
 .lo_layout4wt #zB #drivingDirectionsLnk {top:275px;}
 .lo_layout4wt #zC form#contactForm {width:300px;margin-left:20px;}
 
 
 /**************************************************************
 Theme: Provincial - Derived From: Ozark
 Layout: Layout 4 with Title - Derived From: Layout 4 with Title
 **************************************************************/
 .lo_layout4wt #zC {
 	background-color: #ffd940;
 
 	border: 1px solid #cccccc;
 
 }
 .lo_layout4wt #zA, .lo_layout4wt #zB {
 	background-image: url(https://turbifycdn.com/lm/themes/yhoo/ga/provincial/goldenrod/3.0.1/en-us/images/fake_border.jpg);
 
 	background-repeat: repeat-x;
 
 }
 
