/* Generic Style */
*{
	margin:0px;
	padding:0px;
}

body {
	background-image:url('images/background.png');
	background-repeat:repeat-x;
	background-color:#E2E2E2;
	font-family:Arial, Helvetica, sans-serif;
}

.bgimg { position:absolute;top:0px;left:0px; }
a { color:blue;	}
a:hover {color:#000;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}
.padding15{padding:15px;}
.imgright {float:right;margin:0px 0px 20px 20px;}  
p { line-height:18px;margin-bottom:15px; }
h1{
      font-family:verdana, sans-serif;
      font-size:22px;
      color:#0086c1;
      font-weight:bold;
      margin-bottom:8px;
    }
h2 {
 	font-family:verdana, sans-serif;
     font-size:19px;	
     font-weight:normal;
     margin-bottom:5px;     
     margin-top:5px; 
}    
/* Fix Break Problem */
* html .clearfix { height: 1%;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}

/* End Break Problem */    
/* End Generic Style */


/* Page Wrapper */
#wrapper {
	position:relative;
	margin :0 auto;
	width:1000px;
	background:transparent;
}


/* Header */
#header {
	position:relative;
	width:1001px;
	height:125px;
}
#logo {
	height:111px;
	width:220px;
	float:left;
}
#header #header-phone {
	float:right;
	font-size:16pt;
	color:white;
	text-align:right;
	line-height:160%;
	margin-top:5px;
	height:66px;
}


/* Navigation */
#nav {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:14px;
	margin-right:2px;
	
}
#nav ul {
	list-style-type: none;
}
#nav ul li{
	float:left;
	padding:0 1.5px 0 1.5px;
}

#nav ul li a {
	color:white;
	text-decoration:none;
	padding:16px 20px 12px 20px;
	background: #59595b;
	background: -moz-linear-gradient(top, #59595b 0%, #4b4b4c 3%, #4f4f51 5%, #616162 32%, #7d7d7c 61%, #aaaaa6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59595b), color-stop(3%,#4b4b4c), color-stop(5%,#4f4f51), color-stop(32%,#616162), color-stop(61%,#7d7d7c), color-stop(100%,#aaaaa6));
	background: -webkit-linear-gradient(top, #59595b 0%,#4b4b4c 3%,#4f4f51 5%,#616162 32%,#7d7d7c 61%,#aaaaa6 100%);
	background: -o-linear-gradient(top, #59595b 0%,#4b4b4c 3%,#4f4f51 5%,#616162 32%,#7d7d7c 61%,#aaaaa6 100%);
	background: -ms-linear-gradient(top, #59595b 0%,#4b4b4c 3%,#4f4f51 5%,#616162 32%,#7d7d7c 61%,#aaaaa6 100%);
	background: linear-gradient(top, #59595b 0%,#4b4b4c 3%,#4f4f51 5%,#616162 32%,#7d7d7c 61%,#aaaaa6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59595b', endColorstr='#aaaaa6',GradientType=0 );
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border:1px solid #afb1b1;
}

#nav ul li a:hover {
	background: #0197a8;
	background: -moz-linear-gradient(top, #cfeffe 0%, #bde7fa 3%, #52cbf5 41%, #46c8f4 44%, #0cb8f1 46%, #00b5f0 49%, #1ea4dc 97%, #20a0d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfeffe), color-stop(3%,#bde7fa), color-stop(41%,#52cbf5), color-stop(44%,#46c8f4), color-stop(46%,#0cb8f1), color-stop(49%,#00b5f0), color-stop(97%,#1ea4dc), color-stop(100%,#20a0d6));
	background: -webkit-linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
	background: -o-linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
	background: -ms-linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
	background: linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfeffe', endColorstr='#20a0d6',GradientType=0 );
	border:1px solid #2f85a4;
}

#nav ul li a.linkselected {
      background: #0197a8;
      background: -moz-linear-gradient(top, #cfeffe 0%, #bde7fa 3%, #52cbf5 41%, #46c8f4 44%, #0cb8f1 46%, #00b5f0 49%, #1ea4dc 97%, #20a0d6 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfeffe), color-stop(3%,#bde7fa), color-stop(41%,#52cbf5), color-stop(44%,#46c8f4), color-stop(46%,#0cb8f1), color-stop(49%,#00b5f0), color-stop(97%,#1ea4dc), color-stop(100%,#20a0d6));
      background: -webkit-linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
      background: -o-linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
      background: -ms-linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
      background: linear-gradient(top, #cfeffe 0%,#bde7fa 3%,#52cbf5 41%,#46c8f4 44%,#0cb8f1 46%,#00b5f0 49%,#1ea4dc 97%,#20a0d6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfeffe', endColorstr='#20a0d6',GradientType=0 );
      border:1px solid #2f85a4;
    }

/* Banner */
#banner {
	position:relative;
	background-image:url('images/background2.jpg');
	width:100%;
	height:322px;
	width:998px;
}
#bannerbottom{
	position:relative;
	background-image:url('images/blackribbon.png');
	width:1025px;
	height:79px;
	margin-left:-13px;
	margin-top:-22px;
}
#phonedisplay{
	float:right;
	margin-top:26px;
	margin-right:60px;
	font-family:tahoma, sans-serif;
	font-weight:bold;
	font-size:34px;
	color:#0086c1;
	text-shadow:2px 1px 2px white;	
}

/* Content Area */
#content-wrapper {
	width:100%;
	background-color:white;
	padding-bottom:30px;
}
#crumb{
	font-family:verdana, sans-serif;
	font-size:11px;
}
#crumb a{
	font-family:verdana, sans-serif;
	text-decoration:none;
	color:red;
}

