﻿@charset "UTF-8";
/* CSS Document */


.printonly {
	display: none;
}


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

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/header-3docsnew.png) 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: rgb(80,80,80);
}

body.home  {
	background: #FFF url(../images/headerbknd.png) repeat-x 0 0;
}

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

.container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0; /* 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;
} 
#header { 
	background: transparent; 
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 160px;
	display: block;
	position: relative;
	overflow: visible;
	z-index: 30;
} 

#promobox {
	background: #FFF url(../images/promobknd.jpg)  center top;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
	overflow: visible;
	z-index: 1;
}

#promobox img {
	margin: 0 auto;
}

#master0 {
	margin: 0 auto;
}


#promobox .slideshow {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#centerArea {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFF url(../images/bodybkndtop.png) repeat-x top;
	overflow:auto;
}

#centerArea2 {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	overflow:auto;
}

#breadcrumb {
	display: block;
	height: 20px;
	margin-top: 30px;
	margin-left: 15px;
	font-size: 80%;
	color: #666;
}

#sidebar {
	display: block;
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* 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 */
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#main {
	display:block;
	float: left; /* since this element is floated, a width must be given */
	position: relative;
	width: 550px;
	margin: 0 35px 0 15px; /* 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. */
	padding: 0;
}

#main.onecolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 745px;
	min-height: 350px;
	margin: 35px 0 0 35px; /* 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. */
	padding: 0 35px 35px 0;
	border: none;
}

#newsmain {
	display:block;
	float: left; /* since this element is floated, a width must be given */
	position: relative;
	width: 820px;
	margin: 0 35px 0 15px; /* 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. */
	padding: 0;
}

#newsmain.onecolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 745px;
	min-height: 350px;
	margin: 35px 0 0 35px; /* 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. */
	padding: 0 35px 35px 0;
	border: none;
}


#footer { 
	margin: 50px 0 0 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF url(../images/footerbknd.png) repeat-x top;
	width: 100%;
	height: 100px;
} 

.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;
}





/******************************* Styles for Main Area *******************************/

#main img {
	border: none;
}

#main a {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 0px;
}

#main a:visited {
	color: rgb(100,195,70);
	text-decoration: none;
	border-bottom: 0px;
}

#main a:hover, #main a:visited:hover {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(0,150,0);
	cursor:pointer;
}


#main h1 {
	display: block;
	width: 100%;
	background: transparent url(../images/h1bknd.png) no-repeat 0 0;
	font: 215% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(0,150,0);
	line-height: 1.35em;
	margin-top: .75em;
	margin-bottom: .75em;
	padding-top: 12px;
}

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

#main h3 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 1.25em;
	margin-top: 1.5em;
}

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

#main ul {
	margin-left: 2.5em;
	line-height: 1.5em;
	color: rgb(0,150,0);
}

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

#main li span {
	color: #666;
}

#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 .backto {
	margin-top: 15px;
}

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

#main .backto a {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 0;
}

#main .backto a:hover {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(0,150,0);
	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-gray.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-right: 5px;
}



#main .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 0 20px 0;
	clear: both;
}





/******************************* Styles for News Main Area *******************************/

#newsmain img {
	border: none;
}

#newsmain a {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 0px;
}

#newsmain a:visited {
	color: rgb(100,195,70);
	text-decoration: none;
	border-bottom: 0px;
}

#newsmain a:hover, #main a:visited:hover {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(0,150,0);
	cursor:pointer;
}


#newsmain h1 {
	display: block;
	width: 13em;
	background: transparent url(../images/h1bkndNews.png) no-repeat 0 0;
	font: 215% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(0,150,0);
	line-height: 1.35em;
	margin-top: .75em;
	margin-bottom: .75em;
	padding-top: 12px;
}

#newsmain h2 {
	display: block;
	background: transparent url(../images/h2bknd.png) no-repeat;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: rgb(0,0,0);
	line-height: 1.35em;
	margin-top: .75em;
	margin-bottom: .75em;
	padding-left: 1em;
	padding-top: .5em;
	width: 25em;
}

#newsmain h3 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 1.25em;
	margin-top: 1.5em;
}

#newsmain p {
	margin-top: .75em;
	margin-bottom: .75em;
	line-height: 1.5em;
}

#newsmain ul {
	margin-left: 2.5em;
	line-height: 1.5em;
	color: rgb(0,150,0);
}

#newsmain li {
	margin-top: .75em;
}

#newsmain li span {
	color: #666;
}

#newsmain dl {
	line-height: 1.35em;
}

