/*
table tr {
	border: solid red 1px !important;
}
table td, table th {
 border: solid green 1px !important;
}
*/


body 
{
	font-family: "Verdana", "Arial", sans-serif; 
	color: #1F4060;
	font-size: 10pt;
	background: url('/images/bkgrnd.jpg') repeat-x #FFFFFF;
}

body.mceContentBody {
	background: #bcd3ff;
}

#skip a
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
#skip a:focus,
#skip a:active
{
	position:static;
	width:auto;
	height:auto;
	font-size: 6pt;
	margin-bottom: 1px;
} 

#skipNav{
	font-size: 6pt;
	margin-bottom: 1px;
}

#Container 
{
	position: relative;
	width: 960px;
	background-color: #bcd3ff;
	border: solid 2px #1f4060;
}

#ColumnArea {
	background: url(/images/fr.bkgrnd.jpg) repeat-y;
}


#Header
{
	height: 64px;
	background: #BDd3ff;
}

#lowerHeader 
{
	background: #7AA6ff;
}

#HeadDivider
{
	background: #7AA6FF;
	height: 5px;
}

html>body #HeadDivider
{
	 height: auto;
	 min-height: 5px;
}

#Content {
	width: 670px;
	padding: 15px 5px 10px 15px;
}

#MenuBar {
	padding: 3px 130px 0px 0px;
	background: #7AA6FF;
	margin: 0;
	width: 830px;
	float: right;
}

#MenuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 130px;
	float: right;
}

#MenuBar a, #MenuBar h2 {
	font-size: 9pt;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #7AA6FF;
	text-decoration: none;
	}

#MenuBar a:hover {
	background: #BDD3FF;
}

#MenuBar li {
	position: relative;
}

#MenuBar ul ul {
position: absolute;
z-index: 500;
}

#MenuBar ul ul ul{
top:0;
left:100%;
}

#MenuBar ul ul a, 
#MenuBar ul ul ul a
{
border-bottom: 1px solid #BDD3FF;
}

#MenuBar ul ul a:hover,
#MenuBar ul ul ul a:hover
{
background: #BDD3FF;
}


div#MenuBar li:hover{
cursor:pointer;
z-index:100;
}

div#MenuBar ul ul,
div#MenuBar ul li:hover ul ul,
div#MenuBar ul ul li:hover ul ul
{display: none;}

div#MenuBar ul li:hover ul,
div#MenuBar ul ul li:hover ul,
div#MenuBar ul ul ul li:hover ul
{display: block;}

#RightColumn {
 width: 255px;
 font-size: 8pt;
 color: #1f4060;
 float: right;
 background: #F0E5D3;
}

.columnHead
{
background: #CFCBB7;
width: 251px;
font-weight: bold;
font-size: 11pt;
color: #1f4060;
text-align: center;
margin-bottom: 5px;
padding: 3px 2px 3px 2px;
}

.columnContents
{
padding: 5px 7px 5px 10px;
}

#upperFooter
{
	height: 134px;
	clear: both;
	background: #BDD3FF;
}

/*
#Footer {
	border: solid blue 1px;
	background: #BDD3FF;
	width: 38em;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	clear: both;
}


#Footer ul {
	border: solid red 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
}

#Footer li{
	margin: 0;
	padding: 0;
}

#Footer a, #Footer h2 
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

html>body #Footer a, 
html>body #footer h2
{
	padding: 0;
}
*/

#Copyright {
	font-weight: bold;
	      font-size: 8pt;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	color: #1F4060;
	background: #BDD3FF;
	padding-bottom: 2px;
}

#Copyright-lite {
	font-size: 8pt;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	color: #1f4060;
	background: #BDD3FF;
	padding-bottom: 2px;
}

#Copyright a, #Copyright a:visited 
{
	color: #1F4060;
}

#Copyright a:hover {
	color: #7AA6FF;
}

#LegalStmt {
/*      font-weight: bold; */
        font-size: 6.5pt;
        text-align: center;
/*        width: 960px; */
	margin:0 1%;
        color: #1F4060;
        background: #BDD3FF;
        padding-bottom: 2px;
}

#LegalStmt a, #LegalStmt a:visited
{
        color: #FFFFFF;
}

#LegalStmt a:hover {
        color: #7AA6FF;
}


h1 {
	font-weight: bold;
	font-size: 14pt;
	padding: .5em 0;
	margin: 0;
}

h2
{
 font-weight: bold;
 font-size: 12pt;
}

h3
{
 font-weight: bold;
 font-style: italic;
 font-size: 11pt;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7AA6FF;
}

.clear {
	clear: left;
	padding: 0;
	margin: 0;
	height: 1px;
}

.halfColumn
{
	width: 48%;
	float: left;
	padding: 0 2px 0 2px;
}

.icon
{
	vertical-align: middle;
}

.leftBreakout
{
	width: 33%;
	float: left;
	padding: 0 5px 0 5px;
}

.rightBreakout
{
	width: 33%;
	float: right;
	padding: 0 5px 0 5px;
}


table.center
{
	text-align: center;
	border: 0;
	width: 100%;
}

