
body {
	margin:0px;
	background:#333333;
	-webkit-text-size-adjust:none;
}

body, p, div, a, li, h1, h2, h3, h4, h5, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #2088bf;}

body, p, li, a, div, td {
	font-size:14px;
}

ul, p, h1, h2, h3, h4, a { 
	margin-top:0px; margin-bottom:0px;
}

table {
	border-collapse:collapse;
	width:100%;
	border:0
}

img {
	border:0;
}

td, tr {
margin:0;padding:0;border:0;
}

#master-wrap {
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}

/* Header  */


#header-wrap {
	background: 
	#d7d7d7 url('../img/header.png') top left no-repeat;
	padding: 0px 10px 0px 10px; 
	min-width:991px;
}

#header { 
/*	min-width:745px; */
	height:59px; 
	padding-top:82px;
}

#header div.content-section-outter { 
	padding-top:82px; 
	position:relative;
}

#xway-logo { 
	position:absolute;
	left: 112px;
	height:80px;
	top:-68px;
	z-index:99;
}

#fdot-logo { 
	position:absolute;
	height:150px;
	left: -45px; 
	top:-105px;
	z-index:99;
}

#nav-wrap { 
	height:28px;
	padding-left:1px;
	padding-top:2px;
	padding-bottom:1px;
	font-weight:bold;
	font-size:13px;
}

#master-wrap a.link-button, .blog-wrap .blog-pagination a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #999;
    font-size: 12px;
    padding: 6px;
    margin: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border-bottom:1px solid #222222;
	border-right:1px solid #222222;
	border-top:1px solid #555555;
	border-left:1px solid #555555;
}

#master-wrap a.link-button:hover, .blog-wrap .blog-pagination a:hover {
    text-decoration: none;
	background-color: #777777;
}

/* Header Navigation */


#header .nav, #header .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .nav {
	padding-top:0px; 	 /* space abouve menu */
/*	width:600px;		/* width of entire menu (for centering, optional)*/
/*	margin-right: auto;	/* these 2 lines center menu */
/*	margin-left: auto;
/*  font-family: Arial, Helvetica, sans-serif; */
  z-index: 999;
  position: relative;
}

#header .nav li {
/*  border-right: 2px solid #999;   menu header separators */
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

#header .nav li a, #header .nav li a:link, #header .nav li a:active, #header .nav li a:visited {
/*  font: bold 1.10em/27px Arial, Helvetica, sans-serif; */
	line-height: 24px; /* menu header font */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
/*  letter-spacing: 1px; */
  background: transparent; /* menu header background */
  color: #000000; /* menu header text color */
  display: block;
  padding: 0 10px; /* menu header spacing (vertical horizontal) */
  text-decoration: none;
	border-color:  transparent; border-width:1px; border-style: solid;  	
  	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header .nav li a.on {
					/* style of current page menu header */
	color: #000000;	
	background: #FF9900 url('../img/cur-pg-menu-bg.png')  left repeat-x ;
	border-color: #CC3300; border-width:1px; border-style:solid;
}

#header .nav li.firstmenu {
	border-right:none; /* remove separator from first menu header */
}

#header .nav li a:hover {
						/* style of menu header when pointer is over it */
  	color: #000000;
	background: #FF9900 url('../img/cur-pg-menu-bg.png')  left repeat-x ;
	border-color: #CC3300; border-width:1px; border-style:solid;
}

#header .nav-one li:hover a, 
#header .nav-one li.sfHover a {
/*  background: #ccc; */
  color: #000000;
/*x*/  background: #FF9900 url('../img/cur-pg-menu-bg.png')  left repeat-x ; 
/*x*/  border-color: #CC3300; border-width:1px; border-style:solid;
}

#header .nav-one li:hover ul a, 
#header .nav-one li.sfHover ul a {
  background: #f8f8f8;	/* background of drop menus */
  color: #000000;		/* text color of drop menu items */
  font-size: 13px; 	/* text size of drop menu items */
  text-transform: none;
  border-color:transparent;
  font-weight: bold;
  letter-spacing:normal;
    -webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
}

#header .nav-one li:hover ul a:hover, 
#header .nav-one li.sfHover ul a:hover {
						/* style of drop menu item when pointer is over it */
  	color: #000000;		/*  color of drop menu text when pointer is over it */
  	background: #FF9900 url('../img/cur-pg-menu-bg.png')  left repeat-x ;
/*x*/ border-color: #CC3300; border-width:1px; border-style:solid;
}

