﻿/* ---------------------------------------------------------  
 * Metrolink
 * Copyright © 
/* ---------------------------------------------------------  */
*{ margin:0; padding:0;}

body { background-color:#006b6e; font-size:85.5%; color:#404041;}
body, textarea, input, select, option, button, .entryContent p{font-family: Arial,Helvetica Neue,Helvetica;}

a,a:hover, a:focus, a:active{ text-decoration:none;}

ul, ol{list-style-type: none;}
img{ border:none; vertical-align:middle;}
.floatLf{float: left;}
.floatRt{float: right;}
.fontGreen{color:#006B6E;}

.step1, .step2, .step3, .quickTitle{
	background: url(/Images/Sprite.png) no-repeat;
	display: block;
	text-indent: -10001px;}
	
h1{ color:#006B6E; font-size:20px; font-family:Eurostile LT; font-weight:bold;}	
h2{ color:#bde4e2;font-size:30px; padding-top:15px; font-family:Arial Black; }

/* LAYOUT
------------------------------------------- */
#BgImages{
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	z-index: -1 !important;}

#Frame{
	width: 965px;
	margin: 0 auto;}
	
#Header{
	height: 296px; 
	background: url(/Images/Header.jpg) no-repeat;
	width: 962px;}
	
#Content{background: url(/Images/contentBg.gif) repeat-y; width: 952px; float:left; padding:0 0 0 10px; margin-top:-22px;}	
#ContentBtm{height:65px; background: url(/Images/contentBtm.png) no-repeat;width: 962px; float:left;}

.Steps{ padding-top:260px; position:relative;}	
.Steps li{float:left;   margin:0 30px;}
.step1, .step2, .step3{width:55px; height:55px;}
.step1{background-position: 0  -55px; }	
.step2{background-position: -131px -55px;}	
.step3{background-position:-262px -55px;}
/*
.step1:hover{background-position: 0  0 }	
.step2:hover{background-position: -131px 0;}	
.step3:hover{background-position:-262px 0;}
*/
.step1-notselected{background-position: 0  0 }		
.step2-notselected{background-position: -131px 0;}
.step3-notselected{background-position:-262px 0;}

.stepText{ text-align:right; line-height:28px; display:block; color:#fff; font-size:18px;
width:240px; height:50px; float:right; margin:210px 30px 0 0;
           
}

.message{ color:#000; margin-top:30px; font-size:13px; font-weight:bold; padding:0 0 0 35px; border-top:3px solid #006b6e;}

.quickTitle{background-position:-400px -80px; height:45px; margin-top:10px;}	
.quickLinks{ margin:0; padding:0;border-top:1px solid #fff;}
.quickLinks li{ border-bottom:1px solid #fff; padding:0 0 0 15px;  }
.quickLinks li:hover{ background-color:#67c7c6; }
.quickLinks a:hover{color:#fff200;}
.quickLinks a{ color:#fff; font-weight:bold; display:block; padding:18px;}

.policy{ padding:3px 15px; margin-right:40px;color:#fff;}

#Rt{ width:243px; background-color:#aeb0b4;margin-right:13px;  color:#006B6E;}	
#Lf{ width:600px;  background-color:#85d0d0; margin-left:45px; padding:50px 0;}

table .green th{ text-align:left;}

.tbl_frm {
    font-family: helvetica, Sans-Serif;
    font-size: 12px; margin:15px 0;
}
.tbl_frm td {
    padding:7px 2px;text-align:left; vertical-align:top; font-weight:bold;
}

.tbl_frm td a{ text-decoration:underline; color:#006B6E;} 

.tbl_frm td input[type=text]  {
    background-color:#f5f5f5;
    /*color:#0033cc;*/
    font-family: verdana;font-size: 11px;
}
.tbl_frm td select  {
    background-color:#f5f5f5;
   /*color:#0033cc;*/ margin-top:8px;
    font-family: verdana;font-size: 11px;
}
.tbl_frm td textarea  {
    background-color:#f5f5f5;
   /*color:#0033cc;*/
   margin-top:8px;
    font-family: verdana;font-size: 11px;
}
.headsub {
   color:#006B6E; margin: 20px 0 20px 0; font-size: 11px;
}
.tbl_frm td.pad {
    text-indent: 2;
}

