/* #### general ######## */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #d4dae4;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	padding: 0;
}
img, div, form, fieldset, blockquote, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: 0;
}
legend {
	display: none;
}
.active,
.active a {
	cursor: default;
}
/* #### utilities ######## */

.noDisplay {
	display: block;
	position: absolute;
	top: 0;
	left: -9048px;
	overflow: hidden;
}
.clear {
	clear: both;
}
.clearFix:after {
	content: "."; 
	display: block; 
	/*height: 0; */
	clear: both; 
	visibility: hidden;
}
.clearFix {
	display: inline-block; 
}

/* #### layout ######## */

#container-header {
	width: 100%;
	min-width: 980px;
	background: #f2f5fa;
	text-align: center;
}
#container-main {
	clear: both;
	width: 100%;
	min-width: 980px;
	background: #d4dae4 url(../images/container-main-bg.gif) 50% 0% no-repeat;
	padding-top: 25px;
	text-align: center;
}
#container-footer {
	clear: both;
	width: 100%;
	min-width: 980px;
	background: #d4dae4 url(../images/container-footer-bg.gif) 50% 100% no-repeat;
	padding-bottom: 10px;
	text-align: center;
}
	/* in love with IE */
	#container-main-background {
		margin: -25px auto 0 auto;
		width: 980px;
		height: 25px;
		background: url(../images/container-main-bg.gif) no-repeat;
	}
	#container-footer-background {
		margin: 0 auto -10px auto;
		width: 980px;
		height: 25px;
		background: url(../images/container-footer-bg.gif) no-repeat;
	}

/* ---- header -------- */

#header {
	width: 940px;
	margin: 0 auto;	
	padding: 10px 20px 0 20px;
	background: #fff url(../images/header-bg.gif) repeat-y;
	text-align: left;
}
#logo {
	float: left;
}
#slogan {
	float: right;
	clear: right;
	margin: 42px 0 5px 0;
	font: bold 1.4em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #010101;
	text-transform: uppercase;
}

/* ---- nav-header -------- */

#nav-header {
	float: right;
}
#nav-header ul {
	list-style-type: none;
}
#nav-header li {
	display: inline;
	padding: 0 0 0 10px;
	font-size: 1.1em;
}
#nav-header li a {
	color: #000;
	text-decoration: none;
}
#nav-header li a:hover {
	text-decoration: underline;
}

/* ---- nav-main -------- */

#nav-main {
	width: 940px;
	float: left;
	clear: both;
	background: #424242 url(../images/nav-main-bg.gif) 100% 100% no-repeat;
}
#nav-main ul {
	list-style-type: none;
}
#nav-main li {
	display: block;	
	float: left;
	padding: 6px 10px;
	font-size: 1.3em;
}
#nav-main li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
}
#nav-main li.active a {
	color: #a0a0a0;
	text-decoration: underline;
}
#nav-main li a:hover {
	text-decoration: underline;
}

/* ---- main -------- */

#main {
	width: 940px;
	margin: 0 auto;	
	padding: 10px 20px 10px 20px;
	background: #fff url(../images/main-bg.gif) repeat-y;
	text-align: left;
}
.homePage #main {
	padding-top: 0;
}

/* ---- side -------- */

#side {
	float: left;
	width: 150px;
	padding-left: 10px;
}
#side .header {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#side ul {
	list-style-type: none;
	margin-bottom: 1em;
}
#side li {
	padding-left: 10px;
	background: url(../images/arrow-red.gif) 0 0.6em no-repeat;
	font-size: 1.2em;
	line-height: 1.5em;
}
#side li li {
	font-size: 1em;
	line-height: 1em;
}
#side li a {
	text-decoration: none;
	color: #000;
}
#side li a:hover {
	color: #004785;	
	text-decoration: underline;
}

/* ---- content -------- */

#content {
	float: left;
	width: 695px;
	margin: 0 20px;
}
#contentr {
	float: left;
	width: 695px;
	min-height: 185px;
	padding-bottom: 25px;
}

#content p {
	font-size: 1.2em;
	line-height: 1.3em;
}
#contentr p {
	font-size: 1.2em;
	line-height: 1.3em;
}

#content ul {
	margin-bottom: 1.5em;
	list-style-type: none;
}
#contentr ul {
	margin-bottom: 1.5em;
	list-style-type: none;
}

#content li {
	margin-left: 8px;
	padding-left: 10px;
	background: url(../images/bulletpoint-red.gif) 0 0.6em no-repeat;
	font-size: 1.2em;
	line-height: 1.3em;
}
#contentr li {
	margin-left: 8px;
	padding-left: 10px;
	background: url(../images/bulletpoint-red.gif) 0 0.6em no-repeat;
	font-size: 1.2em;
	line-height: 1.3em;
}

