/* Body CSS -----------------------------------------------------------------------*/
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #12415a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodyTextBold {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bodyTextSm {
	font-size: 11px;
}

.bodyTextSmBold {
	font-size: 11px;
	font-weight: bold;
}

.bodyTextSmBlue {
	color: #12415a;
	font-size: 11px;
}

.home_blurb_text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 16px;
}

.bodyTextBullet {
	list-style-image: url(../../images/bodyBullet.gif);
}

ul.Horizontal {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: square;
  
}
ul.Horizontal li {
  display: inline;
  list-style-type: square;
}

.error {
	color: #F0D511;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.success {
	color: #5786AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.selectBold {
	color: #e8721d;
}

.subHeading {
	color: #e8721d;
	font-weight: bold;
}

/* Content Links ---------------------------------------------------------------------*/
a:visited, a:link, a:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #66828B;
	text-decoration: none;
}

.contentLinkHilite {
	color: #66828B;
}

/* Left Nav CSS -------------------------------------------------------------------*/
a.leftNav:visited, a.leftNav:link, a.leftNav:active {
	color: #ffffff;
	text-decoration: none;
}

a.leftNav:hover {
	color: #cccccc;
	text-decoration: none;
}

.leftnav {
	background-color: #5786AA;
}

.leftnavSelected {
	color: #cccccc;
}

/* Top Nav CSS --------------------------------------------------------------------*/
.topnavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.topnavSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
a.topnav:link,a.topnav:visited,a.topnav:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.home a:link, .home a:visited, .home a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;
	letter-spacing:.5px;
}
.home a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #cccccc;
	text-decoration: none;
}

a.topnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}




.gnav
{
	float:left;
}

.gnav ul
{
	list-style-type: none;	
	margin:0px;
	padding:0px 0px 0px 10px;
	background: none;
	height:auto;
	width:auto;
}

.gnav ul li
{
	list-style-type: none;
}

.gnav ul li a:link,.gnav ul li a:active,.gnav ul li a:visited
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;			
	text-decoration: none;
	background: transparent url(../../images/header/bullet1.gif) left center no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

.gnav ul li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;		
	background: transparent url(../../images/header/bullet2.gif) left center no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

.gnav ul li #current
{
	background: transparent url(../../images/header/bullet2.gif) left center no-repeat;
	color: #CCCCCC;		
}

/* Form CSS -----------------------------------------------------------------------*/
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #12415a;
	border-color: #5786AA;
	border-width: 1px;
	border-style: solid;
	width: 158px;
}

input.checkBox {
	border-color: #12415a;
	width: 16px;
}

input.submit {
	width: 100px;
}
	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #12415a;
	border-color: #5786AA;
	border-width: 1px;
	border-style: solid;
	width: 158px;
	font-weight: normal;	
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #12415a;
	border-color: #5786AA;
	border-width: 1px;
	border-style: solid;
	width: 480px;
	height: 200px;
}

/* bold page links ------------------------------------------------------------------*/
a.pageNav:link,a.pageNav:visited,a.pageNav:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.pageNav:hover {
	color: #66828B;
	text-decoration: underline;
}

/* Contact Links ---------------------------------------------------------------------*/
.contactBold{
	color: #12415a;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

a.contact:visited, a.contact:link, a.contact:active {
	color: #12415a;
	font-size: 11px;
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

a.contact:hover {
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.edge {
	border: 1px solid #FFFFFF;
}

/* arc website ---------------------------------------------------------------------*/
.arcChart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC; 
}
	
.arcPadding {
	padding: 5;
}

.arcDimensions {
	padding-bottom: 5px;
}


#thisbar
{
	width:770px;
	height:5px;
	background-color:#ffffff;
	border:1px solid #ff0000;
	margin:0px;
	padding:0px;
	
}

.positionHdrs
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #12415A;
	padding-left: 5px;
	font-weight: bold;
}
