/* @override http://accurate.capitolmedia.com/css/screen.css */

/*-----------------------------------------------------------------------------
Accurate Electric Print Stylesheet

version:	1.0
date:		February 11, 2010
author:		Kris Erhardt
email:		kris@capitolmedia.com
website:	http://www.accurate-electric.com
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* { 
	border: none;
}

img {
	margin: 0 auto;
}

body {
	font-family: Helvetica, Lucida Grande, Arial, Sans-Serif;
	font-size: 10pt;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
}

h1 {
	font-size: 2.2em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

table, td, th {
	border-collapse: collapse;
	font-family: Myriad, "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 11pt;
	color: #000;
}

td {
	padding: .2em;
}

a {
	color: #3a68b2;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.DoNotPrint {
	display: none;
}

.Create, .Edit {
	display: none;
}


/* Page Layout
-----------------------------------------------------------------------------*/

#Wrapper {
	display: inline;
}

#Canvas {
	margin-left: 255px;
}

#Left {
	display: none;
}

#Right {
}


/* Navigation
-----------------------------------------------------------------------------*/

#Primary {
	display: none;
}


/* Header
-----------------------------------------------------------------------------*/


div#Header {
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
}
	
a#Logo { 
	display: block;
	width: 255px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
}

p#Contact {
	position: absolute;
	top: 150px;
	left: 0;
	text-align: center;
	width: 255px;
	font-size: 15px;
	line-height: 18px;
}

#Banner {
	display: none;
}


/* Footer
-----------------------------------------------------------------------------*/

#Footer {
	clear: both;
	border-top: 2pt solid #000;
	font-size: 9pt;
	padding-top: 1em;
	margin-top: 2em;
	text-align: center;
}

#Footer p {
	margin: 0;
}

/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	display: none;
}
div.LabelInput {
	display: none;
}

