body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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: #424242;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin-left:-1px;
	background-color:#f5f5f5;
}

div.rightrow {
	padding-top: 15px;
	background-image:url(images/home_contact.jpg);
	background-repeat:no-repeat;
	margin-left:-5px;
	height: 110px;
	margin-bottom:-20px;

}

div.rightrow span.left {
	display: block;
	width: 48%;
	float: left;
	text-align: left;
}

div.rightrow span.right {
	vertical-align:middle;
	width: 48%;
	float: right;
	text-align: right;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #0052a4;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0052a4;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0052a4;
}
.handson #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -3em;
}
.handson #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	color:#4e4e4e;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
}
div.headerrow {
	padding: 10px;
}

div.headerrow span.left {
	display: block;
	width: 48%;
	float: left;
	text-align: left;
}

div.headerrow span.right {
	vertical-align:middle;
	width: 48%;
	float: right;
	text-align: right;
	margin-top: 30px;
}
.handson #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:6px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.handson #navigation {
	background-image:url(images/nav_bg.jpg);
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:58px;
}
.handson #mainContent {
	clear: both;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.handson #footertop {
	clear: both;
	height: 5px;
	background:#535353;
	margin: 0px;
	padding:0px;
}
.handson #it2 {
	clear: both;
}

.handson #footermiddle {
	clear: both;
	height: 120px;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
}
div.row {
	padding: 10px;
	clear: both;
}

div.row span.left {
	display: block;
	width: 48%;
	float: left;
	text-align: left;
}

div.row span.right {
	display: block;
	width: 48%;
	float: right;
	text-align: right;
}
div.row span.right a {
	display: block;
	width: 48%;
	float: right;
	text-align: right;
	color:#FFF;
	text-decoration:none
}
div.row span.right a:hover {
	color:#FFF;
	text-decoration:underline;
	
}
div.spacer {
	font-size: 10px;
        clear: both;
}
.handson #footerbottom {
	clear: both;
	height: 30px;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#474747;
	color:#FFF;
}
.handson #boxes {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.handson #footermiddle p {
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	margin-bottom:-20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.handson #footermiddle h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 12px;
	text-align:right
	}
.handson #footermiddle h3 {
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 12px;
	text-decoration: underline;
	margin-bottom:-30px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.handson #footermiddle h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #d6d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom:-10px;
}
ul#list-nav {
list-style:none;
font: 16px Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:5px;
width:980px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding: .6em 1.4em;
color:#4e4e4e;
float:left;
text-align:center;
font: 16px Verdana, Arial, Helvetica, sans-serif;

}

ul#list-nav li a:hover {
color:#0052a4;
text-decoration:underline;
}
/*
 * Accordion
 */
.Accordion {
	padding: 0;
	overflow: hidden; 
	height: 260px;
}
.Accordion2 {
	padding: 0;
	overflow: hidden; 
	height: 350px;
}
.Accordion3 {
	padding: 0;
	overflow: hidden; 
	height: 435px;
}
.AccordionPanel {
	padding: 0;
	padding-bottom: 2px;
	margin: 0; 
}

.AccordionPanelTab {
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	padding: 5px;
	padding-top: 10px;
	background-image:url(images/5_complaints_bg.jpg);
}
.AccordionPanelTab2 {
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	padding: 5px;
	padding-top: 5px;
	background-image:url(images/5_complaints_bg.jpg);
	background-color:#CCC;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.AccordionPanelContent {
	height: 65px;
	margin: 0;
	overflow: auto;
	padding: 0;
	font-size: 11px;

}

.AccordionPanel .closed {
	height: 0;
}
.AccordionPanel .first {
	height: 95px;
}
.AccordionPanel .first3 {
	height: 185px;
}

.AccordionPanel .first2 {
	height: 45px;
}
.AccordionPanelContent .innards {
	padding: 5px;
}

