@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #96dafe;
}

a {color: #000; text-decoration: underline;}
a:hover {text-decoration: none;}

h1 {
	margin-top: 0;
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
}

h2 {
	color: #002771;
	font-size: 20px;
}
h2 a {color: #002771; text-decoration: none;}
h2 a:hover {color: #000; text-decoration: none;}


.testimonialsbox {
	background-attachment: scroll;
	background-image: url(testimonials-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.whyback {
	background-attachment: scroll;
	background-image: url(why-box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
}
.maintextnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002771;
	line-height: 150%;

}
.testimonialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.testimonialheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002771;
	font-weight: bold;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.tableborder {
	border-color: #168FCF;
	border-width: 2px 2px 2px 2px;
	border-style: solid;

}


/*----------------------------------------------
			Drop Down Menu
----------------------------------------------*/
#Nav {
	position : relative;
}

#Nav #SubNav {
	left: -999em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	padding: 19px 0 0 0;
	margin: 0;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	z-index: 10000;
}
#Nav:hover #SubNav {
	left: 0;
}
#SubNav li {
	float: left;
	width: 180px;
}
#SubNav a {
	display: block;
	float: left;
	width: 150px;
	padding: 8px 15px;
	background: #002771;
	color: #FFF;
	text-decoration: none;
}
#SubNav a:hover {background: #1277AD;}


/* -----------------------------------
		Slideshow
		jquery-slideshow.js
----------------------------------- */
#slideshow {
    position: relative;
	margin: 0;
	padding: 0;
	width: 524px;
	height: 263px;
}

#slideshow span {
    position:absolute;
    top:0;
    z-index:8;
    opacity:0.0;
	border: 0;
}
#slideshow span.active {
    z-index:10;
    opacity:1.0;
}
#slideshow span.last-active {
    z-index:9;
}


