/* CSS Document */
/* Normalisation */
/* ------------------------------------------------------------------------ */

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalises font-size for headers */
h1, h2, h3, h4, h5, h6 
{ font-size : 100%; }

/* Remove list styles from lists */
ol, ul
{ list-style : none; }

/* Normalises font style and font weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Remove borders and spacing from tables */
table
{ border-collapse : collapse ; border-spacing : 0; }

/* Remove borders from field set and img */
fieldset, img
{ border :0; }

/* Left aligns text in caption and table headers */
caption, th
{ text-align : left; }

/* Remove quotation marks from quote */
q:before, q-after
{ content : ''; }

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
  text-decoration: none;
}
a {
	text-decoration: none;
	color:#006699;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
:focus {
  -moz-outline-style:none;
}
/* ------------------------------------------------------------------------ */
html {	text-align : center; height : 100%;	}
body {
	width : 100%;
	background-color:#000A28;
	font-family:"trebuchet ms","Lucida Grande","Lucida Sans Unicode","bitstream vera sans",verdana;
	font-size: 12px;
	color: white;
}
p { padding: 2px 15px 6px 15px; margin: 0; max-width: 600px; }
strong { font-size: 130%; }
.noscript {
	margin: 0 auto;
	padding: 40px 0 30px 0;
	font-size: 14px;
	text-align: left;
	width: 950px;
	border: 1px solid #006699; border-width: 0px 1px 1px 1px;
}
#wrapper, #legal {
	margin: 0 auto;
	padding: 0;
	position:relative;
	background-color:white;
	color: #333;
	width: 950px;
	border: 1px solid #006699; border-width: 0px 1px;
	text-align:left;
}
#wrapper { 
	min-height: 1200px;
	background: white url(myimages/bg_sidebar.jpg) repeat-y 0 0;
}
#legal { 
	background: #000A28 url(myimages/bg_footer.jpg) no-repeat 0 0;
	padding-top: 60px;
	text-align: right;
	color: white;
}
#legal p { max-width: none; }
#branding {
	position:relative; top: 0px;
	width: 950px;
	height:231px;
	margin: 0px; padding: 0px;
	background: white url(myimages/bg_branding.jpg) no-repeat 50% 0;
}
#branding h1, #branding h2 {
	text-indent: -10000px;
}
#branding #strip {
	width: 427px; 
	height: 51px;
	padding: 53px 25px 0 0;
	position:absolute;
	top: 45px; right: 0px; 
	background: url(myimages/bg_tel.jpg) no-repeat top right;
	text-align:right;
	color: white;
	font-size: 1.5em;
	letter-spacing: 1px;
}
#content {
	width: 706px;
	padding: 0 0 0 244px;
	background: white url(myimages/bg_sidebar.jpg) repeat-y 0 0;
}
#sidebar {
	width: 244px;
	padding: 0; margin: 0;
	position: absolute;
	top: 231px; left: 0px;
	height: auto;
}
#sidebar li {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	border-bottom: 2px solid #000A28;
	background: url(myimages/bg_navigation.jpg) repeat;
}
#sidebar li.navigation {
	height: 49px;
	overflow:hidden;
}
#sidebar li#active {
	height: 193px;
	overflow:hidden;
}
#sidebar li.navigation a, #sidebar li h3 {
	display: block;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 1.5em;
	line-height: 1.6em;
	color: white;
	padding: 10px;
}
#sidebar li.navigation a.highlight {
	background:#ff8000;;
}
#sidebar li.navigation a.highlight:hover {
	background-color:#d64e00;
}
#sidebar li.navigation p { padding: 0px; }
#sidebar li.navigation a.selected, #sidebar li.supp_content {
	background: url(myimages/bg_sidebar_li.jpg) repeat;
}
#sidebar li.navigation a:hover {
	text-decoration:none;
	background: #000A28;
}
#sidebar li#active a { cursor:default; }
#sidebar li#active a:hover {
	background: url(myimages/bg_sidebar_li.jpg) repeat;
}
#sidebar li.supp_content { padding-bottom: 16px; }
#sidebar li.supp_content h3 { border-bottom: 1px solid #006699; }
#sidebar li.supp_content span, #sidebar li.navigation span{
	padding: 10px;
	display:block;
	background: url(myimages/alpha_white25.png) repeat;
	color: #ccc;
}
#sidebar li.navigation span { margin-bottom: 16px;}
#sidebar li.supp_content span p { padding-left: 0px; padding-right: 0px; }
#sidebar li#elecsa {
	height: 144px;
	background: white url(myimages/elecsa.jpg) no-repeat 0 0;
	cursor: pointer;
	margin-bottom: 6px;
}
#sidebar li#elecsa h3, #sidebar li#elecsa p {
	text-indent: -10000px;
}
#sidebar li#elecsa a.full{
	display:block;
	height: 100%; width:100%;
	position:absolute; top: 0px;
}
#sidebar li#elecsa:hover, #sidebar li.navigation:hover {
	border-color: #006699;
}
#sidebar li#lastnav { margin-bottom: 12px; }
/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:706px;
	height:52px;
	margin:0 0 2px 0; 
	padding:0;
	border: 1px solid #ccc; border-width: 1px 0;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
	width: 25%;
	height: 52px;
	border-left: 1px solid silver;
	margin-left: -1px;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(myimages/bg_electrical.jpg) no-repeat 0 50%;
	display:block;
	padding:0 10px 0 0;
	margin:0px;
	
	/* font decoration */
	color:#006699;
	font-size:12px;
	line-height:52px;
	text-align:right;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ }
