/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** End CSS Reset ***/

/* Visibility Controls */




/* General Styles */

body {
	background: #FFFFFF url(images/blueBkgd.gif) repeat-x 0 0;
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, verdana;
}

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

.floatLeft {float: left;}
.floatRight {float: right;}

.clear {clear: both;}

p, li, dd {	
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: georgia;
	font-weight: normal;
	font-size: 25px;
}

h2 {
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0 0 0;
	padding-bottom: 10px;
}

h3 {
	font-family: georgia;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 0;
}

a:hover, a:link, a:visited, a:active {
	color: #0079C1;
	text-decoration: underline;
}

a:hover {
	color: #15A5ED;
	text-decoration: none;
}

/* Header Styles */

#header {
	height: 230px;
	width: 100%;
	background: transparent url(images/headerBkgd.jpg) no-repeat 0 0;
	position: relative;
}

.logoPosition {
	position: absolute;
	top: 40px;
	left: 40px; 
	width: 171px;
	height: 135px;	
}

#search {
	position: absolute;
	bottom: 52px;
	right: 0;
	width: auto;
}

#search fieldset label {
	float: left;
	margin: 4px 5px 0 0;
	font-family: georgia;
	color: #666666;
	font-size: 14px;
}

#search #searchField {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
	border: solid 1px #B3B3B3;
}

#search .searchBtn {
	background: transparent url(images/searchBtn.gif) no-repeat 0 0;
	width: 38px;
	height: 26px;
	float: left;
	margin: -3px 0 0 6px;
}	


/*** End Header Styles ***/


/*** Start Navigation Styles ***/

#navigationContainer {
       width: 962px;
       height: 40px;
       text-align: center;
       background: #0079C1 url(images/navBkgd.gif) repeat-x 0 1px;
       position: relative;
       float: left;
	top: 190px; 
}

ul#navigation {
       position: relative;
       top: 0;
       left: 0;
       width: 98%;
       margin: 0 auto;
       display: block;
}

ul#navigation li {
       position: relative;
}

ul#navigation li,
ul#navigation li a {
       text-align: center;
       display: inline;
       margin: 0;
	font-size: 14px;	
}

ul#navigation li a {
       background: #0079C1 url(images/navBkgd.gif) repeat-x top left;
       padding: 10.5px 20px 12px 20px;
       *padding: 11px 20px 12px 20px;
       color: #FFFFFF;
       text-decoration: none;
       line-height: 2.8em;
       text-align: center;
       position: relative;
       margin: 0;
}

ul#navigation li a:hover {
       background-image: url(images/navBkgdHover.gif);
       color: #FFFFFF;
}

.dropDownHover { /* Jquery function adds this class to parent UL when
hovering over dropdown LI */
       background-color: red;
}

/* Drop down related CSS */

ul#navigation li ul {
       position: absolute;
       z-index: 99;
       width: 162px;
       top: 29px;
       *top: 40px;
       left: 0;
       background: #EAEAEA;
       border: solid 1px #C1C1C1;
       border-width: 0 1px 1px 1px;
       visibility: hidden;
}

ul#navigation li ul li {
       float: none;
       display: block;
       overflow: hidden;
       padding: 0;
       margin: 0;
}

ul#navigation li ul li a,
ul#navigation li ul li a:hover {
       display: block;
       padding: 8px 10px;
       background: none;
       color: #696969;
       line-height: 1.0em;
}

ul#navigation li ul li a:hover {
       background: #808080;
       color: #FFFFFF;
}

/***** End Navigation Styles *****/

/* Content */

#maincontent {
	overflow:hidden;
	width: 100%;
	background: #f1f1f2;
	border: solid 1px #CCCCCC;
	border-width: 0 1px 1px 1px;
	

}

.mainContentPadding {
	padding-top: 25px;
}

p.test {color: red; font-size: 20px;}

#contentPages, .contentPadding {
	padding: 35px;
	overflow: hidden;
}

#contentPages.noPadding {
	padding: 0;
}

#contentPages p {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 30px 0 0;
	margin: 10px 0 0 0;
	width: 100%;
}

#contentPages h1, #blog h1 {
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 10px;
}

#contentPages h2 {
	width: 700px;
	margin: 20px 0 0 0;
	border: none;
}

#contentPages.aboutUsBackground {
	background: url(images/manWheel.jpg) no-repeat bottom left;
	overflow: hidden;
}

#contentPages .aboutCol1 {
	float: left;
	width: 425px;
}

