/* @override http://beta.dluxelectricalprojects.com/css/style.css */

/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* @group Global Resets */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

h1, h2, h3, h4, p {
	padding: 8pt 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-align: center;
}

/* @end */

/* @group Quick Styles */

.clear {
	clear: both;
}

.center {
	text-align: center !important;
	text-indent: 0 !important;
}

/* @end */

/* @group IE Hacks */

/* for Internet Explorer */
/*\*/
* html div#content {
height: 27.7em;
}
/**/

/* @end */

body {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FFF url(../images/background.gif) repeat-x fixed left top;
}

div#containcontainer {
	margin: 0 auto;
	width:  58em;
	padding-bottom: 4em;
}

div#container {
	margin: 0 auto;
	width: 55em;
	color: black;
	border-top-width: 1px;
}

/* @group Header Styles */

div#header {
	text-align: center;
	width: 55em;
	height: 145px;
	background: transparent url(/images/bg-header.gif) repeat-x left top;
	margin-top: .5em;
}

div#header div#headLeft {
	display: block;
	float: left;
	width: 24%;
	height: 145px;
	background: transparent url(/images/orange.gif) no-repeat left top;
}

div#header div#headCenter {
	float: left;
	display: block;
	width: 50%;
	height: 145px;
	background: transparent url(/images/bg-header.gif) repeat-x left top;
}

div#header img {
	background-color: transparent;
}

div#header div#headRight {
	display: block;
	float: right;
	width: 25%;
	height: 145px;
	background: transparent url(/images/van.gif) no-repeat right top;
}

/* @end */

/* @group Info Styles */

div#info {
	width: 55em;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	margin-top: .5em;
	overflow: hidden;
}

div#info span {
	padding-right: .5em;
}

div#info a, div#info a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#info div#infoLeft {
	display: block;
	float: left;
	width: 5%;
	height: 40px;
	background: url(/images/bg-info-left.gif) no-repeat left top;
}

div#info div#infoCenter {
	float: left;
	display: block;
	width: 90%;
	height: 40px;
	background: #FFF1C4 url(/images/bg-info.gif) repeat-x;
}

div#info div#infoRight {
	display: block;
	float: left;
	width: 5%;
	height: 40px;
	background: url(/images/bg-info-right.gif) no-repeat right top;
}

/* @end */

/* @group Navigation Styles */

div#navigation {
	width: 13em;
	float: left;
	overflow: hidden;
	margin-top: .5em;
}

div#navigation img.logos {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	display: block;
	width: 185px;
	height: 110px;
}

div#navigation a {
	display: block;
	height: 2em;
	text-decoration: none;
	color: #FFF;
	clear: both;
	line-height: 2em;
	border: 1px solid #000;
	overflow: hidden;
	background: #000080 url(/images/navi-bg.gif) repeat-y left top;
	margin-bottom: .3em;
}

div#navigation a.current {
	color: #000;
	background: #FFF1C4 url(/images/navi-bg-hover.gif) repeat-y left top;
}

div#navigation a:hover {
	color: #FFF000;
}

div#navigation a img, div#navigation a span {
	float: left;
	display: block;
	margin-left: 4px;
}

/* @end */

/* @group Content Styles */

div#content {
	color: black;
	width: 39em;
	min-height: 27.7em;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	border: 3px solid black;
	background: white none no-repeat right bottom;
	margin-left: .5em;
	margin-top: .5em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div#content a, a:link, a:visited {
	color: #AA0000;
	text-decoration: underline;
}

div#content a:hover {
	color: navy;
}

div#content a:active {
	color: black;
}

div#content p {
	text-align: justify;
	line-height: 1.3em;
}

div#content p.quote {
	text-align: center !important;
	font-style: italic;
}

pre {
	font: italic 100% 'Lucide Grande', Verdana, Arial, Sans-Serif;
	margin-left: 2em;
}

div.logos {
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}

div.logos img {
	display: block;
	width: 150px;
	height: 150px;
	float: left;
}

/* @end */

/* @group Footer Styles */

div#footerSpacer {
	width: 13.5em;
	height: 1em;
	float: left;
}

div#footer {
	text-align: center;
	width: 41.4em;
	margin-top: .5em;
	float: left;
	overflow: hidden;
	height: 40px;
}

div#footer div#footLeft {
	display: block;
	float: left;
	width: 10%;
	height: 40px;
	background: url(/images/bg-footer-left.png) no-repeat left top;
}

div#footer div#footCenter {
	float: left;
	display: block;
	width: 80%;
	height: 40px;
	background: #FFF1C4 url(/images/bg-footer.png) repeat-x;
}

div#footer div#footRight {
	display: block;
	float: left;
	width: 10%;
	height: 40px;
	background: url(/images/bg-footer-right.png) no-repeat right top;
}

div#footer p {
	text-align: center;
	font-size: .6em;
	display: block;
	margin-top: -3px;
}

/* @end */

