@charset "utf-8";

* {
	margin: 0;
	padding:0;
}

html {overflow-x: hidden;}

html, body {
	height: 100%;
	text-align: center;
}

body  {
	background: url(../images/bg-top.gif) top center no-repeat #f4f8f9;
	font: 80%/160% "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #069;
	margin: 0; padding: 0;
	behavior: url(csshover.htc);
}

/*#wraptop {
	height: 100%;
	margin:0;
	padding:0;
}*/

#wrapbot {
	background: url(../images/bg-bottom.gif) bottom center no-repeat;
	height: 100%;
	margin:0;
	padding:0;
}

.holder #container { 
	width: 1030px;  
	margin: 30px 0 0 0;
	text-align: left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}

.holder #header { 
	background: url(../images/masthead2.gif) top center no-repeat;
	margin:0;
	height:175px;
	position:relative;
	z-index:3;
} 

.holder #header h1 {
	float:left;
	position:absolute;
	top: 80px;
	clear:both;
}

.holder #header h1 a{
	margin: 0; 
	padding:0; 
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 520px;
	height: 60px;
}

#content {
	background: #fff;
	height:100%;
	margin:0;
	padding:0;
	overflow: hidden;
}

/* -------------------------------------
sidebar
----------------------------------------- */

.holder #sidebar1 {
	float: left; 
	width: 342px; 
	margin: 0 0 0 10px;
	height: 100%;
	overflow: hidden;
	padding:0;
}

#online-quote {
	background: url(../images/online-quote.gif) 0 0 no-repeat;
	width: 332px;
	height: 67px;
	margin: 0;
	padding: 0;
}

#online-quote h1 a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 332px;
	height: 67px;
}

#make-payment {
	background: url(../images/make-payment.gif) 0 0 no-repeat;
	width: 332px;
	height: 85px;
	margin: 0;
	padding: 0;
}

#make-payment h1 a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 332px;
	height: 85px;
}

#newsletter {
	background: url(../images/video_library.gif) top right no-repeat #b4def1;
	width: 320px;
	margin: 0 0 0 7px;
	padding: 80px 0 0 0;
	 /**/
}

#newsletter-bottom {
	background: url(../images/subscribe-bottom.gif) bottom right no-repeat;
	height:42px;
}

#newsletter p {
	padding: 10px 10px 0 15px;
	color: #009ac7;
	font-size: 13px;
	font-family:century gothic, verdana, sans-serif;
}


/* ---- greetings ----- */
.holder #greetings {
	margin: 0 5px 40px 0;
	padding: 20px 0 0 0;
	background: url(../images/maintext-bot.gif) bottom center no-repeat #fff;
	float: left;
	/*width: 665px;
	position: relative;*/
}

.holder #greetings-bottom {
	background: url(../images/maintext-tile.gif) bottom center repeat-y;
	width: 665px;
	position:relative;
}

#welcome {
	margin:0 0 100px 0;
	float:left;
	position: absolute;
	left: 120px;
	clear: right;
}


.holder #greetings h1 {
	color: #b4def1;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.holder #greetings h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.holder #greetings p {
	margin-bottom: 20px;
	padding: 0 20px 0 0;
}

.holder #greetings img {
	float: left;
	margin: 0 20px 20px 0;
}


/* -------------------------------------
main content
----------------------------------------- */

.holder #mainContent { 
	margin: 0 0 20px 350px; 
	padding: 20px 30px; 
	overflow: hidden;
} 

.holder #mainContent h1 {
	color: #b4def1;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.holder #mainContent h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.holder #mainContent h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #333 !important;
}

.holder #mainContent p {
	margin-bottom: 20px;
}

.holder #mainContent ul {
	margin: 0 0 20px 60px;
}

.holder #mainContent ul.awards li {
	list-style: url(../images/award.png);
	margin-bottom: 15px;
}


.holder #mainContent img {
	float: left;
	margin: 0 20px 20px 0;
}

