body {
font-size: 16px;
}
.greenhills {
	background-image:url(../img/green_hills.gif);
	background-repeat:repeat-x;
}
.bluebar {
	background-image:url(../img/blue_bar.gif);
	background-repeat:repeat-x;
}
.phonecolor
{
color: #348f8a;
font-size: 20px;
}
.installation{
	font-size:18px;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
}
.navbar-inverse {
    background-color: #f9f9f9;
	border-color: #f9f9f9;
}
.navbar-inverse .navbar-nav > li > a {
    color: #1a99aa;
	font-size:20px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0f6e7b;
	font-size:20px;
}
.space {
	height: 7px
}
.bluebackground {
	background-color: #348f8a;
}
.white {
	background-color:#FFFFFF;

}
.greentitle {
	font-size: 30px;
	color: #1b662f;
}
.graybar {
	height: 12px;
	background-color: #f9f9f9;
}
.white2 {
	background-color: #FFFFFF;
}
.bluefooter {
	background-color: #005d6a;
}
.darkbluefooter {
	background-color: #00444f;
}
.copyright {
	font-size:14px;
	color: #FFFFFF;
}
.bottomtext {
	font-size:14px;
	color:#FFFFFF;
}
a.bottomlinks {
	font-size:14px;
	color:#FFFFFF;
}
a.bottomlinks:hover {
	font-size:14px;
	color:#FFFFFF;
}
/*fix navbar margin*/
.navbar{
  margin: 0  !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;  
}
/*fix navbar-right margin*/
.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

/*fix row -15px margin*/
.container-fluid {
    padding: 0 15px;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.navbar-toggle {
   background-color: #348f8a;
}
	