/*
Theme Name: SpearTip
Theme URI: http://www.speartip.net/
Description: Custom Wordpress theme for SpearTip, LLC, by BrickStreet Creative in Alton, IL
Author: Adam Houston
Author URI: http://www.brickst.com/
*/


.printonly {
	display: none;
}


/******************************* Main Layout *******************************/

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: rgb(204,234,247) url(images/bodybknd.jpg) no-repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000; /* was #333 */
}

h1, h2, h3, h4, p, ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}

#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	position: relative;	
	overflow: visible;
} 
#header { 
	background: url(images/headerbknd.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 145px;
	display: block;
	position: relative;
	z-index: 50;
} 

#promobox { 
	margin: 0 10px;
	padding: 0;
	width: 900px;
	min-height: 1px;
	display: block;
	position: relative;
	border-bottom: 2px solid rgb(247,148,29);
	overflow: visible;
}

#promobox img {
	display: block;
	margin: 0;
	padding: 0;
}


#centerArea {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 920px;
	background:url(images/centerbknd.png) repeat-y top;
	overflow: hidden;
	z-index: 1;
}

#sidebar {
	display: block;
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height: 500px;
	margin: 0;
	padding: 0;
	background: rgb(237,237,237) url(images/sidebarbknd.jpg) repeat-x bottom;
	position: relative;
}

body.homepage #sidebar {
	float: left; /* since this element is floated, a width must be given */
	background: rgb(237,237,237) url(images/sidebarbknd.jpg) repeat-x bottom;
}


#main {
	float: right; /* since this element is floated, a width must be given */
	position: relative;
	width: 540px;
	min-height: 350px;
	margin: 15px 40px 20px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
}
body.homepage #main {
	float: left; /* since this element is floated, a width must be given */
	margin: 15px 30px 20px 40px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
}


#main.nosidebar {
	float: none;
	position: relative;
	width: 840px;
	margin: 30px auto 20px auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
}

#footer { 
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footerbknd.png) no-repeat 0 0;
	width: 920px;
	height: 110px;
	overflow: hidden;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#flashcontent {
	display: block;
	width: 430px;
	height: 80px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 60px;
}

#flashcontent img {
	margin: 0;
	padding: 0;
}



/******************************* Styles for Main Area *******************************/

#main img {
	border: none;
}

#main h1, #main h2, #main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main a {
	color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
}

#main a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#main a:hover, #main a:visited:hover {
	color: #FFF;
	background-color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
	cursor:pointer;
}


#main h1 {
	font: 200% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(0,40,120);
	line-height: 1.25em;
	margin-top: .75em;
	margin-bottom: .5em;
}

#main h2 {
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.35em;
	margin-top: 1em;
}

#main h3 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color: rgb(247,148,29);
	line-height: 1.25em;
	margin-top: 1.5em;
}

#main p {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.5em;
}

#main ul {
	margin-left: 2.5em;
	line-height: 1.5em;
}

#main li {
	margin-top: .75em;
}

#main dl {
	line-height: 1.35em;
}

#main .divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

.floatright {
	float: right;
	margin: 5px 0 10px 15px;
}

.floatleft {
	float: left;
	margin: 5px 15px 10px 0;
}

.floatright img, .floatleft img, .caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

#main .linkbox h3, #main .linkbox2 h3 {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	font: 200% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(0,40,120);
	line-height: 1em;
	border-bottom: 1px solid #FFF;
	height: 35px;
	overflow: hidden;
}


#main .linkbox h3 a, #main .linkbox h3 a:visited, #main .linkbox2 h3 a, #main .linkbox2 h3 a:visited {
	display: block;
	margin: 0;
	padding: 5px 15px 10px;
	text-decoration: none;
	color: rgb(0,40,120) !important;
	border: none !important;
	background: none !important;
	background: transparent url(images/headlinebar.gif) no-repeat right -35px !important;
}