a img { border: 0; }

a.external[href^="http:"] {
	display:inline-block;
	padding-left:22px;
	background:transparent url(../images/link-icon.gif) 0 0 no-repeat;
	color: #ee3a43;
	text-decoration: none;
}

a.external:hover { color: #009ac7; }

#boxes {
	width:1030px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	overflow: hidden;
	height: 100%;
}

.box {
	background: url(../images/bot1.gif) bottom center no-repeat;
	margin: 0 5px;
	float: left;
	width: 327px;
	overflow: hidden;
	padding: 20px 0 0 0;
}

.box-bot {
	background: url(../images/tile1.gif) bottom center repeat-y;
	width: 327px;
	margin:20px 0 0 0;
	
}

.box img {
	float: left;
	margin:0 10px 10px 10px;
	clear: both;
}

.box h2 {
	color: #333;
	margin-bottom: 5px;
	padding: 0 0 0 5px;
	font-size: 21px;
	line-height: 24px;
}

.box p {
	color: #666;
	font-size: 12px;
	padding: 0 10px 50px 10px;
	margin-bottom: 20px;
}

/* -------------------------------------
footer
----------------------------------------- */

.holder #footer { 
	background: url(../images/footer2.gif) top center no-repeat; 
	height: 256px;
	margin: 0 0 40px 2px;
	position: relative;
	overflow: hidden;
} 
.holder #footer p {
	margin: 0; /
	padding: 10px 0;
}

#social-network {
	width: 100%;
	position: relative;
}

#social-network ul {
	list-style-type:none;
	margin:0; padding:0;
	
}

#social-network li {
	float:left;
	margin:0 10px 0 0;
	z-index:100!important;
}

#social-network a {
	width:85px;
	height:100px;
	text-indent:-9999px;
	position:absolute;
	display:block;
}

#social-network li.fb a {
	right:30px;
	top:100px;}

#social-network li.linkedin a{
	right:140px;
	top:100px;
}


#footer-wrap {
	color: #ee3a43;
	margin: 0 auto;
	padding: 200px 0 0 20px;
}

#footer-wrap a {
	color: #ee3a43;
	font-size: 11px;
	text-decoration: none;
}

#footer-wrap a:hover {
	color: #009ac7;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* -------------------
navigation
-----------------------------------------*/
ul#topnav {
	list-style: none;
	font: bold 13px/13px century gothic, Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	position:absolute;
	top: 140px;
	float: right;
	margin: 0 0 0 350px;
	width: 1030px;
}
ul#topnav li {
	float: left;
	margin: 0 10px;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	height: 20px;
	color: #009ac7;
	text-decoration: none;
	padding: 5px 10px 0 10px;
}

/*--Hover State--*/
ul#topnav li:hover a, ul#topnav li a:hover { /*background-position: left bottom; */ 
	z-index: 10;
	color: #fff; 
	background: #ee3a43; 
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 1ex;
	-webkit-border-top-right-radius: 1ex;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 1ex;
	-webkit-border-top-left-radius: 1ex;
	behavior:url(border-radius.htc);
} 

/* -- sub/nested -- */
ul#topnav li .sub {
	z-index: 100;
	position: absolute; /*--Important--*/
	top: 23px; left: -20px;
	padding: 10px;
	float: left;
	height: 266px;
	width: 336px;
	background: url('../includes/sub-bg.png'); background-repeat: no-repeat;
	/*border: 2px solid #ee3a43;
	border-top: 2px solid #ee3a43;
	border-left: 2px solid #ee3a43;
	border-right: 7px solid #ee3a43;
	border-bottom: 7px solid #ee3a43;
	-moz-border-radius: 10ex 15ex 20ex 15ex;
	-webkit-border-radius: 10ex 15ex 20ex 15ex;*/
	/*behavior:url(border-radius.htc);*/
	display: none; /*--Hidden for those with js turned off--*/
}

