/*-----------------------------------------------------------------------------
Accurate Electric Screen Stylesheet

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


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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Lucida Grande, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #fff;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 14px; 
}

li {
	margin-bottom: 7px;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

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

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

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

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

h4 {
	font-size: 1.2em;
}

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

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a:link {
	color: #3A68B2; 
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #3A68B2;
}

a:hover {
	color: #000;
}

hr {
	border: none;
	margin-top:2em;
	border-top:1px dashed #7A8083;
	padding-top:2em;
	clear: both;
	display: block;
}

/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 1em;
}

table {
	margin-bottom: 1em;
	width: 100%;
}

th, thead td {
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

td {
	padding: 3px;
	vertical-align: top;
	font-size: 13px;
}

td {
	padding: 3px;
	vertical-align: top;
}


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

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 20px;
}


/* Canvas
-----------------------------------------------------------------------------*/

div.Page {
	width: 960px;
	margin: 0 auto;
}

div#Wrapper {
	position: relative;
	background: url(../site/bg_wrapper.jpg) repeat-x;
}

div#Canvas {
}

div#Canvas .Padding {
	padding-top: 40px;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left div#Canvas {
	margin-left: 255px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	background: url(../site/bg_left.jpg) no-repeat 0 0;
	text-align: center;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right div#Canvas {
	margin-right: 195px;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 185px;
	text-align: center;
}

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

div#Header {
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	height: 250px;
	background: url(../site/bg_header.jpg) repeat-x;
}
	
a#Logo { 
	display: block;
	width: 255px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
}

* html a#Logo { 
	background: url(../site/logo_accurate.gif) 0 0 no-repeat;
}

* html a#Logo img { 
	display: none;
}

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


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

div#Primary {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #000;
	z-index: 10;
}

div#Primary ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

div#Primary ul li a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 0 20px;
	margin: 0;
	background: url(../site/bg_primary.gif) no-repeat left center;
}

div#Primary ul li a:hover, div#Primary ul li a.Active  {
	color: #ffc453;
}

div#Primary ul li:first-child a {
	background: none;
}

div#Primary ul li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 210px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background: #000;
	z-index: 1000;
}

div#Primary ul li:hover ul, div#Primary ul li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 25px;
	left: 0;
	z-index: 1000;
}

div#Primary ul li ul li {
	width: 210px;
	background: none;
}

div#Primary ul li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	position: relative;
	line-height: 14px;
	width: 180px;
	font-weight: normal;
	font-size: 12px;
	text-indent: 0;
	color: #fff;
	padding: 5px 0 5px 20px;
	background: none;
}

div#Primary ul li ul li a.Active {
	color: #fff;
}

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

div#Footer {
	margin-top: 2em;
	padding-top: 1em;
	text-align: center;
	background: url(../site/bg_footer.gif) no-repeat center top;
}

div#Footer p {
	font-size: 11px;
}



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

fieldset {
	border: none;
}

legend { 
	font-size: 1.4em;
	color: #000;
	background: #fff;
	padding: 5px 0;
	font-weight: bold;
}

div.LabelInput, span.LabelInput {
	clear: left;
	margin-bottom: .7em;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 23.5em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #666;	
	display: block;
	z-index: 1000;
	color: #000;
}

select.Select {
	width: 16.55em;
}

