/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - STANDARD ELEMENTS                                               */

/* HTML tags */
/*
#content a {
	font-weight: bold;
}
*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
	color: #334F9E;
}
#content h1 {
	font-size: 1.4em;
}
#content h2,
#content h3 {
	margin-top: 14px;
	font-size: 0.9em;
	clear: both;
}
#content h3 span.highlight {
	color: #334F9E;
}
#content h3,
#content label,
#content p,
#content li {
	color: #464648;
}
#content h4 {
	font-size: 0.8em;
	padding-right: 50px;
}
#content h5 {
}
#content h6 { /* Just like p, but blue */
}

#content label,
#content p,
#content ul li {
	font-size: 0.8em;
}
#content ul li ul {
	padding-left: 10px;
}
#content ul li ul li {
	font-size: 1em;
}
#content p,
#content ul li {
	margin-top: 7px;
}

#content p.first {
	color: #334F9E;
	font-weight: bold;
}

#content ul {
	list-style: inside;
}
#content hr {
}


/* ----------------------------------------------------------------------- */
/* SPECIALS */

#content .img_floatleft {
	float: left;
	margin: 0 5px 5px 0;
}
#content .img_floatright {
	float: right;
	margin: 0 0 5px 5px;
}
#content .img_center {
	display: block;
	margin: 5px auto;
}

#content .firstpara {
	font-size: 1.1em;
}


/* Sitemap */
#content ul.sitemap {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
#content ul.sitemap a:link, #content ul.sitemap a:visited {
	color: #ee7b00;
	text-decoration: none;
}
#content ul.sitemap a:hover, #content ul.sitemap a:active {
	color: #ffc263;
	text-decoration: none;
}

/* Sitemap level 1 */
#content ul.sitemap li {
	font-weight: normal;
	color: #0859a5;
}
/* Sitemap level 2 */
#content ul.sitemap ul {
	margin-bottom: 2em;
	padding: 0 0 0 15px;
	font-size: 0.9em;
}
#content ul.sitemap ul li {
	background: transparent;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#content ul.sitemap ul a:link, #content ul.sitemap ul a:visited
,#content ul.sitemap ul a:hover, #content ul.sitemap ul a:active {
	font-weight: normal;
}
/* Sitemap level 3 */
#content ul.sitemap ul {
	margin-bottom: 1em;
	padding: 0 0 0 15px;
	font-size: 0.8em;
}
#content ul.sitemap ul li {
	background: transparent;
	margin: 0;
	padding: 0;
}
	

/* ------------------------------------------------------------------------------- */
/* FLOATING CONTENT - STANDARD ELEMENTS                                            */

/* In-page testimonial panel */
/*

/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - SITE-SPECIFIC ELEMENTS                                          */

/* Paragraphs */
#content .quote {
	clear:both;
	margin-top: 3em;
	margin-bottom: 0.5em;
	font-size: 0.7em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
#content .quoteauthor {
	margin-top: 0;
	margin-bottom: 5em;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
}

/* Font (spans) */
.font_highlight {
	font-weight: bold;
	color: #135aac;
}
.font_superhighlight {
	font-size: 1.1em;
	font-weight: bold;
	color: #135aac;
	background: #ffff77;
}
.font_smallnote {
	font-size: 0.85em;
}


/* Table-based Forms within main content */
#content form {
	margin: 1em 0;
}
#content table {
	width:100%;
/*	background: #dbe0e1; */
	border-collapse: collapse;
}
#content table table {
	width: 300px;
}
#content th, #content td {
	vertical-align: top;
}
#content caption {
	height: 27px !important;
	padding: 3px 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #dbe0e1;
	text-align: left;
}