#newsmain .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;
}



#newsmain .backto {
	margin-top: 15px;
}

#newsmain .backto p {
	line-height: 1em;
	padding-top: 15px;
}

#newsmain .backto a {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 0;
}

#newsmain .backto a:hover {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(0,150,0);
	cursor:pointer;
}

#newsmain .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;
}

#newsmain .backto a:hover span{
	display: block;
	float: left;
	vertical-align:baseline;
	width: 9px;
	height: 9px;
	background-image: url(../images/backarrow-gray.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-right: 5px;
}



#newsmain .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 0 20px 0;
	clear: both;
}







/******************************* Styles for Sidebar *******************************/

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar p, #sidebar ul {
 margin-left: 15px;
}

#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.latestnews {
	text-indent: -9009px;
	background: transparent url(../images/text-latestnews.gif);
	display: block;
	overflow: hidden;
	width: 255px;
	height: 20px;
	margin: 0 0 0 12px;
	padding:0;
}

#sidebar img {
	border: none;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar a {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 0px;
}

#sidebar a:visited {
	color: rgb(100,195,70);
	text-decoration: none;
	border-bottom: 0px;
}

#sidebar a:hover, #sidebar a:visited:hover {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(0,150,0);
	cursor:pointer;
}


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

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

#sidebar h3 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: rgb(50,50,50);
	line-height: 1.25em;
	margin-top: 1.5em;
}

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

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

#sidebar li {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0 .5em 1em;
}

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

#sidebar .indent {
	margin-left: 17px;
	border-left: 1px solid rgb(37,170,225);
}


#sidebar .sidebox p.caption {
	margin: 0;
	line-height: 1.25em;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	color: rgb(50,50,50);
}

#sidebar dl.latestnews {
	display: block;
	width: 270px;
	margin: 0;
	padding: 0;
}

#sidebar dl.latestnews dt {
	display: block;
	width: 55px;
	height: 54px;
	float: left;
/*	clear: left; */
	text-align: center;
	margin: 0 0 0 15px;
	padding: 0;
	background: transparent url(../images/dateicon.gif) no-repeat 0 0;
	color: rgb(50,50,50);
	font-size: 16px;
	line-height: 25px;
}

#sidebar dl.latestnews dt.NoDate {
	display: block;
	width: 55px;
	height: 54px;
	float: left; /*	clear: left; */;
	text-align: center;
	margin: 0 0 0 15px;
	padding: 0;
	background: transparent no-repeat 0
0;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 25px;
}

#sidebar dl.latestnews dt.testimony {
	display: block;
	width: 55px;
	height: 54px;
	float: left; /*	clear: left; */;
	text-align: center;
	margin: 0 0 0 15px;
	padding: 0;
	background: transparent no-repeat 0
0;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 25px;
}





#sidebar dl.latestnews dt span {
	display:block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#sidebar dl.latestnews dt span.twomonth {
	font-size: 13px;
	letter-spacing: -1px; 
}

#sidebar dl.latestnews dd {
	display: block;
	width: 185px;
	min-height: 54px;
	margin: 15px 0 10px 83px;
	padding: 0;
	text-align: left;
}

#sidebar dl.latestnews dd p {
	font-size: 10px;
	line-height: 14px;
	color: rgb(225,225,225);
	margin: 0;
	padding: 0;
	width: 190px;
}

#sidebar dl.latestnews .readmore {
	font-size: 90%;
	font-style:italic;
	text-transform:uppercase;
}

#sidebar dl.latestnews .testimonial {
	font-size: 120%;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 0 0;
}


#sidebar dl.latestnews dd a, #sidebar dl.latestnews dd a:visited {
	color: #FFF;
	background: none;
}

#sidebar dl.latestnews dd a:hover, #sidebar dl.latestnews dd a:visited:hover {
	color: #FFF;
	background: none;
	border-bottom: 1px solid #FFF;
}

#sidebar .sideboxtopdkgray {
	display: block;
	width: 290px;
	height: 10px;
	padding: 0;
	margin: 0 0 0 0;
	background: transparent url(../images/sideboxtop-dkgray.png) no-repeat 0 0;
}

#sidebar .sideboxbotdkgray {
	display: block;
	width: 290px;
	height: 15px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/sideboxbot-dkgray.png) no-repeat 0 0;
}

#sidebar .sideboxtopltgray {
	display: block;
	width: 290px;
	height: 10px;
	padding: 0;
	margin: 0 0 0 0;
	background: transparent url(../images/sideboxtop-ltgray.png) no-repeat 0 0;
}

