.BorderLTGRY
{
	border: #babbbc 1px solid;
}

.BorderWht
{
	border: #ffffff 1px solid;
}

.BorderBlk
{
	border: #000000 1px solid;
}

.LtGry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939393;
}


.White12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.Purple12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c4878;
}

.LtBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e5f50;
}

.Green12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #496d63;
}
.Brown12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #be742d;
}

.SIGRed {
	color:#d20035
}	
.Black12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a.greylink:link {
	color: #939393;
	text-decoration: none;
}
a.greylink:visited {
	color: #939393;
	text-decoration: none;
}
a.greylink:active {
	color: #939393;
	text-decoration: none;
}
a.greylink:hover {
	color: #00489b;
	text-decoration: none;
}


a.Blulink:link {
	color: #00489b;
	text-decoration: none;
}
a.Blulink:visited {
	color: #00489b;
	text-decoration: none;
}
a.Blulink:active {
	color: #00489b;
	text-decoration: none;
}
a.Blulink:hover {
	color: #ffffff;
	text-decoration: none;
}


a.BluBlk:link {
	color: #00489b;
	text-decoration: none;
}
a.BluBlk:visited {
	color: #00489b;
	text-decoration: none;
}
a.BluBlk:active {
	color: #00489b;
	text-decoration: none;
}
a.BluBlk:hover {
	color: #000000;
	text-decoration: none;
}



a.yelllink:link {
	color: #FFCC00;
	text-decoration: none;
}
a.yelllink:visited {
	color: #FFCC00;
	text-decoration: none;
}
a.yelllink:active {
	color: #FFCC00;
	text-decoration: none;
}
a.yelllink:hover {
	color: #ffffff;
	text-decoration: underline;
}

.Blu12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00489B;
}

.WhiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -1px;
}

.PurpleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9c4878;
	font-weight: bold;
	letter-spacing: -1px;
}

.LtBrownTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #857362;
	font-weight: bold;
	letter-spacing: -1px;
}

.YellowTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ebb600;
	font-weight: bold;
	letter-spacing: -1px;
}

.BlueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00489B;
	font-weight: bold;
	letter-spacing: -1px;
}
.GreenTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #496d63;
	font-weight: bold;
	letter-spacing: -1px;
}
.BrownTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #be742d;
	font-weight: bold;
	letter-spacing: -1px;
}

.Yell12 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ebb600;
}

/*_____________ Nav Start _____________*/
#nav  
{
	padding:0;
	margin:0;
	position:relative;
	list-style:none;
	height:10px;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	width: 700px;
	left: 0px;
	top: -7px; 
	visibility: visible;
}

#nav li.top {
	display:block; 
	float:left;
}

#nav li a.top_link {
	display:block; 
	float:left; 
	height:26px; 
	line-height:26px; 
	color:#00489b; 
	text-decoration:none; 
	/*border-right:#00489b 2px solid; */
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 0; 
	cursor:pointer; 
}
#nav li a.top_link span 
{
	float:left; 
	display:block; 
	padding:0 10px 0 10px; 
}
#nav li a.top_link:hover
{
	color:#ffffff;
	background:#00489b;
}

#nav table 
{
	border-collapse:collapse; 
	width:0; margin:0;
	position:absolute; 
	top:0; 
	left:0;
}

#nav li:hover 
{
	position:relative; 
	z-index:200;
}

#nav a:hover 
{
	visibility:visible; 
	position:relative; 
	z-index:200;
}


#nav ul 
{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav :hover ul 
{
	left:0px; top:26px; 
	padding:8px 10px 4px 5px;
	white-space:nowrap;
	width:auto;
	height:auto; 
	z-index:300; 
	background:#7fa3cd;
}

#nav :hover ul li 
{
	display:block; 
	height:23px; 
	position:relative; 
	font-weight:bold; 
	width:auto;
}

#nav :hover ul li a 
{
	display:block; 		
	list-style:none;
	font-size:12px; 
	height:20px; 
	line-height:20px; 
	width:auto; 
	padding:0 5px; 
	color:#00489b; 
	text-decoration:none;
}

#nav :hover ul li a:hover 
{
	color:#FFFFFF;
}

 ********** SalesForce Contact Form *****/
/************************************************************************/
/* added css for survey SJL 12/05/08 */

#survey {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #373737; padding-left :0.5em; font-weight: normal; width:60%;}
div.SalesForceRow{clear:both;}
.SalesForceCol1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00489B;
	text-align: right; float: left; margin:0.25em; margin-right: 4px;}
.SalesForceCol2 {display: block; float: right; margin: 0.25em; margin-right:2em;}
.SalesForcefieldwidth {width:50%;}
.extrapad {margin-right:2em;}

/*_____________ Nav End _____________*/

/*
It is a most elusive fish!
And it went wherever I did go.
Ooooh, fishy, fishy, fishy fish!
A-fish, a-fish, a-fish, a-fishy, ooooh.
Ooooh, fishy, fishy, fishy fish!
That went wherever I did go.
*/
