/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	-moz-outline: none;
}
BODY {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
/*	overflow-x: hidden;*/
}
P {
	color: #666666;
	padding-left: 7px;
	line-height: 1.2em;
}
H1,H2,H3,H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
table td {
	padding: 5px;
	margin: 0px;
}
blockquote {
	margin-left: 20px;
}


#header {
	position: relative;
}
#header img {
	margin: 0px;
	padding-top: 10px;
	padding-left: 2px;
}
#header #contactInfo {
	position: absolute;
	top: 44px;
	right: 20px;
	width: 290px;
	font-family: "Trebuchet MS";
	color: #81CA9C;
	padding: 0px;
	background-image: url(../images/call-out.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 88px;
}
#header #miniNav {
	position: absolute;
	top: 33px;
	right: 40px;
	font-size: 11px;
	z-index: 5;
	width: 412px;
	height: 34px;
}
#header #miniNav ul {
	list-style-type: none;
}
#header #miniNav li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 35px;
	height: 25px;
	text-align: left;
	padding-top: 8px;
}

#header #miniNav .home {
	background-image: url(../images/home-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 30px;
}

#header #miniNav .contact {
	background-image: url(../images/mail-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 30px;
}

#header #miniNav .quote {
	background-image: url(../images/quote-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 30px;
}

#header #globalNav ul {
	list-style-type: none;
	margin-top: 30px;
}
#header #globalNav li {
	display: block;
	float: left;
}
#header #globalNav a:link, #header #globalNav a:visited {
	color: #666666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/gnav-bullet-up2-short.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 19px;
	width: 129px;
	font-size: 11px;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header #globalNav a.login:link, #header #globalNav a.login:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/gnav-login.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 19px;
	width: 151px;
	font-size: 11px;
	font-weight: bold;
}
#header #globalNav a.calc:link, #header #globalNav a.calc:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/gnav-bullet-up2.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 19px;
	font-size: 11px;
	text-align: left;
	width: 151px;
	margin: 0px;
}
#header #globalNav a:hover {
	background-image: url(../images/gnav-bullet-over-short.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #000000;
	height: 19px;
	width: 129px;
	display:block;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #globalNav a.login:hover {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/gnav-login-over.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 19px;
	width: 151px;
	font-size: 11px;
	font-weight: bold;
}

#header #globalNav a.calc:hover {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/gnav-bullet-over2.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 19px;
	font-size: 11px;
	text-align: left;
	width: 151px;
	margin: 0px;
	padding-left: 25px;
}
#header #id {
	position: absolute;
	top: 65px;
	right: 300px;
}


.topBorder {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 6px;
}
.btmBorder {
	background-color: #00A750;
	height: 6px;
}
#page {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	min-width: 790px;
}
#page #testimonials {
	position: relative;
	width: 185px;
	margin: 15px;
	padding: 0px;
}

#page #main {
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	width: 55%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 999;
}
#page #main img {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
#page #main ul {
	margin-left: 50px;
}
#page #main h1 {
	padding-bottom: 20px;
}
#page #main table {
	margin: 0px;
	width: 100%;
}



#page #subNav {
	float: left;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page #subNav ul {
	list-style-type: none;
	margin-left: 5px;
}
#page #subNav li {
	/*	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;*/
	display: block;
	background-image: url(../images/subNav-bullet-up.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #ECE9D8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#page #subNav li a:link, #page #subNav li a:visited {
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #000000;
	text-decoration: none;
}

#page #subNav li:hover {
	background-color: #A2CE9B;
	background-image: url(../images/subNav-bullet-down.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-left: 3px;
	color: #FFFFFF;
	text-decoration: none;
}
.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#footer {
	padding: 20px;
	background-color: #000000;
}
#footer p {
	color: #CCCCCC;
}
#footer img {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: 15px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#Table_01 {
	position:absolute;
	top:98px;
	width:250px;
	height:79px;
	left: 580px;
}
#globe {
	position: absolute;
	top: 35px;
	z-index: 0;
	left: 590px;
}
p.ssl {
	background-image: url(../images/ssl-lock.jpg);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 35px;
	padding-top: 10px;
	height: 35px;
	padding-right: 10px;
	padding-bottom: 15px;
	border: 1px dashed #E2E2E2;
}