#main .linkbox2 h3 a, #main .linkbox2 h3 a:visited {
	background: transparent url(images/headlinebar2.gif) no-repeat right -35px !important;
}

#main .linkbox p, #main .linkbox2 p {
	display: block;
	margin: 0;
	padding: 0;
	color: #000 !important;
}

#main .linkbox p a, #main .linkbox p a:visited, #main .linkbox2 p a, #main .linkbox2 p a:visited {
	display: block;
	margin: 0;
	padding: 10px 15px 12px;
	text-decoration: none;
	color: #000 !important;
	background-color: rgb(239,239,239) !important;
	border: none !important;
}

#main .linkbox h3 a:hover, #main .linkbox h3 a:visited:hover, #main .linkbox:hover h3 a {
	background-position: top !important;
	cursor: pointer;
	border: none !important;
	background-color: none !important;
}

#main .linkbox2 h3 a:hover, #main .linkbox2 h3 a:visited:hover, #main .linkbox2:hover h3 a {
	background-position: top !important;
	cursor: pointer;
	color: #FFF !important;
	border: none !important;
}

#main .linkbox:hover p a {
	background-color: rgb(252,223,187) !important;
}

#main .linkbox2:hover p a {
	background-color: rgb(226,243,250) !important; /* was rgb(204,234,247) */
}


#main .sidebarboxbottom {
	width: 250px;
	background-image: url(images/sidecol-bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding: 5px 0 15px 0; 
	margin: 0;
	text-align:center;
}

#main .sidebarbox1 {
	float: right;
	position: relative;
	top: -10px;
	right: -46px;
	width: 250px;
	min-height: 220px;
	margin: 0 0 25px 0;
/*	margin: -10px -46px 25px 40px; */
	padding: 15px 0 0 0;
	background-image: url(images/sidecol-first-top.jpg);
	background-position:top;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000000;
}

#main .sidebarboxbottom1 {
	width: 250px;
	min-height: 220px;
	background-image: url(images/sidecol-bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding: 5px 0 15px 0; 
	margin: 0;
}

#main .sidebarbox1 .testimonyquote {
	font-size: 120%;
	color: rgb(247,148,29);
	margin: .5em 10px .75em 15px;
}

#main .sidebarbox1 .testimonyname {
	font-size: 85%;
	text-align: right;
	text-transform: uppercase;
	color: #666;
	margin: .75em 15px .5em 5px;
}

#main .backto {
	margin-top: 15px;
}

#main .backto p {
	line-height: 1em;
	padding-top: 15px;
}

#main .backto a {
	color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid #666;
}

#main .backto a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
	cursor:pointer;
}

#main .backto a span{
	display: block;
	float: left;
	vertical-align:baseline;
	margin-top: 4px;
	margin-right: 2px;
	width: 9px;
	height: 9px;
	background-image: url(images/backarrow-gray.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-right: 5px;
}

#main .backto a:hover span{
	display: block;
	float: left;
	vertical-align:baseline;
	width: 9px;
	height: 9px;
	background-image: url(images/backarrow-blue.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-right: 5px;
}

#main dl.productlist {
	display: block;
	margin-top: 20px;
}

#main dl.productlist dt {
	display: block;
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	border-top: 1px solid rgb(205,205,205);
}


#main dl.productlist dd {
	display: block;
	width: 485px;
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
	padding:0 10px 0 0;
	border-top: 1px solid rgb(205,205,205);
}

#main dl.productlist dt a {
	display: block; 
	text-indent: -9009px;
	width: 210px;
	height: 49px;
	text-decoration: none;
	border: none;
	overflow: hidden;
	margin: 25px 0 0 0 ;
	padding: 0;
	cursor: pointer;
}






#main dl.latestnews {
	display: block;
}

#main dl.latestnews dt {
	display: block;
	width: 80px;
	float: left;
	clear: left;
	margin: 0;
	font-weight: bold;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	color: rgb(0,40,120);
}