#sidebar .sideboxbotltgray {
	display: block;
	width: 290px;
	height: 15px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/sideboxbot-ltgray.png) no-repeat 0 0;
}

#sidebar .dkgray {
	background: transparent url(../images/sideboxmid-dkgray.png) repeat-y 0 0;
	margin: 0;
	padding: 0;
}

#sidebar .ltgray {
	background: transparent url(../images/sideboxmid-ltgray.png) repeat-y 0 0;
	margin: 0;
	padding: 0;
	color: rgb(50,50,50);
}

#sidebar .sidebox {
	display: block;
	width: 290px;
	padding: 10px 0;
	margin: 0;
}

#sidebar .sidebox p {
	margin-left: 15px;
	width: 260px;
}

#sidebar .testimonyquote {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: rgb(50,50,50);
	margin: .25em 10px .75em 15px;
}

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

#sidebar .testimonyname .smaller {
	font-size:85%;
	line-height: 1.4em;
}

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






#sidebar a.viewpayerlist, #sidebar a.viewpayerlist:visited {
	text-indent: -9009px;
	background: #FFF url(../images/btn-viewpayerlist.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	width: 290px;
	height: 39px;
	margin:0 0 -5px 0;
	padding:0;
	border: 0;
}

#sidebar a.viewpayerlist:hover, #sidebar a.viewpayerlist:visited:hover {
	background: #FFF url(../images/btn-viewpayerlist.png) no-repeat 0 -40px;
	border: 0;
}

#sidebar a.UsersManual, #sidebar a.UsersManual:visited {
	text-indent: -9009px;
	background: #FFF url(../images/btn-webcmmanual.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	width: 290px;
	height: 39px;
	margin:0 0 -5px 0;
	padding:0;
	border: 0;
}

#sidebar a.UsersManual:hover, #sidebar a.UsersManual:visited:hover {
	background: #FFF url(../images/btn-webcmmanual.png) no-repeat 0 -40px;
	border: 0;
}

#sidebar a.facebook{
	background: #FFF url(../images/facebook.gif) no-repeat left;
	display: block;
	overflow: hidden;
	width: 290px;
	height: 70px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	text-align: left;}



#sidebar a.requestdemo, #sidebar a.requestdemo:visited {
	text-indent: -9009px;
	background: #FFF url(../images/btn-requestdemo.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	width: 290px;
	height: 39px;
	margin:0 0 -5px 0;
	padding:0;
	border: 0;
}

#sidebar a.requestdemo:hover, #sidebar a.requestdemo:visited:hover {
	background: #FFF url(../images/btn-requestdemo.png) no-repeat 0 -40px;
	border: 0;
}




/******************************* Styles for Footer *******************************/

#footer p {
	width: 870px;
	display: block;
	text-align: left;
	font-size:90%;
	margin: 0 auto;
}

#footer .copyright {
	width: 350px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	color: rgb(0,150,0);
}

#footer .footernav { 
	display: block;
	color: rgb(0,150,0);
	padding-top: 12px;
}

#footer .footernav a {
	color: rgb(0,150,0);
	text-decoration: none;
	border: none;
}

#footer .footernav a:hover {
	text-decoration: none;
	color: rgb(0,150,0);
	border-bottom: 1px solid rgb(0,150,0);
}

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

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


