

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 70%;
	color: #333333; 
}


#bodyControl {	
	border: 1px solid #A8A7A7;
	border-width: 1px 1px 0 1px;
	/* Bottom border is taken care of in #footerControl */
	margin: 7px auto;
	text-align: left;	
}

p, li, address {
	line-height: 1.4em;
}

li {
	padding-bottom: 5px;
}

a {
	font: normal 100% Verdana, Arial, Helvetica;
} 

a:link {
  color:#2A5C81;
}

a:visited {
  color:#2A5C81;   

}

a:hover {
  text-decoration: none;
}

a.big {
	font-size: 120%;
	font-weight: bold;
}

h2, h2 a, h3, h3 a {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #2A5C81;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

h2 a, h3 a {
	font-weight: bold;
}

h3 {
	font-size: 110%;
	/* color: #2A5C81; */
	color: #333;
}

h4 {
	font-size: 100%;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0;
}

h4 a {
	font-weight: normal;
}

h5  {
	font-size: 100%;
	font-weight: normal;
}

.tm {
	font-size: 60%;
	font-weight:normal;
}

* html .tm {
	vertical-align: top;
	font-size: 60%;
	text-decoration: none;
}

img {
  	border: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
	margin-bottom: 1em;
}

cite, cite * {	
	text-align: right;
}

blockquote cite {
	display: block;
}

em.bold {
	font-weight: bold;
}

address {
	display: block;
	font-style: normal;
	padding: 15px 0;
}

.left {
	float: left;
}

img.left {
	padding-top: 5px;
	padding-right: 5px; 
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

* html #mainContent .clear {	
	clear: both;
	height: 1px;
}

hr.clear {
	clear: both;
	visibility: hidden;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

div.justclear {
	font-size: 1px;
	height: 1px;
	clear: both;
}

.xmlFeed img {
	padding-right: 5px;
}

.xmlFeed a {
	text-decoration: none;
}

.linkText {
	text-decoration: underline;
}

.wmp	{
	color: #999;
	font-size: 80%;
}
.wmp a	{
	color:#999;
	text-decoration: underline;
}

.wmp a:hover	{
	text-decoration: none;
}


/* Gives all table cells a 1px border and some cell padding by default */
table {
	border-collapse: collapse;
}

td {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #FFFFFF;
	font-size: 100%;
}

/* and this class overwrites the borders */

table.noBorder td {
	border: 0 !important;
}

.noBorder {
	border: 0 !important;
} 



p.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* thanks Zeldman */
}

ul.killDefault {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#masthead {
	background-color: #F6F5F4;
	padding-top:4px;
}

#masthead h1 {
	margin: 0;
	margin-top: 4px;
	margin-left: 8px;
	padding: 0;
}

#logo {
	width: 130px;
	float: left;
}

#utilityNav {
	width: 515px;
	float: right;
	text-align: right;
}


#utilityLinks {
	font-size: 90%;
	color: #333333;	
	padding-top: 5px;
	width: auto;
	float: left;
}

#utilityLinks li, #corporateNav li {
	padding: 0 7px;
	border-left: 1px solid #A19E9D;
	color: #797776;
	display: inline;
	list-style-type: none;
}

#utilityLinks ul li.firstLink {
	border-left: 0 !important;
}

#utilityLinks ul {
	margin: 0;
	padding: 0;
}

#utilityLinks a {
	color: #797776;
	text-decoration: none;
}

#utilityLinks a:hover, #utilityLinks a:active {
	text-decoration: underline;
}

#search {
	margin-right: 10px;
	float: right;
	padding-top: 3px;
}

form, input {
	margin: 0;
	padding: 0;
}

#searchField {
	float: left;
	padding: 0;
	margin: 0; 
	border: 1px solid #DAD5D1; 
	color: #71736C; 
	background-color: #FFFFFF;
}

* html #searchField {
	float: none;
	position: relative;
	top: -4px;
	left: 0;
	padding: 0;
	margin: 0; 
}

#searchButton {
	margin: 0;
	margin-left: 3px;
	padding: 0;
}

#corporateNav {
	display: none;
}

/* //// Banner styles //// */ 

#banner img {
	display: block !important; /* overwrites the 'hidden' property in alt_browser.css */
}
#contentControl {
	clear: both;
} 

/* //// Breadcrumb Trail //// */

#breadcrumbTrail {
	padding: 3px 10px 0 10px;
	font-size: 90%;
	letter-spacing: 0.2em;
	margin-right: 1px;
	color: #BCBBBB;
}

#breadcrumbTrail a {
	letter-spacing: 0;
	color: #797776;
	text-decoration: none;
}

#breadcrumbTrail a:hover {
	text-decoration: underline;
}

ul.listContact {
	margin: 0;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

ul.listContact li {
	padding-bottom: 20px;
}

/* //// Footer section //// */
#footerControl {
	clear: both;
	padding-top: 1px;
	border-bottom: 1px solid #A8A7A7;
}

#footer {
	padding-top: 1px;
	padding-bottom: 4px;
	/* background-color: #F6F5F4; */
	border-top: 1px solid #A8A7A7;
		color: #9bcc67 !important;
	padding:10px 0px !important;
	font-size:70%;
	background-color:#00659B !important;
}

#footer ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	float: left;
	padding-left: 15px;
}

#footer .lastLink {
	float: right;
	padding-left: 0;
	margin-right: 15px;
}

* html #footer #lastLink {
	margin-right: 10px;
}

/* //// Sitewide classes //// */
.noPad {
	padding: 0;
	margin: 0;
}
.noTopPad {
	padding-top: 0;
	margin-top: 0;
}

.noBottomPad {
	padding-bottom: 0;
	margin-bottom: 0;
}

.noTopBotPad {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.error {
	font-size: 120%;
	font-weight: bold;
	color: #F00;
}

div.error {
	padding: 10px 0;
}

h1.error {
	margin: 0;
	padding: 10px 0;
}

.red {
	color: #c00;
}

.under {
	text-decoration: underline;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.definition {
	margin: 10px 15px; 
	padding: 10px;
	background-color: #eee;
	color: #000;
}

/* Fixes an IE 6 bug where content sometimes disappears behind a BG image */
* html .IEwidthFix {
	width: 100%;
}

/*
.highlight {
	border: 0;
	background-color:#FFFF99;
} */

.formSize {
	color: #999;	
	font-size: 80%;
}

.formSize a {
	color: #999;
	text-decoration: none;
}
.formSize a:hover {
	text-decoration: underline;
}

p.formSize {
	padding-top: 0;
	margin-top: 0;
}

.small {
	font-size: 80%;
}

.strike {
	text-decoration: line-through;
}

.imgBorder {
	border: 1px solid #333;
}

div.warning {
	background-image: url(/img/global/icons/warning.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding: 0 35px;
	font: bold 110% Arial, Helvetica, sans-serif;
	width: 55%;
	margin: 10px 0 0 35px;
	line-height: 1.5em;
}
div.warning a {
	font: bold 100% Arial, Helvetica, sans-serif;
}

.currenttime {
	color: #666 !important;
	font-size: 90% !important;
}

.navHeading a {
	padding-left: 1px !important;
	font-weight: bold !important;
}