#flowtabs #t2 			{ background-image: url(myimages/bg_building.jpg); }
#flowtabs #t3 			{ background-image: url(myimages/bg_renovation.jpg); }
#flowtabs #t4 			{ background-image: url(myimages/bg_maintenance.jpg); }
 
/* mouseover state */
#flowtabs a:hover 		{ background-position: 0 100%; color: #fff; }
#flowtabs #t1:hover 	{ }
#flowtabs #t2:hover 	{ }
#flowtabs #t3:hover 	{ }
#flowtabs #t4:hover 	{ }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; background-position: 0 0%; color: #ff8000;}
#flowtabs #t1.current { }
#flowtabs #t2.current { }
#flowtabs #t3.current { }
#flowtabs #t4.current { }

/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	width: 706px;
	height: 296px;
	clear:both;
	border: 1px solid #B4CdE1; border-width: 1px 0;
	background: white url(myimages/bg_services.jpg) repeat-y 0 0;
	font-size: 13px;
	margin: 0;	
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

/* single pane */
#flowpanes .items .service_type {
	float: left;
	width: 706px;
	height: 296px;
	margin: 0px;	
	color: #004467;
}

#flowpanes .service_type h4 {
	margin: 30px 0 25px 0;
	padding-left: 15px;
	border-bottom: 2px solid #006699;
	font-size: 4.5em;
	line-height: 1;
	color: #006699;
	font-weight:100;
}

