@charset "utf-8";
body {
	background: #7697FF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#outerContainer {
   min-height:100%;
   position:relative;
}
.layout #container {
	width: 980px;
	background: none;
	margin: 0 auto;
	text-align: left;
}

/********** Header **********/
.layout #header {
	background: none;
	margin-top: 15px; 
	padding: 0;
}
.layout #header img {
	margin: 0;
	padding: 0;
}


/********** Navigation **********/
.layout #nav {
	margin-top: 15px;
	padding-top: 0;
	background: none;
	background-image:url(../images/PURPLEnavBG.png);
	background-repeat:no-repeat;
	width: 980px;
	height: 25px;
	text-align: center;
}
.layout #nav p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 5px 0px;
	margin: 0px;
}

/********** Main Content **********/
.layout #mainContent {
	margin: 0;
	padding: 0;
	background: #F8F8F8;
	border-left: 1px solid #404096;
	border-right: 1px solid #404096;
}
.layout #mainContent h1 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	padding: 0px 20px;
	margin:0;
}
.layout #mainContent h2 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	padding: 0px 20px;
	margin:0;
}
.layout #mainContent h3 {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	font-weight:bold;
	color:#33CC00;
	padding: 0px 20px;
	margin:0;
}
.layout #mainContent p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 8px 20px;
	margin: 0px;
}
.layout #mainContent ul{
	font-family: Arial, Helvetica, sans-serif;
	list-style-image:url(../images/bulletsCheckMark.jpg);
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0px 0px 80px;
	line-height: 36px;
}
.layout #mainContentBottom {
	margin: 0;
	padding: 0;
	background: none;
}
.fltrt {
	float: right;
	margin-left: 18px;
	padding-bottom: 8px;
}
.fltlft {
	float: left;
	margin-right: 18px;
	padding-bottom: 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #FF0000;}

fadeshow {
width:330px;height:220px;background-image:url(../images/ServicePic1.jpg);background-repeat:no-repeat;float:right;
}


/********** Home Page **********/
.layout #sidebarRightHP {
	float: right;
	width: 240px;
	background: none;
	padding: 0px 20px 5px 10px;
	text-align: center;
	border-left: 1px dotted #999999;
}
.layout #sidebarRightHP img {
    padding: 5px 0px;
	border-bottom: 1px dotted #999999;
}
.liHome{
	font-family: Arial, Helvetica, sans-serif;
	list-style-image:url(../images/bulletsCheckMark.jpg);
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

/********** Contact Us **********/
fieldset {
    margin: 0px 20px;
	width:400px;
    border: 1px solid #404096;
}
input {
    background-color: #EAEAEA;
    color: #000000;
}
.inputSubmit{
    background-color: #333333;
    color: #FFFFFF;
	font-weight: bold;
	width:80px;
	height:24px;
}
textarea {
    background-color: #EAEAEA;
    color: #000000;
}

/********** Services **********/
.layout #sidebarRight {
	float: right;
	width: 240px;
	background: none;
	padding: 10px 20px;
	text-align: center;
}
.layout #sidebarRight img {
    padding-top: 15px;
}
.liServices{
	font-family: Arial, Helvetica, sans-serif;
	list-style-image:url(../images/bulletsCheckMark.jpg);
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 20px 0px;
}
.olServices{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 20px 80px;
}

/********** System Replacement Free Estimate **********/
.fieldsetFreeEstimate {
    margin: 0px 20px;
	width:450px;
    border: 1px solid #404096;
}
input {
    background-color: #EAEAEA;
    color: #000000;
}
.inputSubmit{
    background-color: #333333;
    color: #FFFFFF;
	font-weight: bold;
	width:80px;
	height:24px;
}
textarea {
    background-color: #EAEAEA;
    color: #000000;
}
select {
    background-color: #EAEAEA;
    color: #000000;
}
/********** Footer **********/
.layout #footer {
    position: relative;
	margin: 15px 0 60px 0;
	padding: 0;
	background:none;
    background-image:url(../images/footer.png);
    background-repeat:no-repeat;
	height: 30px;
}
.layout #footer p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin: 0;
	padding: 10px;
}
.layout #footerBackToTop {
    position: absolute;
	bottom: 0;
	right: 20px;
	margin: 0;
	padding: 0;
	background:none;
}
.layout #footer a:link {
    text-decoration:none;
	color:#999999;
}
.layout #footer a:active {
    text-decoration:none;
	color:#999999;
}
.layout #footer a:visited {
    text-decoration:none;
	color:#999999;
}
.layout #footer a:hover {
	text-decoration: underline;
	color:#999999;
}
a {outline: none;}

/********** Page Footer **********/
#bottomFooter {
   position:fixed;
   bottom:0;
   left: 0;
   width:100%;
   height:40px;
   background-image:url(../images/grass.png);
   background-repeat:repeat-x;
}
#bottomFooter p{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	margin: 0;
	padding: 20px 20px;
	text-align: right;
}
.layout #bottomFooter a:link {
    text-decoration:none;
	color:#CCCCCC;
}
.layout #bottomFooter a:active {
    text-decoration:none;
	color:#CCCCCC;
}
.layout #bottomFooter a:visited {
    text-decoration:none;
	color:#CCCCCC;
}
.layout #bottomFooter a:hover {
	text-decoration: none;
	color:#fff;
}

#PicRight {float:right; margin-left: 10px; margin-right: 25px; margin-top: 10px; margin-bottom: 10px;
}

#PicLeft {float:left; margin-left: 10px; margin-right: 25px; margin-top: 0px; margin-bottom: 20px;
}