#contentPages .aboutCol2 {
	float: right;
	width: 400px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin: 10px 0 90px 0;
	padding: 0 15px 15px 15px;
}

dl.eventList {
	overflow: hidden;
	font-family: lucida, arial, verdana;
	font-size: 12px;
	margin: 0;
	list-style: disc outside;
}

dl.eventList dt {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
}

dl.eventList dd {
	margin: 5px 0px 0px 0px;
	list-style: none;
}

ul.contentList {
	overflow: hidden;
	font-family: lucida, arial, verdana;
	font-size: 12px;
	margin: 9px 0 0 0;
	list-style-type: none;;
}

ul.contentList li {
	clear: both;
	margin: 7px 0px 0px 10px;
}

ul.contentList li.title {
	clear: both;
	margin: 5px 0px 5px 0px;
	list-style-type: none;
	line-height: 18px;
}

.blueText {
	color: #0079C1;
}

div.indElecBanner {
	background: #444444 url(images/indeleBanner.jpg) no-repeat top right;
	padding: 30px 35px 35px 35px;
	margin-bottom: -35px;
	*margin-bottom: -15px;
	color: #FFFFFF;
	height: 250px;
}

#contentPages div.indElecBanner p, #contentPages div.indElecBanner h1  {
	color: #FFFFFF;
	width: 400px;
}

div.netdataBanner {
	background: #444444 url(images/netdataBanner.jpg) no-repeat top right;
	padding: 30px 35px 35px 35px;
	margin-bottom: -35px;
	*margin-bottom: -15px;
	color: #FFFFFF;
	height: 280px;
}

#contentPages div.netdataBanner p, #contentPages div.netdataBanner h1  {
	color: #FFFFFF;
	width: 400px;
}

.servicesCol, .productsCol, .resourcesCol {
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin: 20px 0 25px 0;
	padding: 0 15px 15px 15px;
	height: 330px;
}

.servicesCol, .productsCol {
	margin-right: 10px;
}

.servicesCol {
	width: 300px;
}

#contentPages .productsCol {
	width: 160px;
	background: #FFFFFF url(images/elecProduct.jpg) no-repeat 0 240px;
}

#contentPages .productsCol.dataImage {
	background: #FFFFFF url(images/dataProduct.jpg) no-repeat 0 210px;
}

.resourcesCol {
	width: 310px;
}

/*** End Content ***/




/* Home Content */

#welcomeBlock {
	width: 960px;
	height: 361px;
	background: #FFFFFF url(images/home1.jpg) no-repeat top left;
	padding: 27px 0 0 30px;
}

#welcomeBlock h1 {
	font-family: georgia;
	font-weight: normal;
	font-size: 28px;
}

#welcomeBlock p {
	width: 405px;
	font-size: 12px;
	line-height: 1.4em;
	margin: 15px 0 0 0;
}

#contentHome {
	background: #f1f1f2 url(images/homeBottomBkgd.gif) repeat-x top left;
	overflow: visible;
	border-width: 0;
	height: 275px;
}

#previewBlock {
	width: 235px;
	height: 280px;
	background-color: #FFFFFF;
	border: solid 1px #E6E6E6; 
	overflow: hidden;
}

#previewBlock.indelecBlock {
	position: relative;
	top: -40px;
	left: 30px;
	float: left;
}

#previewBlock.netdataBlock {
	position: relative;
	top: -40px;
	left: 60px;
	float: left;
}

#previewBlock h2 {
	display: block; 
	width: 155px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 80px;
	font-family: georgia;
	font-weight: normal;
	font-size: 15px;
	line-height: 2.8em;
	

}

#previewBlock.indelecBlock h2 {
	background: #E6E6E6 url(images/indelecIcon.jpg) no-repeat top left;
}

#previewBlock.netdataBlock h2 {
	background: #E6E6E6 url(images/netdataIcon.jpg) no-repeat top left;
}

#previewBlock p {
	padding: 15px 20px;
	line-height: 1.8em;
	margin: 0;
}

.homePostColumn h2 {
	font-family: georgia;
	font-weight: normal;
	font-size: 15px;
	line-height: 2.8em;
	width: 100%;
	border-bottom: solid 1px #CCCCCC;
	padding: 0 0 0 0;
}

.homePostColumn {
	width: 370px;
	margin: 10px 30px 0 0;
	float: right;
}

.homePostColumn p {
	padding: 15px 0;
	line-height: 1.6em;
	margin: 0;
}

