/****************** TYPE STYLES / font overrides *********************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 81%;
}


#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em 0;
	line-height: 1.5em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	margin-top: 1em;
}


#sidebar h2 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	line-height: 1em;
}

#sidebar p {
	font-size: 85%;
	line-height: 1.5em;
}

h3 {
	font-size: 1em;
	margin-top: 1em;
}

h4 {
	font-size: 1em;
	font-style: italic;
	margin-top: 1em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
}

h6 {
	font-size: .8em;
	font-weight: normal;
	margin-top: .25em;
}


/* linked headers have no underlines */
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active
 {
	text-decoration: none;
}

div.acchead h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 50px;
	margin: 0 0 0 2em;
}

#cta2 h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 50px 2em;
}

div.acchead h2 a:link,
div.acchead h2 a:visited,
div.acchead h2 a:hover,
div.acchead h2 a:active,
#cta2 h2 a:link,
#cta2 h2 a:visited,
#cta2 h2 a:hover,
#cta2 h2 a:active {
	text-decoration: none
}

#body p,
p, 
#content p,
.body ul li,
.body ol li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0 0 1em 0;
	line-height: 1.8em;
}

.bodyhome p {
	font-size: .85em;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-weight: inherit;
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin: 0 0 1em 0;
	background-image: url(../images/bkg/quote_mark.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 72px;
	padding: 1em 0 0 1em;
}

.testimonial {
	font-style: normal;
}

#nav-left {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: .95em;
}
#nav-left ul {
	/*border: 1px solid green;
	width: auto;*/
}
#nav-left ul li {
	border-bottom: 1px dotted #cfcfcf;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#nav-left ul li.on {
	text-transform: uppercase;

}

#nav-left ul li.on a,
#nav-left ul li.on ul li a
 {
	background-image: url(../images/icons/icon_rightarrow_leftnav.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 3em;
}

#nav-left ul li ul li { /* sub section */
	border: none;
	padding-left: 2em;
	text-transform: none;
	font-size: 1em;
}

#news a:link,
#news a:visited {
	text-decoration: none;
	color: #000;
}

#news a:hover,
#news a:active {
	text-decoration: underline;
	color: #004269;
}


/* nav links */

#nav-left ul li a {
	text-decoration: none;
	display: block;
	padding: .3em 1.5em;
}


#ft {
	font-size: .9em;
}

#ft a:link,
#ft a:visited {
	text-decoration: underline;
}

#ft a:hover,
#ft a:active {
	text-decoration: none;
}

.newshead {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2em;
}

.small {
	font-size: .85em!important;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}

.note {
	font-size: .8em!important;
	font-style: italic;
	line-height: 1.2em;
}

/* breadcrumb links */
div#crumb {
	font-size: .85em;

}

#content ul,
#sidebar ul {
	list-style-image:url(../images/icons/icon_rightarrow_whtbkg.gif);
	/*list-style-type: square;*/
	margin-left: 2em;
}

/* nested ul */
#content ul li ul,
#sidebar ul li ul {
	list-style-type: square;
	list-style-image: none;
	margin-left: 2em;
}


/******************* TABLES ***********************/

table td,
table th {
	padding: 1em;
}

table.download td,
table.download th {
	padding: 0;
}

table th {
	font-weight: bold;
}

table.data td {
	font-size: .8em;
}

table caption {
	display: none;
}