﻿BODY {
  font-family: arial,helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
  font: 12px arial,helvetica,sans-serif;
}
CENTER, FORM {
  margin: 0px;
}

img
{
	border: 0px;
}

.page
{
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	}

#maincontent
{
	padding: 5px;
}
	
.titlebar
{
	border-bottom: 2px solid #EEEEEE;
	padding: 10px;
	}

#menu {
	margin-top: 5px;
	margin-bottom: 5px;
	
	width: 140px;
	font: bold 12px arial,helvetica,sans-serif;
	text-decoration: none;
	line-height: 20px;
	}

#menu a {
	display: block;
	text-decoration: none;
	color: #003367; 
	
   	width: 140px;
	}

#menu a:hover {
	display: block;
	color: #FF0000;
	
   	width: 140px;
	}

#submenu {
	margin-left: 5px;
	display: block;
	font: 11px arial,helvetica,sans-serif;
	text-align: left;	
   	width: 140px;
	line-height: 20px;
	}

#submenu a {
	display: block;
	text-decoration: none;
	color: #333333; 
	

   	width: 140px;
	}

#submenu a:hover {
	display: block;
	color: #FF0000;
	
   	width: 140px;
	}

#lhs
{
	float: left;
	width: 140px;
}

#sidebar
{
    float: left;
	width: 140px;
}

#content {
  padding: 5px;
  font-size: 13px;
  width: 585px;
  margin-left: 170px;
  margin-top: 0px;

}
#contentfaq {
  width: 610px;
  padding: 10px 20px;
  font-size: 0.8em;
}


.content_footer {
  text-align: center;
  font-size: 0.8em;
}
.RHBar {
	width: 170px;
	padding: 5px;
	font-size: 12px;
	float: right;
	display: block;
	margin-bottom: 10px;
}
#footer {
  font-size: 0.7em;
  padding: 8px 0px;
  color: #999999;
  font-weight: normal;
  text-align: center;
  line-height: 1.5em;
}
#footer A {
  color: #999999;
  text-decoration: none;
}
#footer A:hover {
  color: #666666;
}

#button
{
border: 5px solid #FF0000;
}

#footermenu
{
	background-color: #CCCCCC;
	color: #666666;
	margin: 5px;
	padding: 10px;
	font: 10px verdana,helvetica,sans-serif;
}

#footermenu a
{
	text-decoration: none;
	color: #666666;
}

#footermenu a:hover
{
	text-decoration: none;
	color: #FF0000;
}


H1, H2, H3 {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  margin: 0px;
}
H1 {
  font-size: 20px;
  color: #ff0000;
}
H2 {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #000099;
}
H3 {
  font-size: 13px;
  color: #000000;
}

.RHBar H2 {
	font-size: 14px;
}

HR {
  height: 1px;
}
UL {
  list-style-type: square;
  margin: 10px;
}
LI {
  margin-bottom: 10px;
}

OL {
	margin: 15px;
	list-style-type: decimal;
	list-style-position: inside;
}

blockquote
{
	margin: 15px;
}

.FormFieldLabel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #006699;
  background-color: #B8D7E0;
}

.FormDescription {
  background-color: #CAE1E8;
  color: #006699;
}
.FormHeader {
  padding: 10px;
  text-align: center;
  font: bold 14px trebuchet ms,verdana,arial,helvetica;
  color: #FFFFFF;
  background-color: #000033;
}


.form {
	border: 1px solid #333333;
	background-color: #EEEEEE;
	font-size: 11px;
}

.form td {
	padding: 2px 10px;
}

#buttonbox
{
	background-color: #FF0000;
	padding: 5px;
}

#textfield
{
	font: 11px verdana,arial,helvetica,sans-serif;
}

/*.Form {
  border: 1px dashed #003366;
}*/
.FormField {
  background-color: #B8D7E0;
}

.FormRequired {
  font-size: 9px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NewsletterFieldLabel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #006699;
}
.NewsLetterSubmit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #006699;
}
.tick {
  list-style-image: url("/images/tick2.gif");
}
.tick LI {
  margin-bottom: 10px;
}
.yellow_highlighter {
  background-color: #ffff00;
}
A {
  color: #1D6BD1;
  text-decoration: underline;
}
A:visited {
  color: #8503A7;
}
A:hover {
  color: #FF0000;
  text-decoration: none;
}
.guarantee {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}
.yellow {
  background-color: #FFFF00;
}
.line {
  text-decoration: line-through;
}

#required
{
	font-weight: bold;
	color: #FF0000;
}

.redtext
{
	color: #FF0000;
}

.bluetext {
  color: #0000FF;
}
.whitetext {
  color: #FFFFFF;
}

.breadcrumbs {
	background-color: #EEEEEE;
	display: block;
	position: relative;
	padding: 5px;
	font: 10px verdana,helvetica,sans-serif;
	margin: 5px 0px 10px 0px;
	font-style: italic;
	color: #666666;
}

.breadcrumbs a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	font-style: normal;
}

.breadcrumbs a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
}

.fieldnew {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.fieldtouched {
  color: #000000;
}

.noindent P {
  text-indent: 0em!important;
}
.noborder {
  border: 0px;
}

.img_services
{
	float: left;
	padding: 0px 5px 0px 0px;
}

ul.downarrow {list-style-type: none; margin-left: 0  }
ul.downarrow li {list-style-type: none; background-image: url(img/dn_arrow.gif); background-repeat: no-repeat; padding-left: 5px; background-position: 0 4px; margin-bottom: 5px}

#preheader {
	margin: 0 auto;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding: 5px 10px 5px 0px;
	width: 780px;
	display: block;
	text-align: right;
}

#preheader a  {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.RHBorder
{
	border: 1px solid #333333;
	background-color: #DDEEFF;
}
.RHBorder input {
	color: #333333;
}
#header
{
	background-color: #000066;
	font: bold 12px tahoma,arial,helvetica;
	color: #FFFFFF;
	padding: 10px 5px;
}

.justify
{
	text-align: justify;
}

.InfoWindow
{
    padding-left: 5px; 
    font-weight: bold; 
    padding-bottom: 2px; 
    width: 100%;
    color: white; 
    padding-top: 2px; 
    border-bottom: black thin solid; 
    font-family: Verdana, Arial;
    height: 15px; 
    background-color: gray
}

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #808080;
    color: White;
    font-weight: bold;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #f5f5f5;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}
