@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background: #FFFFFF;
   background-image:url(../images/bg.jpg);
   background-repeat:repeat-x;
}


/****************************************** Begin Outer Container & Footer *********************************************/
#outerContainer {
   min-height:100%;
   position:relative;
}
#footer {
    position:absolute;
    bottom:0;
	left:0;
    width:100%;
    height:30px;
    background-image:url(../images/footer_bg.jpg);
    background-repeat:repeat-x;
}
#footer p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin: 0; 
	padding: 8px 15px;
}
#footer a {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	font-size:10px;
	color: #FFFFFF;
	text-decoration:underline;
}
#top {
    position:absolute;
	bottom:0;
	width: 50%;
}
#copyright {
    position:absolute;
    left:0;
}
#visualsymmetry {
    position:absolute;
	right:0;
}

/*CSS rule for IE 6 and 5.5*/
#container {
   height:100%;
}


/****************************************** Begin Inner Container *********************************************/ 
#body {
   padding:0px;
   padding-bottom:30px;   /* Height of the footer */
   text-align:center;
}
#innerContainer { 
	width: 980px;
	background: #FFFFFF;
	margin: 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. */
}
#nav {
	margin:0;
	padding:0;
	height:30px;
	text-align:center;
	background-color: #1567A1;
}
#header {
	margin:0;
	padding:0;
}


/****************************************** Begin Main Content *********************************************/ 
#mainContent { 
	margin: 0;
	padding: 20px 0px 20px 0px;
}
#mainContent p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin: 0; 
	padding: 8px 20px;
	text-align:justify;
}
#mainContent p.style1 {
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #1679BC;
	text-align:center;
	line-height:24px;
}
#mainContent p.style2 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #1679BC;
	text-align:center;
	line-height:24px;
}
#mainContent p.style3 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin: 0; 
	padding: 8px 20px;
}
#mainContent h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	color:#1679BC;
	margin: 0; 
	padding: 8px 20px;
	line-height:35px;
}
#mainContent h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#1679BC;
	margin: 0; 
	padding: 8px 20px;
}
#mainContent h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1679BC;
	margin: 0; 
	padding: 8px 20px;
}
#mainContent h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#CC3300;
	margin: 0;
	padding: 8px 20px;
}
.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft {
	float: left;
	margin-right: 20px;
}
.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;
}


/****************************************** MASTER 1 TEMPLATE CONTENT AREA *********************************************/

#homeWrapper {
    width:980px;
    height:auto;
}

#homeLeft {
    width:490px;
    height:100%;
    float:left;
	border-right: 2px dotted #D3EBFA;
	margin-bottom:10px;
}

#homeRight {
    width:488px;
    height:auto;
    float:right;
	margin-bottom:10px;
}


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


/****************************************** Video Divs *********************************************/
.commercial-video {
	background: url(../images/commercial-video-bg.jpg) no-repeat #fff;
	width:502px;
	height:411px;
	float:right;
	margin: 15px;
}
.residential-video {
	background: url(../images/residential-video-bg.jpg) no-repeat #fff;
	width:502px;
	height:411px;
	float:right;
	margin: 15px;
}