.floatright {
clear: both;
float: right;
width: 400px;
padding: 10px;
margin-top:-20px;
*margin-top:0px;
*padding: 20px;
}
.floatrightcontact {
float: right;
width: 425px;
margin: -20px 0 20px 10px;
padding: 10px;
*margin: 10px 0 20px 10px;
*padding: 10px;
}
.itright {
	float: right;
	width: 220px;
	height:475px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
}
.floatrightcontactform {
	float: right;
	width: 220px;
	height:392px;
	background-image:url(images/quick_contact_bg.jpg);
	background-repeat:no-repeat;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
}
.floatrightcontactformtestimonials {
	float: right;
	width: 220px;
	height:442px;
	background-image:url(images/testimonials_contact_bg.jpg);
	background-repeat:no-repeat;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
}
.floatrightcontactformsage {
	float: right;
	width: 220px;
	height:452px;
	background-image:url(images/sage/quick_contact_bg_sage.jpg);
	background-repeat:no-repeat;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
}

.floatright p {
color:#033
}

p { margin-top: 0; }
/* End Accordion */
.col1{
float:left;
width: 262px;
height: 259px;
background-image:url(images/box_bg.jpg);
background-repeat:no-repeat;
margin-right:70px;
margin-bottom:15px;
}
.handson #container #mainContent .col1 p {
	margin-top: -20px;
	margin-bottom: -15px;
	text-align: left;
	padding: 18px;
	color: #363636;
	font:14px verdana,arial;
}
.handson #container #mainContent .col1 h1 {
	text-align: center;
	padding: 15px;
	margin-bottom: -10px;
	color: #0052a4;
	font:bold 14px verdana,arial;
}
.handson #container #mainContent .col1 h2 {
	text-align: right;
	color: #363636;
	padding-right: 19px;
	font:14px verdana,arial;
	font-weight: bold;
}
.handson #container #mainContent .col1 h3 {
	text-align: right;
	color: #363636;
	padding-right: 19px;
	font:14px verdana,arial;
}
.handson #container #mainContent .col1 h3 a {
	color: #363636;
	font:14px verdana,arial;
	font-style:none;
}
.handson #container #mainContent .col1 h3 a:hover {
	color: #363636;
	font:14px verdana,arial;
	font-style:underline;
}
.col2{
float:left;
width: 262px;
height: 259px;
background-image:url(images/box_bg.jpg);
background-repeat:no-repeat;
margin-right:70px;
margin-bottom:15px;
}
.handson #container #mainContent .col2 p {
	margin-top: -20px;
	margin-bottom: -15px;
	text-align: left;
	padding: 18px;
	color: #363636;
	font:14px verdana,arial;
}
.handson #container #mainContent .col2 h1 {
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
	color: #0052a4;
	font:bold 14px verdana,arial;
}
.handson #container #mainContent .col2 h2 {
	text-align: right;
	color: #363636;
	padding-right: 19px;
	font:14px verdana,arial;
	font-weight: bold;
}
.handson #container #mainContent .col2 h3 {
	margin-top: 60px;
	text-align: right;
	color: #363636;
	padding-right: 19px;
	font:14px verdana,arial;
}
.handson #container #mainContent .col2 h3 a {
	color: #363636;
	font:14px verdana,arial;
	font-style:none;
}
.handson #container #mainContent .col2 h3 a:hover {
	color: #363636;
	font:14px verdana,arial;
	font-style:underline;
}