#content li li {
	font-size: 1em;
	line-height: 1em;
}
#contentr li li {
	font-size: 1em;
	line-height: 1em;
}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #004785;
}
#contentr h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #004785;
}

#content h2 {
	font-size: 1.5em;
	font-weight: bold;
}
#contentr h2 {
	font-size: 1.5em;
	font-weight: bold;
}

#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contentr h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contentr h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contentr h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}


#content a {
	color: #004785;	
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;;	
}
#contentr a {
	color: #004785;	
	text-decoration: none;
}
#contentr a:hover {
	text-decoration: underline;;	
}

.more {
	text-transform: uppercase;
	color: #000;
	padding-left: 10px;
	background: url(../images/arrow-black.gif) 0% 0.5em no-repeat;
	text-decoration: none;
}

/* ---- breadcrumbs -------- */

#nav-breadcrumbs {
	margin-bottom: 15px;
}
#nav-breadcrumbs ul,
#nav-breadcrumbs li {
	margin-left: 0;
	display: inline;
}
#nav-breadcrumbs li {
	font-size: 1.1em;
	background-image: url(../images/arrow-black.gif);
}
#nav-breadcrumbs li.first {
	padding: 0;
	background: none;
}
#nav-breadcrumbs li a {
	text-decoration: none;
	color: #000;
}
#nav-breadcrumbs li a:hover {
	text-decoration: underline;
}

/* ---- extra -------- */

#extra {
	float: right;
	width: 190px;
}
.box p.header {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #9e2611;
}
.box p.header a {
	color: #9e2611;
	text-decoration: none;
}
.box p {
	font-size: 1.1em;
}
.box a {
	color: #000;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}
.box {
	padding: 10px;
	margin-bottom: 1em;
	background: #f0f4f7;
}
.box ul {
	list-style-type: none;
}
.box li {
	padding-left: 10px;
	background: url(../images/arrow-black.gif) 0 0.6em no-repeat;
	font-size: 1.1em;
	line-height: 1.4em;
}
.box  li li {
	font-size: 1em;
	line-height: 1em;
}
.box li a {
	color: #000;
	text-decoration: none;
}
.box li a:hover {
	text-decoration: underline;
}

.box .plainArea {
	background: #fff;
	margin: 0 -10px -10px -10px;
	padding: 10px;
}

/* ---- homepage elements -------- */

#banner {
	float: left;
	width: 695px;
	min-height: 185px;
	padding-bottom: 25px;
	background: url(../images/banner-bg.gif) 0% 100% no-repeat;
}
#report {
	float: left;
	width: 695px;
	min-height: 185px;
	padding-bottom: 25px;
}
#info {
	float: right;
	width: 230px;
	min-height: 85px;
	padding-bottom: 25px;

}
#info .content {
	padding: 10px;
	background: url(../images/info-content-bg.gif) repeat-y;
}
#info h1 {
	font-size: 1.4em;
}
#info p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
#info .more {
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/arrow-red.gif) 0% 0.45em no-repeat;
}
#info a:hover {
	text-decoration: underline;
	color: #004785;
}
#textAds {
	float: left;
	width: 695px;
	margin-bottom: 10px;
}
#textAds li {
	float: left;
	display: block;
	width: 230px;
	background: #f5e9e7 url(../images/textAds-li-bg.gif) repeat-y;
	margin-right: 2px;
}
#textAds li.last {
	margin-right: 0;
}
/* this is how it shold be
#textAds li a {
	display: block;
	padding: 10px 0 15px 5px;
	font-size: 1.2em;
	color: #424242;
	text-decoration: none;
}
#textAds li a:hover strong {
	color: #9e2611;
	text-decoration: underline;
}
#textAds li a strong {
	display: block;
	margin-bottom: 3px;
	font-size: 1.335em; / 12px to 16px /
}
*/
/* this is how it is due to odd CMS: */
#textAds li a {
	display: block;
	font-size: 1.2em;
	color: #424242;
	text-decoration: none;
}
#textAds li strong a:hover {
	color: #9e2611;
	text-decoration: underline;
}
#textAds li strong a {
	display: block;
	padding: 10px 0 0 5px;
	margin-bottom: 3px;
	font-size: 1.6em;
}
#textAds li a {
	display: block;
	padding: 0 0 15px 5px;
	font-size: 1.2em;
}
#contentArea {
	float: left;
	width: 695px;
}
#sideArea {
	float: right;
	width: 230px;
}
.homePage .box {
	float: left;
	width: 220px;
	margin-right: 2px;
	padding: 5px;
	background: none;
}
.homePage .box.last {
	margin-right: 0;
}
.homePage .box p {
	font-size: 1.1em;
}
.homePage .box p.header a {
	display: block;
	font-size: 1.4em;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	color: #9e2611;
	text-decoration: none;
}
.homePage .box li {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../images/arrow-red.gif) 0 0.5em no-repeat;
	font-size: 1.1em;
	line-height: 1.3em;
}
.homePage .box li a {
	font-weight: bold;
}
.homePage .box a:hover {
	color: #004785;
	text-decoration: underline;
}
.homePage .box .more {
	background: url(../images/arrow-red.gif) 0% 0.4em no-repeat;
}