#main dl.latestnews dd {
	display: block;
	width: 450px;
	margin: 0 0 20px 80px;
	text-align: left;
	padding: 0;
}

#main dl.latestnews dd h3 {
	margin-top: 0;
	padding: 0;
}

#main dl.latestnews dd span {
	font-size: 80%;
	text-transform: uppercase;
}





#main dl.eventlist {
	display: block;
	width: 250px;
}

#main dl.eventlist dt {
	display: block;
	width: 75px;
	height: 59px;
	float: left;
	clear: left;
	margin: 0;
	background: transparent url(images/dateboxbknd-main.gif) no-repeat 0 0;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding-top: 9px;
	text-align: center;
}

#main dl.eventlist dt span {
	font-size: 16px;
	text-transform: uppercase;
}

#main dl.eventlist dd {
	display: block;
	width: 160px;
	margin: 25px 2px 25px 75px;
	text-align: left;
}

#main dl.eventlist dd p {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	margin: 0;
	padding: 0;
}

#main dl.eventlist dd p strong {
	color: #000;
}

#main .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 0 20px 0;
	clear: both;
}

#main .features h2 {
	text-indent: 20px;
}

#main .features p {
	margin-left: 20px;
}


#main .navigation {
	display: block;
	width: 100%;
}

#main .navigation .prev {
	display: block;
	width: 50%;
	float: left;
}

#main .navigation .next {
	display: block;
	width: 50%;
	float: right;
	text-align: right;
}



/******************************* Styles for Sidebar *******************************/

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul {
 margin-left: 20px;
 margin-right: 20px;
 color: #000;
}

#sidebar .indent h1, #sidebar .indent h2, #sidebar .indent h3, #sidebar .indent h4, #sidebar .indent p, #sidebar .indent ul {
 margin-left: 8px;
}


#sidebar .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 0 20px 0;
	clear: both;
}


#sidebar h2.upcomingevents {
	text-indent: -9009px;
	background: url(images/text-upcomingevents.gif);
	display: block;
	overflow: hidden;
	width: 250px;
	height: 15px;
	margin:0;
	padding:0;
}

#sidebar h2.officelocations {
	text-indent: -9009px;
	background: url(images/text-officelocations.gif);
	display: block;
	overflow: hidden;
	width: 250px;
	height: 15px;
	margin:0;
	padding:0;
}

#sidebar h2.tradeshowcalendar {
	text-indent: -9009px;
	background: url(images/text-tradeshowcalendar.gif);
	display: block;
	overflow: hidden;
	width: 250px;
	height: 15px;
	margin:0;
	padding:0;
}

#sidebar h2.latestnews {
	text-indent: -9009px;
	background: url(images/text-latestnews.gif);
	display: block;
	overflow: hidden;
	width: 260px;
	height: 20px;
	margin: 22px auto 0 auto;
	padding:0;
}

#sidebar img {
	border: none;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar a {
	color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
}

#sidebar a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#sidebar a:hover, #sidebar a:visited:hover {
	color: #FFF;
	background-color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
	cursor:pointer;
}


#sidebar h1 {
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(247,148,29);
	line-height: 1.35em;
	margin-top: .75em;
	margin-bottom: .5em;
}

#sidebar h2 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(247,148,29);
	line-height: 1.35em;
	margin: 3.5em 0 0 0;
}

#sidebar h3 {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: rgb(247,148,29);
	line-height: 1.25em;
	margin-top: 1.5em;
}

#sidebar p {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin-top: .5em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

#sidebar ul {
	margin-left: 2.5em;
	line-height: 1em;
}

#sidebar li {
	margin-top: .5em;
}

#sidebar .divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

#sidebar .indent {
	margin-left: 17px;
	border-left: 1px solid rgb(247,148,29);
}

#sidebar .quotebox {
	display: block;
	width: 300px;
	margin: 0;
	padding: 15px 0 10px 0;
	background-color: rgb(247,148,29);
}

