/*-----------------------------------------------------------------------------
Sequoyah Electric Screen Stylesheet

version:	1.0
date:		May 20, 2010
author:		Kris Erhardt
email:		kris at capitolmedia dot com
website:	http://www.sequoyahelectric.com
history:	/css/
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #544b4c;
	background: #413730;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 1em; 
}

li {
	margin-bottom: .5em;
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #c51630;
	margin-bottom: 0.3em;
	font-size: 3.5em;
	line-height: 1em;
}

h2 {
	font-size: 1.8em;    
	margin-bottom: .6em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: .7em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: .8em;
}

h5 {
	font-size: 1.2em;    
	margin-bottom: .9em;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

img {
	border: none;
}

a:link, a:visited {
	color: #c20d2e;
	text-decoration: none;
}

a:hover, a:active {
	color: #c20d2e;
	text-decoration: underline;
}

hr {
	border:none;
	border-top: 1px solid #c0bcb9;
	height: 1em;
	display: block;
}



/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* 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: 1em;
}




/* Header
-----------------------------------------------------------------------------*/

div#Header {
	margin: 0 auto;
	width: 930px;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	height: 155px;
	border-bottom: 5px solid #fff;
	background: #fff url(../site/bg_header.jpg) no-repeat 0 0;
	z-index:999;
}
	
a#Logo {
	display: block;
	height: 70px;
	position: absolute;
	right: 0;
	text-indent: -3000px;
	top: 40px;
	width: 255px;
}

/* - - - - - - - - - - - System Navigation - - - - - - - - - - - */

ul#System {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#System li {
	/* first level list items are always visible */
	position: relative;
	margin: 0;
	padding: 0 1em;
	display: inline;
	line-height: 1em;
	border-right: 1px solid #000;
}

ul#System li:last-child {
	border-right: none;
	padding-right: none;
}

ul#System li a {
}

ul#System li a:hover {
}

/* - - - - - - - - - - - Primary Navigation - - - - - - - - - - - */

div#Primary {
	position: absolute;
	top: 80px;
	left: 15px;
	list-style: none;
	letter-spacing: 0;
}

div#Primary ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	height: 75px;
}

div#Primary ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

div#Primary ul li a {
	display: block;
	float:left;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 0;
	margin: 0;
	height: 45px;
	color: #827c70;
	text-transform: uppercase;
	font: 1.2em/3em "Arial Narrow", Arial, sans-serif;
}

* html div#Primary ul li a {
	font-size: 10px;
}

div#Primary ul li a:hover, div#Primary ul li a.Active {
	color: #c51630;
}

div#Primary ul li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	height: 30px;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 930px;
	background: #a51227;
}

div#Primary ul li ul li {
	display: block;
	float:left;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 0;
	margin: 0;
	color: #787773;
	text-transform: none;
	position: relative;
	height: 30px;
}

div#Primary ul li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	height: 2em;
	line-height: 30px;
	padding: 0;
	text-indent: 1em;
	font-weight: normal;
	float: left;
	text-transform: capitalize;
	color: #ecbab0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

div#Primary ul li ul li a:hover, div#Primary ul li ul li a.Active {
	color: #fff;
}

div#Primary ul li.Active ul { 
	/* on mouseover, move the list to it's normal position */
	bottom: 0;
	left: -15px;
	z-index: 10;
}

div#Primary ul li.Active ul li ul { 
	/* on mouseover, move the list to it's normal position */
	top: 0;
	left: -2000em;
}

div#Primary ul li:hover ul li ul, div#Primary ul li.hover ul li ul { 
	/* on mouseover, move the list to it's normal position */
	top: 0;
	left: -2000em;
}



div#Primary ul li ul li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: none;
	width: 18em;
}

div#Primary ul li ul li ul li {
	height: 24px;
	float: none;
}

div#Primary ul li ul li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	line-height: 25px;
	width: 18em;
	padding: 0;
	text-indent: 1em;
	font-weight: normal;
	background: #fff;
	float: none;
	color: #e51937;
}

div#Primary ul li ul li ul li a:hover, div#Primary ul li ul li ul li a.Active {
	text-decoration: underline;
	color: #fff;
	background: #a51227;
}

div#Primary ul li ul li:hover ul, div#Primary ul li ul li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 30px;
	left: 0;
}


/* Ancestors
-----------------------------------------------------------------------------*/

div#Ancestors {
	color: #666;
}

div#Ancestors a {
	color: #666;
	text-decoration: none;
}
div#Ancestors a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Canvas
-----------------------------------------------------------------------------*/
div.Page {
	margin: 0 auto;
	width: 930px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	position: relative;
	background: #fff;
}

div#Wrapper {
	z-index: 99;
}

div#Canvas {
	
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 215px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	border-right: 230px solid #99958c;
	padding-right: 5px;
	margin: 0;
}

div#Right {
	background: #99958c;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	background: #c4beb0;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	clear: both;
	height: 45px;
	margin-bottom: 40px;
}

p#Copyright {
	clear: both;
	font-size: 1em;
	margin: 0 15px;
	line-height: 45px;
}

a#openContact {
	background: url(../site/bg_button.jpg) repeat-x center center;
	border-left: 5px solid #fff;
	color: #fff !important;
	height: 45px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 90px;
	line-height: 45px;
	font-size: 10px;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #0000ff;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
}

div.LabelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: .1em solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

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;
}


