@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}
	
img {
	border:none;
	}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #395970 url(../images/bg.png) repeat-x;
}

blockquote {
	margin-left:25px;
	}

#container {
	width: 910px;
	margin: 0 auto;
	}
	
#header {
	height: 200px;
	background: url(../images/bg_head.png) no-repeat;
	}
	
#nav {
	}

#nav p {
	text-align: right;
	font-size: 13px;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding: 85px 5px 0 0;
	}
	
#nav a {
	margin: 0 10px;
	padding: 0 4px 3px 4px;
	}

#nav a:link, #nav a:visited {
	color: #d8ecf8;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	color: #1e70a2;
	text-decoration: none;
	border-bottom: 0px dashed #ccc;
	}
	
#slogan {
	}
	
#slogan p {
	padding: 50px 0 0 0;
	letter-spacing: 2px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}
	
#content {
	background: url(../images/bg_content.png) no-repeat;
	}
	
#leftcol {
	margin-left: 0px;
	float: left;
	display: inline;
	width: 188px;
	margin-top: 0px;
	
	}
	
#leftcol ul {
	padding: 20px 0 0 19px;
	min-width:0;
	list-style:none;
	}
	
#leftcol li {
	height: 45px!important;
	display: block;
	font-variant: small-caps;
	}
	
#leftcol a:link, #leftcol a:visited {
	color: #fff;
	text-decoration: none;
	padding: 12px 0 12px 45px;
	position:relative;/* haslayout hack for IE7 and IE6 */
	}
	
#leftcol a:active, #leftcol a:hover {
	color: #4fa5ee;
	text-decoration: none;
	padding: 12px 0 12px 45px;
	}
	
.residential {background: url(../images/icon_res.png) no-repeat;}
.commercial {background: url(../images/icon_commercial.png) no-repeat;}
.service {background: url(../images/icon_service.png) no-repeat;}
.voltage {background: url(../images/icon_voltage.png) no-repeat;}
.suppliers {background: url(../images/icon_products.png) no-repeat;}
.problems {background: url(../images/icon_problem.png) no-repeat;}
	
#midcol {
	float: left;
	display: inline;
	width: 450px;
	margin-top: 0px;
	
	}
	
#midcol h2 {
	color: #4fa5ee;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	}
	
#midcol h3 {
	padding: 30px 0 0 25px;
	font-size: 14px;
	}
	
#midcol p {
	padding: 10px 0px 10px 10px;
	line-height: 150%;
	}
	
#midcol ul {
	padding: 10px 10px 10px 55px;
	line-height: 150%;
	}

#midcol table {
	margin:0px 0 0 13px;
	}
	
#midcol th {
	text-align:left;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	}

#midcol td {
	padding:5px 10px 0 0;
	}
	
#midcol table .inner {
	margin:0px 0px 0px 0px;
	}
	
#midcol th .inner {
	text-align:left;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #CCCCCC;
	}

#midcol td .inner {
	padding:0px 0px 0px 0px;
	}

#midcol table .inner p {
	padding: 10px 0px 0px 0px;
	line-height: 150%;
	}

#rightcol {
	float: left;
	display: inline;
	width: 200px;
	margin-top: 58px;
	background: url(../images/border.png) no-repeat 0% 13px;
	}
	
#leftcol2 {
	margin-left:50px;
	float:left;
	display: inline;
	width:600px;
	margin-top:58px;
	background:url(../images/border.png) no-repeat 0% 13px;
	padding-left:25px;
	}
	
	#leftcol2 h2 {
		color:#4fa5ee;
		padding:30px 0 0 0;
		font-size:16px;
		font-weight:normal;
		}
		
	#leftcol2 h3 {
		padding:30px 0 0 0;
		font-size:14px;
		}
		
	#leftcol2 p {
		padding:10px 10px 10px 0;
		line-height:150%;
		}
		
	#leftcol2 ul {
		padding:10px 10px 10px 20px;
		line-height:150%;
		}
	
	#leftcol2 img {
		margin-left:-25px;
		}
	
#rightcol2 {
	float: left;
	display: inline;
	width: 200px;
	margin-top: 58px;
	padding:52px 0 0 25px;
	background: url(../images/border.png) no-repeat 0% 13px;
	font-size:11px;
	}
	
	#rightcol2 h1 {
		color:#CCCCCC;
		padding:0 0 30px 0;
		font-size:16px;
		}
		
	#rightcol2 p {
		padding:0 10px 10px 0;
		line-height:150%;
		}
		
	#rightcol2 small {
		font-size:9px;
		}
		
	#rightcol2 h5 {
		text-align:center;
		padding:0 10px 10px 0;
		}
		
.contact {
	width:275px;
	padding-right:25px;
	float:left;
	}
	
#clear {
	clear: both;
	}
	
#wrapper {
	width: 100%;
	background: url(../images/bg_wrapper.png) repeat-x;
	}
	
#footer {
	width: 910px;
	margin: 0 auto;
	}
	
#footer p {
	text-align: right;
	padding: 25px 25px 0 0;
	}
	
#footer a {
	padding:0 0 0 20px;
	color:#fff;
	}
	
#footer a:hover {
	color:#4fa5ee;
	}
	
a:link, a:visited {
	color:#fff;
	text-decoration: none;
	}
	
a:active, a:hover {
	color:#4fa5ee;
	text-decoration: underline;
	}
	
.small {
	font-size: 10px;
	}

#link a {
	margin: 0 10px;
	padding: 0 4px 3px 4px;
	}

#link a:link, #nav a:visited {
	color: #d8ecf8;
	text-decoration: none;
	}

#link a:hover, #nav a:active {
	color: #1e70a2;
	text-decoration: none;
	border-bottom: 0px dashed #ccc;
	}

	
/* Form
==================================================================================*/

#request label {
	position:absolute;
	width:125px;
	text-align:right;
	font-size:1.1em;
	letter-spacing:-1px;
	}
	
#request input {
	padding:2px;
	}
	
#request .txt {
	margin-left:130px;
	width:150px;
	border:1px solid #0E1821;
	font-size:1.1em;
	padding:2px;
	}
	
	#request textarea.txt {
		height:80px;
		width:200px;
		}

#request fieldset {
	margin-top:20px;
	}
	
.btn {
	margin-left:130px;
	border:3px solid #1B2D3C;
	font-size:1.1em;
	background-color:#425360;
	color:#fff;
	}