.homePostColumn h3 {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.archivearticle { 
	width: 100%;
	padding: 10px 10px 0 0;
}

.archivearticle p { 
	margin: 10px 0 0 0;
}

/*** End Home Content ***/

/* Blog Page */

#blog { 
	padding: 25px;
	overflow: hidden;
}

#blogColumn {
	width: 600px;
	margin: 20px 0 0 0;
	background-color: #FFFFFF;
	padding: 15px;
	border: solid 1px #cccccc;
	float: left;
}

#sidebar {
	width: 220px;
	float: right;
	margin: 20px 0 0 0;
	background-color: #FFFFFF;
	padding: 15px;
	border: solid 1px #cccccc;
}

#sidebar ul li {
	margin: 4px 0;
}

.blogEntry {
	padding: 15px 15px 5px 15px;
	margin: 0 0 10px 0;
	border: solid 1px #cccccc;
	background: #FFF url(images/blogEntryBkgd.gif) repeat-x 0 0;
}

.blogEntry h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.blogEntry small {
	color: #808080;
}

.blogEntry p {
	padding: 7px 0;
	color: #333333;
	line-height: 17px;
}

h4#comments, h4#respond {
	font-family: georgia;
	font-weight: normal;
	font-size: 13px;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	border-top: solid 3px #f1f1f2;
}

ol.commentlist li {
	border: solid 1px #cccccc;
	background-color: #f1f1f2;
	padding: 10px 10px 5px 10px;
	margin: 7px 0;
}

ol.commentlist li img {
	float: left;
	margin: 0 5px 0 0;
}

ol.commentlist li p {
	padding: 5px 0;
	clear: both;
}

#commentform {
	width: 100%;
}


/*** End Blog Page ***/

/* Contact Us Page */

.leftColContact {
	float: left;
	width: 275px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin: 10px 0 15px 0;
	padding: 15px 15px 15px 15px;
}

.leftColContact h3 {
	font-size: 13px;
	font-style: italic;
}

.leftColContact label {
	color: #666666;
}

#contentPages .leftColContact p {
	width: 260px;
	clear: both;
}

#contentPages .leftColContact p.questionInquiry {
	margin-bottom: 15px;
}

.leftColContact textarea {
	width: 260px;
	height: 75px;
	border: solid 1px #b3b3b3;
}

.leftColContact input {
	width: 220px;
	border: solid 1px #b3b3b3;
}

.leftColContact .email input,
.leftColContact .cityStateZip input,
.leftColContact .company input {
	width: 240px;
}

.leftColContact p.submit input {
	background-color: #0079c1;
	width: auto;
	color: #FFFFFF;
	border: solid 0px #FFF;
	float: right;
	padding: 3px 6px;
	cursor: pointer;
	cursor: arrow;
}

.rightColContact {
	float: right;
	width: 540px;
	border: solid 1px #cccccc;
	margin: 10px 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF url(images/buildingbw.jpg) no-repeat top right;
}

#contentPages p.directionBlock {
	width: 220px;
	float: left;
}

#contentPages p.mapLink {
	clear: both;
	padding: 10px 0;
	display: block;	
}

/*** End Contact Us Page ***/

/* START PDF Pages */

#contentPages .pdfPages h2 {
	width: auto;
}

.pdfPages .pdfBlock {
	width: 258px;
	float: left;
	margin: 15px 15px 0 0;
	*margin: 15px 15px 0px 0px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
}

.pdfPages ul {
	overflow: hidden;
}

.pdfPages ul li {
	overflow: hidden;
	margin: 3px 0;
}

.downloadPDF {
	background: #FFFFFF url(images/pdfreader.gif) no-repeat top left;
	width: 253px;
	height: 86px;
	float: right;
	position: relative;
	right: 0;
}


/*** End PDF Pages ***/

/* Footer */

#footer {
	width: 100%;
	background-color: #FFFFFF;
	padding: 15px 0 10px 0;
	overflow: hidden;
	clear: both;
}

#footer p {
	color: #808080;
	float: left;
	line-height: 1.3em;
	font-size: 11px;
}



/*** End Footer ***/

























/*** Navigation ***/



/* IE6 Specific Styles */



* html ul#subNav {
       background: transparent url(../images/spacer.gif) no-repeat top left;
       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/subNavBg.png");
}



* html ul#navigation li ul li, * html ul#navigation li ul li {
       padding: 1px 2px; /* Reduces over-padding on dropdown list */
}


/***** End IE 6 Specific Styles *****/



