body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 10pt;
	line-height: 110%;
	background: #FFF;
}
div#h {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}


/* Hide semantic cues specifically designed for screen readers, text-only browsers, and search engines */
h1.a, h2.a, h3.a, h4.a, h5.a, hr.a {
	position: absolute;
	left: -9999px;
	width: 100px;
}

/* = Self-Clearing Mechanism: Forces an element to expand to match the height of inner-floats
================================================================================================== */
.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.film {
	position: relative;
	overflow: hidden;
}
.film span.o {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.landing #primary h2,
body.detail #primary h2 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 19pt;
	line-height: 105%;
	font-weight: 100;
	width: 370px;
}
body.landing #primary h3,
body.detail #primary h3 {
	font-family: Helvetica, Arial, Sans-serif;
	line-height: 105%;
	font-weight: 100;
	margin-top: 1em;
}

a {
	text-decoration: none;
	color: #006695;
}
a:hover {
	color: #003366;
}

a .o {
	cursor: pointer;
}

a.current {
	color: #000;
}

p, li {
	color: #334455;
}



ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 28px;
	margin: 10px 0;
	background-image: url('/images/bullet_orange.gif');
	background-repeat: no-repeat;
	background-position: 10px 0;
}
ol li {
	margin: 10px 0;
}



/* - Masthead:
--------------------------------------------- */
div#masthead div.title a {
	display: block;
	width: 100%;
	height: 140px;
}

div#masthead div.title a span.o {
	background: url('/images/mastheadBG_standard.jpg');
}

div#masthead div.tools {
	position: absolute;
	left: -9999px;
}
div#masthead p {
	color: #FFF;
}

/* - Primary Nav:
--------------------------------------------- */
div#site-nav {
	position: absolute;
	z-index: 25;
	top: 0;
	right: 0;
	width: 253px;
	height: 240px;
	background: url('/images/site-navBG.jpg') bottom left;
}
div#site-nav p {
	margin: 0;
}
div#site-nav p br {
	display: none;
}
div#site-nav strong.a {
	position: absolute;
	left: -9999px;
}
div#site-nav a {
	display: block;
	margin-left: 1px; /* we have to do some image masking here to get the line effect we want, this compensates */
}
div#site-nav span.d {
	display: none;
}
#nav-products, #nav-retail, #nav-industrial {
	height: 38px;
	border-bottom: 1px solid #73b8de;
}
#nav-store, #nav-eltsigns, #nav-about, #nav-contact {
	width: 180px;
	height: 20px;
	margin: 5px 0;
}
/*
#nav-resources {
	height: 32px;
}
*/
#nav-products span.o, #nav-retail span.o, #nav-industrial span.o, #nav-store span.o, #nav-eltsigns span.o, #nav-about span.o, #nav-contact span.o {
	background-position: top left;
	background-repeat: no-repeat;
}
div#site-nav .main a:hover .o,
div#site-nav .main a.current .o {
	background-position: bottom left;
}

#nav-store {
	margin-top: 10px;
}

#nav-products .o {
	background-image: url('/images/nav/products.jpg');
}
#nav-retail .o {
	background-image: url('/images/nav/retail.jpg');
}
#nav-industrial .o {
	background-image: url('/images/nav/industrial.jpg');
}
/*
#nav-resources .o {
	background-image: url('/images/nav/resources.jpg');
}
*/
#nav-store .o {
	background-image: url('/images/nav/store.jpg');
}
#nav-eltsigns .o {
	background-image: url('/images/nav/eltsigns.jpg');
}
#nav-about .o {
	background-image: url('/images/nav/about.jpg');
}
#nav-contact .o {
	background-image: url('/images/nav/contact.jpg');
}











#content {
	position: relative;
	margin: 10px 0;
	min-height: 350px;
	padding-bottom: 30px;
	background: url('/images/contentBG.jpg');
}

#primary {
	position: relative;
	width: 528px;
	padding: 50px 30px 0 30px;
}
#secondary {
	position: absolute;
	top: 90px;
	right: 0;
	width: 237px;
	min-height: 200px;
	padding-left: 15px;
	background: url('/images/secondaryBG.jpg');
}


#secondary ul li {
	background: none;
	padding-left: 0;
}
#secondary ul li a {
	padding-left: 20px;
	background: url('/images/arrow_orangeOnGray.gif') no-repeat 0 1px;
}

img.type-a {
	float: left;
	margin: 0 15px 0 0;
}
img.type-b {
	float: right;
	margin: 0 0 15px 15px;
	padding: 1px;
	border: 1px solid #808080;
}
#primary #section-nav {
	float: right;
	width: 200px;
	margin: -40px 0 20px 25px;
	background: url('/images/dotsVertical.gif') repeat-y left;
}
#primary #section-nav strong.a {
	position: absolute;
	left: -9999px;
}
#primary #section-nav li {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
}

#primary #section-nav li a {
	width: 183px;
}



#primary #section-nav ul,
#secondary .nav ul {
	list-style: none;
}
#secondary .nav ul li {
	margin-left: 0;
}
#primary #section-nav li,
#secondary .nav li {
	background: none;
	padding-left: 0;
}
#primary #section-nav li a,
#secondary .nav li a,
a.arrowLink {
	display: block;
	padding: 0 0 0 17px;
	background: url('/images/arrow_orangeOnWhite.gif') no-repeat 0 1px;
}



