@charset "UTF-8";
/*global*/
ul {
padding:0px;
margin:0px;
}
li {
padding:0px;
margin:0px;
list-style-type:none;
}
a {
text-decoration:none;
color:#13314b;
}
/*layout*/
body  {
	font:12px Helvetica, sans-serif;
	background:url(images/background.jpg) scroll 50% 0% no-repeat;
	background-color:#020f27;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 4px solid #020f27;
	border-right: 4px solid #020f27;
	border-bottom: 4px solid #020f27;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	margin:0px;
	padding:0px; 
	min-height:250px;
} 
#nav {
	padding:103px 0px 0px 0px;
	margin:0px;
}

#nav_479665 li {
	margin:0px;
	padding:10px;
	display:inline;
	border-right: 1px solid white;
}
#nav_479665 li a{
	font-size:12px;
	color:white;
	text-decoration:none;
}
#nav_479665 li a:hover {
	color:#cccccc;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px;
	background:#DDDDDD;
}
#login {
background:#CCCCCC;
}
#login_title {
background:#020f27;
padding:0px;
margin:0px;
}
.logintitle {
font-family:Helvetica, sans-serif;
font-variant:small-caps;
font-size:14px;
padding:0px;
margin:0px;
color:#FFFFFF;
text-align:left;
padding:5px;
}
#signin_table {
padding:10px 0px;
}
#news {
margin:15px;
padding:10px;
background-color:#fdfdfd;
width:200px;
}
.currentHDR {
font-size:18px;
font-family:Helvetica, sans-serif;
font-variant: small-caps;
color:#020f27;
}
.feedHDR {
font-size:14px;
font-weight:bold;
}
.feedBDY {
font-size:12px;
font-weight:100;
}
.feedLNK {
color:#CCCCCC;
font-size:12px;
font-weight:100;
text-decoration:none;
text-align:right;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#image_container {

}
.clipwrapper{
	margin:10px 0px;
	padding:0px;
	position:relative;
	width:400px;
}
.clip{
	position:absolute;
	clip:rect(50px 373px 290px 25px);
}

#image_bar ul {
padding:0px;
margin:0px;
}
.inlineme ul {
margin:0px;
padding:0px;
}
.inlineme li {
	display:inline;
	font-size:10px;
	padding:0px 2px 0px 2px;
}

.img_copy {
font-size:10px;
color: #cccccc;
text-align:right;
}
.city {
font-family:Helvetica, sans-serif;
font-variant:small-caps;
font-size:14px;
padding:0px;
margin:0px;
color:#4c4b4b;
}
.speed {
font-family:Helvetica, sans-serif;
font-variant:small-caps;
font-size:14px;
padding:0px;
margin:0px;
color:#FFFFFF;
text-align:center;
}
#output {
background-color: #020f27;
}
.borderme {
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
}
#turbine_title {
color:#FFFFFF;
font-size:10px;
background-color: #020f27;
padding:10px;
}
#turbine_container {
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
}
.copy {
color:#a6a6a9;
font-size:14px;
text-align:justify;
}
#footer { 
	background:#12242f; 
	height:25px;
}
 
#plug {
padding:10px;
}
#legal {
float:left;
width:600px;
font-size:10px;
text-align:justify;
color:#475361;
}
#logo {
float:right;
}
#footer_wrapper {
width:970px;
margin: 0 auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img
{  
border-style: none;
}