#header .nav ul {
  background: #336699;
  border-bottom:#222222 1px solid ; /* bottom border of drop menu list */
  list-style: none;
  margin: 0;
/*  width: 100px; */
  position: absolute;
  top: -999em;
  left: 3px;
  z-index:99999;
}

#header .nav li ul {
  -moz-box-shadow: 4px 4px 6px -3px   #888888;
  -webkit-box-shadow:  4px 3px 6px -3px  #888888;
  box-shadow:  4px 4px 6px -3px #888888;
  border-collapse:separate;
}

#header .nav li:hover ul,
#header .nav li.sfHover ul {
  top: 25px;	/* vertical position of drop menu */
}

#header .nav ul li {
  border:#555555 1px solid ; /* border of drop menu items */
  border-right: #222222 1px solid;
  border-bottom: 0;
  float: none;

}

#header .nav ul a {
  border:#222222 1px solid ; /* border of drop menu items */
  border-right: #222222 1px solid;
  border-bottom: 0;
  padding-right: 20px;
/*  width: 80px; */
  white-space: nowrap;
}

#header .nav ul a:hover {
/*  background: #ccc; */
  color: #000000;
}

/* End Navigation  */




/* Content  */



#content-wrap { 
	background: #d7d7d7; 
	padding: 0px 8px 8px 8px; 
	min-width:995px; 
}

#main-content { 
	vertical-align:top;
/*	min-width:775px; */
}

div.content-section-outter { 
	padding:0px 2px 4px 2px; 
	border: 0px 
}

div.content-section-inner { 
	padding: 0px 2px 0px 8px; 
}

div.headlines { 
	height:17px;
	width:100%;
	background: url('../img/pat.png') top left repeat-x; 
	margin-top:13px;
	margin-bottom:14px; 
}

.pnews div.headlines {
	margin-bottom:-16px;
}

div.headlines span { 
	background:#fbfbfb;
	line-height:18px;
	color:#087647;
	font-size:15px;
	margin:0px;
	font-weight:bold;
	padding-right:8px;
	vertical-align:middle;
	display: inline-block;
}

div.headlines span a { 
	color:#087647;
	font-size:15px;
	margin:0px;
	font-weight:bold; 
}

div.content-text { 
	padding-right:10px; 
	min-height:40px;
}

#news-block {
	min-height:500px;
}

.welcome-block {
	padding-bottom:1px;
	padding-left:10px;
	max-width:100%;
}

.fdot-block {
	padding-bottom:1px;
	padding-left:10px;
	max-width:100%;
}

.fdotp-block li a {
	line-height: 20px;
}

.fdotp-block {
	padding-bottom:1px;
	padding-left:10px;
	max-width:100%;
	min-height: 800px;
}

.fdotp-block h3 {
	font-size:18px;
}

.fdotp-block .blog-title, .fdotp-block .blog-title a {
	font-size:18px;
}

#homepage-map { 
	position:relative; 
	padding-left:13px;
	padding-right:7px;
}

#section-map { 
	position:relative; 
	padding-left:13px;
	padding-right:7px;
}

.map-links div {
	position:absolute;
	width:4%;
	height:7%;
}

.map-links a img {
	width:100%;
	height:100%;
	border:0;
	min-height:30px;
}

.map-links div div {
	position:absolute;
	top:20%;
	left:-9999em;
	width:auto;
	height:auto;
	z-index:99;
	background:#f8f8f8;
	padding: 0 3px 0 3px;
	border:1px solid black;
	-moz-box-shadow: 4px 4px 6px -3px   #333333;
 	-webkit-box-shadow:  4px 3px 6px -3px  #333333;
  	box-shadow:  4px 4px 6px -3px #333333;
  	border-collapse:separate;
}

.map-links div:hover div {
	left:105%;
}

.link-1a {
	top:76%;
	left:21.5%;
}

.link-1b {
	top:59%;
	left:20.5%;
}

.link-2a {
	top:49%;
	left:30.5%;
}

.link-2b {
	top:48%;
	left:20.5%;
}

.link-2c {
	top:37%;
	left:17.5%;
}

.link-3a {
	top:24%;
	left:13.5%;
}

.link-3b {
	top:24%;
	left:8.5%;
}

div.link-4a {
	top:41.5%;
	left:37%;
	width:5%;
}

div.link-4b {
	top:32%;
	left:42%;
	width:5%;
}

.link-5 {
	top:20%;
	left:31.5%;
}

.link-6 {
	top:12%;
	left:50.5%;
}

