@charset "UTF-8";

/*------------------------------------------------
		HTML5 GLOBAL BROWSER RESET
------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

nav ul {
    list-style-type:none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*----------- END OF BROWSER RESET --------------*/


/*------------------------------------------------
		BEGIN SITE STYLES - TYPOGRAPHY
------------------------------------------------*/

body  {
	font-size: 12px;
	line-height: 18px;
	font-family:Verdana, Geneva, sans-serif;
	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: #000000;
}
h1 {
	font: bold 24px Verdana, Geneva, sans-serif;
	margin: 10px 0;
}
h2 {
	font: bold 20px Verdana, Geneva, sans-serif;
	margin: 12px 0;
}
h3 {
	font: bold 18px Verdana, Geneva, sans-serif;
	margin: 14px 0;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 18px 0;
}
h5 {
	font-size: 14px;
	margin: 24px 0;
}
h6 {
	font-size: 12px;
	margin: 26px 0;
}
p, a {
	font-size: 12px;
	margin: 18px 0;
}
ol, ul, li {
	font-size: 12px;
	margin: 18px;
}
a:link { 
	color: blue;
	font-style:normal;
	text-decoration:underline;
	outline: none;
	border: none;
}
a:visited { 
	color:#1a5882;
	font-style:normal;
	text-decoration:none;
	outline: none;
	border: none;
} 
a:hover { 
	color: red; 
	font-style:normal; 
	text-decoration:underline;
	outline: none;
	border: none;
} 
a:active { 
	color: red; 
	font-style:normal; 
	text-decoration:underline;
	outline: none;
	border: none;
}
a:focus { 
	color: red; 
	font-style:normal; 
	text-decoration:underline;
	outline: none;
	border: none;
}
img  {
	outline: none;
	border: none;
}
hr { /* underlines for page contents */
	color: #021c3e;
}


/*----------- END TYPOGRAPHY --------------*/


/*------------------------------------------------
		BEGIN SITE STYLES - PRIMARY LAYOUT
------------------------------------------------*/

body {
	height: 100%;
	width: 100%;
	background-color: #053969;
	background-image:url(/cssimgs/background.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
} 
#IE6 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#IE6 p {
	text-align: center;
	font-size: small;
	font-style: italic;
	color: #C00;
	margin: 0px 12px 0px 16px;
	padding: 0;
}
#header-spacer {
	height: 15px;
	margin: 0;
	padding: 0;
	width: 100%;
} 
#container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #1a5882;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-image: url(/cssimgs/containerbg.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0%;
} 
#header {
	padding: 0;
	margin: 0;
	background-image: url(/cssimgs/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #FFF;
	height: 332px;
}
#header-left {
	width: 190px;
	float: left;
	height: 328px;
	background: transparent;
}
#header-right {
	width: 760px;
	float: right;
	height: 328px;
	background: transparent;
}
#logo {
	width: 190px;
	margin: 0;
	padding: 0;
	height: 230px;
}
#logo img {
	border: none;
	outline: none;
}
#phone-spacer {
	margin: 0;
	padding: 0;
	width: 190px;
	height: 10px;
	background-image: url(/cssimgs/phone-spacer.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
 }
#phone {
	width: 190px;
	height: 88px;
	margin: 0;
	padding: 0;
	color: #BD1700;
	text-align: center;
	font-style: italic;
	font-weight: bolder;
 }
#phone p {
	font-size: 28px;
	line-height: 36px;
	margin: 0;
	padding: 0;
 }
#phone span {
	font-size: 32px;
	line-height: 42px;
	margin: 0;
	padding: 0;
 }
#tagline1 {
	width: 760px;
	height: 48px;
	background-image: url(/cssimgs/tagline.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
} 
#tagline2  {
	height: 16px;
	width: 760px;
	margin: 0;
	padding: 0;
	background-color: #002878;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	color: #FFF;
	font-weight: 500;
	vertical-align: middle;
}
#gallery, #gallery-home  {
	background-position:0% 0%;
	background-repeat: no-repeat;
	width: 540px;
	height: 260px;
	float: left;
	margin: 0;
	padding: 0;
}
.homepg #gallery-home {
	background-image: url(/slideshow/1.jpg);
}
.default #gallery {
	background-image: url(/slideshow/2.jpg);
}
.fireplaces #gallery {
	background-image: url(/slideshow/4.jpg);
}
.award #gallery {
	background-image: url(/slideshow/5.jpg);
}
.emergency-service #gallery {
	background-image: url(/slideshow/1.jpg);
}
#buttons-right {
	width: 212px;
	height: 260px;
	margin: 0;
	padding: 0;
	float: left;
}
#menu {
	width: 950px;
	margin: 0;
	padding: 0;
	background-color: #093164;
	background-image:url(/cssimgs/menu-back.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	height: 36px;
}
#bar1 {
	background-image:url(/cssimgs/bar-1.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #CCC;
	height: 4px;
	width: 760px;
	margin: 0;
	padding: 0;
}
#bar2 {
	background-image:url(/cssimgs/bar-2.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color: #CCC;
	height: 260px;
	width: 4px;
	float: left;
	margin: 0;
	padding: 0;
}
#bar3 {
	background-image:url(/cssimgs/bar-3.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color: #CCC;
	height: 260px;
	width: 4px;
	float: left;
	margin: 0;
	padding: 0;
}
#bar4 {
	background-image:url(/cssimgs/bar-4-5-7.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #CCC;
	height: 4px;
	clear: both;
	width: 950px;
}
#bar5 {
	background-image:url(/cssimgs/bar-4-5-7.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #CCC;
	height: 4px;
	clear: both;
	width: 950px;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".home #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.homepg #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div  */
	margin: 0;
}
.homepg #sidebar1 ul {
	padding: 0;
	margin: 8px 0px 0px 6px;
	list-style-type: none;
	line-height: 0px;
}
.homepg #sidebar1 li {
	padding: 0;
	margin: 0px 0px 6px 0px;
	list-style-type: none;
	line-height: 0px;
}

