.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.navigation a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.navigation a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0060FF;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #49bae2;
}

a:hover {
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0B3A68;
}
ol {
	text-indent: 15px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}
li {
	margin-left: 0px;
	margin-right: 5px;
	text-indent: 0px;
	padding-left: 0px;
}
.howitworks {
	padding: 15px;
}
.howitworks .captionImage {
	right: 300px;
	float: right;
}
.howitworks .buttons {
	text-align: right;
	background-color: #7400CC;
}
.howitworks .subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #088FD3;
}
#howitworks	{ position:relative; width:620px; height:500px z-index:100;}
#how, #why, #service, #costs, #success	{ 
	position:absolute; visibility:hidden; left:10; top:0; z-index:1;}
#howtitle, #whytitle, #servicetitle, #coststitle, #successtitle	{ 
	background-color:#EAEAEA}.headerBreadcrumbs {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C6C6C;
}
.header2Breadcrumbs {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6C6C6C;
}
/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
  border-bottom:1px dotted blue;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 200px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(bubble.gif);
}

/* css/tooltip.css */

input.btn{
   color:#FFF;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:124%;
   font-weight:bold;
   background-color:#088FD3;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#088FD3');}
	  
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}.style1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.style1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style1  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22ACD0;
}