#sidebar p.caption {
	margin: 0;
	line-height: 1.25em;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	color: #666;
}

#sidebar p.quote {
	display: block;
	font: 115% Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	position: relative;
	width:260px;
	margin: 0 20px 10px 20px;
	text-indent: 21px;
	font-style: normal;
}

#sidebar p.quoted {
	text-align: right;
	font-size: 75%;
	text-transform: uppercase;
}

#sidebar p.quoted span {
	font-size: 110%;
}

#sidebar .quotemarkleft {
	display: block;
	width: 27px;
	height: 21px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9px;
	top: -5px;
	text-indent: -9009px;
	background: transparent url(images/quotemark-left.gif) no-repeat 0 0;
}

#sidebar .quotemarkright {
	display: block;
	width: 27px;
	height: 21px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -9px;
	bottom: -4px;
	text-indent: -9009px;
	background: transparent url(images/quotemark-right.gif) no-repeat 0 0;
}


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

#sidebar ul.latestnews h4.date {
	text-transform: uppercase;
	font-size: 85%;
	font-weight: normal;
	margin: 12px 20px 2px 20px;
	padding: 0;
	color: rgb(0,40,120);
}

#sidebar ul.latestnews p {
	margin: 0 20px;
}

#sidebar dl.latestnews {
	display: block;
}

#sidebar dl.latestnews dt {
	display: block;
	width: 60px;
	float: left;
	clear: left;
	margin: 2px 0 15px 15px;
	font-weight: bold;
	font-size: 85%;
}

#sidebar dl.latestnews dd {
	display: block;
	width: 160px;
	margin: 15px 2px 15px 83px;
	text-align: left;
}

#sidebar dl.latestnews dd span {
	line-height: 14px;
	font-size: 90%;
	text-transform: uppercase;
}

#sidebar dl.latestnews dd p {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	margin: 0;
	padding: 0;
}

#sidebar dl.eventlist {
	display: block;
	width: 250px;
}

#sidebar dl.eventlist dt {
	display: block;
	width: 60px;
	height: 59px;
	float: left;
	clear: left;
	text-align: center;
	margin: 0 0 0 15px;
	background: transparent url(images/dateboxbknd.gif) no-repeat 0 0;
	color: rgb(247,148,29);
	font-size: 14px;
	line-height: 20px;
	padding-top: 9px;
}

#sidebar dl.eventlist dt span {
	display:block;
	font-size: 16px;
	text-transform: uppercase;
}

#sidebar dl.eventlist dt span.twomonth {
	font-size: 13px;
	letter-spacing: -1px; 
}

#sidebar dl.eventlist dd {
	display: block;
	width: 160px;
	min-height: 57px;
	margin: 15px 2px 15px 83px;
	text-align: left;
}

#sidebar dl.eventlist dd p {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	margin: 0;
	padding: 0;
}

#sidebar .sidebarboxbottom {
	width: 250px;
	background-image: url(images/sidecol-bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding: 5px 0 15px 0; 
	margin: 0;
	text-align:center;
}

#sidebar .sidebarbox1 {
	width: 250px;
	min-height: 220px;
	margin: 25px 0;
	padding: 15px 0 0 0;
	background-image: url(images/sidecol-first-top.jpg);
	background-position:top;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000000;
}

#sidebar .sidebarboxbottom1 {
	width: 250px;
	min-height: 220px;
	background-image: url(images/sidecol-bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding: 5px 0 15px 0; 
	margin: 0;
}

#sidebar .testimonyquote {
	font-size: 120%;
	color: rgb(247,148,29);
	margin: .5em 10px .75em 15px;
}

#sidebar .testimonyname {
	text-align: right;
	text-transform: uppercase;
	margin: .75em 15px .5em 5px;
}

#sidebar .screens {
	display: block;
	width: 250px;
	margin: 35px 0 0 0;
}


/******************************* Styles for Footer *******************************/


