body {
	margin: 0px;
	padding: 15px 0 0 0;
	min-width: 1020px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #404A54;
	background-image: url(../images/texture.jpg);
	background-repeat: no-repeat;
}


#shell {
	margin:0 auto;
	width:1020px;
	text-align: left;
}

#header {
	width: 1020px;
	height: 79px;
	background-image: url(../images/header.jpg);

}

#content {
	text-align: left;
	font-size: 1.1em;
	background-color: #FFFFFF;
	color: #333333;
}
#nav {
	width: 545px;
	padding-left: 475px;
	height: 27px;
	text-align: left;
	padding-top: 20px;
}

#footer {
	width: 1020px;
	height: 61px;
	background-image: url(../images/footerBG.jpg);
}

#copyright {
	text-align: right;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 30px;
	width: 400px;
	float: right;
}

#terms {
	text-align: left;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 30px;
	width: 550px;
	float: left;
}

#stripes {
	position:absolute;
	background-repeat:no-repeat;
	height:177px;
	left:-35px;
	top:-50px;
	width:191px;
	z-index:999;
	background-image: url(../images/stripes.png);
}

#logos {
	font-size: 0.8em;
	width: 550px;
	float: left;
	padding-left: 50px;
	padding-top: 10px;
}

#slider {
	margin: 0px;
	width: 1020px;
}
.style1 {
	color: #FFD300;
	font-weight: bold;
}
a {
	color: #8CCA40;
	text-decoration: none;
	font-weight: bold;
}

.scroll {
	height: 270px;
	width: 1020px;
	overflow: auto;
	overflow-x: hidden;
	clear: left;
	position: relative;
}

.scrollContainer div.panel1 {
	padding: 20px 60px 0 350px;
	height: 250px;
	background-image: url(../images/hpPrinter.jpg);
	background-repeat: no-repeat;
	width: 600px;
}
.scrollContainer div.panel2 {
	padding: 20px 60px 0 350px;
	height: 250px;
	background-image: url(../images/hpPrinter2.jpg);
	background-repeat: no-repeat;
	width: 600px;
}
.scrollContainer div.panel3 {
	padding: 20px 60px 0 350px;
	height: 250px;
	background-image: url(../images/hpPrinter3.jpg);
	background-repeat: no-repeat;
	width: 600px;
}
.scrollContainer div.panel4 {
	padding: 20px 0 0 30px;
	height: 250px;
	width: 960px;
}
.scrollContainer div.panel5 {
	padding: 20px 0 0 30px;
	height: 200px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	width: 960px;
	background-position: right;
}

.yellow {
	font-weight: bold;
	color: #ECC209;
}


.tabs{
	width: 100%;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	font-weight: bold;
	font-size: 1.3em;
}
#contact .leftPanel {
	float: left;
	width: 200px;
}
#contact  .rightPanel {
	float: right;
	width: 700px;
}
.rightPanel p {
	color: #000000;
}

.tabs ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs li{
	display: inline;
}

.tabs li a{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0px 24px 0px 0px; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	float: right;
}

.tabs li a:visited{
color: white;
}

.tabs li a:hover, .tabs li.selected a{
	color: #90CA33;
}
#inset {
	background-image: url(../images/inset_background.jpg);
	height: 286px;
	width: 1020px;
}

.scrollButtons {
	position: relative;
	top: 125px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -1025px;
	top: -165px;
}

.hide {
    display: none;
}


h4 {
	font-size: 1em;
	font-style: normal;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h5 {
	font-size: .8em;
	font-style: normal;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#services ul{
	margin: 0px;
	font-weight: bold;
	color: #FFD401;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 15px;
	letter-spacing: .25em;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
#thank {
	text-align: center;
	padding: 50px;
}
#rates .leftPanel {
	float: left;
	width: 300px;
}
#rates .rightPanel {
	float: right;
	width: 600px;
}

.tbmain{ 
 /* Changes on the form */
 background: none !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
.style4 {color: #8CCA40}
.style5 {color: #666666}
.style7 {color: #8CCA40; font-weight: bold; }
.style8 {color: #fff; font-weight: bold; }