#blueribbon{
	margin-left:-56px;
}
#main-content {
	position:relative;
	float:left;
	width:650px;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#252525;
}
#main-content li{
	margin-left:50px;
}


#sidecol {
	float:right;
	width:233px;
	margin:10px 20px 22px 0;
}
#formvidbg {
	background: #c0c0bf;
	background: -moz-linear-gradient(top, #c0c0bf 0%, #bfbfbd 0%, #b4b4af 1%, #b2b2ad 1%, #b3b3af 1%, #9e9e9b 19%, #7f7f7e 49%, #7c7c7b 54%, #7a7a79 54%, #6a6a6a 72%, #575758 98%, #555557 99%, #505051 99%, #565657 99%, #8a8a8c 100%, #919193 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0bf), color-stop(0%,#bfbfbd), color-stop(1%,#b4b4af), color-stop(1%,#b2b2ad), color-stop(1%,#b3b3af), color-stop(19%,#9e9e9b), color-stop(49%,#7f7f7e), color-stop(54%,#7c7c7b), color-stop(54%,#7a7a79), color-stop(72%,#6a6a6a), color-stop(98%,#575758), color-stop(99%,#555557), color-stop(99%,#505051), color-stop(99%,#565657), color-stop(100%,#8a8a8c), color-stop(100%,#919193));
	background: -webkit-linear-gradient(top, #c0c0bf 0%,#bfbfbd 0%,#b4b4af 1%,#b2b2ad 1%,#b3b3af 1%,#9e9e9b 19%,#7f7f7e 49%,#7c7c7b 54%,#7a7a79 54%,#6a6a6a 72%,#575758 98%,#555557 99%,#505051 99%,#565657 99%,#8a8a8c 100%,#919193 100%);
	background: -o-linear-gradient(top, #c0c0bf 0%,#bfbfbd 0%,#b4b4af 1%,#b2b2ad 1%,#b3b3af 1%,#9e9e9b 19%,#7f7f7e 49%,#7c7c7b 54%,#7a7a79 54%,#6a6a6a 72%,#575758 98%,#555557 99%,#505051 99%,#565657 99%,#8a8a8c 100%,#919193 100%);
	background: -ms-linear-gradient(top, #c0c0bf 0%,#bfbfbd 0%,#b4b4af 1%,#b2b2ad 1%,#b3b3af 1%,#9e9e9b 19%,#7f7f7e 49%,#7c7c7b 54%,#7a7a79 54%,#6a6a6a 72%,#575758 98%,#555557 99%,#505051 99%,#565657 99%,#8a8a8c 100%,#919193 100%);
	background: linear-gradient(top, #c0c0bf 0%,#bfbfbd 0%,#b4b4af 1%,#b2b2ad 1%,#b3b3af 1%,#9e9e9b 19%,#7f7f7e 49%,#7c7c7b 54%,#7a7a79 54%,#6a6a6a 72%,#575758 98%,#555557 99%,#505051 99%,#565657 99%,#8a8a8c 100%,#919193 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0bf', endColorstr='#919193',GradientType=0 );
	box-shadow:3px 3px 8px black;
}

#contactform {
	position:relative;
	width:230px;
	height:250px;
	background-image:url('images/formbg.png');
	background-repeat:no-repeat;
	background-position:2px 6px;

}
#contactform #formarrow {
	position:absolute;
	right:-27px;
	top:25px;
}
#contactform form{
	padding-top:90px;
}
#contactform ul {
	list-style-type:none;
	width:200px;
	margin-left:10px;
}

