﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#369;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
p {
	margin: 0.8em 0em 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	font-weight: bold;
	color:#369;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#333333;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
	text-align: center;
	background-color: #FBFBF6;
	font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
	font-size:70%;
	background-image:url(Images/bg_tile.gif);
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}

#mainContainer
{
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
	margin:auto;
	text-align:left;
	width:74.923em;
	min-width:750px;
}

#content {
	margin:0;
	padding:0;
	background-color:#FFF;
}
html>body #content {
	height:auto;
	/*margin-right:243px;*/
}
#header {
    padding:2px 0 0 0px;
	background-color:#FFF;
	background-image:url(images/topbar.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:22px;
}

#headertop {
	height:45px;
}

a.companylogo
{
	padding:0.5em 25px;
	color:#369;
	letter-spacing:0.2em;
	display:block;
	background-image:url(images/branding.jpg);
	width:185px;
	height:25px;
	float:left;
	background-repeat:no-repeat;
	background-position:-20px -10px;
}

#contentwrapper {
	background-image:url(Images/sidebar_bg.png);
	background-repeat:repeat-y;
	background-position:top right;
}

#quote {
	height:127px;
	padding:10px 10px 10px 20px; /* -- to make up for the -2px left margin */
	overflow:hidden;
	font-weight:normal;
	font-size:140%;
	line-height:140%;
	color:#369;
}

#headerimgwrapper {
	margin-right:-8px;
}
#headerimg {
	height:149px;
	background-image: url(Images/header_img.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0px 2px;
}

#copy {		
	padding:2em 25px 3em;
	color:#333333;
	background-color:#FFFFFF;
}
#copy img {
	padding:2px;
	border:1px solid #21422C;
}
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}
#copy .txtBox {
	margin: 0em;
	border:1px solid #369;
	background-color:#EEEEDB;
	border-style:dashed;
}

#copy .txtBox:focus {background-color:#FFFFFF;}

#copy .button {
	border:1px solid #369;
	background-color:#E9ECF1;
	color:#333333;
}

#copy legend {background-color:#FFFFFF;padding:0.5em;}

#copy caption {text-align:left; font-weight:bold;}

* html #copy table tr {font-size:0.9em;}

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}

#footer {
	position:relative;
	bottom:0;
	left:0;
	right:0;
	height:32px;	
	clear:both;	
	margin:0 0 0 0px;
	padding:2px 0 0 10px;
	border-top:2px solid #DEDEBC;
	background-color:#39C;
	font-size:smaller;
	text-align:center;
}

#footer a,
#footer span
{
    color:White;
    text-decoration:none;
}

#sidebarfooter {
	position:absolute;
	top:0;
	right:0;
	width:243px;
	height:28px;
	background-color:#224B2B;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#FFFFFF !important;
	}
	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#369;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}

td > select
{
	width:100%;
	margin:0;
}

.led
{
    background-image:url(images/led_16.png);
    width:16px;
    height:16px;
}

.red
{
    background-position: 0 -32px
}

.green
{
    background-position:0 -16px;
}

#reportGrid img
{
    border:0;
    padding:0;
}

.clear 
{
    clear:both
}