.link-7a {
	top:28.5%;
	left:71.5%;
}

div.link-7b {
	top:19%;
	left:81%;
	width:5%;
}

.link-8 {
	top:39.5%;
	left:86.5%;
}

#large-map-link { 
	text-align:center; 
	margin-bottom:10px;
}

#large-map-link a  { 
	font-size:18px;
	font-weight:bold;
	color:#2088BF; 
}



/* Sidebar  */

#sidebar { 
	width:300px;
	vertical-align:top;	
	min-width:300px 
}

#sidebar div.content-section-inner { 
	min-height:200px; 
	padding: 0px 2px 10px 8px; 
}


#sched-block a { 
	font-size:11px; 
}

#sidebar img {
	width:255px; 
}


#latestnews-block p, #latestnews-block div, #latestnews-block a {
	font-size:14px;
}

.newshl-title {
	margin-top:12px;
	margin-bottom:12px;
}

.newshl-title a {
	text-decoration:none;
	color:#000000;
}

#latestnews-block a:hover {
	text-decoration:underline;
}

.n-date {
	font-weight:bold;
}


/* Footer  */


#pre-footer { 
	background:#777777; 
	height:4px; 
	min-width:1011px;
}

#footer-outter { 
	background:#333333;
	height:260px;
	min-width:1011px; 
}

#footer-outter a:hover { 
	color:#ffffff; 
}

div.foot-section { 
	width:250px;
	float:left;
	padding:20px; 
}

div.foot-section div.headlines { 
	height:16px;
	width:100%;
	background: url('../img/pat-gray.png') top left repeat-x; 
	margin-top:1px;
	margin-bottom:10px; 
}

div.foot-section div.headlines span { 
	background:#333333;
	font-size:13px;
	margin:0px;
	font-weight:bold;
	padding-right:9px;
	line-height:16px; 
	padding-bottom:1px;
	color:#cccccc;
}

#footer-outter p, #footer-outter li, #footer-outter a, #footer-outter ul {
	color:#cccccc;
	padding-left:0px;
	margin-left:0px;
	outline-width:0px;
	outline-style:none;
	font-size:13px;
}

#footer-outter div { 
	color:#cccccc; 
	font-size:13px;
}

#footer-outter p {
	margin: 5px 0 5px 0;
}

div.footer-content div, div.footer-content p {
	margin: 5px 0 5px 0;
}

#sub-footer { 
	padding:5px 20px 10px 20px; 
	float:left ; 
}


#foot-nav { 
	padding:5px 20px 10px 20px; 
	float:left ; 
}



#foot-nav li {
	padding-right: 15px;
	padding-left:15px;
	list-style-type: none;
	display: list-item;
	float: left;
	border-left: #cccccc 1px solid; 
}

#foot-nav li.firstmenu {
	border:0; 
}

#foot-nav a {
	text-decoration:none;
}


#foot-nav li ul {
	float: none; 
	margin:4px; 
	padding:0;
	border:0;
	display:none;	
}

#foot-nav li ul li {
	padding-left:0;
	padding-right:0;
	font-size: 12px;
	float:none;
	list-style-type: none;
	display: list-item;
	border:0;
	display:none;	
}







/* CSS for rounded corner blocks with shadows */

.outter-box { 
 padding:2px 5px 5px 2px;
}
.inner-box { 
 -moz-border-radius: 3px;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-box-shadow: 2px 2px 7px #666666;
 -webkit-box-shadow:  2px 2px 7px #666666;
 box-shadow: 2px 2px 7px #666666;
 padding:7px 5px 5px 9px;
 background:#fbfbfb;
}




td.tl { width:10px;height:9px;background:url('../img/top-left.png') top left no-repeat; }

td.tc { width:100%;height:9px;background:url('../img/top-center.png') top left repeat-x; }

td.tr { width:10px;height:9px;background:url('../img/top-right.png') top right no-repeat }


td.ml { width:10px;background:url('../img/mid-left.png') top left repeat-y; }

td.mc { width:100%;background:#fbfbfb; }

td.mr {
	width:10px;
	background:url('../img/mid-right.png') top right repeat-y;
}


td.bl { width:10px;height:11px;background:url('../img/bottom-left.png') bottom left no-repeat; }

td.bc { width:100%;height:11px;background:url('../img/bottom-center.png') bottom left repeat-x; }

td.br { width:10px;height:11px;background:url('../img/bottom-right.png') bottom right no-repeat; }


div.rc { height: 9px; width: 10px;}
