/***** Design & Code (c) ESX, Inc. *****/
/*------------------------------------------------*/
/***** Neutralize styling: 
   Elements we want to clean out entirely: *****/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% arial, helvetica, sans-serif;
}
body {
	background-image: url(../PageBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}
/*------------------------------------------------*/
/***** Neutralize styling: 
   Elements with a vertical margin: *****/
p, pre, blockquote, dl, address {
        margin: 1em 0;
        padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	padding: 0;
	margin-top: 0.75em;
	margin-right: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
	font-weight: normal;
	display:block;
}
ul {
	padding: 0px;
	margin-top: .35em;
	margin-bottom: .35em;
	margin-left: 1em;
	list-style-type: none;
}
ol {padding: 0px 0px 0px 15px;
	margin-top: .35em;
	margin-bottom: .35em;
	margin-left: 1em;
	list-style-type: decimal;}
ol li {
	background-image: none;
	list-style: decimal;
}
ol ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin-left: .5em;
}
ol ul li {
	text-align:left;
	list-style-type: none;
	background-image: url(../li.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: .50em;
	margin-bottom: .50em;
}
/*------------------------------------------------*/
/***** Apply left margin:
   Only to the few elements that need it: *****/
dd, blockquote {
        margin-left: 1em;
}
li {
	text-align:left;
	list-style-type: none;
	background-image: url(../li.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: .50em;
	margin-bottom: .50em;
}
#Content .Text li {
	margin-top: .50em;
	margin-bottom: .75em;
}
/*#Content .Text ul li:after {
	content: ", ";
	}
		
#Content .Text ul li.last:after {
	content: ". ";
	}*/


/*------------------------------------------------*/
/***** Miscellaneous conveniences: *****/
fieldset {
        border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
img {
	border:0;
}
/*-- IE Fix: Bicubic Scaling for Images --*/
img { -ms-interpolation-mode: bicubic; }

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	color:#999999;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
hr {
	height:0px; border:0px none; border-top:1px #cccccc dotted;background: #ffffff url(../HGreyDotLine.gif) repeat-x center center;
	/*background-image: url(../HGreyDotLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border:0px;
	height:15px;
	border: none;*/
}
/*------------------------------------------------*/
/***** Forms *****/
form label {
	cursor: pointer;
}
form {
	display:inline;
}

input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}

textarea {
	/*line-height:1.25;*/
}

/*------------------------------------------------*/
/***** Default Link Styles *****/
a:link, a:visited, a:active {
	color: #255F9F;
}
a:hover {
	color: #3780D0;
}
a:link img, a:visited img, a:active img  {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
a:hover img  {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

/*------------------------------------------------*/
/***** Headings H1-H6 *****/
h1 {
	/*padding:30px 0 25px 0;*/
	letter-spacing:0px;
	font-size: 2.15em;
	color: #255F9F;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	line-height: 110%;
}

/*h2 {
	color:#488901;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0px;
	margin-bottom:20px;
	background-color: #F3F5F3;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B8D5AC;
}*/
h2 {
	color:#488901;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0px;
	margin-bottom:20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B8D5AC;
	border-bottom-color: #B8D5AC;
	background-color: #F3F5F3;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 13px;
	margin-left: -10px;
}
/*h2 {
	color:#255F9F;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0px;
	margin-bottom:20px;
	background-color: #F3F8FC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #255F9F;
	border-bottom-color: #255F9F;
}*/
h3 {
/*	font-weight: normal;
	font-size: 1.70em;
	color: #EA8C00;
	letter-spacing: 0px;*/
	color:#EA8C00;
	font-size:1.55em;
	font-weight:normal;
	line-height:1.1em;
}

h4 {
/*	font-size: 1.45em;
	color: #255F9F;*/
	color:#255F9F;
	font-size:1.35em;
	font-weight:normal;
	line-height:1.1em;
	margin:	20px 0px 10px 0px;
}

h5 {
	font-size: 1.45em;
	color: #58A701;
}

h6 { 
	font-size: 1.45em;
	color: #660000;
}

h1 a:link, h1 a:visited, h1 a:active{
	color: #255F9F;
}
h2 a:link, h2 a:visited, h2 a:active{
	color: #488901;
}
h3 a:link, h3 a:visited, h3 a:active{
	color: #EA8C00;
}

/*------------------------------------------------*/
/***** Paragraph and Link Styles *****/
p { }

	p a { }
	
/*------------------------------------------------*/
/***** Begin Print Logo Style *****/
#PrintLogoDiv {
	display: none;
}

/*------------------------------------------------*/
/********* Tables *********/

table {
	border:0;
	margin:0;
	padding:0;
}

	table tr td {
	padding:0px;
	}

/*------------------------------------------------*/
/********* Wrapper *********/

#wrap {
	overflow: auto;
	_height: 100%;
	display:block;
}

/*------------------------------------------------*/
/********* Global Classes *********/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/*------------------------------------------------*/
/********* IE Float Clear Fix *********/
/* Use this to have your surrounding div wrap around floated divs */

.YourContainerDiv {
	overflow: auto;
	_height: 100%;
	display:block;
}

/*------------------------------------------------*/
/********* Standard Layout ID's *********/
#Container {
	width: 841px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	overflow: auto;
	_height: 100%;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 60px;
	padding: 0px;
}
#Header .float-left {
	display: inline;
	float: left;
	margin-top: 22px;
	margin-left: 80px;
}

