
/*
colors used in this css
#1A335B - blue from circle in logo
#D6040B - red from logo
#E0E2E2 - silver offset
*/


/* CSS Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

body.main {
	margin:0;
	padding:0;
	background-color:#333; /*#1A335B;*/
}

ol{
	list-style: decimal;
	margin:0 0 0 30px;
}

p {
	margin-top:10px;
}

ul{
	list-style: disc outside;
	margin-left:1em;
}

li {
	margin:5px 0 5px 1em;
}

/* STYLES TARGETED TO SPECIFIC IDs ON THE PAGE */
#header {
	margin:10px 20px 0 10px;
}

div#slideshowWrapper {
	width:980px;
	height:220px		
}

div#slideshow {
	float:right;
	width:680px;
	height:220px;
	margin:0;
}

div#info {
	color:white;
	background-color:#D6040B;
	float:left;
	width:300px;
	height:220px;
	padding:0;
	/*background:url(/images/logobg.png);*/
	margin:0;
}

div#info a {
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF; 
}

div#info a:active {
	color: #FFFFFF; 
}

div#info a:hover {
	color: #FFFFFF; 
}

div#info a:visited {
	color: #FFFFFF; 
}


.bullets {
	font-size:9pt;
	margin:5px 5px;
	padding:10px 10px;
	font-weight:bold;
}

#page {
	margin: 0 auto 0 auto;
	padding:0;
	width: 980px;
	background-color:#FFFFFF;
/*	text-align: left;
	clear:both;
	min-height:400px;
	opacity:1.0;
	filter:alpha(opacity=100);
	border:1px black solid;*/
}

.tightTable {
	margin:0;
	padding:0;
	line-height:1;
}

.tightTable td {
	margin:0;
	padding:0;
	line-height:1;
}

#contentWrapper {
	_width:600px;
	_height:400px;
	min-height:400px;
	margin-top:0;
	clear:both;
/*	padding:10px;*/
	/*float:left;
	clear:left;*/
}

#footer {
	margin: 0 auto 0 auto;
	padding:40px 0 10px 0;
	text-align: center;
	width: 100%;
	clear:both;
	font-size:9pt;
}

#copyright {
	margin: 0 auto 0 auto;
	padding:5px 0 5px 0;
	text-align: center;
	width: 980px;
	clear:both;
}

#navbox {
	padding:0;
	height:28px;
	/*width:954px;*/
	/*width:100%; this horks ie 6*/
	margin:0 20px -1px 400px;
	background-color:transparent; /*#FFAC1F;*/
	/*background:url('/images/menubg.jpg') repeat 0 0;*/
}

#navtabs {
	list-style:none;
	margin:0;
	padding:0;
}

#navtabs li {
	height:28px;
/*	width:81px;*/
	float:left;
	text-align:center;
	/*color: #000000;*/
	margin:0 2px;
	padding:0;
}

#navtabs a {
	font-weight:bold;
	background-color:#E0E2E2;
	display:block;
	text-decoration:none;
	padding:5px 12px 5px 12px;
	color: #1A335B; 
	font-size:10pt;
/*	background:url('/images/tabbg.png') repeat 0 0;*/
}

#navtabs a:active {
	color:#FFFFFF;
	background-color:#1A335B;
/*	background-position:82px 0;	*/
}

#navtabs a:hover {
	color:#FFFFFF;
	background-color:#1A335B;
/*	background-position:82px 0;	*/
}

#navtabs a:visited {
	color: #1A335B;
}

/*#navtabs .selectedtab a {*/
.selectedtab {
	/*background-position:82px 0;*/
	color:#FFFFFF !important;
	background-color:#1A335B !important;
}

.right {
	float:right;
}
.left {
	float:left;
}

.shaded {
	background-color:#ffab24;
}

.reportTable {
	border-top:1px dotted #666666;
	border-right:1px dotted #666666;
}

.reportTable th {
	background-color:#EAEFF3;
	color:black;
	border-left:1px dotted #666666;
	border-bottom:1px dotted #666666;
	vertical-align:bottom;
	padding:5px;
	font-weight:bold;
}

.reportTable td {
	border-left:1px dotted #666666;
	border-bottom:1px dotted #666666;
	padding:5px;
}

.searchInput {
	background:url( /images/search-small.png ) no-repeat; 
	background-position:right;
	color:gray;
	height: 20px;
	width:200px;
	font-size:12pt;
	padding:3px 5px;
/*	vertical-align:middle;*/
}

.company {
	color:#C11B17;
	font-weight:bold;
}