/*

FONTS:
Main Black text - Verdana, 11px, regular, #000000
Nav text - Verdana, 11px, bold, #fdd27b


COLORS:
Yellow - #fdd27b
Blue Text Headings - #003366
Main Black Text - #000000
Light Blue - #6699cc
Dark Blue - #003366

*/

html
{
	/* Always make vertical scrollbar (kills annoying page shift in Firefox) */
	min-height: 100%;
	margin-bottom: 1px;
}

.box { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#EEEEEE; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }
.box0 { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#66CC33; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }
.box1 { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#339900; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }
.box2 { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#006699; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }
.box3 { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#FFCC00; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }
.box4 { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#FF9900; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }
.box5 { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#FF0033; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }
.box6 { border:1px solid #000000; padding-left:3px; padding-bottom:5px; padding-right:3px; background-color:#CC0033; width:10px; height:10px; text-align:center; font-weight: bold; color: #FFFFFF; }

.highlightbox { border:1px solid #000000; padding-left:3px; padding-bottom:3px; padding-right:3px; padding-top:3px; background-color:#FDD27B; text-align:center; font-weight: bold; width:100%; }

#dhtmltooltip{
position: absolute;
width: 350px;
border: 1px solid #000000;
padding: 2px;
background-color: #EEEEEE;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


body
{
	margin: 0px;
	background: #666666;
}
td,p {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.little {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	text-decoration:none;
}
.littlelink {
	font-family: verdana;
	font-size: 9px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

a
{
	color: #CC6600;
}
a:visited {
	/*color: #CC6600;*/
}
td.nav {
	background-image: url(images/main_nav.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fdd27b;
}
td.nav a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fdd27b;
	text-decoration: none;
}
td.nav a:hover {
	text-decoration: none;
	color: #CC6600;
}
td.nav a:visited {
	color: #fdd27b;
}
td.nav a:visited:hover {
	color: #CC6600;
}

td.nav div {
	position: relative;
	line-height: 17px;
}

a.leftnav {
	text-decoration: none;
}
a.leftnavsel {
	text-decoration: none;
	font-weight: bold;
}

td.shadowleft {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
td.shadowright {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

td.logo {
	padding-bottom: 0px;
}

td.greybar {
	background: #CCCECB;
	height: 7px;
}

td.yellowbar {
	padding-top: 0px;
	background: #fdd27b
}

table.main {
	background: white;
}

h1, .title
{
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	color: #003366;
}
h2, .subtitle
{
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
}
h3 .highlight
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
}
.highlight
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	
}
span.footer, a.footer
{
	font-family: verdana, arial;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #336699;
}
td.footer 
{
	padding-top: 10px;
	padding-bottom: 10px;
}

td.sidebar p, td.sidebar .newsteaser {
	color: #333333;
	font-size: 10px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none;
}

td.sidebartitle {
	font-weight: bold;
	font-family: arial;
	padding: 5px;
	padding-left: 15px;
	border: 1px solid black;

}

td.sidebar {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
/*
	border: 1px solid black;
	border-top: 0px;
*/
}

.result-even {
	padding: 6px 6px 10px 6px;
	border: 1px solid #E0E8EF;
}
.result-odd {
	padding: 6px 6px 10px 6px;
	background: #E0E8EF;
}

a.crumb {
	text-decoration: none;
}
.crumb {
	font-size: 9px;
}
.crumblast {
	font-size: 9px;
}
.crumbsep {
	font-size: 9px;
}

.pagelink {
	font-size: 10px;
	text-decoration: none;
}
.pagefade {
	font-size: 10px;
	color: #999999;
}

.error {
	font-weight: bold;
	color: red;
}
.notify {
	color: blue;
}
span.heading {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.itemlink { text-decoration: none; }
.itemlink:hover { color: #333333; text-decoration: none; }
.itemdate { color: #666666; font-size: 10px; font-weight: normal; font-family: Verdana, sans-serif; text-decoration: none; }
.itemtitle { color: #0000CC; font-size: 11px; font-weight: bold; font-family: Verdana, sans-serif; text-decoration: none; }
.itemtitlelink { color: #0000CC; font-size: 11px; font-weight: bold; font-family: Verdana, sans-serif; text-decoration: underline; }
.itemtitlelink:hover { color: #CC0000; }
.itemteaser { color: #333333; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: none; }
.itemmore { color: #CC0000; font-size: 9px; font-weight: normal; font-family: Verdana, sans-serif; text-decoration: none; }

.formheading {
	font-weight: bold;
	padding-top: 5px;
}

legend { }
fieldset { border:1px solid #666666; padding: 5px;  }


/* Contact form styles */

.button { border: 1px inset #333333; background-color: #003366; font-size: 11px; font-family: Verdana; color:#FFFFFF; }
.button2 { border: 1px inset #333333; background-color: #CC2C1C; font-size: 14px; font-family: Verdana; color:#FFFFFF; font-weight:bold; }

.textbox { border: 1px inset #333333; font-size: 11px; font-family: Verdana; width: 250px; }
.textboxreqd { border: 1px inset #333333; font-size: 11px; font-style: normal; font-family: Verdana; width: 250px; background-color: #E0E8EF; }
.combobox { border: 1px inset #333333; font-size: 11px; font-family: Verdana; }
.large_text { border: 1px inset #333333; font-size: 11px; font-family: Verdana; width: 250px; height: 70px; }
.short_textbox { border: 1px inset #333333; font-size: 11px; font-family: Verdana; width: 100px; }
.checkbox { margin: 0px; padding: 0px; }
.searchbox {
	width: 180px;
	border: 1px inset #000000;
	font-family: verdana;
	font-size: 10px;
	height: 18px;
	padding: 0px;
}
input.searchbox {
	padding-left: 4px;
	width: 174px;
}
.searchbox2 {
	border: 1px inset #000000;
	font-family: verdana;
	font-size: 10px;
	height: 18px;
	padding: 0px;
	padding-left: 4px;
	width: 144px;
}

