@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #cacdaa;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}
	
	
	#header {
	position: relative;
	background-color:#FAF6EE;
	height: 220px;
}
	
	#header #border {
	position: static;
	background: url(Images/TopBorder.png) repeat-x;
	height: 67px;
}
	
	#header #logoImage {
	position: absolute;
	top: 90px;
	left: 25px;
	width: 247px;
	height: 57px;
	background:url(Images/logo.png) no-repeat top left;
}
	
	#header #nav {
	position: absolute;
	top: 170px;
	left: 23px;
	width: 850px;
	height: 3px;
	background: url(Images/GreenLine.png) no-repeat;
}
	
	#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	#header ul li {
	top: 178px;
	left: 500px;
	float: left;
}
	
	#header ul a{
	top: 173px;
	left: 500px;
	font-size:14px;
	line-height:1.5em;
	text-decoration:none;
	float:left;
	display:block;
}
	
	.mainNavContainer {
	background: #75B1B9;
	width: 100%;
}	
	
#mainNav li a.homeLink { 
	position: absolute;
	top: 173px;
	left: 350px;
	width: 67px;
	height: 26px; 
	background:url(Images/home1.png) no-repeat 0 0; 
 }
 
#mainNav li a.productsLink { 
	position: absolute;
	top: 173px;
	left: 425px;
	width: 67px;
	height: 26px; 
	background:url(Images/products1.png) no-repeat 0 0; 
}

#mainNav li a.aboutLink { 
	position: absolute;
	top: 173px;
	left: 500px;
	width: 67px;
	height: 26px; 
	background:url(Images/about1.png) no-repeat 0 0; 
 }
 
#mainNav li a.processLink { 
	position: absolute;
	top: 173px;
	left: 575px;
	width: 67px;
	height: 26px; 
	background:url(Images/process1.png) no-repeat 0 0; 
}
#mainNav li a.pricingLink { 
	position: absolute;
	top: 173px;
	left: 650px;
	width: 67px;
	height: 26px; 
	background:url(Images/pricing1.png) no-repeat 0 0; 
}
 
#mainNav li a.wordingLink { 
	position: absolute;
	top: 173px;
	left: 725px;
	width: 67px;
	height: 26px; 
	background:url(Images/wording1.png) no-repeat 0 0; 
}

#mainNav li a.contactLink { 
position: absolute;
	top: 173px;
	left: 800px;
	width: 67px;
	height: 26px; 
	background:url(Images/contact1.png) no-repeat 0 0;
 }
 
#mainNav li a.homeLink:hover{ 
 background:url(Images/home2.png);
 }
#mainNav li a.productsLink:hover{ 
 background:url(Images/products2.png);
 }
 #mainNav li a.aboutLink:hover{ 
 background:url(Images/about2.png);
 }
 #mainNav li a.processLink:hover{ 
 background:url(Images/process2.png);
 }
 #mainNav li a.pricingLink:hover{ 
 background:url(Images/pricing2.png);
 }
 #mainNav li a.wordingLink:hover{ 
 background:url(Images/wording2.png);
 }
 #mainNav li a.contactLink:hover{ 
 background:url(Images/contact2.png);
 }

.indexStyle #mainNav li a.homeLink { background:url(Images/home3.png) no-repeat 0 0; width: 67px; }
.processStyle #mainNav li a.processLink { background:url(Images/process3.png) no-repeat 0 0; width: 67px; }
.aboutStyle #mainNav li a.aboutLink { background:url(Images/about3.png) no-repeat 0 0; width: 67px; }
.productsStyle #mainNav li a.productsLink { background:url(Images/products3.png) no-repeat 0 0; width: 67px; }
.pricingStyle #mainNav li a.pricingLink { background:url(Images/pricing3.png) no-repeat 0 0; width: 67px; }
.wordingStyle #mainNav li a.wordingLink { background: url(Images/wording3.png) no-repeat 0 0; width: 67px; }
.contactStyle #mainNav li a.contactLink { background:url(Images/contact3.png) no-repeat 0 0; width: 67px; }
.invisible {display: none;}
	

/* --------------------------------------PRODUCT CONTENT ------------------------------------------*/
	
.productsStyle {
	background-color:#FAF6EE;
}


/* -------------------------------------- END PRODUCT CONTENT ------------------------------------------*/
	
	
/*-----------------------  Tabbed Panel styles  ----------------------------*/
.TabbedPanels {
	margin-top: 30px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 5px 0px;
	margin: 0px 1px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#00a5e3;
	text-align:center;
	letter-spacing: .1em;
	background-color:  #ebf4fb;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 17px;
	width:114px;
}

.TabbedPanelsTabHover {
	background-color:  #dde0be;
}

.TabbedPanelsTabSelected {
	background-color: #e4efc7;
	color:#7ac142;
	font-weight: bold;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	width: 784px;
	padding-left: 20px;
	padding-top: 50px;
	margin-bottom:20px;
	margin-left: 40px;
	background-color: #e4efc7}

/* --------------------------------------PRODUCT CONTENT ------------------------------------------*/
	
#productContent {
	background-color:#FAF6EE;
	width: 900px;
}


/* -------------------------------------- END PRODUCT CONTENT ------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border-width: 1px;
	border-color: #15447e;
}

p {
	color: #00a5e3;
	line-height: 1.2em;
	margin: 0 0 1.9em 0;
}

h1 {
	color: #7ac142;
	font-size: 172%;
	line-height: 1.4em;
	font-weight: normal;
}
h2 {
	color: #00a5e3;
	font-size: 125%;
	line-height: 2em;	
	font-weight: normal;
	letter-spacing: .2em;
}

a {
	text-decoration: none;
	color: #00a5e3;
}
a:hover {
	text-decoration: none;
	color: #7ac142;
}

.copyRight {
	color: #15447e;
	text-align:center;
	font-size: 80%;
	line-height: 2em;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
#container #header h1 {
	margin-left: -9000px;
}
#header {  
	padding: 0;  /* 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. */
} 
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


table {
	font-size: 90%;
	line-height: 1em;	
	text-decoration:none;
	letter-spacing: .2em;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

td{
padding: 5px 23px;
}

td.type {
padding:.5em;
padding-bottom:2.8em;
}


#footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dde0be; 
	text-align:center;
} 
#footer a {
	text-decoration: none;
	color: #00a5e3;
}
#footer a:hover {
	text-decoration: none;
	color: #7ac142;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align:center;

}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