#footer p.copyright {
	margin: 55px 10px 0 0;
	width: 300px;
	padding: 0;
	float: right;
	text-align: right;
	color: rgb(6,84,165);
	display: block;
	font-size: 90%;
	line-height: 1em;
}

#footer ul.footernav { 
	display: block;
	width: 550px;
	margin: 55px 0 0 45px;
	padding: 0;
	color: rgb(6,84,165);
	list-style: none;
	font-size: 100%;
}

#footer ul.footernav li { 
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1em;
	padding: 0 10px;
	border-left: 1px solid #000;
}

#footer ul.footernav li.noborder {
	border: none; 
	padding-left: 0;
}

#footer .footernav a, #footer p.copyright a {
	color: rgb(6,84,165);
	text-decoration: none;
	border: none;
}

#footer .footernav a:hover, #footer p.copyright a:hover {
	text-decoration: none;
	color: rgb(6,84,165);
	border-bottom: 1px solid rgb(6,84,165);
}

#footer .sitecredit {
	width: 920px;
	display: block;
	text-align: center;
	position: relative;
	top: 50px;
}

#footer .siteby {
	text-align: center;
	border: none;
}

#footer .black {
	color: #000;
}

/******************************* Styles for Site Map *******************************/


#main #sitemap ul {
	list-style: none;
	margin: 0;
}

#main #sitemap ul li.category {
	margin: 25px 0;
}

#main #sitemap ul li.category ul {
	margin: 0;
}

#main #sitemap ul li.category ul li {
	list-style: none;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 85%;
	background: transparent url(images/nav/navarrow.gif) no-repeat 0 5px;
	z-index: 500;
}

#main #sitemap ul li.category a.category, #main #sitemap ul li.category a.category:visited {
	color: rgb(247,148,29);
}

#main #sitemap ul li.category a.category:hover, #main #sitemap ul li.category a.category:visited:hover {
	background-color: rgb(247,148,29);
	color: #FFF;
}



/******************************* Styles for Navigation *******************************/



#mainnav {
	position: absolute;
	top:108px;
	left:0;
    width:865px;
	height:35px;
	display:block;
    margin:0 0 0 10px;
	padding: 0;
	z-index: 100;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}

#mainnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}


#mainnav a {
	display: block;
    background:url(images/navbknd.jpg) repeat-x top;
    padding: 8px 1.25em 0 1.25em;
	height: 27px;
	text-decoration:none;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
	border-right: 1px solid rgb(6,84,165);
}

#mainnav a:hover, #mainnav li.current_page_ancestor a {
	background-position: 0 -35px;
}

#mainnav li.page-item-3 a {
	width: 43px;
	background: url(images/nav-home.jpg) no-repeat top;
	display: block;
	text-indent: -9009px;
	margin: 0;
	padding: 0;
	height: 35px;
}

#mainnav li.page-item-3 a:hover, #mainnav li.current_page_item a {
	background-position: 0 -35px;
}

#mainnav li { /* all list items */
	float: left;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}

#mainnav li ul { /* second-level lists */
	position: absolute;
	border: 1px solid rgb(234,140,28); 
	border-width: 2px 1px 0 1px;
	font-weight: normal;
	font-size: .8em;
	line-height: 1em;
	z-index:1000;
	width: 20em;
	background-color: #FFF;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainnav li ul li {
	width: 100%;
	white-space: normal;
}


#mainnav li ul a {
	width: auto;
	display: block;
	background: none;
	height: auto;
	border: 0 solid rgb(234,140,28);
	border-bottom-width: 1px;
	padding: .5em 0 .5em 1.25em;
	text-decoration: none;
    color: #000;
	text-transform: none;
}

#mainnav li ul li.current_page_item ul a {
	background: #FFF;
}

#mainnav li ul a:hover, #mainnav li ul li.current_page_item ul a:hover {
    color: #000;
	border-color: rgb(234,140,28); 
	background-color: rgb(253,234,210);
	cursor: pointer;
}