body#splash div#masthead div.title a {
	height: 230px;
}
body#splash div#masthead div.title a span.o {
	background: url('/images/mastheadBG_splash.jpg');
}
body#splash div#masthead div.introduction {
	position: absolute;
	top: 135px;
	left: 0;
	width: 528px;
	height: 95px;
	padding: 0 30px 0 40px;
	font-size: 15pt;
	line-height: 120%;
	overflow: auto;
}
body#splash div#masthead div.introduction a {
	color: #FFF;
	text-decoration: underline;
}
body#splash #content {
	min-height: 0;
}
body#splash #primary {
	width: 279px;
	min-height: 199px;
	margin-left: 11px;
	padding-right: 530px;
	padding-top: 0;
	background: #e1e1e1;
}
body#splash #primary a.arrowLink {
	background: url('/images/arrow_orangeOnGray.gif') no-repeat 0 1px;
}
body#splash #primary p {
	
}

body#splash #primary h2 {
	font-size: 11pt;
	padding-top: 25px;
}
body#splash #primary p {
	margin: .5em 0;
}
body#splash #primary p.banner {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}


body#splash #secondary {
	position: relative;
	top: 0;
	left: 0;
	width: 839px;
	min-height: 0;
	margin-left: 11px;
	padding-top: 0;
	padding-left: 0;
	background: none;
	border-top: 1px solid #808080;
}
body#splash #secondary div.nav {
	width: 586px;
	float: left;
}
body#splash #secondary div.nav div.grp {
	float: left;
}
body#splash #secondary div.nav div.grp h3 a {
	font-size: 11pt;
	color: #000;
	display: block;
	padding: 16px 0 6px 0;
	margin-bottom: 6px;
	border-right: 1px solid #808080;
}
body#splash #secondary div.nav div.grp h3 a:hover {
	background: url('/images/listHeaderBG.jpg') repeat-x;
}

body#splash #secondary div.nav div.grp ul li {
	margin-top: 6px;
}

/* Product List */
body#splash #secondary div.nav div#productSum {
	width: 217px;
}
body#splash #secondary div.nav div#productSum h3 a {
	padding-left: 29px;
}
body#splash #secondary div.nav div#productSum ul {
	margin: 0 10px 0 29px;
}
body#splash #secondary div.nav div#productSum li a {
	width: 158px;
}

/* Retail List */
body#splash #secondary div.nav div#retailSum {
	width: 186px;
}
body#splash #secondary div.nav div#retailSum h3 a {
	padding-left: 15px;
}
body#splash #secondary div.nav div#retailSum ul {
	margin: 0 10px 0 15px;
}
body#splash #secondary div.nav div#retailSum li a {
	width: 135px;
}

/* Industrial List */
body#splash #secondary div.nav div#industrialSum {
	width: 183px;
}
body#splash #secondary div.nav div#industrialSum h3 a {
	padding-left: 15px;
	border-right: none;
}
body#splash #secondary div.nav div#industrialSum ul {
	margin: 0 10px 0 15px;
}
body#splash #secondary div.nav div#industrialSum li a {
	width: 136px;
}



body#splash #secondary div.tout {
	width: 233px;
	margin: 0;
	float: right;
	padding-top: 15px;
	padding-left: 18px;
	background: url('/images/secondaryBG.jpg');
}
body#splash #secondary div.tout p {
	margin-top: 0;
}






table {
	border: 1px solid #666;
	border-collapse: collapse;
}
th, td {
	padding: 3px;
}
table td {
	font-size: 8.5pt;
}
tr.h td {
	background: #eee;
}




body.landing #primary div.grp,
body.detail #primary div.grp,
div.staff {
	position: relative;
	padding: 2px 0;
	background: url('/images/dotsHorizontal.gif') repeat-x top;
}
div.staff {
	padding-top: 15px;
	padding-bottom: 15px;
}
div.staff p {
	margin: 0;
	/*margin-left: 95px;*/ /* save for when we put photos back in */
}
div.staff p.photo {
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
}

div.twoc div.grp {
	width: 245px;
	float: left;
	background: none !important;
}
div.twoc div.grp p {
	margin: 0;
}
div.twoc div.first {
	padding-right: 17px !important;
	background: url('/images/dotsVertical.gif') repeat-y right !important;
}
div.twoc div.last {
	padding-left: 17px !important;
}
div.twoc a img {
	margin-top: 1em;
	border: 1px solid #808080;
}




div#timeline {
	height: 150px;
}
div#timeline div.year {
	float: left;
}
.tool-tip {
	color: #000;
	width: 185px;
	z-index: 13000;
	margin-left: -40px;
	padding: 45px 15px 15px 15px;
	background: url('/images/timelineBG.png') top left;
	border-bottom: 1px solid #808080;
}
 
.tool-title {
	font-weight: 700;
	margin: 0 5px 0 0;
	float: left;
}



#footer {
	position: relative;
	width: 810px;
	font-size: 8.5pt;
	color: #FFF;
	margin-top: 10px;
	padding-top: 25px;
	padding-left: 40px;
	padding-bottom: 30px;
	background: #0077cc url('/images/footerBG.jpg');
}
#footer p {
	margin: 0 0 1em 0;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #003366;
}

#footer .banner {
	position: relative;
	float: right;
	width: 222px;
	padding: 0 15px;
	font-size: 10pt;
}
#footer .banner a {
	display: block;
	margin-top: 8px;
	padding: 0 0 0 17px;
	background: url('/images/arrow_whiteOnBlue.gif') no-repeat 0 1px;
}




#media #h {
	width: 100%
}
#media #v {
	width: 330px;
	margin: 5% auto;
}