#testimonials {
	text-align: right;
	font-size: 1.1em;
}
blockquote {
	text-align: left;
	background: url(../images/blockquote-bg.gif) 0% 0% no-repeat;
}
blockquote p {
	display: block;
	margin-left: 15px;
	padding: 5px 15px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background: url(../images/blockquote-p-bg.gif) 100% 100% no-repeat;
}

/* ---- footer -------- */

#footer {
	width: 940px;
	margin: 0 auto;	
	padding: 20px 20px 10px 20px;
	background: #fff url(../images/main-bg.gif) repeat-y;
	text-align: center;
}
#footer p {
	color: #333;
	margin: 0;
}
#nav-footer ul {
	list-style-type: none;
	margin-bottom: 8px;
	padding-top: 10px;
	border-top: 3px solid #d0d0d0;
}
#nav-footer li {
	display: inline;
	padding: 0 0 0 10px;
	font-size: 1em;
}
#nav-footer li a {
	color: #004785;	
	text-decoration: none;
}
#nav-footer li a:hover {
	text-decoration: underline;;	
}
.textfield{
	width:130px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #999999;
}
.textfield30{
	width:30px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #999999;
}
.textfield80{
	width:85px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #999999;
}
.textfield70{
	width:65px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #999999;
}
.dropdown{
	width:135px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #999999;
}
.dropdown70{
	width:65px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #999999;
}
.reporttitle{
	color:#FFFFFF;
	background-color:#d0d0d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 100%;
	border:1px solid #003366;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
}
#report1{
	display:none;
	padding-left:50px;
	font-size:12px;
}
#report1 p {
	font-size: 1.1em;
	line-height: 1.3em;
}
#report1 h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#report2{
	display:none;
	padding-left:50px;
	font-size:12px;
}
#report2 p {
	font-size: 1.1em;
	line-height: 1.3em;
}
#report2 h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#report3{
	display:none;
	padding-left:50px;
	font-size:12px;
}
#report3 p {
	font-size: 1.1em;
	line-height: 1.3em;
}
#report3 h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#report4{
	display:none;
	padding-left:50px;
	font-size:12px;
}
#report4 p {
	font-size: 1.1em;
	line-height: 1.3em;
}
#report4 h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#report5{
	display:none;
	padding-left:50px;
	font-size:12px;
}
#report5 p {
	font-size: 1.1em;
	line-height: 1.3em;
}
#report5 h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#report6{
	display:none;
	padding-left:50px;
	font-size:12px;
}
#report6 p {
	font-size: 1.1em;
	line-height: 1.3em;
}
#report6 h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.reporttable{
	border:1px solid #999999;
	margin:3px;
}

.reporttable td{
	border:1px solid #999999;
	margin:3px;
}

.tdtitle{
	font-size:11px;
	font-weight:bold;
	background-color:#CCCCCC;
}
#info2 {
	float: left;
	width: 500px;
	min-height: 85px;
	padding-bottom: 25px;
}
#info2 .content {
	padding: 10px;
	background: url(../images/info-content-bg.gif) repeat-y;
	background-color:#E1EAEF;
}
#info2 h1 {
	font-size: 1.4em;
}
#info2 p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
#info2 .more {
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/arrow-red.gif) 0% 0.45em no-repeat;
}
#info2 a:hover {
	text-decoration: underline;
	color: #004785;
}
.printonly{
	display:none;
}
#extra {
	float: right;
	width: 190px;
	margin:0;
	padding:0;
}
div.dropshadow { /* dropshadow below each div.box */
	margin: -10px 0 0 30px;
	background-position: top right;
	background-image:url(../images/bg_shadow_callouts.gif);
	background-repeat: no-repeat;
	height: 8px;
	border: 0;
}
.sidebox {
	margin-bottom:10px;
	background: #f0f4f7;
	border:1px solid #c8d1de;
}

.sidebox ul{
   margin:5px 0 10px 0;
	padding:0;
	list-style-type:none;
}
.sidebox li {
	list-style-type:none;
	background:url(../images/arrow-red.gif)  0 5px no-repeat;
	background-repeat: no-repeat;
	margin-left:5px;
	padding-bottom:5px;
	padding-left:10px;
   font-size:1.1em;
	font-family:Tahoma,"Arial Narrow",Arial,sans-serif;
}
.sidebox li a{
	color:#0055aa;
	text-decoration:none;
}
.sidebox a:hover {
	text-decoration: underline;
}
.sidebox h1{
	font-size: 1.3em;
	background-color: #C8D1DE;
	color:#000;
	text-decoration:none;
	padding:5px;
}