#flowpanes .service_type span.main {
	float: right;
	width: 430px;
	margin-left: 20px;
}
#flowpanes .service_type span.sup ul{
	list-style-type:disc;
	padding-left:40px;
}
.button_nav {
	position:relative;
	text-align:center;
	width:706px;
	height: 51px;
	margin: 2px 0 25px 0;
	padding: 0px;
	background-color: #E1EAF3;
	/*border-bottom: 1px solid #ccc;*/
}
.custom { width: 176px; float:left; margin: 0; height:51px; padding: 5px 10px; text-align: right; color:#006699; border: 0px; -moz-outline-style:none; cursor:pointer;}
.prev { background: #D2DFEC url(myimages/prev.gif) no-repeat 0 0; }
.next { background: #D2DFEC url(myimages/next.gif) no-repeat 100% 0; float: right; text-align: left; }
.prev:hover { background-position: 0 100%; color: #0b3465; }
.next:hover { background-position: 100% 100%; color:#0b3465; }
.section_head { text-indent: -10000em;}

.section { margin-top: 430px; }
.section h3 { margin-left: 15px; font-size: 1.8em; font-weight:normal;}
.section h4 { margin-left: 15px; font-size: 1.5em; font-weight:normal;}
.section h5 { margin-left: 15px; font-size: 1.3em; font-weight:normal;}
.section p { padding-left: 0px; margin-left: 15px; }
.section .left { float: left; width: 350px; padding-right: 25px; margin-right: 20px; border-right: 1px solid silver; border-left: 1px solid silver; margin-left: 15px; }
.section table{ margin: 5px 5px 5px 15px; border: 1px dotted silver; border-width: 1px 0; width: 95%;}
.section table td { padding: 3px 8px 3px 2px; }

#contact_form {
	position: absolute;
	background: white url(myimages/bg_services.jpg) repeat-y 0 0;
	top: 383px;
	right: 0px;
	width: 676px;
	height: 375px;
	z-index: 10000;
	border: 1px solid #006699; border-width: 1px 0;
	padding: 15px;
	overflow: hidden;
	display:none;
}
#contact_form h3 { padding-left: 14px; padding-bottom: 5px; font-size: 1.8em; font-weight:normal; border-bottom: 1px solid grey; margin-bottom: 20px;}
#contact_form #formed { padding-bottom: 15px; height: 205px; }
#contact_form #formed li{
	padding: 4px 0;
}
#contact_form #formed label {
	width: 100px;
	text-align: right;
	margin-right: 5px;
	float: left;
	font-size: 11px;
	color: #006699;
}
#contact_form #formed input, #contact_form #formed textarea {
	width: 200px;
}
.error { color: red; }
p.error { width: 175px; float:right; font-size: 11px; }
input.error, textarea.error { border: 1px solid red; }
#contact_form #formed label.error { color:red; }
#contact_form_send {
	height: 200px; width:500px; padding: 0 10px 20px 20px; position: absolute; top: 0; display:none;
}
.messagerow { position:relative; height: 220px; width: 530px;}
p#design { padding-left: 25px; margin-left: 15px; background: url(myimages/heart.gif) no-repeat 0 0; width:48%; text-align:left; float:left;}
#scroll {
	position:absolute;
	top: 383px;
	right: 0px;
	width:706px;
	overflow:hidden;
	height: 407px;
}
.landingstrip{
	position: absolute;
	background: white url(myimages/bg_services.jpg) repeat-y 0 0;
	top: 383px;
	right: 0px;
	width: 676px;
	height: 405px;
	z-index: 1000;
	border: 1px solid #666; border-width: 1px 0;
	padding: 0 15px;
	text-align:center;
	overflow: hidden;
}
.landingstrip img{
	border: 1px solid #999; border-width: 0 1px;
}
h4.large {
	margin: 55px -15px 25px -15px;
	padding-left: 15px;
	border-bottom: 2px solid #006699;
	font-size: 3.5em;
	line-height: 1.2;
	color: #006699;
	font-weight:100;
	text-align:left;
}
ul.morenav {
	padding-left: 15px;
	list-style-type: disc;
	width: 100%;
	margin: 0;
}
ul.morenav li{
	width: 45%; margin-right: 4%;
	float: left; text-align: left;
}
#myfaq {border-top: 1px solid #ccc; }
#myfaq dt, #myfaq dd { padding-left: 15px; padding-right: 30px;}
#myfaq dt { padding-top: 16px; font-size: 120%;}
#myfaq dd { padding-bottom: 16px; border-bottom: 1px solid #ccc;}
.highlight {
	background: white url(myimages/bg_services.jpg) repeat-y 0 0;
	border-left: 1px solid #ccc;
}
dd.highlight { font-size:110%; color: #27485c;}
dt.highlight { color:#006699;}
