/*
-----------------------------------------------
Client: 
Function: Global CSS definitions.
Author: Dan Allegrucci
Modified:  11/14/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 : 17px 0 0 0;
	background:url(../images/bg.jpg) repeat-x;
}

body, p, td, div {
	font : normal normal normal 12px/normal Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #193b68;
	}

.green { color:#0e7943}

p {

}

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;
}

hr {
	color: #0e7943;
	background-color: #0e7943;
	height: 1px;
	border: 0;
	}

.small {
	color : #193b68;
	font : 9px Geneva, Verdana, Arial, Helvetica, sans-serif
}

.medium {
	color : #193b68;
	font :  10px Geneva, Verdana, Arial, Helvetica, sans-serif
}

.red {
	color : #C00;
}

#faqList {
	list-style-image:url(../images/bulllet-q.gif)
}

#homeNav{
	color : #FFF;
	font :  11px Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	list-style:none;
	margin:0;
	padding:0;
}

#homeNav li {
	/*Controls seperator lines*/
	width: 155px;
	list-style:none;
	border-bottom: 1px solid #FFF;
	text-transform:uppercase;
	padding: 3px 0 3px 3px;
	margin:0px 1px 0px 0px;
}

#homeNav a {
	/*Controls nav text color*/
	color : #FFF;
	text-decoration:none;
	display:block;
	width:145px;
	padding-left:10px;
	outline:none;
	/*border: 1px dotted #f00;*/
}

#homeNav a:hover, a:active {
	text-decoration : none;
	background: #0e7943;
}

#homeNav .subNav{
	list-style:none;
	margin:0;
	padding:0;
}

#homeNav ul.subNav  {
	/*Controls top border of open subnav*/
	border-top: 1px solid #fff;
	width: 155px;
	margin: 0px 0px 0px -3px;
	padding: 0px 0px 0px 0px;
}

#homeNav li.subNav  {
	border: none;
	list-style:none;
	width:155px;
	padding: 3px 0 3px 0;
	margin: 0px 0px 0px 0px ;
	background: #002a4f;
	text-transform:none;
}

#homeNav .subNav a {
	font :  11px Arial, Verdana, Helvetica, sans-serif;
	line-height: 11px;
	color : #fff;
	text-decoration:none;
	padding-left:15px;
	outline:none;
	width:140px;
}

#homeNav .subNav a:hover, a:active {
	text-decoration : none;
	color : #999;
	background: #002a4f;
}


/* 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 : #003b70;
	text-decoration : underline
}

a:hover, a:active {
	color : #0e7943;
	text-decoration : none
}

/*same deal, however since .footer could be used to style text, we'll keep it.*/
.footer, a.footer{
	font : 10px Arial, Helvetica, sans-serif;
	color : #656565;
	text-transform:uppercase;
	text-decoration : none;
	line-height: 20px;
}

a.footer:hover, a.footer:active {
	color : #656565;
	text-decoration : underline
}

/*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;
}