#Header .float-right {
	float: right;
	width: 500px;
	display: inline;
	text-align: right;
	margin-top: 24px;
	margin-right: 15px;
}
#Header .float-right a {
	text-decoration: none;
	color: #16324D;
}
#Header .float-right a:hover {
	/*text-decoration: underline;*/
	color: #478701;
}
#TopNav {
}
#Flash { }
#LeftNav {
	width: 260px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#LeftNav .NavBox {
	background-color: #16324d;
	background-image: url(../LNTRC.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/*float: right;*/
	margin-left: 60px;
	width: 200px;
	padding-bottom: 12px;
}
#LeftNav .Links {
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 18px;
	_width: 135px;
}
/*#LeftNav .Link {
	color: #ffffff;
	padding-left: 16px;
	background-image: url(../LNGreenBullet.jpg);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#LeftNav .Link a:link, #LeftNav .Link a:visited, #LeftNav .Link a:active {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}
#LeftNav .Link a:hover {
	color: #c1dfff;
}*/
#LeftNav .NavBox .Links .SmallText {
	color: #c1dfff;
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 13px;
	line-height: 15px;
	
}
#LeftNav .NavBox .Links .Header {
	font-weight: bold;
	font-size: 14px;
}

#LeftNav .CQBox {
	width: 260px;
	background-image: url(../LNBFade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
	padding-bottom: 10px;
}
#LeftNav .Quotes {
	margin-left: 60px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 10px;
	text-align: left;
	background-image: url(../VDotLines.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
}
#LeftNav .CQBox .Quotes .Header {
	font-size: 13px;
	font-weight: bold;
	color: #255F9F;
	text-align: right;
	line-height: 16px;
}
#LeftNav .CQBox .Quotes .fade .Name {
	color: #999999;
}
.Name {
	color: #999999;
	font-size: 10px;
}
#LeftNav .CQBox .Quotes .fade p {
	line-height: 16px;
	/*margin-right: 25px;*/
	text-align: right;
}
#LeftNav .Search {
	margin-left: 60px;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 10px;
	text-align: right;
	background-image: url(../VDotLines.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 30px;
	clear: right;
}
#LeftNav .CQBox .Search .Header {
	font-size: 12px;
	font-weight: bold;
	color: #255F9F;
}
#LeftNav .SocialBookMark {
	margin-left: 60px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	background-image: url(../VDotLines.gif);
	background-repeat: repeat-y;
	background-position: right top;
	clear: right;
}
#RightNav { }
#Content {
	width: 581px;
}
#Content .TopNav {
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	margin-right: 15px;
}
#Content .TopNav a:link, #Content .TopNav a:visited, #Content .TopNav a:active {
	color: #ffffff;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#Content .TopNav a:hover {
	color: #6BC901;
}
#Content .TopNav a.Selected {
	background-image: url(../TopNavSelected.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	display: inline;
	color: #6BC901;
}

#Content .HomePhoto {
	margin: 0px;
	padding: 0px;
}
#Content .ContentPhoto {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#Content .ContentPhoto img{
	margin: 0px;
	padding: 0px;
	/*border: 5px solid #cae0f8;*/
}
#Content .Text{
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-size: 13px;
}
#Content .Text .back-to-top {
	text-align: right;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#ContentButtons { }
.NPButtons {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 8px;
	background-image: url(../HGreyDotLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.BDots {
	/*background-image: url(../HGreyDotLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	padding-bottom:5px;
	margin-bottom:20px;
}
.TDots {
	background-image: url(../HGreyDotLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.RSS { 
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	display: block;
	/*margin-top: 10px;*/
	margin-bottom: -20px;
	position:relative;
	top: 15px;
}
.RSS a:link, .RSS a:visited, .RSS a:active {
	text-decoration:none;
}
.RSS a:hover {

}
#Footer {
	font-size: 10px;
	color: #6B8FB8;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../HGreyDotLine.gif);
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-left: 60px;
	margin-top: 15px;
	background-position: right top;
}

/* List Nav */
#nav {
	/*width: 170px;*/
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #16324D;
}
#nav ul li, #nav ul li ul li, #nav ul li ul li ul li {
     margin: 0px;
	 padding: 0px;
}
#nav .BTW {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
	line-height:0px;
	display:block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#nav ul li ul {
	background-image: url(../liDBVLine.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin-bottom: 5px;
}
#nav ul li ul li ul {
	 background: none;
}
#nav li a {
	background-image: url(../liDB.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	font-size: 13.5px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 12px;
	display: block;
	_width: 100%;
}
html>body #nav li a {
		width: auto;
}
#nav li a:hover{
	color: #c1dfff;
}
#nav li a.Selected{
	background-image: url(../liDownDB.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	color: #c1dfff;
	font-weight: bold;
}
#nav li li a{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -40px 10px;
}
#nav li li a:hover{
	color: #c1dfff;
}
#nav li li a.Selected{
	color: #c1dfff;
}
#nav li li li a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 32px;
	background: none;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -30px 10px;
	color: #c1dfff;
}
#nav li li li a:hover{
	color: #ffffff;
}
#nav li li li li a{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 42px;
	background: none;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -20px 10px;
	color: #ffffff;
}
#nav li li li li a:hover{
	color: #c1dfff;
}
#nav li {
	 background: none;
}