.col3{
float:left;
width: 262px;
height: 259px;
background-image:url(images/box_bg.jpg);
background-repeat:no-repeat;
margin-bottom:15px;
}
.handson #container #mainContent .col3 p {
	margin-top: -20px;
	margin-bottom: 75px;
	text-align: left;
	padding: 18px;
	color: #363636;
	font:14px verdana,arial;
}
.handson #container #mainContent .col3 h1 {
	text-align: center;
	padding: 15px;
	margin-bottom: -10px;
	color: #0052a4;
	font:bold 14px verdana,arial;
}
.handson #container #mainContent .col3 h2 {
	text-align: right;
	color: #363636;
	padding-right: 19px;
	font:14px verdana,arial;
	font-weight: bold;
}
.handson #container #mainContent .col3 h3 {
	text-align: right;
	color: #363636;
	padding-right: 19px;
	font:14px verdana,arial;
}
.handson #container #mainContent .col3 h3 a {
	color: #363636;
	font:14px verdana,arial;
	font-style:none;
}
.handson #container #mainContent .col3 h3 a:hover {
	color: #363636;
	font:14px verdana,arial;
	font-style:underline;
}
.phone {
	color: #0052A4;
}
.handson #container #mainContent div div .contactform table tr td input {
	border: 1px solid #999;
	background-image: url(images/input_bg.jpg);
}
.handson #container #mainContent div div .contactform table tr td input {
	font-size: 14px;
	color: #333;
}
.handson #container #mainContent div div .contactform table {
	font-size: 13px;
	color: #333;
	font-weight: 400;
}
.handson #container #mainContent div div .contactform table tr td textarea {
	background-image: url(images/comments_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e2dfdf;
	border: 1px solid #999;
	font-size: 14px;
	color: #333;
}
.handson #container #mainContent .floatrightcontactformtestimonials h3 {
	color: #0052a4;
	text-align: center;
}
.handson #container #mainContent .floatrightcontactformtestimonials .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .floatrightcontactformtestimonials .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #666;
}
.handson #container #mainContent .floatrightcontactformtestimonials .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.handson #container #mainContent .floatrightcontactform h3 {
	color: #0052a4;
	text-align: center;
}
.handson #container #mainContent .floatrightcontactform .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .floatrightcontactform .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #666;
}
.handson #container #mainContent .floatrightcontactform .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.handson #container #mainContent .floatrightcontactformsage h3 {
	color: #0052a4;
	text-align: center;
}
.handson #container #mainContent .floatrightcontactformsage .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .floatrightcontactformsage .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .floatrightcontactformsage .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.handson #left16 {
float:left;
width:330px;
padding:0px;
margin-bottom:20px;
height: 330px;
}
.handson #right16 {
float:right;
width:330px;
padding:0px;
height: 330px;
}
.handson #container #mainContent .itcontact h3 {
	color: #0052a4;
	text-align: center;
}
.handson #container #mainContent .itcontact .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .itcontact .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .itcontact .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.handson #container #mainContent .itcontact h3 {
	color: #0052a4;
	text-align: center;
}

.handson #container #mainContent #it2 #itcontact .contactform table tr td input {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .itcontact .contactform table tr td textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
}
.handson #container #mainContent .itcontact .contactform table tr td input {
	font-size: 14px;
	color: #666;
}
.handson #itcalculator {
	float:right;
	width:400px;
	padding:0px;
	height: 350px;
	margin-bottom:20px;
	background-image:url(images/it_contact_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
		*padding-top: 20px;
text-align: center;
}
.handson #itcontact {
	float:left;
	width:400px;
	height: 350px;
	background-image:url(images/it_contact_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	*padding-top: 20px;
	text-align: center;
}
#client_testimonials {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #565c65;
	font-size: 12px;
	background-image: url(images/testimonials_bg_1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	height: 103px;
	width: 633px;
	line-height: 18px;
	margin-bottom:15px;
}
#client_testimonials_2 {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #565c65;
	font-size: 12px;
	background-image: url(images/testimonials_bg_2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	height: 103px;
	width: 633px;
	line-height: 18px;
	margin-bottom:15px;
}

#client_testimonials p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
#client_testimonials_2 p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
.handson #container #mainContent div #client_testimonials p img {
	padding-right: 5px;
}
.handson #container #mainContent div ol li {
	list-style-type: none;
	list-style-position: inside;
	margin-left: -20px;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.handson #container #mainContent #it2 #itcontact .contactform table tr td .itcontact {
	background-color: #FFF;
}
.handson #container #mainContent #it2 #itcontact .contactform table tr td .itcontact {
	background-color: #09C;
}
#container #mainContent #it2 #itcontact .contactform table tr td .itcontact {
	background-color: #03F;
}
#it2 #itcontact .contactform table tr td .itcontact {
	background-color: #C00;
}
#container #mainContent div p a {
	color: #999;
	text-decoration:none;
}
#container #mainContent div p a:hover {
	color: #999;
	text-decoration:underline;
}.handson #container #mainContent .floatrightcontactform p {
	color: #0052A4;
}
.handson #container #footermiddle h2 a {
	color: #333;
	text-decoration: underline;
}
.handson #container #footermiddle h4 a {
	color: #333;
	text-decoration: underline;
}