#mainnav li ul li.current_page_item a {
    color: #000;
	border-color: rgb(234,140,28); 
	background-color: rgb(253,234,210);
}


#mainnav li ul ul { /* third-and-above-level lists */
	font-size: 1em;
	background-color: #FFF;
	margin: -2.65em 0 0 20em;
	border-width: 1px 1px 0 1px;
}

#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li.sfhover ul ul, #mainnav li.sfhover ul ul ul {
	left: -999em;
}

#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mainnav li ul li.haschildren a {
	background: #FFF url(images/navarrow.gif) no-repeat right 6px;
}

#mainnav li ul li.haschildren ul a {
	background: #FFF;
}

#mainnav li ul li.haschildren a:hover {
	background: rgb(253,234,210) url(images/navarrow-hov.gif) no-repeat right 6px;
}

#mainnav li ul li.haschildren ul a:hover {
	background: rgb(253,234,210);
}


  /* ######### Style for Sub Nav Menu ######### */


#sidebar .subnavpic {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 170px;
	background: url(images/subnav-pic1.jpg) no-repeat bottom;
}

#sidebar .subnavbox {
	display: block;
	width: 300px;
	position: relative;
	background: rgb(0,40,120);
	margin: 0 0 30px 0;
	padding: 15px 0;
}

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

#sidebar .subnavbox li {
	list-style-type: none;
	margin: 3px 0 0 20px;
	padding: 0 0 0 15px;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}

#sidebar .subnavbox li.current_page_item, #sidebar .subnavbox li.current_page_ancestor {
	background: url(images/dash-orange.gif) no-repeat 0 7px;
	font-weight: bold;
}

#sidebar .subnavbox h3 {
	font: 125% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: rgb(247,148,29);
	margin: 0 0 0 20px;
	padding: 0;
}

#sidebar .subnavbox a, #sidebar .subnavbox a:visited {
	color: #FFF;
	background: none;
	border: none;
}

#sidebar .subnavbox a:hover, #sidebar .subnavbox a:visited:hover {
	color: #FFF;
	background: none;
	border-bottom: 1px solid #FFF;
}



 /************************** Style for Promo Box Links **************************/


#promobox h1 {
	text-indent: -9009px;
	display: block;
	overflow: hidden;
	width: 920px;
	height: 168px;
	margin:0;
	padding:0;
}

#promobox .news { background: #FFF url(images/top-news.jpg) no-repeat 0 0; }

#promobox .events { background: #FFF url(images/top-events.jpg) no-repeat 0 0; }

#promobox .pressrelease { background: #FFF url(images/top-pressrelease.jpg) no-repeat 0 0; }

#promobox .sitemap { background: #FFF url(images/top-sitemap.jpg) no-repeat 0 0; }

#promobox .aboutus { background: #FFF url(images/top-aboutus.jpg) no-repeat 0 0; }

#promobox .partners { background: #FFF url(images/top-partners.jpg) no-repeat 0 0; }

#promobox .services { background: #FFF url(images/top-services.jpg) no-repeat 0 0; }

#promobox .newsevents { background: #FFF url(images/top-newsevents.jpg) no-repeat 0 0; }

#promobox .contactus { background: #FFF url(images/top-contact.jpg) no-repeat 0 0; }

#promobox .activeware { background: #FFF url(images/top-activeware.jpg) no-repeat 0 0; }

#promobox .activearchive { background: #FFF url(images/top-activearchive.jpg) no-repeat 0 0; }

#promobox .activeaudit { background: #FFF url(images/top-activeaudit.jpg) no-repeat 0 0; }

#promobox .activefax { background: #FFF url(images/top-activefax.jpg) no-repeat 0 0; }

#promobox .activeforms { background: #FFF url(images/top-activeforms.jpg) no-repeat 0 0; }

#promobox .activehim { background: #FFF url(images/top-activehim.jpg) no-repeat 0 0; }

#promobox .activepfs { background: #FFF url(images/top-activepfs.jpg) no-repeat 0 0; }