ul#topnav li .row { /*--If needed to break out into rows--*/
	float: left;
	padding: 0 0 0 10px;
	margin:0;
	width: 100%;
}

/*ul#topnav li .row ul li{
	width: 50%;
}*/

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	width:50%;
}

ul#topnav .sub ul li, ul#topnav .sub1 ul li {
	width: 100%; /*--Override parent list item--*/
	margin: 0; padding: 0;
}

ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	font-size: 11px;
	color: #3b5998;	
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	background-image: none;
	color: #3b5998;
	font-weight: normal;
	text-transform: capitalize;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #ced5e5;
	width: 65%;
}

ul#topnav .sub ul li h2 a:hover { border-bottom: 1px solid #ced5e5;}

ul#topnav .sub ul li a, ul#topnav .sub1 ul li a {
	font-family: verdana;
	font-size: 10px;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: 8px; /*--Override height from parent list item--*/
	background: url(../images/arrow.gif) no-repeat 5px 12px;
	padding: 7px 5px 3px 15px;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #009ac7;
	font-weight: normal;
	border: none;
	width: 100%;
}
ul#topnav .sub ul li a:hover, ul#topnav .sub1 ul li a:hover {
	color: #ee3a43;
	border: none;
	background-position: 5px 12px ;/*--Override background position--*/
}

ul#topnav .sub1 {
	z-index: 100;
	position: absolute; /*--Important--*/
	top: 23px; left: -20px;
	padding: 10px;
	float: left;
	height: 266px;
	width: 336px;
	background:url('../includes/sub-bg.png'); background-repeat: no-repeat;
	display: none; /*--Hidden for those with js turned off--*/
}

ul#topnav li .sub1 ul{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	width:100%;
}

/*dt:after { content: ":"; }*/

dl { width: 100%; float: left; }
dt { 
	width: 150px;
	text-align: center;
	float: left;
	clear: both;
	vertical-align: top;
	padding: 10px 0 0 0;
}
dd { 
	width: 420px;
	margin: 10px 0 50px 0;
	float: left;
	padding-left: 25px;
	margin-right: 20px;
}

form {float: left;}
label { width: 100px; text-align: right; float: left; display: block; margin-right: 10px;}
input, textarea { width: 180px; }
.btn { width:180px; }

#ofc-info { float: right; width: 250px; padding: 0 10px 50px 20px; margin: 0 0 0 30px; }
.map {margin: 50px 0 0 0;}

div.testimonial {margin: 0 0 20px 0;}
div.testimonial blockquote { margin: 0; padding: 1px 15px; border-left: 5px solid #d5ebf2; font-style: italic;}
div.testimonial p.sig { margin: 0; padding: 1px 15px; border-left: 5px solid #ee3a43; font-size: 16px; }
div.testimonial dt { width: 80px;}
div.testimonial dd {width: 450px;}
div.testimonial blockquote dl {display: block; width: 100%; clear: both;}

.productBrief { border: 1px solid #b4d3f1; width: 45%; float: left; padding: 10px; margin: 0 8px 5px 0; display: block; height: auto; background: #fff; color: #069; background:#fff;}
.productBrief:hover { border: 1px solid #009bc9; }
.productBrief:visited { border: 1px solid #009ac7; }
.productBrief a { text-decoration: none; color: #069; }
.productBrief a:hover { color: #666; }
.productBrief img { border: 1px solid #fff; text-align:left; vertical-align:top; }
.productBrief strong { color: #ee3a43; }
.productBrief strong:hover { color: #666; }

#mainContent p.logos { filter:gray; margin: 50px 0 0 0; }
#mainContent img.alignright {float: right; margin: 0 20px 20px 50px; background: #ccc;}




/*	additions by kelly	*/

a{
	color: #009bc9;
}
a:hover{
	color: #c91821;
}

h5{
	color: #009bc9;
	font-size: 13px;
}

h1, a{
	color: #009bc9;
}