/* 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 Modal Dialog Box
-----------------------------------------------------------------------------*/
.modalBox {
	position: relative;
	display: block;
	background: #fff;
	border: 10px solid #fff;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow:0 0 40px #000;
	box-shadow:0 0 40px #000;
	padding: 0;
	margin: 0;
}

.modalClose {
	display: block;
	position: absolute;
	top: -26px;
	right: -26px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/button_close.png) top right no-repeat;
}

/* JavaScript Scroll Bars */

.vScrollbar {
	position: absolute;
	right: 20px;
	top: 20px;			
}
 
.hScrollbar {
	clear: both;	
	}
 
.vTrack {
	width: 10px;
	position: relative;
	overflow: hidden;
	background: #dfdbcf;
}
 
.hTrack {
	float: left;
	height: 10px;
	position: relative;
	background: #dfdbcf;
	overflow: hidden;			
}			
 
.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 10px;
	background: #a61325 url(../site/bg_scroll.jpg) no-repeat center center;
	overflow: hidden;
}
 
.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 10px;
	width: 10px;
	background: #a61325;
	overflow: hidden;						
}
 
.arrowUp {
	background: #a61325 url(../site/bg_scrolltop.jpg) no-repeat center center;
}
 
.arrowDown {
	background: #a61325 url(../site/bg_scrollbot.jpg) no-repeat center center;
}
 
.arrowLeft, .arrowRight, .corner {
	float: left;
}
 
.corner {
	background: #ddd;
}

/* Universal Styles */

div#Hero {
	width: 100%;
	overflow: hidden;
}

div#Hero p {
	margin: 0;
	padding: 0;
}

div#Content {
	margin: 10px 20px;
	position: relative;
}

div#Content p, div#Content li {
	font-size: 12px;
}

div#Content object {
	margin: 0 20px 20px 0;
}

div#Bucket img {
	border-bottom: 5px solid #fff;
}

div#YouTube {
	margin-bottom:15px;
}

div#YouTube p {
	padding: 20px 15px 5px 15px;
	margin: 0;
}

/* Template - Home */

div.Home div#Hero {
	height: 280px;
}

div#rollNewsroom {
	margin: 15px;
}

div.Home div#Content {
	margin-top: 20px;
}

div#rollNewsroom h3 {
	color: #e9e4de;
	text-transform: uppercase;
	font: 1.2em/2.4em "Arial Narrow", sans-serif;
}

div#rollNewsroom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#rollNewsroom li {
	padding: 0 0 0 25px;
	margin: 0 0 12px;
	font-size: 12px;
	color: #38312b;
	background: url(../site/bg_rollNewsroom.gif) no-repeat left 1px;
}

div#rollNewsroom li a {
	color: #811626;
}

/* Template - Basic */

div#customerQuote {
	position: relative;
	margin: 15px;
}

div#customerQuote p {
	color: #fff;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

div#customerAttribute {
	margin: 15px;
}

div#customerAttribute p {
	color: #38312b;
	font: bold 9px Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.Basic div#Content {
	padding: 20px 70px 10px 20px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin: 0;
}

div.Basic div#Scroll {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 625px;
}

/* Template - Network */

div.Network div.Right {
	border-right: 370px solid #99958c;
	padding-right: 5px;
}

div.Network div#Right {
	width: 370px;
}

div#SideContent {
	margin: 15px;
}

/* Template - Newsroom */

/* #rollNewsroom controlled under Template - Home */

div.Newsroom div#Canvas {
	padding: 20px 70px 20px 20px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin: 0;
}

div.Newsroom div#Content {
	padding: 0;
	margin: 0;
	height: 390px;
	overflow: hidden;
	width: 625px;
}

div.Date {
	color: #c0bcb9;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: bold;
}

div.Headline h2 {
	color: #c20d2e;
	font-weight: normal;
	font-style: normal;
	font-size: 24px; 
	margin-bottom: 0;
}

/* Template - Porfolio */

div.Portfolio div#Hero {
	height: 250px;
	width: 100%;
}

div.Portfolio div#Content {
	margin: 0;
}

div#projectTitle {
	background: #c4beb0;
	height: 40px;
	line-height: 40px;
	position: relative;
}

div#projectTitle h2 {
	color: #574d4e;
	padding: 0 15px;
	font: 24px/40px Georgia, "Times New Roman", Times, serif;
}

div#Pagination {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 12px;
}

div#Pagination a {
	padding-left: 5px;
}

div#Pagination a.active {
	font-size: 14px;
	font-weight: bold;
	color: #544b4c;
}

div#projectDescription {
	margin: 15px;
}

div#projectDetails {
	margin: 15px;
}

div#projectDetails h5 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
}

div#projectDetails p, div#projectDetails li {
	font-size: 12px;
	color: #373131;
}

div#projectDetails ul {
	margin: 0;
	padding: 0 0 0 15px;
}

/* Template - Contact */

div#colLeft {
	width:135px;
	position:absolute;
	top:55px;
	left:20px;
}

div#colMiddle {
	width:245px;
	position:absolute;
	top:55px;
	left:160px;
}

div#colRight {
	width:255px;
	margin-left:410px;
	position: relative;
}

a#mapLink {
	width: 265px;
	height: 170px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

span#mapOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 170px;
	background: url(../site/bg_overlay.png) repeat center center;
	text-align: center;
	line-height: 170px;
	display: none;
	font-weight: bold;
}

a#mapLink:hover span#mapOverlay {
	display: block;
}

