﻿html {
  /*background-color: #A2ABBE;*/
  background: #A2AABD url(images/InsidePageHdrW.jpg) top center no-repeat;
  top: 0;
  left: 0;
  height: 100%;
}
body {
  position: relative;
  width: 900px;
  margin: 0 auto;
  min-height: 100%;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, 'sans serif';
  font-size: 11px;
  color: #ECECEC;
}
td {
  font-family: Verdana, Arial, Helvetica, 'sans serif';
  font-size: 12px;
  color: #ECECEC;
}
p {
  font-family: Verdana, Arial, Helvetica, 'sans serif';
  font-size: 12px;
  color: #ECECEC;
}
a {
  color: #99CCFF;
}
/***************************************************************************/
#contact_top_table {
  margin-top: 0px
}

#container_content {
  position: relative;
  /*float: left;*/
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 220px;
  overflow: visible;
  /*border: 1px red solid;*/
}
#container_main {
  position: relative;
  background: #A2AABD url(images/InsideBodyBGw.jpg) top center repeat-y;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  border-bottom: 3px black solid;
  overflow: visible;
  text-align: left;
  /*border: 1px red solid;*/
}
#container_nav { 
  width: 136px; 
  text-align:center;
  margin-left: 48px;
  margin-top: -10px;
  float: left;
  position: relative;
}
#container_nav ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}
#container_nav a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 136px;
  background-color: #363535;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
#container_nav a:link, #navlist a:visited {
  color: #EEE;
  text-decoration: none;
}
#container_nav a:hover {
  background-color: #4A4A4A;
  color: #fff;
}



#container_nav1 { 
  width: 136px; 
  text-align:center;
  margin-left: -136px;
  margin-top: 250px;
  float: left;
  position: relative;
}
#container_nav1 ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}
#container_nav1 a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 136px;
  background-color: #363535;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
#container_nav1 a:link, #navlist1 a:visited {
  color: #EEE;
  text-decoration: none;
}
#container_nav1 a:hover {
  background-color: #4A4A4A;
  color: #fff;
}



#container_top_email {
  position: relative;
  width: 894px;
  margin-top: 252px;
  text-align: right;
}
#container_top_email a {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-decoration:underline;
}
#container_top_email a:hover {
  color: #00F;
}
#copyright_inside {
  clear: both;
  position: relative;
  width: 898px;
  float:none;
  border: 1px black solid;
  background-color: #696969;
  padding: 15px 0px;
  margin-top: 0px;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 125%;
}
#copyright_inside a {
  color: #99CCFF;
  text-decoration: underline;
}
#copyright_inside a:hover {
  color: #CDE6FF;
}
#copyright_inside a:visited {
  color: #CC6699;
}
#container_services_top {
	position: relative;
	float: left;
	margin-top: -195px;
	margin-left: 324px;
	z-index: 1;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, 'sans serif';
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align:left;
}
#container_services_top_shadow {
	position: relative;
	float: left;
	margin-top: -194px;
	margin-left: 325px;
	z-index: 0;
	color: #6699FF;
	font-family: Verdana, Arial, Helvetica, 'sans serif';
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align:left;
}
#services_list {
  color:#FFCC00; 
  font-size:17px;
  font-weight:bold;
  list-style:square;
}
#services_list ul {
  list-style-type: disc;
  color: #FFFFAF;
  font-size:13px;
  margin-left: -20px;
  margin-right: 10px;
  text-align: justify;
}
#services_list ul span {
  color: #ECECEC;
  font-size: 12px; 
  font-weight: normal; 
}
/***************************************************************************/
.client_name {
  color:#FFCC00;
  font-size:17px;
  margin-bottom:0px;
}
.client_genl {
  text-align: justify;
  margin: 8px 0px;
}
.client_image {
  float:right; 
  margin-left:10px; 
  margin-top:4px; 
  border:0px #333333 solid;
}
.client_quote {
  color: #FFFFAF;
  font-style: italic;
  text-align: justify;
  margin: 16px 0px;
}
.contact_label {
  width: 20%;
  font-weight: bold;
  color:#ECECEC;
}
.contact_data {
  width: 80%;
  color:#ECECEC;
  padding-left: 4px;
}
.contact_data a {
  color: #99CCFF;
}
.contact_data a:hover {
  color: #CDE6FF;
}
/* hide repositions text off page
   assistive technologies will still read */
.hide {
	position: absolute;
	top: -2000em;
	left: -2000em;
	height: 1px;
	width: 1px;
}
.inside_first_par {
  margin-top: 8px;
  margin-bottom: 6px;
  text-align:justify;
  color:#ECECEC;
}
.inside_par {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align:justify;
  color:#ECECEC;
}
.inside_par_12 {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align:justify;
  color:#ECECEC;
}
.inside_par_footnote {
  color: #999999;
  font-size: 9px;
}
.inside_par_test {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align:justify;
  color:#ECECEC;
}
.inside_par_webpkg {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align:justify;
  color:#ECECEC;
}
.page_heading {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:18pt; 
  font-weight:bold; 
  color:#FFCC00; 
  margin: 0px
}
.page_sub_heading {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:14pt; 
  font-weight:bold; 
  color:#FFCC00; 
  margin: 0px
}
.separator {
  position: relative;
  float:none;
  clear: both;
  margin: 0px;
  height: 1px;
}
.separator_testimonials {
  color:#FFCC00; 
  text-align:center; 
  width:95%;
  margin: 12px 0px;
}
.web-pkg-data {
  width: 20%; 
  text-align: center;
}
.web-pkg-savings {
  width: 20%; 
  text-align: center;
  color: #FFCC00;
  font-weight: bold;
  font-size: 13px;
}
.web-pkg-heading {
  width: 20%; 
  text-align: center;
  border-bottom: 1px #ECECEC solid;
}
.web-pkg-label {
  width: 40%;
  font-weight: bold;
  border-right: 1px #ECECEC solid;
}
.web-pkg-sale {
  width: 20%; 
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.web-pkg-normal {
  width: 20%; 
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

