/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-bottom: 20px;
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #787878;
	text-align: left;
}

.bold_000000_link {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.sidebar_link_small_small {
	font-size: 11px;
	color: #000000
}


h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px dashed #D2D4C9;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.45em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	padding-top: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #787878;
}

a:hover {
	color: #000000;
	font-weight: bold;
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 10px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background:  url("images/BridgeMapperBanner.jpg") no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding-top: 16px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 90px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background: #565F68;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

h1 {
	font-size: 2em;
	border-bottom: 1px dashed #D2D4C9;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 10px 10px 0px 0px;
}

.post {
	margin-bottom: 3em;
}

.post .title {
	color: #000000;
	border-bottom: 1px dashed #D2D4C9;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: left;
}

.post .entry .a {
	color: #787878;
	border-bottom: 1px dotted #999999;
}

.post .entry a:hover {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

/* Sidebar */

#sidebar {
	width: 220px;
	padding: 20px 20px 10px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	color: #787878;
	background-color:#D5D7D9;
}

#sidebar ul {
	list-style: disc;
	padding-left: 20px;
	margin-left: 0;

}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #7B7E79;
}

#sidebar h2 {
	letter-spacing: -.5px;
	border-bottom: 1px dashed #7B7E79;
	color: #000000;
}

#sidebar h3 {
	letter-spacing: -.5px;
	border-bottom: 1px dashed #7B7E79;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: left;
}

#sidebar a {
	color: #787878;
	border: none;
	border-bottom: 1px dotted #999999
}

#sidebar a:hover {
	color: #000000;
	font-weight: bold;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* From MapChannels /*

/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 2em .5em .5em;
	border: 0;
/*
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}

.hiddenStructure {
	display: none;
	speak: none;
}
img.tex {
	vertical-align: middle;
}
span.texhtml {
	font-family: serif;
}



/**************** display classes ****************/		

EM
{
	font-family:Times New Roman;
	font-weight: bold;
	font-style:normal;
	font-size:15px;
}

   
/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

	  

/**************** menu styles ****************/
    #tabs10 {
      float:left;
      width:100%;
      font-size:10px;
      line-height:normal;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("images/tabright10.gif") no-repeat right top;
      padding:5px 6px 4px 4px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
	  cursor:pointer;
       }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/* RSS */

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 158px;
	 background-color: white;
	 border: 1px solid #5F74CC;
	 
}
.rss-items
{
	margin-top: 0px;
	padding: 0.5em;
	margin-left: 0px;
	color: #000000;
}
p.rss-title {padding:0.5em;}
.rss-title
{
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 85%;
	background-color: darkgoldenrod;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 0em;
	text-align: left;
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 0.75em;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a
{
	color: chocolate;
	font-size: 105%;
	font-weight: bold;
	font-family: arial, sans-serif;
}
	
.rss-item a:visited {
	color:#330066;
}

.rss-date
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
} 

textarea {
  color: #000000;
  border: 1px solid #000000;
  padding: 3px;
  }
	
.button {
  padding: 2px;
  background-color: #222222;
  color: #EEEEEE;
  border: 1px solid #000000;
  }
  
  select  {
  color: #000000;
  border: 1px solid #000000;
  padding: 0px;
  }
  
div.tooltipClassDefault
{
  font-family: Arial;
  color: 000000;
  font-size:11px;
  font-weight: normal;
  background-color: #FFFFE0;
  margin: 0;
  padding: 1px 3px 1px 3px;
  border: solid 1px 000000;
}

div.markerTooltip
{
  font-family: Arial;
  color: 000000;
  font-size:11px;
  font-weight: normal;
  background-color: #FFFFE0;
  margin: 0px;
  padding: 2px;
  border: solid 1px 000000;
}

div.tooltipClassHere
{
    font-family: Verdana;
    color: white;
    font-size:11px;
    font-weight: bold;
    background-color: green;
    margin: 0;
    padding: 1px 3px 1px 3px;
    border: solid 1px 000000;
} 

div.tooltipClassRoute
{
    font-family: Arial;
    color: 000000;
	font-size:11px;
	font-weight: normal;
    background-color: gainsboro;
    margin: 0;
    padding: 1px 3px 1px 3px;
    border: solid 1px 000000;
} 

div.tooltipClassVehicle
{
    font-family: Arial;
    color: 000000;
	  font-size:11px;
	  font-weight: normal;
    background-color: white;
    margin: 0;
    padding: 1px 3px 1px 3px;
    border: solid 1px 000000;
} 

A:link {border-bottom: 1px dotted #999999;}
A:visited {border-bottom: 1px dotted #999999;}
A:active {border-bottom: 1px dotted #999999; font-weight:bold; color: #000000;}
A:hover {border-bottom: 1px dotted #000000; font-weight:bold; color: #000000;}
A:focus { outline: 0; -moz-outline: none; }     

titleMenu:link
{
	text-decoration: none; font-weight:bold; color: White;
}

titleMenu:visited
{
	text-decoration: none; font-weight:bold; color: Gray;
}
	
titleMenu:active
{
	text-decoration: none; font-weight:bold; color: Yellow;
}
     
titleMenu:hover
{
	text-decoration: none; font-weight:bold; color: Yellow;
}
div.pagination {
	font-family: Trebuchet, Arial, Helvetica, sans serif;
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	font-family: Trebuchet, Arial, Helvetica, sans serif;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #565F68;
	
	text-decoration: none; /* no underline */
	color: #787878;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #565F68;
	font-family: Trebuchet, Arial, Helvetica, sans serif;
	background-color: #B2B2B2;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #B2B2B2;
	font-family: Trebuchet, Arial, Helvetica, sans serif;
	font-weight: bold;
	background-color: #565F68;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #565F68;
	font-family: Trebuchet, Arial, Helvetica, sans serif;
	color: #B2B2B2;
}

.HeadingLink {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px dashed #D2D4C9;
}

.HeadingLink:hover {
	font-weight: bold;
}

