@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body  {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #99CCFF;
}
	
.clear {
	clear: both;
}


.lft {
	text-align: left;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.467em;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #1e2d59;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .9em;
}

h6 {
	font-size: 0.8em; font-weight: normal;
}

#container  {
	padding: 0px;
	text-align: left;
	background-color: #285496;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

    /* IE Dynamic Expression to set the width \*/
#container {width:expression(document.body.clientWidth < 750 ? "780px" : "100%" );
}

/************************* HEADER INFORMATION *************************/

#header  {
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
} 

#header  h1  {
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin: 0px;
}

#tip li {
	font-size: 0.8em;
	padding-left: 5px;
	margin-left: 30px;
	line-height: 2em;
}
#def  li {
	font-size: 0.8em;
	padding-left: 5px;
	margin-left: 50px;
	line-height: 2em;
}

.phone {
	text-align: right;
	color: #1e2d59;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 35px;
	background-color: #FFFFFF;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}

.phone a:link {
	text-decoration: none;
}


/*------------------------- Menu topnav--------------------------- */

#topnav {
	float:right;
	width:100%;
	line-height:normal;
	font-size: 93%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2763a5;
	background-color: #FFFFFF;
}

#topnav ul {
	margin:0;
	padding:10px 0px 0 50px;
	list-style:none;
}

#topnav li {
     display:inline;
     margin:0;
     padding:0;
}

#topnav a {
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(images/tableft10.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

#topnav a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#fff;
	background-image: url(images/tabright10.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Commented Backsplash Hack hides rule from IE5-mac \*/
#topnav a span {float:none;}
/* End IE5-Mac hack */

#topnav a:hover span {
     color:#FFF;
}

#topnav a:hover {
     background-position:0% -42px;
}

#topnav a:hover span {
     background-position:100% -42px;
}

#topnav #current a {
     background-position:0% -42px;
}

#topnav #current a span {
     background-position:100% -42px;
}

#logobox {
	position: absolute;
	left: 50px;
	top: 5px;
	width: 105px;
	height: 79px;
}

#logobox a {
	text-decoration: none;
}

#logobox img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
}

/************************* END HEADER INFORMATION *************************/

/************************* LEFT NAVIGATION INFORMATION *************************/
#leftnav  {
	background-color: #285496;
	font-size: 0.925em;
	padding: 10px;
	width: 180px;
	float: left;
}

/************************* ENDS LEFT NAVIGATION INFORMATION *************************/

/************************* RIGHT CONSTRUCTION INFORMATION *************************/
#const  {
	float: right;
	margin-top: 10px;
	width: 160px;
	background-color: #baed87;
	top: 0px;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}

#const  h4  a:link {
	text-decoration: none;
	color: #285496;
}

#const h4 a:visited {
	color: #285496;
	text-decoration: none;
}

#const h3 {
	font-weight: normal;
	font-style: italic;
	display: block;
	margin: 0px;
	padding-bottom: 10px;
	color: #1e2d59;
}

#const h4 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 4px;
	margin-left: 0px;
}

#const li {
	font-size: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#const hr {
	margin-top: 5px;
	margin-bottom: 5px;
}


#const p {
	font-size: 10px;
}

/************************* END RIGHT CONSTRUCTION INFORMATION *************************/

#tweet {
	float: right;
	width: 160px;
	background-color: #baed87;
	top: 0px;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}

/************************* MAIN CONTENT INFORMATION *************************/

#content  {
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: top;
	position: relative;
}

#wats img.left {
	float: left;
	margin-left: 10px;
	border: 1px solid #333333;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#wats img.right {
	float: right;
	margin: 10px;
	padding: 0px;
	border: 1px solid #333333;
}

#wats  img.rghtnobrder {
	float: right;
	margin: 10px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}

#wats p, h4 {
	line-height: 1.5em;
	margin-left: 25px;
}

#wats li {
	margin-left: 60px;
	line-height: 1.5em;
}

#comm table {
	margin-left: 40px;
	line-height: 1.5em;
}
#comm li {
	margin-left: 40px;
	line-height: 2.0em;
}
#mainContent  {
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #fff;
	margin-right: 200px;
	margin-top: 10px;
}
#mainContent p {
	padding-left: 20px;
}

#mainContent li.list {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	font-size: .9em;
}

#links a:link {
	color: #285496;
	text-decoration: none;
}

#links a:visited {
	color:#99ccff;
	text-decoration: none;
}

#links a:hover {
	color: #1e2d59;
	text-decoration: none;
}

/* hide hack from Mac-IE5 \*/
* html #mainContent { height: 1em; }
/* end hiding */

/************************* END MAIN CONTENT INFORMATION *************************/

/************************* FOOTER INFORMATION *************************/

#footer  {
	padding: 0 2px 0 5px;
	font-size: 9px;
	text-align: center;
	background-color: #2763A5;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #baed87;
	color: #FFFFFF;
} 

#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:visited {
	text-decoration: none;
	color: #99CCFF;
}

#footer  p  {
	margin: 0;
	padding: 5px 0;
}

#contact span a {
	margin-left: 75px;
}

#contact h4 {
	padding-top: 20px;
}

#crash {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 775px;
}

#crash  .title {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	color: #3E4B59;
	line-height: 2.5em;
}

#crash .head {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #285496;
}

#crash td {
	text-align: center;
}

#crash .agency {
	text-align: left;
	line-height: 1.5em;
}

#crash .total {
	font-style: italic;
	font-weight: bold;
	line-height: 1.75em;
}

#crash .head .month {
	width: 5%;
}

#crash  .agency  a:link, #contact a:link {
	color: #1e2d59;
}

#crash  .agency  a:visited, #contact a:visited {
	color: #99ccff;
}

#crash  .agency  a:hover, #contact a:hover {
	text-decoration: none;
}

#asset img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

#asset h3 {
	text-align: center;
}

#lrp li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 5px;
}

.indent {
	margin-left: 30px;
}

#tmc li {
	list-style-type: upper-alpha;
	margin-left: 25px;
	padding-left: 5px;
	list-style-position: outside;
	line-height: 1.5em;
}

#app li {
	margin-left: 25px;
	padding-left: 5px;
}

