/* General styles */
.body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #000000;
	font-weight: normal;
}
.body A:link {
	color: #336699;
}
.body A:visited {
	color: #AA5555;
}
h1 {
	font-weight: bolder; 
	font-size: x-large;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-weight: bolder; 
	font-size: large;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	font-weight: bolder; 
	font-size: medium;
	margin-top: 10px;
	margin-bottom: 0px;
}
h4 {
	font-weight: bolder; 
	font-size: small;
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.linkList {
	font-weight: bolder;
	font-size: large;
}

.question { 
	font-weight: bolder; 
	font-size: medium
}

div.caption {
	font-weight: bolder;
	font-size: x-small;
	text-align: center;
}

/* Search */
.searchinput {
	font-size: 11px;
	border: 0px;
	padding: 1px;
	margin: 0px;
}
.searchbutton {
	height: 15px;
	width: 25px;
	font-size: 9px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.highlight {
	font-weight: bolder;
}

/* Price table */
table.prices {
	width: 100%;
	border-collapse: collapse;
}
table.prices th {
	border: 1px solid #000000;
	text-align:center;
	padding: 2px;
	background-color: #DDDDDD;
}
table.prices th.noBorder {
	border: 0px solid #000000;
	text-align:center;
	padding: 2px;
	background-color: #FFFFFF;
}
table.prices tr {
	padding: 2px;
}
table.prices tr.one {
	border: 1px solid #000000;
	padding: 2px;
	background-color: #FFFFFF;
}
table.prices tr.two {
	border: 1px solid #000000;
	padding: 2px;
	background-color: #DDDDDD;
}
table.prices td {
	border: 1px solid #000000;
	padding: 2px;
}

/* Search styles */
.recommended {
	background-color: #336699;
	color: #ffffff;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.recommended_heading {
	font-size: large;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 0px;
}
.recommend_block {
	margin-top: 10px;
}
.recommended A:link {
	color: #ffffff;
}
.recommended A:visited {
	color: #CCCCCC;
}
.recommend_title {
	font-size: large;
	font-weight: bolder;
}
.results {
	margin-top: 10px;
}
.sorting {
	margin-top: 10px;
}
.result_title {
	margin-top: 10px;
}
.result_pages {
	margin-top: 10px;
}
.context {
	margin-left: 25px;
}

/* Styles for lists of links on navigation pages */
ul.links {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
li.links {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2.links {
	margin: 5px 0px 0px 25px;
	font-weight: normal; 
	font-size: medium;
}
h3.links {
	margin: 5px 0px 0px 25px;
	font-weight: normal; 
	font-size: small;
}
h4.links {
	margin: 5px 0px 0px 50px;
	font-weight: normal; 
	font-size: small;
}
p.links {
	margin: 1px 0px 0px 25px;
}

/* Styles for old section headers */

.mainLink A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
}
.mainLink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bolder;
}
.activeLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;	
}
.borderTop {
	border-top: 1px solid #FFFFFF;
}
.borderRight {
	border-right: 1px solid #FFFFFF; 
}
.borderRightBottom {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.borderBottom {
	border-bottom: 1px solid #FFFFFF;
}
.breadcrumbs {
	color: #FFFFFF;
	background-color: #336699;
}
.breadcrumbs A:link {
	color: #FFFFFF;
}
.breadcrumbs A:visited {
	color: #CCCCCC;
}

/* Styles for new navigation buttons */
.navButton {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
}
.navButton A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
}
.navButton A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-weight: bolder;
}
.tabInactiveLeft {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/tab-inactive-left.png);
	BACKGROUND-REPEAT: no-repeat;
	background-color: #444444;
}
.tabInactiveRight {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/tab-inactive-right.png);
	BACKGROUND-REPEAT: no-repeat;
	background-color: #444444;
}
.tabInactive {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/tab-inactive.png);
	BACKGROUND-REPEAT: no-repeat;
	background-color: #444444;
}
.tabActiveLeft {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/tab-active-left.png);
	BACKGROUND-REPEAT: no-repeat;
	background-color: #336699;
}
.tabActiveRight {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/tab-active-right.png);
	BACKGROUND-REPEAT: no-repeat;
	background-color: #336699;
}
.tabActive {
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/tab-active.png);
	BACKGROUND-REPEAT: no-repeat;
	background-color: #336699;
}
.navHVAC {
	padding: 4px 65px 4px 65px;
}
.navElectrical {
	padding: 4px 52px 4px 52px;
}
.navPlumbing {
	padding: 4px 51px 4px 51px;
}
.navSupport {
	padding: 4px 57px 4px 57px;
}
.navCompany {
	padding: 4px 50px 4px 50px;
}


/* Styles for request demo at top of page */
.RequestDemo {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large;
	font-weight: bolder:
	color: #000000;
	BACKGROUND-POSITION: center center; 
	BACKGROUND-IMAGE: url(Images/trialbuttonbackground.png); 
	BACKGROUND-REPEAT: no-repeat
}
.RequestDemoTop {
	padding: 8px 39px 1px 39px;
}
.RequestDemoBottom {
	padding: 1px 56px 8px 56px;
}
.RequestDemo A:link {
	color: #000000;
}
.RequestDemo A:visited {
	color: #000000;
}

/* Styles for old home page (splah-screen) only */

img.leftborder {border-color: #CCCCCC; border-width:3px; border-style:solid}
img.rightborder {border-color: #CC0000; border-width:3px; border-style:solid}
img.noborder {border-color: #000000; border-width:0px; border-style:solid}

.frontText {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: small;
	font-weight: normal;
}
.frontText A:link {
	color: #CCCCCC;
}
.frontText A:visited {
	color: #AAAAAA;
}

h2.frontText {
	font-size: large;
	font-weight: normal;
	font-weight: normal; 
}

h1.HVACLink {
	font-size: large;
	font-weight: normal;
	font-weight: normal; 
}
.HVACLink A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: large;
}
.HVACLink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-size: large;
}
h1.ElecLink {
	font-size: large;
	font-weight: normal;
	font-weight: normal; 
}
.ElecLink A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: large;
}
.ElecLink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: large;
}
.indextag {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-weight: bolder;
	font-size: small;
}
/* Styles for home page */
h2.usp {
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a.hvacButton {
	padding: 13px 68px 13px 68px;
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/software-button.png);
	BACKGROUND-REPEAT: no-repeat;
}
a.electricalButton {
	padding: 13px 56px 13px 56px;
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/software-button.png);
	BACKGROUND-REPEAT: no-repeat;
}
a.plumbingButton {
	padding: 13px 54px 13px 54px;
	BACKGROUND-POSITION: center center;
	BACKGROUND-IMAGE: url(Images/software-button.png);
	BACKGROUND-REPEAT: no-repeat;
}
h1.indexButton {
	font-size: medium;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
}
.indexButton A:link {
	color: #ffffff;
}
.indexButton A:visited {
	color: #CCCCCC;
}

/* Blog styles */
.blog_date {
	margin-top: 0px;
	font-size: smaller;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Force a vertical scroll bar on all pages */
html { min-height: 100%; margin-bottom: 0.1px; }