.innerpg #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	margin: 0;
}
.innerpg #sidebar1 ul {
	padding: 0;
	margin: 0px 0px 0px 2px;
	list-style-type: none;
	line-height: 0px;
}
.innerpg #sidebar1 li {
	padding: 0;
	margin: 0px 0px 4px 0px;
	list-style-type: none;
	line-height: 0px;
}
.innerpg #service-area li {
	padding: 0;
	margin: 10px;
	list-style-type: disc;
	line-height: 10px;
	margin-left: 35px;
}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	/* background-image: url(/cssimgs/bar-8.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0%; */
}
#sidebar2 p,  #sidebar2 h3, #sidebar2 span  {
	margin: 0px 10px 0px 10px;
	font: Verdana, Geneva, sans-serif;
	color: #1a5883;
}
#sidebar2 h3 {
	font-style: normal;
	font-size: 0.85em;
	font-weight: bold;
	padding: 10px 0 0 0;
 }
 #sidebar2 p {
	font-style: italic;
	padding: 10px 0 6px 0;
	font-size: 10px;
	line-height: 14px;
 }
 #sidebar2 span {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 190px;
 }
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

.homepg #mainContent {
	width: 490px;
	margin: 0px 220px 0px 240px;
}
.innerpg #mainContent {
	width: 520px;
	margin: 0px 220px 0px 210px;
}
#contents {
	margin: 0px 20px 0px 15px;
}

#bar6 {
	background-image:url(/cssimgs/bar-4-5-7.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-color: #CCC;
	height: 4px;
	clear: both;
}
#bar7 {
	background-image:url(/cssimgs/bar-4-5-7.jpg);
	background-position: 0% 0%;
	background-repeat:  no-repeat;
	background-color: #CCC;
	height: 4px;
	clear: both;
}
#footer {
	padding: 0;
	width: 950px;
	background-image: url(/cssimgs/footerbg.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}
#footer1 {
	width: 745px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;

}
#footer1 p  {
	font-family:Arial;
	color:#021c3e;
	font-size:12px;
	margin: 5px 0px 5px 0px;
	padding: 0;
}
#footer1 img {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}
#space1 {
	float: left;
	width:195px;
}
#space2 {
	background-color:#1a5882;
	height:25px;
	float: left;
	width:221px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*----------- END LAYOUT --------------*/

/*------------------------------------------------
		BEGIN SITE STYLES - SLIDESHOW
------------------------------------------------*/

.slideshow * { 
	margin: 0;
	padding: 0;  
}
.slideshow { 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:16px; 
    color:#000;
}
#slideshow-container	{ 
    width:540px; 
    height:260px;
	margin: 0;
	padding: 0;
    position:relative;
}
#slideshow-container img { 
    width:540px; 
    height:260px; 
    position:absolute; 
    top:0; 
    left:0;
    z-index:1; 
}
#slideshow-container-controls { 
    margin:10px 0 0 0; 
    display: none;
}
#slideshow-container-controls img { 
    cursor:pointer; 
    width:100px; 
    height:75px; 
    border:1px solid #ccc; 
    float:left; 
    margin:0 1px 0 0;
    display: none; 
}
#slideshow-container-caption  { 
    height:50px; 
    position:absolute; 
    bottom:0; 
    left:0; 
    right:0;
    background-image: url(/slideshow/captionbg.png);
    background-repeat: no-repeat;
    background-position: 0% 0%; 
    z-index:10;
    overflow:hidden; 
}
#slideshow-container-caption { 
    width:100%; 
}
#slideshow-container-caption h4 { 
    font-size:16px;
    line-height: 18px; 
    font-weight: 600; 
    color:#fff; 
    padding: 1px 0px 0px 8px;
	margin: 0;
}
#slideshow-container-caption p	{ 
    font-size:13px;
    line-height: 13px; 
    font-weight: 500;
    font-style: italic; 
    color:#fff; 
    padding:2px 0px 0px 20px;
	margin: 0;
}
.toc-active	{ 
    border-color:#000; 
}

/*----------- END SLIDESHOW --------------*/

/*------------------------------------------------
		BEGIN SITE STYLES - MAIN NAVIGATION
------------------------------------------------*/
#menubar { /* position within #menu */
	width:760px;
	margin-left: 190px;
	padding: 0;
}