#contactform ul li {
	float:right;
	padding:7px 0 7px 0;
}
#contactform label{
	font: bold 15px Arial,Helvetica,sans-serif;
	float:left;
	margin-right:8px;
	padding-top:2px;
}

#contactform label#label-email{
	margin-right:14px;
}
#contactform label span {
	color:red;
}
#contactform textarea,#contactform input {
	border:2px solid #cdcfd0;
	height:20px;
	width:120px;
}

#contactform #fineprint {
	height:35px;
	width:190px;
	font:normal 9px Arial,Helvetica,sans-serif;
	margin:10px auto 0 auto;
}
#contactform #fineprint a{
	color:black;
}
#contactform #fineprint img {
	float:left;
	margin-right:5px;
}

#contactform #submitbutton {
	width:129px;
	height:35px;
	margin:8px auto 0 auto;
}
#contactform #arrow {
	position:absolute;
	right:-50px;
	bottom:9px;
}
#bbb{
	margin:1em 0 1em 0;
}

#youtube {
	position:relative;
	margin:16px 0 18px 0;	
	padding-top:38px;
	padding:38px 0 12px 0;
	background-image:url('images/videobg.png');
	background-repeat:no-repeat;
	background-position:top center;
}

/* Footer */
#footer {
	position:relative;
	width:100%;
	height:40px;
	padding-top:10px;
	padding-bottom:18px;
	background-color: black;
	font-family:sans-serif;
	font-size:11px;
	line-height:175%;
	color:white;
	border-top:5px solid #707070;
}
#footer-content {
	margin:0 auto;
	width:980px;
	padding:0 10px 0 10px;
}
#footer a{
	color:white;
	text-decoration:none;
}
#floatleft{
	float:left;
}
#floatleft li{
	display:inline;
	float:left;
	padding-right:5px;
	padding-left:5px;
}
#floatleft a:hover{
      color:#0086c1;
    }
#floatright{
	float:right;
	text-align:right;
}

/* Page Specific */

/* Home */
#thankyou {
	font-size:11pt;
	font-weight:bold;
	margin-top:22px;
}
#features {
	margin:8px 0 22px -55px;
}
#benefits {
	margin:2em 0 1em 0;
}

/* Testimonial */
#testimonial {
	position:relative;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom:1em;
	margin:2em 0 2em 0;
}
#testimonial span#date {
	font:italic 11pt arial,helvetica,sans-serif;
	padding-bottom:6px;
}
#testimonial span#customer {
	position:absolute;
	bottom:0;
	right:0;
	font-weight:bold;
	font-size:12pt