textarea {
	height: 12em;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

label.Radio, label.Checkbox {
	width: auto !important;
	padding: 0;
	margin: 0;
	float: none;
	line-height: inherit;
	display: block;
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth {
	width: 310px;
}

div.FullWidth input[type='text'], div.FullWidth input[type='password'], div.FullWidth select, div.FullWidth textarea {
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#Right div.CAPTCHA img {
	border: 1px solid #666;
}

div.CAPTCHA img {
	
}

div.CAPTCHA input[type='text'] {
	width: 6em;
	font-size: 2em;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding: 0;
	line-height: 48px;
	border: 1px solid #666;
	color: #000;
	float: right;
}


div.FormControls {
	margin-left: 12em;
	clear: both;
	display: block;
	margin-bottom: 4em;
}

div.advice {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	padding: 0 20px;
	background: #bf114f;
	color: #fff;
	display: block;
}

.error {
	background: #f4c4d5;
}

.dimmed {
	color: #b8b2a5;
}


/* Validation messages delivered by validate.js
-----------------------------------------------------------------------------*/
div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Alert, .Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Alert a, .Info a, .Error a, .Success a, .ErrorInline a {
	color: #000;
	text-decoration: underline;
}

.Alert, .Info {
	background: #BFC8F1 url(../admin/information.png) no-repeat 10px 8px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../admin/error.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../admin/accept.png) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.modalBox {
	background: #fff url(../site/loading.gif) 50% 50% no-repeat; 
	position: relative; 
	border: 10px solid #fff; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px #000; 
	-webkit-box-shadow: 0 0 10px #000;
}

.modalMessage { 
	overflow: hidden; 
	background: #fff; 
}

.modalClose { 
	position: absolute; 
	top: -25px; 
	right: -25px; 
	display: block; 
	width: 32px; 
	height: 32px; 
	overflow: hidden; 
	text-indent: 40px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 2em; 
	text-decoration: none; 
	background: url(../site/button_close.png) no-repeat 0 0; 
}

.modalNext { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 0 10px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}

.modalPrevious { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	padding: 0 10px; 
	color: #fff; 
	font-size: 10px; 
	letter-spacing: .1em; 
	text-transform: uppercase; 
	line-height: 35px; 
	text-decoration: none; 
}


/* Javascript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}




/* Javascript MooTools Tips Plugin
-----------------------------------------------------------------------------*/

.tip {
	width: 300px;
	background: #fff;
	border: 1px solid #666;
	padding: 10px;
	font-size: 11px;
	z-index: 100;
}

.tip-title {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}


/* Edit Mode
-----------------------------------------------------------------------------*/

div.Block {
	position: relative;
}




a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000px;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -65px;
	z-index: 999;
	text-align: left;
}

div.toolbar {
    position: relative;
    float: right;
    width: 150px;
}

div.toolbar_compound {
    width: 110px;
}

div.toolbar a {
	height: 30px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_container.png) no-repeat 0 0;
	position: absolute;
	top: -15px;
	z-index: 1000;
	text-align: left !important;
}

div.toolbar_compound a {
	background: url(../admin/button_container_compound.png) no-repeat 0 0;
}

div.toolbar a.add {
	width: 44px;
	left: -25px;
}

div.toolbar a.add:hover, div.toolbar a.add:active {
	background-position: 0 -30px;
}

div.toolbar a.remove {
	width: 35px;
	left: 19px;
	background-position: -44px 0;
}

div.toolbar a.remove:hover, div.toolbar a.remove:active {
	background-position: -44px -30px;
}

div.toolbar a.moveUp {
	width: 35px;
	left: 54px;
	background-position: -79px 0;
}

div.toolbar a.moveUp:hover, div.toolbar a.moveUp:active {
	background-position: -79px -30px;
}

div.toolbar a.moveDown {
	width: 35px;
	left: 89px;
	background-position: -114px 0;
}

div.toolbar_compound a.moveDown {
	width: 42px;
}

div.toolbar a.moveDown:hover, div.toolbar a.moveDown:active {
	background-position: -114px -30px;
}

div.toolbar a.Edit {
	width: 51px;
	left: 124px;
	background-position: -149px 0;
}

div.toolbar span.Edit {
	width: 51px;
	left: 124px;
	background-position: -149px -30px;
}

div.toolbar a.Edit:hover, div.toolbar a.Edit:active {
	background-position: -149px -30px;
}

a.Editable {
	background: #ffcc00 !important;
}


div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	background-color: #e9e9e9;
}

div#MetaData {
	margin-right: 25em;
	padding: 1em;
	background: #fff;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
	line-height: 1.6em;
	background: #F3E5A1;
	padding: 1em;
}


/* Template - Universal
-----------------------------------------------------------------------------*/

div#Banner {
	text-align: right;
}

ul#Secondary {
	list-style-type: none;
	padding: 0;
	margin: 0 0 40px 0;
}

ul#Secondary li {
	
	
}

ul#Secondary li:last-child {
	background: none;
}

ul#Secondary li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 20px 0;
}

ul#Secondary li a:hover {
	text-decoration: underline;
}

ul#Secondary li a span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	clear: both;
}

form#Subscribe {
	margin: 0 0 20px;
	text-align: center;
}

form#Subscribe legend {
	display: none;
}

form#Subscribe span.legend {
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background: transparent;
	text-align: center;
	margin: 0 auto;
	width: 100px;
}

form#Subscribe input {
	width: 200px;
	margin: 0 auto;
}

form#Subscribe span {
	font-size: 11px;
}

/* Monthly Specials */

div.Special {
	display:block;
	position:relative;
	width:960px;
	height:700px;
	background: #fff url(/site/bg_specials.gif) repeat-x 0 0;
}

div.specialText {
	text-align:center;
	margin-right:610px;
	padding:20px 0 20px 20px;
}

p.Address {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}

p.Slogan {
	font-weight:bold;
	text-align:center;
	font-size:30px;
	line-height:30px;
}

span.specialImage {
	position:absolute;
	top:40px;
	right:20px;
}