/*-----------MENU FUNCTION --------------*/
ul.dropdown, ul.dropdown ul, ul.dropdown li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.dropdown {
 position: relative;
 z-index: 47;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover  {
 position: relative;
 z-index: 49;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 48;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover ul {
	margin: 0;
 	visibility: visible;
}

ul.dropdown ul {
	margin-top: 0px;
}

ul.dropdown ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/*-----------MENU TYPOGRAPHY + VISUAL STYLE --------------*/

ul.dropdown a:link,
ul.dropdown a:visited,
ul.dropdown a:hover,		
ul.dropdown a:active {
	text-decoration: none; 
	border: none;
	outline: none;
}
.root span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 34px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	height: 34px;
	display: block;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #093164;
	background-color: #093164;
	background-image:url(/cssimgs/menu-back.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	-ms-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;	
}
.root span:hover {
	 color: #eddf02;
     background-image: none;
	 background-color:#1a5882;
}
.child span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 4px;
	color: #FFF;
	height: 24px;
	display: block;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #093164;
	background-color: #093164;
	background-image:url(/cssimgs/menu-back.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	-ms-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;	
}
.child span:hover {
	 color: #eddf02;
     background-image: none;
	 background-color:#1a5882;
}
.root ul, .root li, .child ul, .child li {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#home {
	width: 80px;
}
#home ul, #sitemap {
	width: 100px;
}
#about-us {
	width: 110px;
}
#products  {
	width: 110px;
}
#products ul, #heat-pumps, #furnaces, #geo-thermal-units, #gas-fireplaces, #replacement-filters   {
	width: 200px;
}
#services {
	width: 100px;
}
#services ul, hvac-new-installation, #hvac-service-repair, #service-contracts, #gas-fireplace-installation, #emergency-service, #system-upgrade-menu  {
	width: 200px;
}
#specials {
	width: 140px;
}
#contact-us {
	width: 120px;
}
#contact-us ul, #request-emergency-service  {
	width: 220px;
}

/*----------- END MAIN NAVIGATION --------------*/


/*------------------------------------------------
		BEGIN SITE STYLES - FOOTER NAVIGATION
------------------------------------------------*/

#footmenu {
	width: 745px;
	height: 25px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footmenu, #footmenu a {
	font-family: Arial;
	font-size:14px;
	color:#307aab;
	padding-left:5px;
	padding-right:5px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:center;
	height:15px;
	line-height: 15px;
}

#footmenu a:hover {
    color:#021c3e;
}

/*----------- END FOOTER NAVIGATION --------------*/

/*------------------------------------------------
		BEGIN SITE STYLES - CALLS TO ACTION
------------------------------------------------*/
.cta {
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}
.cta span {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	zoom: 1;
}
.cta ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1px;
	zoom: 1;
}
.cta li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1px;
	zoom: 1;
}
#emergency-contact {
	width: 212px;
	height: 130px;
	background-color: #C00;
	background-image:url(/cssimgs/Emergencies.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#emergency-contact:hover  {
	background-color:#E00;
	background-position: 0% 0%;
}
#special-offers {
	width: 212px;
	height: 130px;
	background-color: #002878;
	background-image:url(/cssimgs/Specials.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
 #special-offers:hover  {
	background-color:#009;
	background-position: 0% 0%;
}
#system-upgrade {
	height: 60px;
	width: 360px;
	margin: 10px 50px 0px 50px;
	background-color: #002878;
	background-image:url(/cssimgs/Upgrade.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#system-upgrade:hover  {
	background-color:#009;
	background-position: 0% 0%;
}
#fireplaces  {
	height: 120px;
	width: 220px;
	background-image:url(/cssimgs/Fireplace.png);
	background-color: #002878;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#fireplaces:hover  {
	background-color:#009;
	background-position: 0% 0%;
}
#fireplaces2  {
	height: 72px;
	width: 190px;
	background-color: #002878;
	background-image:url(/cssimgs/Fireplace2.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#fireplaces2:hover  {
	background-color:#009;
	background-position: 0% 0%;
}
#geothermal  {
	height: 120px;
	width: 220px;
	background-image:url(/cssimgs/Geothermal.png);
	background-color: #002878;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#geothermal:hover  {
	background-color:#009;
	background-position: 0% 0%;
}
#geothermal2  {
	height: 72px;
	width: 190px;
	background-color: #002878;
	background-image: url(/cssimgs/Geothermal2.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#geothermal2:hover {
	background-color:#009;
	background-position: 0% 0%;
}
#routine-maintenance  {
	height: 120px;
	width: 220px;
	background-image: url(/cssimgs/Maintenance.png);
	background-color: #002878;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#routine-maintenance:hover {
	background-color:#009;
	background-position: 0% 0%;
}
#routine-maintenance2  {
	height: 72px;
	width: 190px;
	background-color: #002878;
	background-image: url(/cssimgs/Maintenance2.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-ms-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
#routine-maintenance2:hover {
	background-color:#009;
	background-position: 0% 0%;
}
/*----------- END CALLS TO ACTION --------------*/

