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

/* Page */

body {
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 20px;
}

#header-background
 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 194px;
	background-color: #0093C9;
}

#navigation-background {
	width: 940px;
	height: 50px;
	background-image: url(../images/nav-bar.jpg);
	background-color: #1E6986;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content-background {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#footer-background {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-color: #1e6a86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	font-weight: bold;
}

#copyright {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545758;
	text-align: right;
}

#logo {
	height: 194px;
	width: 220px;
	float: left;
}


/* Navigation */

#copyright a {
	color: #0193C6;
}

#copyright a:hover {
	color: #333333;
}

#footer-background a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer-background a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}

#tagline {
	height: 95px;
	width: 222px;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
.nav-bar {
	height: 43px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	
}

ul {
	font-family: arial, verdana;
	font-size: 14px;
	padding: 0;
	list-style: none;
	margin-top: 0;
	font-weight: bold;
}
#menu {
	width: 890px;
	height: 30px;
	margin-left: 50px;
	padding-top: 18px;
	
}

ul li {
	display: block;
	position: relative;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
#nav-div {
	width: 2px;
	background-color: #1599cd;
	height: 28px;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: -6px;
}

li ul {
	display: none;
	background-color: #657082;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 9px;
	padding-left: 9px;
}
ul li a:hover {
	display: block;
	color: #92CCE2;
}
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a {


}
li:hover li a:hover {
	background: #95A9B1;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #0194C8;
	margin: 0px;
}

.green-large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6AA900;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	text-transform: none;
}

#content-background #content-container {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 10px;

}

.content-container {
	position: absolute;
	clip: rect(0px,0px,0px,0px);
	width: 100%;
}

.left-content {
	float: left;
	width: 220px;
	margin-left: 0px;
	padding: 6px;
}
.right-content {
	float: right;
	width: 220px;
	padding: 6px;
	height: 100%;
	border-left-width: 1px;
}
.middle-content {
	width: 410px;
	margin-left: 234px;
}
.wide-left-content {
	width: 610px;
	padding-top: 28px;
	padding-bottom: 6px;
	padding-left: 26px;
	background-image: url(../images/wide-left.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
}
.border-box {
	border: 1px solid #e5e2e2;
	width: 198px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.border-box-ad {
	border: 1px solid #e5e2e2;
	margin-right: auto;
	margin-left: auto;
	width: 211px;
}
.border-box-middle {
	border: 1px solid #e5e2e2;
	width: 350px;
	padding: 18px;
	margin-left: 16px;
}
.border-box-no-border {
	margin-right: auto;
	margin-left: auto;
	width: 380px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
p {
	margin: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6C7071;
	margin: 0px;
}
a.page:link, a.page:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #239AC5;
	font-size: 12px;
}
	
	a.specs:link, a.specs:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #239AC5;
	font-size: 11px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.new-list {
	list-style-position: inside;
	list-style-type: disc;
}
.text-left-aligned {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.green-medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #6AA900;
}
.specs-show-hide-2 {
	visibility: inherit;

}

.specs-show-hide-1 {

}
.border-box-toggle-depth {
	width: 98%;
	padding: 6px;
	height: 200px;
}
.wide-left-content-border {
	width: 610px;
	padding: 12px;
}
.text-lg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
.image-border {
	border: 1px solid #333333;
}
.image-right-aligned {
	border: 1px solid #333333;
	margin-bottom: 20px;
	margin-left: 20px;
}
.left-image {
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #6C7071;
}

.middle-content2 {
	width: 640px;
	float: right;
}
#tagline2 {
	height: 95px;
	width: 330px;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
.border-box-no-bdr {
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}
.right-content-home {
	float: right;
	width: 220px;
	padding: 6px;
	height: 100%;
}
.border-box-limited {
	border: 1px solid #e5e2e2;
	width: 198px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 8px;
	height: 134px;
}
.border-box-testimonials {
	width: 198px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-image: url(../images/testimonials.jpg);
	background-repeat: repeat-y;
}

