/* ---------------------------------------------

CSS Document created by Phinney/Bischoff Design House
For: Power Engineers http: //www.powereng.com
4-25-05 mab: tidied formatting, adjusted sidenav positioning for consistency

----------------------------------------------- */


body {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
	height: 448px;;
	}



/* ---------------------------------------------

LINKAGE

----------------------------------------------- */


#footer a:link, 
#footer a:visited { color: #999; text-decoration: none; }
#footer a:hover   { color: #d2312a; text-decoration: underline; }

body#home #feature a:link,
body#home #feature a:visited,
body#home #feature a:hover { color: #fff; text-decoration: underline; }


/* ---------------------------------------------

NAVIGATION

----------------------------------------------- */
#topnavhome { 
	position: absolute; 
	left: 11px; 
	top: 189px; 
	width: 160px;
	text-align: right;  
	}
#topnavmenu { 
	position: absolute; 
	left: 8px; 
	top: 147px; 
	width: 111px; 
	text-align: 
	right; 
	z-index: 2;
	}

#arrow { 
	position: absolute; 
	left: 122px; 
	z-index: 3; 
	}


ul#top-nav { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}
#top-nav li { 
	margin: 0; 
	padding: 3px 0 3px 0; 
	font-size: 11px; 
	line-height: 12px;
	font-family: Arial, sans-serif; 
	text-transform: uppercase; 
	}
#top-nav li a:link, 
#top-nav li a:visited { color: #fff; text-decoration: none; }
#top-nav li a:hover   { color: #333; }
#top-nav a.select { font-weight: bold; }

body#home #top-nav li { font-size: 12px; }
	
/* ---------------------------------------------

HOMEPAGE LAYOUT

----------------------------------------------- */


body#home #frame {
	position: absolute;
	top: 0;
	left: 0;
	height: 448px;
	width: 760px;
/*
	background: url("/uploadedimages/home01.jpg") no-repeat left top;
*/	}

body#home #feature {
	position: absolute; 
	left: 588px; 
	top: 284px; 
	width: 165px; 
	height: 153px; 
	}

body#home #frame2 {
	position: absolute;
	top: 455px;
	left: 0;
	background-color: #fff;
	}
body#home #frame2 #newsitem {
	height: 27px;
	width: 760px;
	background: #eee url("/uploadedimages/bg-newsfeed.gif") no-repeat left top;
	}
body#home #frame2 #footer {
	width: 760px;
	height: 25px;
	letter-spacing: .08em;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
/* list for slideshow */
#slideshowimages {
	display: none;
	}


#footer {
	margin: 0; 
	padding: 15px 0; 
	text-align: center; 
	color: #777; 
	}
body#home #footer { 
	margin: 0; 
	padding: 0; 
	}



/* ---------------------------------------------

SPECIAL TEXT FORMATTING

----------------------------------------------- */
p, ol, li, dd, dt {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}

body#home #feature h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase; 
	font-size: 14px; 
	color: #fff; 
	margin: 0 0 15px 0; 
	}
body#home #newsitem p { 
	color: #444; 
	padding: 8px 0 0 33px; 
	margin: 0;
	line-height: 14px; 
	}
body#home #feature p { 
	color: #fff; 
	line-height: 14px; 
	}
#footer p { 
	font-size: 9px; 
	color: #999; 
	letter-spacing: .15em; 
	margin: 0; 
	padding: 0; 
	}

/* apply this class to vb.net's required <form runat="server"> */
form.aspnet {
	margin: 0;
	padding: 0;
	}
	
#bigimg {
	position: absolute;
	top: 0;
	left: 0;
	}