#promobox .activeq { background: #FFF url(images/top-activeq.jpg) no-repeat 0 0; }

#promobox .activereg { background: #FFF url(images/top-activereg.jpg) no-repeat 0 0; }

#promobox .activescan { background: #FFF url(images/top-activescan.jpg) no-repeat 0 0; }

#promobox .ultimateid { background: #FFF url(images/top-ultimateid.jpg) no-repeat 0 0; }

#promobox .activetrack { background: #FFF url(images/top-activetrack.jpg) no-repeat 0 0; }

#promobox .activecheck { background: #FFF url(images/top-activecheck.jpg) no-repeat 0 0; }

	 
#promobox a.ultimateid {
	display: block;
	background: transparent url(images/promoboxbknd.jpg) no-repeat 0 0;
	position: absolute;
	width: 920px;
	height: 268px;
	z-index: 400;
	cursor: pointer;
	border: 0;
}

#promobox a.viewallproducts {
	display: block;
	background: transparent url(images/viewallproducts.gif) no-repeat 0 0;
	position: absolute;
	width: 210px;
	height: 49px;
 	left: 595px;
 	top: 190px;
	z-index: 500;
	cursor: pointer;
	border: 0;
}

#promobox a.viewallproducts2 {
	display: block;
	background: transparent url(images/viewallproducts.gif) no-repeat 0 0;
	position: absolute;
	width: 210px;
	height: 49px;
 	left: 595px;
 	top: 90px;
	z-index: 500;
	cursor: pointer;
	border: 0;
}

#promobox a.viewallproducts:Hover, #promobox a.viewallproducts2:Hover {
	background-position: 0 -49px;
}	 

 /************************** Style for Contact Forms **************************/


#contact-area {
	width: 490px;
	margin-top: 25px;
	color: #666;
	display: block;
}

#contact-area input, #contact-area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	padding: 5px;
	width: 378px;
	margin: 0px 0px 10px 0px;
	border: 1px solid rgb(180,180,180);
	/* I added the following */
	display: block;
	float: left;
}

#contact-area select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	padding: 5px;
	width: 430px;
	margin: 0px 0px 10px 0px;
	border: 1px solid rgb(180,180,180);
	/* I added the following */
	display: block;
	float: left;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid rgb(247,148,29);
}

#contact-area input#submit-button {
	width: 100px;
	float: right;
	text-transform: uppercase;
	background: rgb(100,100,100) url(images/buttonbknd.jpg) repeat-x 0 0;
	color: #FFF;
}

#contact-area input#submit-button:focus, #contact-area input#submit-button:hover {
	border: 1px solid rgb(247,148,29);
	background-position: 0 -44px;
	cursor: pointer;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 90px;
	padding-top: 5px;
	/* I added the following */
	font-size: 12px;
	display: block;
}
#contact-area label.state {
	width: 55px;
}

#contact-area label.zip {
	width: 30px;
}

#contact-area input#name, #contact-area input#email, #contact-area input#company, #contact-area input#city {
	width: 151px;
}

#contact-area input#phone, #contact-area input#fax {
	width: 115px;
}

#contact-area input#state {
	width: 25px;
}

#contact-area input#zip {
	width: 73px;
}

#contact-area input#checkbox {
	width: 15px;
	height: 15px;
}

#contact-area input#required, #contact-area input#event {
	display:none;
}

#contact-area .divider {
	width: 490px;
	height: 1px;
	display: block;
	clear: both;
}

#contact-area #footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 2.5em;
	display: block;
	float: left;
	margin-left: 110px;
}

#contact-area .indented {
	margin-left: 100px;
}

#contact-area input.error, textarea.error {
	background-color: rgb(251,247,192); /* was rgb(255,240,215) */
}

#contact-area #errormsg  {
	margin-left: 100px;
}

#contact-area #errormsg li {
	text-align: left;
	list-style-type: none;
}




     /****************** Style for tables *****************/
	 
