﻿/* $LastChangedBy: rdoll $
   $LastChangedDate: 2008-09-19 11:09:20 -0500 (Fri, 19 Sep 2008) $ */

/* html tags */
body 
{
  margin: 4px 8px 0px 4px;
  background-color: #494a4e;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color: #4c4c4c;
}

/* Print Friendly items */

#PrintFooter
{
  display: none;
}

#PrintBanner
{
    display: none;
}

/* Generic Page Elements */

/* Generic Classes*/

.standardBodyText1Column
{
	font: 10px Arial, sans-serif;
	color: #4c4c4c;
	font-weight: 900;
	text-decoration: none;
	display: block;
	margin: 5px 5px 5px 5px;
	text-align: left;
	padding-left: 4px;
}

.BodyTextBold
{
  font-size: 11px;
  font-weight:bold;
  text-decoration: none;
  color: #83817a;
  line-height: 14px;
}

.bodyTextBoldRed
{
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  line-height: 14px;
  color: Red;
  text-align: left;
}

.boldSmallText
{
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  font-size: 9px;
  color: #353535;  
  padding-left: 10px;
}

.textHeading
{
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #2c4b64;
  text-decoration: none;
  line-height: 30px;
  text-align: left;
}


/* Chrome Page Elements */


/* Top Banner */
#TopBanner 
{
  width: 987px;
  background-position: top;
  background-repeat: repeat-x;
}

#TopBanner_Left 
{
  background-image: url(../../images/public/banner_mid.gif);
  background-repeat: repeat-x;
  float: left;
  height: 63px;
  width: 837px;
  margin-right: -3px;
}

#TopBanner_Right
{
  float: right;
  width: 150px;
  height: 63px;
  margin-left: -3px;
  margin-bottom:  -50px;
}

#TopBanner_Right a
{
  font-size: x-small;
  color: #999;
  text-decoration: none;
}

#BannerTopLinks
{
  position: relative;
  top: -65px;
 padding-top: 4px;
 padding-left: 100px;
}

#BannerBottomLinks
{
  position: relative;
  top: -64px;
 padding-top: 10px;
 padding-left: 32px; 
 vertical-align:middle;
}

/* footer */
 
#Footer
{
  clear:both;
}

#FooterLinks
{
  clear: both;
  width: 987px;  
  border-top-color: White;
  border-top-style: solid;
  border-top-width: 1px;
}

#FooterText
{
 font-size: x-small;
 color: #999;
 padding-top: 2px;
 padding-bottom: 2px;
}

#FooterTextLeft
{
  float: left;
  width: 689px;
  margin-left: 5px;
}

#FooterTextRight
{
  margin-left: 850px;

}

#FooterText a
{
 font-size: x-small;
 color: #999;
 text-decoration: none;
}

#FooterBottom
{
  background-image: url(../../images/public/FooterMid_pub.gif);
  background-repeat: repeat-x;
  background-position: top;
  height: 12px;
  width: 991px;
}

#FooterLeft 
{
  background-position: top;
  background-image: url(../../images/public/FooterLeft_pub.gif);
  background-repeat: no-repeat;
  float: left;
  height: 12px;
  width: 11px; 
  margin-right: -3px;
}

#FooterRight
{
  float: right;
  background-position: top; 
  background-image: url(../../images/public/FooterRight_pub.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 11px; 
  margin-left: -3px;
}

#FooterMiddle
{
  background-image: url(../../images/public/FooterFill.gif);
  background-repeat: repeat-x;
  height: 12px;
}

#ContentTable
{
  width: 995;
  padding: 0;
  margin: 0;
  clear: both;
}

#ContentTable td
{
  padding: 0;
  margin: 0;
  vertical-align: top;
}


/* LEFT NAV Section */

#LeftNav
{
  width:175px;
}

#LeftNavTop
{
  height: 21px;
  background-image: url(../../images/public/leftnav_top.gif);
}

#LeftNavContainer
{
  padding: 0 3px 0 3px;
  background-color: White;
}

#LeftNavLinksContainer 
{
	margin-top:0px;
	margin-bottom:6px;
	margin-left: 1px;
}

#LeftNavLinksContainer a 
{
  color: #C6C6C6;
  height: 16px;
	border: 1px solid;
  border-left-color: #2B2B2B;
  border-bottom-color: #2B2B2B;
  border-top-color: #2B2B2B;
  border-right-color: #2B2B2B;
	background-color: Black;
	padding: 2px 2px 2px 3px;
	font: 10px Arial, sans-serif;
	font-weight: 900;
	text-decoration: none;
	border-color: #2B2B2B #4D4D4D #2B2B2B #4D4D4D;
	display: block;
	margin: 0;
	text-indent: 8px;
}

#LeftNavLinksContainer a:hover 
{
  border: 1px solid;
	padding: 3px 1px 1px 4px;
	background-color: #2B2B2B;
	border-color: #2B2B2B #4D4D4D #2B2B2B #4D4D4D;
	color: #fff;
	text-decoration: none;
	background-image: url(../../images/public/LeftNavBkg.gif);
	background-repeat: no-repeat;
}

#LeftNavContactContainer
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 1px;
}

#LeftNavContactHeader
{
  background-color: #2B2B2B;
  border: solid 1px #2B2B2B;
  font-weight: bold;
	padding: 2px 2px 2px 3px;
	font: 10px Arial, sans-serif; 
	color: #FFFFFF; 
	text-indent: 8px;
}

#LeftNavContactText
{
	border: 1px solid;
  border-left-color: #2B2B2B;
  border-bottom-color: #2B2B2B;
  border-top-color: #2B2B2B;
  border-right-color: #2B2B2B;
	background-color: #000;
	padding: 2px 2px 2px 3px;
}

#LeftNavContactText p
{
  color: #C6C6C6;
	font: 10px Arial, sans-serif;
	font-weight: 900;
	border-color: #2B2B2B #4D4D4D #2B2B2B #4D4D4D;
	margin: 0 0 8px 0;
	padding-left: 8px;
}

#LeftNavBottom
{
  width: 175px;
  height: 21px;
  background-image:url(../../images/public/LeftNavBottom_pub.gif);
  background-repeat: no-repeat;
}

/* content wrapper divs */

#RightContent
{
  padding: 0;
  width: 809px;
}

#RightContentBkg
{
  background-color: White;
  margin-bottom: 5px;
}

/* common page element secondary pages */
#RightTop
{
  background-image: url(../../images/public/RightContentTop_pub.gif);
  background-repeat: no-repeat;
  height: 6px;
  font-size: 1px;
}

#RightBottom
{
  clear: both;
  background-image: url(../../images/public/RightContentBottom_pub.gif);
  background-repeat: no-repeat;
  height: 6px;
  font-size: 1px;
}

#ContentContainer
{
  font-weight: normal;
  padding: 0 20px 0 20px;
}