/************************************
 Theme: Academy - Derived From: Ozark
 ************************************/
 #zWrap{min-height:30em;_height:30em;}
 #hContent {min-height:56px;_height:56px;}
 #body{padding-bottom:20px;margin-bottom:40px;}
 #doc{position:relative;width:804px;margin:40px auto 0 auto;}
 #hContent{width:353px;padding:40px 420px 30px 30px;}
 #hMisc {position:absolute;bottom:0;left:0;height:20px;width:804px;z-index:10;}
 #hMisc * {display:none !important;}
 #navigation{width:802px;margin:0 auto;overflow:hidden;}
 ul#mainNav li{display:inline;}
 ul#mainNav li a{float:left;position:relative;padding:5px 10px 5px 10px;line-height:1.7;white-space:nowrap;}
 #bd {overflow:hidden;zoom:1;width:800px;margin:-1px auto 0 auto;}
 #pageName{clear:left;width:500px;padding:20px 0 0 20px;margin:0;}
 #zWrap{width:760px;margin:20px auto;}
 #ft {padding-bottom:0;}
 #fContent{float:left;width:504px;_width:499px;margin:25px 0 0 20px;display:inline;}
 #fMisc{float:right;margin:25px 15px 0 0;width:240px;display:inline;}
 #fBadges {width:764px;padding:15px 20px 35px;}
 #body .nav_hassub #wrapper .sub_static #subNav a {
 padding:2px 9px;float:left;}
 #body .nav_hassub #navigation #subNav {overflow:hidden;zoom:1;}
 
 
 /************************************
 Theme: Academy - Derived From: Ozark
 ************************************/
 
 
 
 
 		#body  {
 			font-size: 13px;
 			font-family: Helvetica, Arial, Times;
 		}
 
 
 
 		#body h1 {
 			font-size: 30px;
 			font-weight: bold;
 		}
 
 
 		#body h2 {
 			font-size: 20px;
 			text-transform: uppercase;			
 		}
 
 
 		#body h3 {
 			font-size: 14px;
 			font-weight: bold;
 		}
 
 
 		#body h4 {
 			font-weight: bold;
 			margin-bottom: 5px;
 		}
 
 
 		#ft {
 			font-size: 11px;
 		}
 
 
 
 		ul#mainNav li a:link,
 		ul#mainNav li a:visited {
 			font-size: 14px;
 		}
 
         ul#mainNav li.active a:link,
         ul#mainNav li.active a:visited {
 			font-weight: bold;
         }        
         
 		#ft a:link,
 		#ft a:visited {
 
 		}
 
 
 		body  {
 			background-repeat: repeat-x;
 		}
 
 		#fBadges {
 			background-repeat: no-repeat;
 			background-position: 0 100%;
 		}
 
 		#doc {
 			background-repeat: repeat-y;
 			background-position: 50% 0;
 		}
 		
 		#hd {
 			background-repeat: no-repeat;
 			background-position: 0 0;
 		}
 		
 		#hContent {
 			background-repeat: no-repeat;
 			background-position: 100% 100%;
 		}		
 		
 		#bd {
 			background-repeat: repeat-y;
 			background-position: 50% 0;			
 		}
 
 		#ft {
 			background-repeat: repeat-y;		
 		}
 		
 
 		#navigation {
 			border-top-width: 1px;
 			border-top-style: solid;
 		}
 		
 		#navigation li a {
 			border-right-width: 1px;
 			border-right-style: solid;
 			border-bottom-width: 1px;
 			border-bottom-style: solid;
 		}
 		
 		#bd {
 			border-top-width: 1px;
 			border-top-style: solid;
 		}		
 		
 		#bd {
 			border-bottom-width: 1px;
 			border-bottom-style: solid;
 		}
 		
 		#zB	#mapZone {
 			border-width: 1px;
 			border-style: solid;
 			_border-width: 0;
 		}
 
 		#zB #mapContainer {
 			_border-width: 1px;
 			_border-style: solid;
 		}
 
 
 		.module {
 			padding: 9px;
 			border-width: 1px;
 			border-style: solid;
 		}
 		
 		
 		#zWrap dl.module_bd_container dt {
 			padding: 9px 9px 0 9px;
 			border-style: solid;
 			border-width: 1px 1px 0 1px;
 		}
 	
 		#zWrap dl.module_bd_container dd {
 			padding: 5px 9px 9px 9px;
 			margin-top: 0;
 			margin-left: 0;
 			border-style: solid;
 			border-width: 0 1px 1px 1px;
 		}
 
 
 		.beforenafter {
 			padding: 0;
 			border-width: 0;
 		}
 
 
 	/* 
 	 * direction and color of the arrow (assuming arrow sprite)
 	 */
 		#body .toggle img {
 			background-position: -36px -12px;
 		}
 	/* 
 	 * direction and color of the arrow for the "active" item
 	 */
 		#body .active .toggle img {
 			background-position: -48px -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 {
 			font-family: arial;
 		}
 	
 	/* 
 	 * :hover and selected (active) links for BOTH static and dynamic sub menus
 	 * they are both styled the same 
 	 */
 		/* 
 		 * links for static sub menus
 		 */
 		#body .nav_hassub #wrapper .sub_static #subNav a {
 			font-size: 12px;
 			font-weight: bold;
 		}
 	
 		/* 
 		 * links for dynamic sub menus 
 		 */
 		#body .sub_dynamic #mainNav .subNav a {
 			font-size: 13px;
 			font-weight: normal;
 		}
 			
 		/* 
 		 * sub menus 
 		 * displays horizontally below the main nav 
 		 */
 			#body .nav_hassub #navigation #subNav {
 				border-top-style: solid;
 				border-top-width: 1px;
 				border-bottom-style: solid;
 				border-bottom-width: 2px;
 			}
 
 		/* 
 		 * sub menus (dropdown) 
 		 */
 			#body .sub_dynamic #mainNav .subNav {
 				border-style:solid;
 				border-width:1px;
 			}
 			
 		/*
 		 * removing bottom border on top list items 
 		 */	
 			#body #navigation li a {
 				border-bottom-width: 0;			
 			}
 			
 
 
 /**************************************************************
 Theme: Academy - Derived From: Ozark
 Layout: Layout 1 with Title - Derived From: Layout 1 with Title
 **************************************************************/
 .lo_layout1wt #zA {float:left;width:235px;margin-right:30px;}
 .lo_layout1wt #zB {float:left;width:235px;}
 .lo_layout1wt #zC {float:left;width:215px;display:inline;margin-left:45px;*margin-left:42px;_margin-left:45px;;}
 .lo_layout1wt #zB #mapZone {width:220px;height:270px;}
 .lo_layout1wt #zB #drivingDirectionsLnk {top:275px;}
 .lo_layout1wt #zC form#contactForm {width:205px;}
 
 
 /**************************************************************
 Theme: Academy - Derived From: Ozark
 Layout: Layout 1 with Title - Derived From: Layout 1 with Title
 **************************************************************/
 .lo_layout1wt #zA {
 		font-size: 17px;
 
 	}
 .lo_layout1wt #zWrap dl.module_bd_container dt {
 		width: 215px;
 
 	}
 .lo_layout1wt #zWrap dl.module_bd_container dd {
 		width: 215px !important;
 
 	}
 
 
 /**************************************************************
 Theme: Academy - Derived From: Ozark
 Layout: Layout 2 with Title - Derived From: Layout 2 with Title
 **************************************************************/
 .lo_layout2wt #zA, .lo_layout2wt #zB {float:left;width:500px;}
 .lo_layout2wt #zB {clear:left;}
 .lo_layout2wt #zC {width:215px;}
 .lo_layout2wt #zC {margin-left:545px;}
 .lo_layout2wt #zC,x:-moz-any-link {margin-left:45px;}
 .lo_layout2wt #zC,x:-moz-any-link,x:default {margin-left:545px;}
 .lo_layout2wt #zC, {margin-left:542px;}
 .lo_layout2wt #zB #mapZone {width:320px;height:260px;}
 .lo_layout2wt #zB #drivingDirectionsLnk {top:265px;}
 .lo_layout2wt #zC form#contactForm {width:210px;}
 
 
 /**************************************************************
 Theme: Academy - Derived From: Ozark
 Layout: Layout 2 with Title - Derived From: Layout 2 with Title
 **************************************************************/
 .lo_layout2wt #zWrap dl.module_bd_container dt {
 	width: 480px;
 
 }
 .lo_layout2wt #zWrap dl.module_bd_container dd {
 	width: 480px !important;
 
 }
 
 
 /**************************************************************
  * Theme: Academy - Derived From: Ozark 
  * Layout: Layout 3 with Title - Derived From: Layout 3 with Title
  * **************************************************************/
 .lo_layout3wt #zWrap #zA, .lo_layout3wt #zWrap #zB {width:355px;padding-top:20px;margin-bottom:20px;}
 .lo_layout3wt #zWrap #zA {float:left;}
 .lo_layout3wt #zWrap #zB {float:right;}
 .lo_layout3wt #zWrap #zC {width:760px;margin-bottom:20px;clear:both;}
 .lo_layout3wt #zB #mapZone {width:300px;height:270px;}
 .lo_layout3wt #zB #drivingDirectionsLnk {top:275px;}
 .lo_layout3wt #zC form#contactForm {width:300px;margin-left:20px;}
 
 
 /**************************************************************
  * Theme: Academy - Derived From: Ozark 
  * Layout: Layout 3 with Title - Derived From: Layout 3 with Title
  * **************************************************************/
 .lo_layout3wt #bd {background-image:none;background-color:#ebebeb;}. 
 
 #body  {
 	color: #555555;
 }
 
 #hd {
 	color: #203f62;
 }
 
 #pageName {
 	color: #203f62;
 }
 
 #body h3 {
 	color: #082749;
 }
 
 #body a:link,
 #body a:visited {
 	color: #88361d;
 }
 
 #body a:hover,
 #body a:focus,
 #body a:active {
 	text-decoration: none;
 }
 
 #hd h1 a:link,
 #hd h1 a:visited {
 	color: #203f62;
 	text-decoration: none;
 }
 		
 ul#mainNav li a:link,
 ul#mainNav li a:visited {
 	color: #555555;
 }
 
 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 {
 	color: #ebe7a5;
 }
         
 body  {
 	background-image: url(images/html.jpg) !important;
 	background-color: #8595ac !important;
 }
 
 #fBadges {
 	background-image: url(images/fcontent.jpg);
 }
 
 #doc {
 	background-image: url(images/doc.jpg);
 	background-color: #fbf8de;
 }
 		
 #hd {
 	background-image: url(images/hd.jpg);
 }
 		
 #hContent {
 	background-image: url(images/hcontent.jpg);
 }		
 		
 #navigation {
 	background-color: #e1e1e1;		
 }
 		
 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: #8496ac;
 }
 
 #bd {
 	background-image: url(images/bd.jpg);
 }
 
 #ft {
 	background-image: url(images/ft.jpg);
 	background-color: #fbf8de;
 }
 		
 #navigation {
 	border-top-color: #cccccc;
 }
 		
 #navigation li a {
 	border-right-color: #cccccc;
 	border-bottom-color: #cccccc;			
 }
 		
 #bd {
 	border-top-color: #cccccc;
 }		
 		
 #bd {
 	border-bottom-color: #cccccc;
 }
 		
 #zB	#mapZone {
 	border-color: #cccccc;
 }
 
 #zB #mapContainer {
 	_border-color: #cccccc;
 }
 
 .module {
 	background-color: #f9f5c6;
 	border-color: #ccc;
 }
 		
 .module_bd_container dt,
 .module_bd_container dd {
 	background-color: #f9f5c6;
 }
 
 #zWrap dl.module_bd_container dt {
 	border-color: #ccc;
 }
 	
 #zWrap dl.module_bd_container dd {
 	border-color: #ccc;
 }
 
 .beforenafter {
 	background-image: none;
 	background-color: transparent;
 }
 
 #body #mainNav .subNav a,
 #body .nav_hassub #navigation #subNav a {
 	color: #555555;
 }
 	
 #body #mainNav .subNav a:hover,
 #body .nav_hassub #navigation #subNav a:hover,
 #body #wrapper #navigation .active-sub a {
 	background-color: #8398AD !important;
 	color: #EBE7A5;
 }
 
 #body .nav_hassub #wrapper .sub_static #subNav a {
 	border-right-color: #b5b9be;
 }
 	
 #body .sub_dynamic #mainNav .subNav a {
 	background-color: #eff1f3;
 }
 			
 #body .nav_hassub #navigation #subNav {
 	border-top-color: #b5b9be;
 	border-bottom-color: #b5b9be;
 	background-color: #C5C9CE;
 }
 
 #body .sub_dynamic #mainNav .subNav {
 	border-color:#CCD0D5;
 }