@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;
}
.bbback {
	background-attachment: scroll;
	background-image: url(bb-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;

}

.Text-Blue {color: #09F;}

.SupportIT-Table {
	margin: 20px 0;
	border-left: 1px solid #CCC;
}
.SupportIT-Table th {
	background: #09F;
	color: #FFF;
	padding: 8px;
}
.SupportIT-Table td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #999;
	padding: 0 25px 25px;
}
.footer a {color: #999;}
.bb
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	color:#ffffff;
	font-weight: normal;
	padding-left: 14px;
}
.whitetext a
{
	text-decoration: none;
	color: #ffffff;
}

/*----------------------------------------------
			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;
}

.bb
{
	font-size: 10px;
	padding: 0px 3px 0px 17px;
	color: #D0E014;
	font-weight: bolder;
}

