/* CSS Document */

body {
background:  #EEEEEE; /*light gray*/
margin:0;
}

a {outline:none:}

#container {
width: 1016px;
margin:0px auto;
background: #EEEEEE; /*light gray*/
}

#banner {
width: 1004px;
height: 128px;
margin: 0 auto;
border-left: 1px solid #000000; /*black left border*/
border-right: 1px solid #000000; /*black left border*/
background:  url(graphics/metrocar.png) repeat-x;
padding-left: 10px;
}

#w3c {
margin-top: 90px;
margin-right: 3px;
height: 31px;
width: 88px;
float:right;
}

#content {
width:956px;
margin: 0 auto;
padding:0 30px 0 30px;
background: #EEEEEE; /*light gray*/
}

#navbar {
	width:1014px;
	height:22px;
	line-height: 22px;
	margin: 0 auto;
	background: url(graphics/graybutton5_1px.png);  /*gray bar*/
	border-top: 1px solid #000000; /*black top border*/
	border-bottom: 1px solid #000000; /*black bottom border*/
	border-left: 1px solid #000000; /*black left border*/
	border-right: 1px solid #000000; /*black right border*/
	font-family:Arial, Helvetica, sans-serif;
}

#navbar a {
	height: 22px;
	text-decoration: none;
	display:block;
	color:#000000; /*black text, all links*/
}

#new a{
	float:left;
	display:block;
	width: 10px;
	margin:0 auto;
	height: 22px;
	background: url(graphics/red_button.jpg);
	color:#FFFFFF; /*white text*/
}	

#new a:hover {
	height: 22px;
	background: url(graphics/bluebutton6.png);  /*blue box for non-links*/
	color: #FFFFFF; /*white text for non-links*/
	display:block;
}	



#navbar a:hover {
	height: 22px;
	text-decoration: none;
	display:block;
	color:#FFFFFF; /*white text, all links*/
}

#navbar ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#navbar ul li {
	position:relative;
	float:left;

}

#navbar li ul {
	position: absolute;
	display: none;
}

#navbar ul li a:hover {
	background: url(graphics/bluebutton6.png);  /*blue box for non-links*/
	color: #FFFFFF; /*white text for non-links*/
	display:block;
}

#navbar li:hover ul {
	display:block;
	height: 22px;
	width:175px;
	border-top: 1px solid #000000;
}	

#navbar ul li a {
	display: block;
	height: 22px;
	text-align:center;
	text-decoration: none;
	padding: 0 6px 0 6px;
	border-right:  1px solid #000000; /*black right border*/

}

#navbar li ul li {
	display:block;
	width:175px;
}

#navbar li ul li a {
	display:block;
	height: 22px;
	background: url(graphics/graybutton5_1px.png);
	text-align:left;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width:175px;
	margin-left:-1px;
}	
	

#breakbar {
	width: 1016px;
	margin: 0 auto;
	height: 0px; 
	border: 6px double #666666;
	border-left: 0;
	border-right: 0;
}

#footer {
	width: 1016px;
	margin: 0 auto;
	background:#EEEEEE;
	
}

#nmra {
	width:118px;
	height: 102px;
	float:left;
	margin-left:24px;
}

#wgh {
	width:94px;
	height: 102px;
	float:left;
}

#ner {
	width:118px;
	height: 102px;
	float:left;
	margin-right:24px
}


#disclaimercopyright {
	width: 732px;
	float: left;
	padding-top: 8px;
}
 
.header {
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: #999999 3px 3px 1px,#CCCCCC 6px 6px 2px;
	color:#000000;
 	font-weight:bold;
 	font-size:24px;
 }
 
.header1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
 	font-weight:bold;
 	font-size:24px;
 }
 
.header2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:20px;
	background: #EEEEEE;
 }
.header3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:20px;
	text-decoration: underline;
 } 
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
 	font-size:16px;
 }
 
.bodytext1 {
 	font-family:Arial, Helvetica, sans-serif;
 	color:#EEEEEE;
 	font-size:16px;
 }

.caption {
	font-family:Arial, Helvetica, sans-serif;
 	color:#000000;
 	font-weight:bold;
 	font-size:16px;
 }
 
.captionsmall {
	font-family:Arial, Helvetica, sans-serif;
 	color:#000000;
 	font-weight:bold;
 	font-size:12px;
 } 
.captionred {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	font-size:16px;
}

.captionredsmall {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
}

.link {
	font-family:Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight:bold;
	font-size:16px;
	color:#FF0000
}

input {
	background: #d4d4d4;
	color:#000000;
}

input:focus,input.focus {
	background: #000099;
	color: #FFFFFF;
}

select {
	background: #d4d4d4;
	color:#000000;
}

textarea {
	background: #d4d4d4;
	color:#000000;
}

textarea:focus,textarea.focus {
	background: #000099;
	color: #FFFFFF;
}


.send1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background:#666666;
	color:#ffffff;
	border: 1px solid #000000;
}

.tabletext {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
 	font-size:13px;
}

.new {
	display:block;
	height: 22px;
	background: url(graphics/red_button.jpg);
	color:#FFFFFF; /*white text*/
	padding: 0 6px 0 6px;
	margin-left: -6px;
	margin-right: -6px;
}
.count {
	background-color:#00F;
	color: #FFFFFF;
}	.Red {
	color: #FF002D;
}
