/* ----- All ----- */
body {
	font-size:12px;
	margin: 0;
	background-color: #A0BCD9;
	background-image: url(images/back_gradient.gif);
	background-repeat: repeat-x;
}
.middle {
 padding:0px;
 border:0px;
 background: #080c39;
 color:#ffffff;
 font-family:Arial;
 width:787px;
}


/*_Nav_*/
.link {
 color:#6699FF;
 font-size:12px;	
 text-decoration:none;
}
.link:hover {
 color:#6699FF;
 font-size:12px;
 font-weight:bold;
 text-decoration:underline;
}
.H_link {
 border:0px;
}
/* ----- HOME ----- */
.quiteTime_title {
 font-weight:bold;
 margin-left:5px;
}
.quiteTime_text {
 margin-left:15px;
 width:400px;
}
.welcome_text {
 margin-left:15px;
 width:500px;
}
.space {
 height:5px;
}

/* ----- Stations Page ----- */
.State {
 padding-top:5px;
 border-bottom:2px solid gray;
 font-weight:bold;
 font-size:14px;
}
.line {
 border-bottom:3px solid #ff0000;
 width:200px;
}
.StationBG {
 width:100%;
 font-weight:bold;
 background: #000000;
}
.Stations {
 font-weight:bold;
 font-size:12px;
 margin-left:10px;
 padding-bottom:3px;
}
.BG {
 color:#000000;
 background-color:#cccccc;
}
.link_station {
 color:#4477dd;
 font-size:12px;
 font-weight:bold;			
 text-decoration:none;
}
.link_station:hover {
 color:#6699FF;
 font-size:12px;
 font-weight:bold;
 text-decoration:underline;
}

/* ----- Drop-Down Menu ----- */
.ddm1 {
 font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
 padding: 3px 8px 4px 8px;
 border: 1px #003366;
 border-style: solid none solid none;
 text-decoration: none;
 display: block;
 position: relative;
}
.ddm1 .item1 {
 background: #dddddd;
 font-weight:bold;
 color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
 background: #006699;
 font-weight:bold;
 color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
 padding: 3px 8px 4px 8px;
 text-decoration: none;
 display: block;
 white-space: nowrap;
}
.ddm1 .item2 {
 border-left:1px solid #000000;
 border-right:3px solid #782388;
 font-weight:900;
 color:#000000;
 text-decoration:none;
 background-color:#dddddd;
 font-size:13px;
}
.ddm1 .item2:hover {
 border-left:1px solid #000000;
 border-right:3px solid #000000;
 font-weight:900;
 color:#ffffff;
 text-decoration:none;
 background-color:#006699;
 font-size:13px;
}
.ddm1 .section {
 border:0px;
 position: absolute;
 visibility: hidden;
 z-index: -1;
 white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
#flashobject {
	left: auto;
	z-index: auto;
	position: relative;
	right: auto;
}