table {
	border: 0;
}

tr {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

.HomePromoThree
{
        width: 32%;
        float: left;
        padding: 2px;
        font-size: 8pt;
        text-align: center;
        margin-top: 10px;
}

.HomePromo 
{
	width: 45%;
	float: left;
	padding: 2px;
	font-size: 8pt;
	text-align: center;
	margin-top: 10px;
}

img {
	border: 0;
}

.HomePromo h1 {
	font-size: 10pt;
	font-weight: bold;
}

td.middle {
	vertical-align: middle;
}

td.center
{
	text-align:center;
	vertical-align: middle;
}

.grid,
table.grid,
td.grid
{
	border: 1px solid #1F4060;
}

.sendformlabel
{
  width: 45%;
  float: left;
  text-align: right;
  padding: 0 2px 0 2px;
}

.sendformfield
{
  width: 40%;
  float: left;
  text-align: left;
  padding: 0 2px 0 2px;
}

.formlabel
{
	width: 25%;
	float: left;
	text-align: left;
	padding: 0 10px 0 10px;


}

.formfield
{
	width: 45%;
	float: left;
	text-align: left;

	padding: 0 2px 0 2px;
}

.center
{
	text-align: center;
}

table.service_plaza th{
	text-align: left;
}

table.service_plaza dt{
	font-weight: bold;
}
table.service_plaza dd{
	margin-left: 1em;
}

table.tp_map td img {
	display: block;
}

table.full_size, table.eng_rfp {
	border-spacing: 0;
	border-collapse: collapse;
	border: solid #1f4060 2px;
	margin-top: 1em;
	margin-bottom: 2em;
	width: 100%;
}

table.eng_rfp {
	font-size: 80%;
}

table.eng_rfp th, table.full_size th{
	border-bottom: solid #1f4060 2px;
	text-align: center;
}

table.eng_rfp th.date_col, table.full_size th.date_col{
	width: 8em;
}

table.eng_rfp td, table.full_size td {
	padding: .5em .2em;
	border-right: solid #1f4060 2px;
}

table.rate_table {
	background: #bcd3ff;
	border-spacing: 0;
	border-collapse: collapse;
	width: 180em;
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 2em;
	border-top: solid #1f4060 2px;
	border-right: solid #1f4060 2px;
	border-bottom: solid #1f4060 2px;
}

table.rate_table .interchange{
	width: 18em;
}

table.rate_table .left{
	text-align: left;
	padding-left: .5em;
}

tr.odd_row {
	background: white;
}

tr.even_row {
}

table.rate_table td, table.rate_table th {
	text-align: right;
}

div.two_column {
	float: left;
	width: 45%;
	margin-right: 0;
	padding-left: 2%;
}

div.right_bar {
	border-right: solid #1f4060 2px;
}

div.left_bar {
	border-left: solid #1f4060 2px;
}

div.article h2, body.mceContentBody h2 {
	text-align: left;
}
div.article .tight, body.mceContentBody .tight {
	width: 80%;
	margin: 0 auto;
}

div.wide_content {
	width: 95%;
	margin: 0 auto;
}

/*div.article p, body.mceContentBody p { */
p {
	text-align: justify;
	/*text-indent: 3em; */
	margin-bottom: 1em;
}

div.article p.subtitle, body.mceContentBody p.subtitle {
	text-align: right;
	margin-bottom: 1em;
	text-indent: 0;
}

div.article p.centered, body.mceContentBody p.centered {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

div.article p.short, body.mceContentBody p.short {
	text-align: left;
	margin-bottom: 1em;
	text-indent: 0;
}

div.article p.line15, body.mceContentBody p.line15 {
        text-align: left;
	line-height: 1.5;
        margin-bottom: 1em;
        text-indent: 0;
}

div.link_detail {
	margin: .5em 0;
}

div.alert_short {
	margin-bottom: 1em;
}

div.alert_detail dt {
	font-weight: bold;
}

div.alert_detail dd {
	margin: 0 0 1em 1em;
}

div.notice_detail {
	margin-top: 1em;
	border-bottom: solid #1f4060 2px;
}

hr {
	border-bottom: solid #1f4060 2px;
}	

dl.pdf_list {
	margin: 1em;
}

dl.pdf_list dt {
	margin-left: -1em;
}

div.img_column {
	width: 150px;
	margin: 0 5px;
	float: left;
}

div.img_column div.image {
	text-align: center;
	font-size: 80%;
	margin-bottom: 28em;
}

div.left_pad {
	margin-left: 160px;
}

div.left_pad div.image {
	width: 150px;
	padding: 0 5px;
	text-align: center;
	font-size: 80%;
	position: absolute;
	left: 0;
}

td.half_space a, td.half_space br{
	display: block;
	margin-bottom: .5em;
}

p.MsoNormal {
	margin: 0;
}

input.blank{
	display:inline;
	position: absolute;
	left:-200em;
	top:auto;
	width:1em;
	height:1em;
	overflow:hidden;
}

input.up_case{
	text-transform:uppercase;
}

table.dynaform th {
	width: 40em;
	text-align: left;
}

