/*
 * New Styles Apr. 2010
 * YPerez
 *
 */

.testtitle{width: 165px; color: #007f4a; font-size: 12px; font-weight: bold; background: url('/images/dotted-line.gif') top left no-repeat; padding: 4px 0 4px 5px; margin-top: 30px;}
.testimonial{width: 165px; color:#003a6e; padding-left: 5px; font-size: 11px; font-weight: bold; margin-top: 13px;}
.author{width: 165px; padding-left: 5px; font-size: 11px;}
.learnmore{width: 165px; padding-left: 5px; font-size: 11px; font-weight: bold; margin-top: 10px;}
.learnmore a{ color: #003a6e; text-decoration: none;}
.learnmore a:hover{ color: #007f4a; text-decoration: underline;}

/*
-----------------------------------------------
Client: Advantage West
Function: Global CSS definitions.
Author: Dan Allegrucci
Modified:  12/18/2006
Copyright: Copyright (C) 2005 E-dreamz, Inc. 
----------------------------------------------- */

/*removed the .global class definition. You can simply redeclare a style for the body tag & the cascade will handle it*/
body { /*this also gets the color & font that were set above, since we didn't REdeclare them they are inherited*/
	margin : 0;
	padding : 0;
	background:url(../images/bg.jpg) repeat-x #dedede;
}

body, p, td, div {
	font : normal normal normal 12px/normal Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #333;
	}

.green { color:#0e7943}

p {

}

ul{
	list-style-image:url(../images/bullet-green.gif)
}

h1 {
	color : #193b68;
	font : normal normal bold 16px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color : #0f6b3a;
	font : normal normal bold 14px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	font-weight:bold;
	color: #003a6e;
	margin-bottom:-12px;
	padding-bottom:0;
}

hr {
	color: #0e7943;
	background-color: #0e7943;
	height: 1px;
	border: 0;
	}

.small {
	font-size: 11px;
}

.smallBlue {
	font-size: 11px;
	color: 003a6e;
}

.medium {
	color : #193b68;
	font :  10px Geneva, Verdana, Arial, Helvetica, sans-serif
}

.red {
	color : #C00;
}

.subnav {
	list-style:none;
	background: #dfecfb;
	margin: 0;
	padding: 4px 0 0 0;
	list-style-image:none;
}

.subnav li{
	list-style:none;
	margin: 0 0 0 12px;
	padding: 2px 0 2px 0;
}

.subnav li a {
	text-decoration: none;
}

.subnav li a:hover {
	text-decoration: underline;
}

.subnav li .selected {
	font-weight: bold;
	text-decoration: underline;
}

.thirdNav {
	margin: 15px 10px 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	color:#007f4c;
}

.thirdNav a {
	font-size: 10px;
	color:#007f4c;
}

.thirdNav a #selected {
 font-weight:bold;
 color:#000000
}

.thirdNav a:hover {
	color:#007f4c;
}

#faqList {
	list-style-image:url(../images/bulllet-q.gif)
}

.alphabet {
	color:#006600;
	margin: 0;
	padding: 0;
}

.alphabet a {
	font-weight:bold;
	color:#007f4a;
	font-size:13px;
	}

/*#homeNav{
	color : #FFF;
	font : 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	list-style:none;
	margin:0;
	padding:0;
}*/



.newsHome { font-size:11px; }
.newsHome a { text-decoration:none; font-weight:bold; color : #333;}
.newsHome a:hover { text-decoration:underline;}



#featuredSite { padding: 4px 0 0 29px; font-size:10px; text-transform:uppercase;}

.footerBar { padding:6px 20px; font-size:11px; text-align: center;}
.footerBar a { text-decoration:none;}
.footerBar a:hover { text-decoration:underline;}

.footer { font-size:10px}
.footer a {}
.footer a:hover {}

/* Links
----------------------------------------------- */
/*we can get rid of :link & :visited here as styling a will cover all cases
:hover & :active below will take care of there respective states*/

a {
	color : #333;
	text-decoration : underline
}

a:hover, a:active {
	color : #000;
	text-decoration : none
}

/*same deal, however since .footer could be used to style text, we'll keep it.*/
.fineprint, a.fineprint{
	font : 10px Arial, Helvetica, sans-serif;
	color : #989898;
}

a.fineprint:hover, a.fineprint:active {
	color : #989898;
	text-decoration : none;
}

/* Forms
----------------------------------------------- */
.login {
	height:14px;
	width:67px;
	font : normal normal normal 9px/normal Arial, Verdana, sans-serif;
	line-height:9px;
}

/* Tables
----------------------------------------------- */
.tableOuterBG {
	background : #382E23
}

.trDark {
	background : #d7d7d7;
}

.trLight {
	background : #f1f1f1
}

.tdTitle {
	color : #FEFEFE;
	font :  bold 10px Geneva, Verdana, Arial, Helvetica, sans-serif;
	padding-left : 4px;
	background : #348795;
	text-transform : uppercase;
}

.tdSubTitle {
	color : #0668A5;
	font : bold 11px Geneva, Verdana, Arial, Helvetica, sans-serif;
	height : 18px;
	padding-left : 4px;
	background : #A5DBEF;
}