body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #1180ec;

	
	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: #fff;
	scrollbar-face-color: #1180ec;/*--face of arrows and bar(s)moving up/down*/
	scrollbar-shadow-color:#a5cff7;/*right side of bar(s) moving down*/
	scrollbar-highlight-color: #a5cff7;
	scrollbar-3dlight-color: #1180ec;
	scrollbar-darkshadow-color: #1180ec;
	scrollbar-track-color: #1180ec;
	scrollbar-arrow-color: #a5cff7;
	background-repeat: no-repeat;
}



body#homepage li#home a, 
body#testimonialspage li#testimonials a, 
body#faqpage li#faq a, 
body#aboutuspage li#aboutus a, 
body#contactuspage li#contactus a,
body#portfoliopage li#portfolio a,
body#servicespage li#services a
{background-color:#ffbd31;                    
 width:60px;
 text-decoration:none;
 color:#000099;
}

.oneColLiqCtrHdr body#homepage #header{background-color: #1180ec;
	
	height: 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 100px;}

.oneColLiqCtrHdr #container {background-color:#1180ec;
         
	width: 780px;  /* this will create a container 80% of the browser width */
	      
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtrHdr #header {
	background-color: #1180ec;
	background-image: url(../images/sierraalongeweb.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	height: 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 100px;
	
}




.oneColLiqCtrHdr #header ul{margin-top:15px;
margin-right:5px;
margin-bottom:5px;
margin-left:25px;
width: 500px;


}

.oneColLiqCtrHdr #header li{margin-top:1px; 
margin-right:0px; 
margin-bottom: 1px; 
margin-left: 0px;
width:60px;
list-style: none;

display: inline;
}


.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #headerhome {
	padding: 0 20px 0 50px;  /* 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. */

}

.oneColLiqCtrHdr #mainContent {

	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColLiqCtrHdr #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#1180ec;
    
	margin-bottom: 5px; 
        
}

.oneColLiqCtrHdr #footer ul{
	width: 500px;
	
	text-align: center;
}

.oneColLiqCtrHdr #footer li{margin-top:1px; 
margin-right:0px; 
margin-bottom: 1px; 
margin-left: 0px;
width:60px;
list-style: none;

display: inline;
}
 
.oneColLiqCtrHdr #footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1180ec;
	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. */
} 
.twoColFixRtHdr #header { 
	background: #1180ec; 
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #1180ec;
	background-image: url(../images/sierraalongeweb.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	height: 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 100px;
	
} 
.twoColFixRtHdr #header ul{
margin-top:15px;
margin-right:5px;
margin-bottom:5px;
margin-left:25px;
width: 500px;
}
.twoColFixRtHdr #header li{
margin-top:1px; 
margin-right:0px; 
margin-bottom: 1px; 
margin-left: 0px;
width:60px;
list-style: none;

display: inline;
}
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #1180ec; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.twoColFixRtHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1180ec; 

} 
.twoColFixRtHdr #footer ul{
width: 500px;
	
	text-align: center;
	}
	
	.twoColFixRtHdr #footer li{
margin-top:1px; 
margin-right:0px; 
margin-bottom: 1px; 
margin-left: 0px;
width:60px;
list-style: none;

display: inline;
	}
	
.twoColFixRtHdr #footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#description{background-color:#1180ec; font-family:Arial; font-size: 1em; font-weight:normal; color:#fff; border:1px solid #1180ec;}

a.button:link{background-color:#009;
font-family:Arial;
              font-size: .8em;
              font-weight: bold;
              text-decoration:none;
              text-align:center;
              margin:-2px;
              padding:5px;
              width:60px;
              color:#fff;
              
}

a.button:visited{background-color:#009;
font-family:Arial;
              font-size: .8em;
              font-weight: bold;
              text-decoration:none;
              text-align:center;
              margin:-2px;
              padding:5px;
              width:60px;
              color:#fff;

}

a.button:hover{background-color:#1180ec;
font-family:Arial;
              font-size: .8em;
              font-weight: bold;
              text-decoration:none;
              text-align:center;
              margin:-2px;
              padding:5px;
              width:60px;
              color:#000;

}

a.button:active{background-color:#1180ec;
font-family:Arial;
              font-size: .8em;
              font-weight: bold;
              text-decoration:none;
              text-align:center;
              margin:-2px;
              padding:5px;
              width:60px;
              color:#000;
             
}

a:link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;

}

a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;

}

a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;

}

a:active{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;

}

.formboxes{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: italic;
	font-weight: bolder;
	color: #1180ec;
        
}

.formtext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: italic;
	font-weight: bolder;
	color: #fff;
        
}

.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}