@charset "UTF-8";
/* NAPE, created October 2009 */

/* Layout */

body {
	background: url(img/bg_main.png) top repeat-x #d1d1d1;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.fb-like {
	margin-top: 15px;
}
#header {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#nav {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;

}

#featureTopHome {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background: url(img/featured_topShadow2.png) top no-repeat;
}

#featureTop {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background: url(img/featured_topShadowWhite.png) top no-repeat #fff;
}

#featureBtm {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(img/featured_btmShadow2.png) top no-repeat;
}

#feature {
	width: 850px;
	height: auto;
	margin: 0 auto;
	padding: 0 25px;
	background: url(img/bg_featured.png) top repeat-y;
	color: #5b5b5b;
}

.featureContent {
	width: 265px;
	height: auto;
	min-height: 205px;
	margin: 0;
	padding: 0 15px 0 0;
}

#mainContent {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

#sidebar {
	width: 265px;
	height: inherit;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}

#content {
    height: inherit;
    margin: 0 0 0 270px;
    padding: 0 25px 35px;
    width: 590px;
}

#footer {
	background: url("img/bg_footer2.png") no-repeat scroll center top transparent;
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	color: #999;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation 

#nav ul {
	padding: 0;
	list-style: none;
	margin: 0;	
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
}

#nav li a {
	height: 50px;
	line-height: 50px;
	float: left;
	width: auto;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	background: url(img/bg_link.png) top right no-repeat;
}

#nav li a:hover {
	color: #FFF;
	background: url(img/bg_hover.png) top repeat-x;
}

/* Navigation */
#navigation {
	height: 50px;
	box-shadow: 6px #999;
}
#nav {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}
ul.dropdown ul {
	padding: 0;
	list-style:none;
	margin: 0;
	height:50px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown li {
	width:auto;
	margin: 0;
	padding: 0;
	display:block;
}
ul.dropdown a, ul.dropdown a:visited{
	display:block;
	text-decoration:none;
}
ul.dropdown li a {
	height: 50px;
	line-height:50px;
	background: url(img/bg_link.png) top right no-repeat;
	float: left;
	width: auto;
	display:block;
	color:#000;
	text-decoration: none;
	text-align:center;
	padding: 0 8px;
	margin: 0;
}
ul.dropdown ul a {
	padding: 4px 5px 5px 14px;
	margin: 0;
	width: 150px;	
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	background-color: #999;
	color: #FFF;
	text-align:left;
}
ul.dropdown li a.last {
	background: none;
	}
ul.dropdown li a:hover {
	color: #FFF;
	background: url(img/bg_hover.png) top repeat-x;
}
ul.dropdown ul a:link {
	background: #999;
	color: #fff;
}
ul.dropdown ul a:current {
	background: #999;
	color: #fff;
}
ul.dropdown ul a:visited {
	background: #999;
	color: #fff;
}
ul.dropdown ul a:hover {
	background: #0055A6;
	color: #FFF;
}
ul.dropdown a.open {
	background: url(img/bg_navHover.png) top left repeat-x;
	color: #FFF;
}
ul.dropdown li.nodir a:hover {
	background: url(img/bg_hover.png) top repeat-x;
	color: #FFF;
}
ul.dropdown li:hover > a.dir {
	background: url(img/bg_hover.png) top repeat-x;
	color: #FFF;
}
ul.dropdown ul li a:hover > a.dir {
	color: #FFF;
	background: url(img/bg_hover.png) top repeat-x;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul li {
	float:none;
	background:#999;
	border:none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility:visible;
}

/* Sidebar */

#sidebar ul {
	padding: 0;
	list-style: none;
	margin: 0;	
}

#sidebar li {
    margin: 0;
    padding: 0;
}
.pad {
	padding: 20px;
}
#content img {
	border: none;
}
#sidebar li a {
	width: 265px;
	height: 35px;
	line-height: 35px;
	width: auto;
	display: block;
	color: #0055a6;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	padding: 0 0 0 25px;
	background: url(http://www.powerengineers.com/img/bg_linkSidebar.png) top left repeat-x;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

#sidebar li a:hover {
	color: #FFF;
	background: url(http://www.powerengineers.com/img/bg_hoverSidebar.png) top left repeat-x;
}
#sidebarAd  {
	width: 265px;
	height:	auto;
	padding-top: 5px;
}

#sidebarAd  li a {
	background: none !important;
	text-decoration: none;
	color: #3087C8;
	line-height: 301px;
	text-align: center;
}
#sidebarAd  li a:hover {
	color: #555;
}

/* Text */

h1{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	margin: 0 0 15px 0;
	color: #0055a6;
}
h2{
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #4b4b4b;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	color: #333;
}

h6{
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #0055a6;
}
p.top{
	margin-top: 0px;
}
p.advertise {
	font-size: 9px;
	float: right;
	margin: 0 5px 0 0;
}
	
.cert {
	line-height: 60px;
	height:60px;
	width: 475px;
	margin: 0 auto;
	background: #253978;
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	text-shadow: 1px 1px #000;
}
/* Links */

a:link {
	color: #e62b34;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e62b34;
}
a:hover {
	text-decoration: none;
	color: #555;
}
a:active {
	text-decoration: none;
	color: #3087C8;
}

#footer a:link {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	color: #e62b34;
	text-decoration: none;
}

#webList ul a, #printList ul a, #projectList a {
	text-decoration: none;
	color: #555;
}
#webList ul a:hover, #printList a:hover, #projectList a:hover {
	text-decoration: none;
	color: #3087C8;
}


/* Tables */

#footerTable {
	background: url(img/bg_footerTable.png) repeat-y top;
}

/* Images */

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

img.floatLeft {
	float: left;
	margin: 0 15px 35px 0 ;
}

img.floaRight {
	float: right;
	margin: 0 0 0 15px;
}

img.floatLeftcontent {
	float: left;
	margin: 10px 15px 10px  0 ;
}
#content td {
	border-bottom: 1px solid #D1D1D1;
}
#napeSocial {
	width: 960px;
	margin: 0 auto;
	height: 50px;
	background: none;
	
}
#socialLinks {
	width: 170px;
	float: right;
}
#socialLinks li {
	list-style: none;
	text-decoration: none;
	float: right;
	padding: 9px 0px 7px 8px;
}
#socialLinks ul {
	padding: 0;
	margin: 0;
	height: auto;
}