/******************************* 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(37,170,225);
}

#main #sitemap ul li.category a.category:hover, #main #sitemap ul li.category a.category:visited:hover {
	background-color: rgb(37,170,225);
	color: #FFF;
}



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



	#mainnav {
	  position: absolute;
	  top:115px;
	  left:0px;
      width:711px;
	  height:45px;
	  display:block;
	  padding: 0;
	  overflow: hidden;
	  z-index: 100;
      }


	#mainnav ul, #mainnav li {
		list-style: none;
		margin: 0;
		padding: 0;
		display:block;
		float:left;
	}
	
	#mainnav li a {
		display: block;
		position: relative;
		top: 0;
		outline: none;
		border: none;
		text-decoration: none;
		text-indent: -9009px;
		margin: 0;
		padding: 0;
		height: 45px;
		background: transparent url(../images/nav.png) no-repeat;
	}

	#mainnav li#nav-company a {
		width:114px;
		background-position: 0 0;
	}		

	#mainnav li#nav-company a:hover, #mainnav li#nav-company.selected a, #mainnav li#nav-company.default a {
		background-position: 0 -45px;
	}
	
	#mainnav li#nav-solutions a {
		width:121px;
		background-position: -114px 0;
	}		

	#mainnav li#nav-solutions a:hover, #mainnav li#nav-solutions.selected a, #mainnav li#nav-solutions.default a {
		background-position: -114px -45px;
	}
	
	#mainnav li#nav-services a {
		width:110px;
		background-position: -235px 0;
	}		

	#mainnav li#nav-services a:hover, #mainnav li#nav-services.selected a, #mainnav li#nav-services.default a {
		background-position: -235px -45px;
	}
	
	#mainnav li#nav-news a {
		width:162px;
		background-position: -345px 0;
	}		

	#mainnav li#nav-news a:hover, #mainnav li#nav-news.selected a, #mainnav li#nav-news.default a {
		background-position: -345px -45px;
	}
	
	#mainnav li#nav-contact a {
		width:104px;
		background-position: -507px 0;
	}		

	#mainnav li#nav-contact a:hover, #mainnav li#nav-contact.selected a, #mainnav li#nav-contact.default a {
		background-position: -507px -45px;
	}
	
	


  /* ######### Style for Drop Down Menu ######### */
	
	.dropmenu{
	position:absolute;
	border: 1px solid rgb(128,128,128); /*THEME CHANGE HERE*/
	border-width: 0 1px 0 1px;
	font-weight: normal;
	font-size: 85%;
	line-height: 1em;
	z-index:1000;
	width: 200px;
	display: none;
	background-color: #FFF;
	text-align: left;
	}
	
	
	.dropmenu a{
	width: auto;
	display: block;
/*	text-indent: 9px; */
	border: 0 solid rgb(128,128,128); /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 6px 0 6px 20px;
	text-decoration: none;
    color: rgb(0,150,0);
	}
	
	* html .dropmenu a{ /*IE only hack*/
	width: 100%; 
	}
	
	.dropmenu a:hover { /*THEME CHANGE HERE*/
    color: rgb(0,150,0);
	border-color: rgb(128,128,128); /*THEME CHANGE HERE*/
	background: #FFF url(../images/dropdownbknd.png) no-repeat 0 0;
	cursor:pointer;
	}
	
	.dropmenu a.current, .dropmenu a.current:hover { /*THEME CHANGE HERE*/
    color: rgb(0,150,0);
	border-color: rgb(180,180,180); /*THEME CHANGE HERE*/
	background: #FFF url(../images/dropdowncurrent.png) no-repeat 0 0;
	cursor:default;
	}




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




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


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

#contact-area input, #contact-area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	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: #333333;
	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(0,150,0);
}

#contact-area input#submit-button {
	text-indent: -9009px;
	background: transparent url(../images/btn-submit.gif) no-repeat 0 0;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 34px;
	float: right;
	margin: 0;
	padding:0;
	border: 0;
}

#contact-area input#submit-button:focus, #contact-area input#submit-button:hover {
	border: 0;
	background-color: #FFF;
	background-position: bottom;
	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, #contact-area input#password {
	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: #333333;
	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 Pop-Up Facebook Style Big Pics **************************/


#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
/*  border-top: 1px solid #DDDDDD; */
/*  padding-top: 5px; */
  border-top: none;
  padding: 0;
  margin-top: 5px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}



.bigpic {
	display: block;
	width: 650px;
}

.bigpic p {
	display: block;
	margin: 1.5em 50px 0 0;
	color: #888;
}









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

.companyinfo {
	font-size: 130%;
	margin: 0 15px;
	color: rgb(80,80,80);
}

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


.homelink {
	display: block;
	background: url(../images/mainlogo.png) no-repeat;
	position: absolute;
	width: 200px;
	height: 95px;
	top: 10px;
	left: 15px;
	z-index: 500;
	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: 900px;
	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;
}


#breadcrumb a {
	color: rgb(0,150,0);
	text-decoration: none;
	border: 0;
}

#breadcrumb a:hover {
	color: rgb(0,150,0);
	text-decoration: none;
	border-bottom: 1px solid rgb(0,150,0);
}

#crumbsepimage {
	border: 0;
	padding: 0 8px;
	margin-bottom: -3px;
}

.crumbseptext {
	padding: 0 4px;
}


/* **** 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: 20px 0 0 15px;
color: rgb(50,50,50);

}

#sidebar a.thumbnail img {
border: 0;
width: 250px;
display: block;
}

#sidebar a.thumbnail:hover, #sidebar a.thumbnail:visited:hover{
background-color: transparent;
z-index: 400;
border: 0;
color: rgb(0,150,0);
}

#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 **** */