body {
  color:#444;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	margin: 0px;
	/*background: url(http://www.metrorp.com/images/body_bg2.gif);*/
	background-color:#333;
	line-height: 1.5em;
}

h1, h2 {
  font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-size:26px;
}

h2 {
  font-size:20px;
}

h3 {
  font-size:16px;
}

p {}
td {}
li {
	padding: 5px;
}

hr {
  margin: 30px 0;
  background-color:#CCC;
  height:3px;
  border:0;
}

h1 {
  line-height:1.1em;
}

input.text, input.password { width: 150px; }
#OverAllContainer { 
	width: 800px;
	background: #ffffff;
	border: solid #ffffff 1px;
}

#header {
  background-image: url('images/new_header_v2.gif');
  width:800px;
  height:92px;
  position:relative;
}

.topGreet {
  padding: 8px 15px;
}


.mainbg {
	padding: 15px 25px;

}
a, a:visited, a:active, a:link {
	color: #990000;
	text-decoration: underline;
}
a:hover {
  color:#666;
}
#topnav { 
  background-color:#333;
	width: 770px;
	padding: 12px 15px;
	color: #999;
	font-size: 13px;
	font-family: arial;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:active {
	color: #FFF;
	text-decoration: none;
	margin: 0 7px;
	font-weight:bold;
}

#topnav a:hover {
	color: #CCC;
}

#main {
  width:800px;
  float:left;

  background-image: url('images/main_bg.jpg');
  background-repeat: repeat-y;
  background-color:#FFF;
}

#bottomnav { 
  clear:both;
  background-color:#333;
	width: 770px;
	padding: 6px 15px;
	color: #999;
	font-size: 11px;
	text-align:center;
}

#bottomnav a, #bottomnav a:link, #bottomnav a:visited, #bottomnav a:active {
	color: #FFF;
	text-decoration: none;
	margin: 0 5px;
}

#bottomnav a:hover {
	color: #CCC;
}

#footer_address {
  font-size: 10px;
  background: #cccccc;
  color: #000000;
  text-align: center;
  padding: 8px;
}

#credits {
  width:800px;
  padding: 8px 0;
  color:#FFF;
}

#credits a, #credits a:link, #credits a:visited, #credits a:active {
	color: #FFF;
	text-decoration: none;
}

#credits a:hover {
	color: #CCC;
}

.login_table {
  background-color: #efefef;
  border:1px solid #CCC;
}

.explanation {
  background-color:#444;
  color:#FFF;
  padding:10px;
  font-size:11px;
  margin-bottom:8px;
  line-height:1.5em;
}

.login_table td {
  padding: 4px 8px;
}

.img-left, .img-right {
  padding: 3px;
  border:1px solid #CCC;
  margin-bottom: 8px;
}

.img-left {
  float:left;
  margin-right: 15px;
}

.img-right {
  float:right;
  margin-left: 15px;
}

/*.img-left.inner, .img-right.inner {
  margin-top: 15px;
}*/

a img {
  padding: 3px;
  border:1px solid #CCC;
  background-image: url(images/magnify.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* MAGNIFYING GLASS 
.photo is written within jQuery ready
*/

a.magnifier img {
  
  padding: 4px 4px 17px 4px;
  border: 1px solid #CCC;
}

/*.photo {
  position: relative;
  float:left;
  width: 190px;
}

.photo-right {
  float: right;
}

.photo span {
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  background: url(images/magnifier_zoom.png) no-repeat;
  behavior: url(iepngfix.htc);
}

.photo-right span {
  left: 27px;
}

.photo-inner span {
  top: 27px;
}*/



#header .phone_number{
	text-align: right;
	position: absolute;
	right: 110px;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	letter-spacing: .05em;
}
