@import url("normalization.css");
@import url("cms.css");

/* body */
body {
	background: #003 url("../images/bgPage.png") repeat-x top left;
	_background-image: none;
	text-align: center;
	color: #333;
}

/* layout */
#layout {
	width: 760px;
	margin: 0em auto;
	text-align: left;
	padding-bottom: 16px;
	position: relative;
}

/* header */
#header {
	background: transparent url("../images/bgHeaderFooter.png") no-repeat center 8px;
	_background-image: url("../images/bgHeaderFooter.ie6.png");
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	height: 108px;
}
#header .logo {
	float: left;
	position: relative;
	top: 14px;
	left: 14px;
}

/* menu */
#menu {
	background: transparent url("../images/bgLayout.png") repeat-y top left;
	_background-image: url("../images/bgLayout.ie6.png");
	padding-left: 16px;
	padding-right: 16px;
}
#menu:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#menu ul {
	background: transparent url("../images/bgMenu.png") repeat-x top left;
	height: 26px;
}
#menu li {
	float: left;
	border-right: 1px solid #003;
	border-bottom: 1px solid #003;
	border-left: 1px solid #00f;
	border-top: 1px solid #00f;
	height: 24px;
	position: relative;
	_width: 1em;
}
#menu li a {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
	color: #ccf;
	text-decoration: none;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
}
#menu li a:hover {
	background: transparent url("../images/bgMenuHover.png") repeat-x top left;
	color: #fff;
}

/* submenus */
#menu li ul {
	position: absolute;
	z-index: 100;
	left: -9999em;
	top: 25px;
	background: transparent url("../images/bgSubmenu.png") no-repeat bottom center;
	_background-image: url("../images/bgSubmenu.ie6.png");
	width: 208px;
	height: auto;
	padding: 16px;
	padding-top: 0px;
	padding-bottom: 32px;
}
#menu li:hover ul, #menu li.show ul {
	left: -17px;
}
#menu li ul li {
	float: none;
	border: none;
	_width: auto;
}
#menu li ul li a {
	line-height: 1em;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #060;
}
#menu li ul .first {
	padding-top: 16px;
	background: transparent url("../images/bgShadow.png") repeat-x top center;
	_background-image: none;
}
#menu li ul li a:hover {
	background: transparent url("../images/bgSubmenuHover.png");
	color: #030;
}

/* body */
#body {
	clear: both;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 1px;
	background: transparent url("../images/bgLayout.png") repeat-y top center;
	_background-image: url("../images/bgLayout.ie6.png");
}
#body:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* content */
#content {
	clear: both;
	padding: 16px;
	background: transparent url("../images/bgShadow.png") repeat-x top left;
	_background-image: url("../images/bgContent.png");
	min-height: 200px;
	_height: 200px;
}
h1 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: #060;
	margin-bottom: 0.5em;
	text-align: left;
}
h2 {
	font-weight: bold;
	color: #006;
	margin-bottom: 0.5em;
	font-size: 1.25em;
}
h2 span {
	display: block;
	font-size: 0.75em;
}
h3, h2 span {
	margin-bottom: 1em;
	color: #060;
	font-weight: bold;
}
#content p {
	margin-bottom: 1em;
	margin-top: 1em;
}
#content ul {
	list-style: disc outside;
	margin-left: 2em;
	margin-bottom: 1em;
}

/* footer */
#footer {
	clear: both;
	background: transparent url("../images/bgHeaderFooter.png") no-repeat center -108px;
	padding-top: 32px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #339;
}
#footer a {
	color: #339;
}

.clear {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
.center {
	text-align: center;
	margin-bottom: 1em;
}
.left {
	float: left;
	margin: 1em;
	margin-left: 0em;
}
.right {
	float: right;
	margin: 1em;
	margin-right: 0em;
}
.cols:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cols li {
	float: left;
	width: 50%;
}
.callout {
	border: 1px solid #ccc;
	background: #eee;
	padding: 1em;
	color: #060;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10%;
	margin-right: 10%;
	clear: both;
}

/* table */
table {
	width: 100%;
}
th {
	font-weight: bold;
}
th, td {
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: top;
}

/* Home page */
#news {
	float: right;
	width: 240px;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align: center;
}
#news .header {
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	line-height: 28px;
	height: 28px;
	background: transparent url("../images/bgNews.png") no-repeat top center;
	margin-bottom: 0em;
	color: #fff;
	font-size: 1em;
}
#news .body {
	padding: 8px;
	border: 1px solid #060;
	border-top: none;
	background: #eee;
	margin: 1px;
	margin-top: 0px;
}
#news .body dl {
	text-align: left;
}
#news .body dt {

}
#news .body dd {
	margin-bottom: 1em;
}
#divisions .division {
	margin-top: 1em;
	margin-bottom: 2em;
}
#divisions dl {
	margin-bottom: 1em;
}
#divisions dt {
	float: left;
	clear: left;
	margin-right: 1em;
	font-weight: bold;
}

/* Company page */
.company dl {
	margin-bottom: 1em;
}
.company dt {
	float: left;
	clear: left;
	margin-right: 1em;
	font-weight: bold;
}

/* Services */
.electric .type {
	float: left;
	width: 50%;
	background: #fff;
}
.consulting .type {
	float: left;
	width: 50%;
}

/* Management */
.board .left {
	position: relative;
	left: -8px;
	top: -8px;
	margin-right: 4px;
}
.board h2 {
	clear: both;
}

/* form */
form .field, form .fieldCheck {
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
}
form .hidden {
	display: none;
}
form .field label {
	float: left;
	width: 22.5%;
	text-align: right;
	line-height: 1.5em;
}
form .field div {
	float: right;
	width: 75%;
}
form .field div input, form .field div textarea {
	width: 50%;
	border: 1px solid #999;
}
form .field div textarea {
	width: 100%;
	height: 16em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form .field div div input {
	width: auto;
}
form .fieldCheck div {
	float: left;
	width: 42.5%;
	text-align: right;
}
form .fieldCheck label {
	float: right;
	width: 55%;
}
form .field div div {
	float: none;
	width: auto;
}
form .buttons {
	clear: both;
	text-align: center; 
	padding-top: 2em; 
}

address {
	white-space: pre;
}

/* CMS */
#cms {
	text-align: center;
}
#cms input {
	margin: 1em;
	margin-top: 2em;
}
#cms li {
	display: inline;
	border-right: 1px solid #666;
}
#cms li a {
	padding-left: 1em;
	padding-right: 1em;
}
#cms .last {
	border-right: none;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* clients */
#clients {
	float: right;
	width: 240px;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align: center;
	clear: right;
}
#clients .header {
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	line-height: 28px;
	height: 28px;
	background: transparent url("../images/bgNews.png") no-repeat top center;
	margin-bottom: 0em;
	color: #fff;
	font-size: 1em;
}
#clients .body {
	padding: 8px;
	border: 1px solid #060;
	border-top: none;
	background: #eee;
	margin: 1px;
	margin-top: 0px;
	text-align: left;
}

/* projects */
#projects {
	float: right;
	width: 240px;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align: center;
	clear: right;
}
#projects .header {
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	line-height: 28px;
	height: 28px;
	background: transparent url("../images/bgNews.png") no-repeat top center;
	margin-bottom: 0em;
	color: #fff;
	font-size: 1em;
}
#projects .body {
	padding: 8px;
	border: 1px solid #060;
	border-top: none;
	background: #eee;
	margin: 1px;
	margin-top: 0px;
	text-align: left;
}