table a,
table a:link,
table a:visited {
	border:none;
}							
	
img {
	border:0;
	margin-top:.25em;
}	
	
table {
	width:90%;
	border-top:1px solid rgb(208,228,245);
	border-right:1px solid rgb(208,228,245);
	margin:1em auto;
	border-collapse:collapse;
}

tr.odd td, th	{
	background: rgb(230,243,255);
}

tr.odd .column1	{

}	

.column1	{
	font-weight: bold;
}

td {
	color: #666;
	border-bottom:1px solid rgb(208,228,245);
	border-left:1px solid rgb(208,228,245);
	padding:.3em 1em;
	text-align:left;
	vertical-align: top;
}				

th {
	font-weight: normal;
	color: rgb(208,228,245);
	text-align:left;
	border-bottom: 1px solid rgb(208,228,245);
	border-left:1px solid rgb(208,228,245);
	padding:.3em 1em;
	font-size: 115%;
}						

table.plain {
	border: none;
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
}

table.plain .boldcolumn {
	font-weight: bold;
}

table.plain td {
	color: #666;
	border: none;
	padding: 0;
	text-align:left;
	vertical-align: top;
}				

table.plain th {
	font-weight: normal;
	color: rgb(208,228,245);
	text-align:left;
	border-bottom: 1px solid rgb(208,228,245);
	padding: .5em 0;
	font-size: 115%;
}		

table.plain tr {
	background-color: #FFFFFF;
}

table a, table.plain a {
	color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
}

table a:hover, table.plain a:hover {
	color: #FFF;
	background-color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
}

table a:visited, table.plain a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
}

table a:visited:hover, table.plain a visited:hover {
	color: #FFF;
	background-color: rgb(247,148,29);
	text-decoration: none;
	border-bottom: 1px solid rgb(247,148,29);
}









     /****************** Style for misc *****************/

.larger h1, .larger h2, .larger h3, .larger h4, .larger p {
	font-size: 110%;
}

p.larger {
	font-size: 115%;
}

.homelink {
	display: block;
	background: url(images/mainlogo.gif) no-repeat;
	position: absolute;
	width: 270px;
	height: 100px;
	top: 0;
	left: 5px;
	cursor: pointer;
}



a.homelink,
a.homelink:visited
{ 
	border: 0;
	text-decoration: none;
	cursor: pointer;
}


sup {
	font-size: 65%;
	line-height: 0;
}


.siteby a, .siteby a:visited {
	display: block;
	text-indent: -9009px;
	width: 920px;
	height: 25px;
	border: none;
	text-decoration: none;
	overflow: hidden;
	margin: -10px auto 10px auto;
	padding: 0;
	background: transparent url(images/siteby.gif) no-repeat center top;
	z-index: 50;
}

.siteby a:hover, .siteby a:visited:hover {
	border: none;
	text-decoration: none;
	background: transparent url(images/siteby.gif) no-repeat center bottom;
}






/* **** BEGIN THUMBNAIL POPUP CODE **** */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#sidebar a.thumbnail, #sidebar a.thumbnail:visited{
position: relative;
display: block;
z-index: 0;
border: 0;
width: 250px;
margin: 35px 0 0 0;
color: #666;

}

#sidebar a.thumbnail img {
border: 0;
display: block;
margin: 0 auto 5px auto;
}

#sidebar a.thumbnail:hover, #sidebar a.thumbnail:visited:hover{
background-color: transparent;
z-index: 1000;
border: 0;
color: rgb(247,148,29);
}

#sidebar a.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666;
padding: 5px;
left: -1000px;
visibility: hidden;
color: #FFF;
text-decoration: none;
}

#sidebar a.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
border: 0;
padding: 2px;
width:600px;
margin: 0;
}

#sidebar a.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: 35px;
left: -460px; /*position where enlarged image should offset horizontally */
}

/* **** END THUMBNAIL POPUP CODE **** */
