@charset "UTF-8";
/* CSS Document */

body  {
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align:center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	line-height: 1.3em;
	background-repeat:repeat-x;
	background-color:
; 	background-color: #66CCFF;
	background-image: /bkngd.jpg;
}

html {overflow-y: scroll;}

.brclear {clear:both; height:0; margin:0; font-size: 1px; line-height: 0px;}

#top {
	width:100%;
	height:105px;
	margin:0 auto;
}

#center {
	background-image:-content.png;
	background-repeat:no-repeat;
	background-position: center top;
	width: 100%;
	margin:0 auto;
	overflow:auto;
	padding-bottom:65px;/* must be same height as the footer */ /*must equal the height of the footer*/
}

#center .inside {
	width: 100%;
	margin:0 auto;
	overflow:auto;
	padding-bottom:65px;/* must be same height as the footer */ /*must equal the height of the footer*/
}

#boxBar {
	width:100%;
	min-height:200px;
	margin:0;
	clear: both;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#bottom {
	width:100%;
	height:230px;
	margin:0 auto;
	background-color: #EAEAEA;
}

/****outer wrapper for center page****/
#wrapper {
	min-height: 100%;
	width:1000px;
	margin:0px auto;
	padding:0px;
	text-align:left;
		overflow:auto;
	padding-bottom:30px;/* must be same height as the footer */ /*must equal the height of the footer*/
}

#innerWrapper {
	width:940px;
	margin:0 auto;
	padding:0;
}
#content {
	width:940px;
	min-height:300px;
	padding:0px;
	margin:0 auto;
}

#masthead {
	width:940px;
	height:105px;
	margin:0 auto;
	padding:0;
}

#masthead .logo {
	width:323px;
	height:70px;
	padding-top:20px;
	margin:0px;
	float:left;
}

#masthead .top  {
	width:580px;
	height:105px;
	padding:0px;
	margin:0px 0px 0px 355px;
}

.top #navRight {
	width:570px;
	height:30px;
	margin:0px;
	padding:0px;
}

.navBottom {
	width:570px;
	height:36px;
	margin:0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/***STYLES FOR TOP RIGHT NAVIGATION ITEMS***/

#rghtCap {
	width:220px;
	height:15px;
	padding-top: 7px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 345px;
}

#navRight #pipelist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 218px;
}

#navRight #pipelist .noPipe {
	border-right: 1px none;
}

#navRight #pipelist li{
	height: 12px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	line-height:1.3em;
	border-right: 1px solid #fff;
	float: left;
	padding:0em 0.9em 0em 0.9em;
	margin:0em 0.5em 0em -0.5em;
}

#navRight #pipelist li a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:300;
}

#navRight #pipelist li a:hover {
	color:#66CBFD;
	text-decoration:underline;
	font-weight:300;
}

/****END TOP RIGHT NAVIGATION ITEMS****/


/***NAV BAR RIGHT TABS***/

#tablist {
	width:580px;
	height:36px;
	margin:0px;
	padding:0px;
	text-align: left;
	z-index:450;
}

/* remove the list style */
	#tab {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#tab li {
	float:left;
	display:block;
	width:100px;
	height:36px;
	position:relative;
	z-index:500;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 2px;
		}
		
		#tab li.alt {
	display:block;
	width:140px;
	height:36px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 2px;
		}
		
		/* this is the parent menu */
		#tab li a {
			display:block; 
			padding:7px 5px 18px 5px;
			font-size:16px;
			font-weight:300;  
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#fff;
		}

		#tab li a:hover {
			color:#fff;
			text-decoration:underline;
		}
	
		/* you can make a different style for default selected value */
		#tab a.selected {
			color:#FFCF64;
		}
		
		#tab a.lrg {
	background-image:url(../newcorp/images/buttons/btn_blk_100.png);
	background-repeat:no-repeat;
		}
		
		#tab a:hover.lrg {
	background-image:url(../newcorp/images/buttons/btn_blk_100_0ver.png);
	background-repeat:no-repeat;
	text-decoration:none;		 
		}
		
		
		#tab .alt a.blue {
			width:140px;
			padding:7px 2px 18px 15px;
			text-align:left;
			background-image:url(../newcorp/images/buttons/btn_blue.png);
			background-repeat:no-repeat;
		}
		
		#tab .alt a:hover.blue {
	width:140px;
	height:36px;
	background-image:url(../newcorp/images/buttons/btn_blue_over.png);
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	padding:7px 2px 18px 15px;
	text-align:left;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #tab ul {
			margin:0 0 0 -2px;
		}

/***END TABS***/

#fourBoxes {
	width:940px;
	margin:0 auto;
	padding:0;
}

#lftCol {
	width:226px;
	float:left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#quoteBox {
	width:226px;
	height:263px;
	background:url(../newcorp/images/lrgquotebox.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.quotes {
	width:190px;
	margin: 0 auto;
	padding:10px 5px 0px 5px;
}

.quotes p {
	width:100%;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	color:#fff;
	text-align: left;
	text-wrap:none;
}

.nameme {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	font-weight:bold;
	text-align:right;
	padding:12px 20px 3px 0px;
	margin:0 auto;
}

.openQ {
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 21px;
	margin-right: 3px;
	float: left;
	height: 12px;
	width: 15px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
}
.closeQ {
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-weight: bold;
	padding:0px 5px 0px 3px;
	height: 8px;
	width: 15px;
	margin: 0px 0px 0em 0px;
}

.signUpBox {
	width:226px;
	height:325px;
	margin:0;
	padding:0;
	background:url(../newcorp/images/signupbox.png);
	background-repeat:no-repeat;
}

.signUpBoxSm {
	width:226px;
	height:257px;
	margin:0;
	padding:0;
	background:url(../newcorp/images/signupboxsm.png);
	background-repeat:no-repeat;
}

.formHolder {
	width:200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

.formHolder tr {
	font:Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:12px;
	line-height:12px;
	color:#333;
}

.formHolder .title {
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:27px;
	line-height:27px;
	color:#990000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.formHolder tr #textBkgnd {
	width:137px;
	height:30px;
	background-image:url(../newcorp/images/bkgnd-textbox.png);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#btnBox {
	width:40px;
	height:30px;
	float:right;
	padding:0;
	margin:0;
}

.textfield {
	margin:3px 0px 6px 1px;
	padding:3px 0px 0px 0px;
	height:18px;
	width:130px;
	border:solid 0 #fff;
	text-indent:7px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
input.textfield {
	background: transparent;
	color:#333333;
}

.formHolder input.btn {
	width:40px;
	height:30px;
	padding:0px;
	margin:0px;
	background: transparent;
	border:solid 0 #fff;
}

input.textfield: focus, select:focus, textarea:focus {
	color: #000;
	padding-top: 3px;
	background-color: transparent;
	border:solid 0 #fff;
}

.boxHolder {
	width:940px;
	min-height:127px;
	margin:0;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#lftBox {
	width:464px;
	min-height:126px;
	padding:0;
	margin:0;
	float:left;
}

#boxOne {
	width:226px;
	height:126px;
	margin:0;
	padding:0;
	float:left;
}

#boxTwo {
	width:226px;
	height:126px;
	margin:0px 0px 0px 238px;
	padding:0;
}

#boxThree {
	width:226px;
	height:126px;
	margin:0;
	padding:0;
	float:left;
}

#boxFour {
	width:226px;
	height:126px;
	margin:0px 0px 0px 238px;
	padding:0;
}

#rgtBox {
	width:464px;
	min-height:126px;
	padding:0;
	margin:0;
	float:right;
}

.box {
	width:226px;
	height:120px;
	margin:0px;
	padding:0px;
	background-image: url(../newcorp/images/boxbkngd.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.box #txt {
	width:200px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

.box #txt p{
	width:200px;
	text-align:center;
	margin:0 auto;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	color:#FFFFFF;
}

.box #txt p.bluetxt{
	width:200px;
	text-align:center;
	margin:0 auto;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:300;
	line-height:16px;
	color:#65C9FD;
}

.box #txt p.smtxt{
	text-align:center;
	margin:0 auto;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#333;
}

.box #txt p.smtxt a:link{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#333;
	text-decoration:underline;
}

.box #txt p.smtxt a:hover{
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#999;
	text-decoration:none;
}


#rgtCol {
	width:696px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 238px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
}

.banner {
	width:696px;
	height:120px;
	background:url(../newcorp/images/dbltrk.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

.banner h1 {
	font-size:30px;
	line-height:30px;
	margin:0;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

.banner h1 .underline {
	font-size:30px;
	line-height:30px;
	margin:0;
	padding:0;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration:underline;
}

.infoContainer {
	width:696px;
	margin:0px;
	padding:0px
}

.boxwrap#cap {
	width:696px;
	height:45px;
	background-image:url(../newcorp/images/wide_boxtop.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}

#cap h1 {
	width:650px;
	height:33px;
	font:Arial, Helvetica, sans-serif;
	color:#FCD634;
	font-weight:bold;
	font-size:27px;
	line-height:1.7em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.boxwrap#cntrBox {
	width:696px;
	min-height:65px;
	background-image:url(../newcorp/images/wide_boxcntr.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	background-position: center top;
}

#cntrBox p {
	width:650px;
	margin:0px;
	padding:7px 0px 0px 15px;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:1.3em;
	text-align: left;
	color:#fff;
}

#cntrBox a:link {
	font-weight:bold;
	text-decoration:underline;
	color:#FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}

#cntrBox a:hover {
	text-decoration:underline;
	color:#fff;
}

.boxwrap#bttmBox {
	width:696px;
	background-image:url(../newcorp/images/wide_boxbttm.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 9px;
}

.txtArea p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
	font-weight:normal;
	color:#333;
	margin:0;
	padding:0;
}

.txtArea #quoteBox {
	width:370px;
	min-height:130px;
	border:solid 1px #ccc;
}
.quotes {
	width:190px;
	margin: 0 auto;
	padding:90px 10px 0px 10px;
}

.quotes p {
	width:100%;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	font-style:italic;
	color:#FFF;
	text-align: left;
	text-wrap:none;
}

.nameme {
	font-size:14px;
	line-height:0.7em;
	font-weight:bold;
	text-align:right;
	padding:12px 20px 3px 0px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.openQ {
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	margin-right: 3px;
	float: left;
	height: 12px;
	width: 15px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
}
.closeQ {
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 16px;
	font-weight: bold;
	padding:0px 5px 0px 3px;
	height: 8px;
	width: 15px;
	margin: 0px 0px 0em 0px;
}




.iconlist li {
	list-style-type: square;
	width: 678px;
	font-size: 14px;
	line-height: 1.3em;
	margin:0.3em 0 0.3em 60px;
	padding-left: 0px;
}


a:link{
	font-weight:bold;
	color: #2758A6;
	text-decoration:underline;
}

a:hover{
	font-weight:bold;
	color: #2758A6;
	text-decoration:none;
}

.headtag {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	margin:0;
	padding:0;
	color:#66268A;
	font-weight: 400;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 940px;
	height: 220px;
	padding-top:10px;
	padding-bottom: 0px;
	text-align: left;
	float: none;
}

#footercontainer {
	width: 960px;
	text-align: left;
	height: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footerTitle {
	font: bold 87%/1.3em Arial, Helvetica, sans-serif;
	color:#66268A;
	padding:7px 0px 0.7em 0px;
	margin: 0px;
}

#footLinks_end {
	width:900px;
	height:30px;
	margin:0 auto;
	padding:0;
}

.footList {
	width:500px;
	height:24px;
	margin:0;
	padding:0;
	float:left;
} 

.footList ul {
	padding: 0em 0;
	margin: 0;
	list-style-type: none;
	color: #ccc;
	width: 100%;
	text-align: left;
}

.footList_rght {
	width:250px;
	height:24px;
	margin:0px 0px 0px 645px;
	padding:0;
}

.footList_rght p {
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:1.2em;
	margin:0;
	padding:0;
	color:#333333;
}

.footList li { display: inline; }

.footList li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:1.3em;
	text-decoration: none;
	text-align: left;
	color:#9C0;
	padding: 0em 0.3em;
	border-right: 1px solid #51921A;
	margin: 0px;
}

.footList li.clearline a  {
	border-right: 1px none;
}

.footList li a:hover {
	color: #fff;
	text-decoration:underline;
}

.lftSide {
	width:530px;
	float:left;
	padding:0px 0px 0px 20px;
}

.lftSide #grplft {
	width:520px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

.lftSide #grplft .lft {
	width:170px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

.lft p {
	font-size:12px;
	line-height:1.3em;
	margin:0;
	padding:0;
}

.lftSide #grplft .rt {
	width:160px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
}

/***Facebook Link***/
.iconlist{
	margin: 0;
	padding:0;
	list-style-type: none;
}

.iconlist li.pro{
	list-style-type: none;
	background-image: url(../newcorp/images/products.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
.iconlist li.pro a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.pro a:hover{
	color:#666666;
	text-decoration:none;
}

/***Twitter Link***/

li.pri{
	list-style-type: none;
	background-image: url(../newcorp/images/pricing.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
li.pri a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.pri a:hover{
	color:#666;
	text-decoration:none;
}

li.co{
	list-style-type: none;
	background-image: url(../newcorp/images/company.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
li.co a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.co a:hover{
	color:#666;
	text-decoration:none;
}

li.guar{
	list-style-type: none;
	background-image: url(../newcorp/images/guarantee.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
li.guar a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.guar a:hover{
	color:#666;
	text-decoration:none;
}

li.book{
	list-style-type: none;
	background-image: url(../newcorp/images/bookit.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
li.book a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.book a:hover{
	color:#666;
	text-decoration:none;
}

li.faq{
	list-style-type: none;
	background-image: url(../newcorp/images/faq.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
li.faq a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.faq a:hover{
	color:#666;
	text-decoration:none;
}

li.supp{
	list-style-type: none;
	background-image: url(../newcorp/images/support.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
li.supp a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.supp a:hover{
	color:#666;
	text-decoration:none;
}

li.test{
	list-style-type: none;
	background-image: url(../newcorp/images/testimonial.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0px 3px 1px;
	margin: 1px 0px 1px 0px;
	text-indent: 9px;
	text-decoration:none;
}
li.test a{
	margin-left:12px;
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.1em;
	text-decoration:none;
}

li.test a:hover{
	color:#666;
	text-decoration:none;
}

.lftSide #grplft .center {
	width:160px;
	height:auto;
	margin:0px 0px 0px 185px;
	padding:0;
}

.fourRight {
	width:360px;
	padding:0px;
	margin: 0px 0px 0px 560px;
	height: auto;
}

.rightContainer {
	width:99%;
	height:auto;
}

.footRL {
	width:160px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

.footRR {
	width:160px;
	height:auto;
	margin:0px 0px 0px 175px;
	padding:0;
}
	

#footerlist {list-style: none; padding: 0; margin: 0px;}

#footerlist li a:link, a:active, a:visited {
	color:#00518C;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.9em;

}

#footerlist li a:hover {
	color: #999999;
	text-decoration:underline;
}

#legalContainer{
	width:470px;
	height:20px;
}

#legalInfo{
	width:80px;
	height:20px;
	margin:0px;
	padding-top: 15px;
	float:left;
}

#legalInfo ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#666;
	margin-left: 0;
	width: 99%;
}

#legalInfo ul li { display: inline; }

#legalInfo ul li a{
	color: #666;
	text-decoration: none;
}

#legalInfo ul li a:hover{
	text-decoration:underline;
}


.fltlft { /* this class can be used whenever you wish to float an element left on the page */
	float: left;
	margin-right: 12px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

.fltrgt { /* this class can be used whenever you wish to float an element left on the page */
	float: right;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-top: 0px;
}

/***FOR THE FORMS SUBMIT***/

.submitbutton {
	background: url(../newcorp/images/directories/insurance/getquotes_btn.png) no-repeat;
	width:85px;
	height:25px;
	margin:0px;
}
button {
	background: #000000;
}

#bottomRight .boxHolder{
	width:257px;
	height:87px;
	background-color:#FAFAFA;
	margin: 0px auto;
}

#bottomRight .boxHolder h1{
	font: bold 27px/1.5em Arial, Helvetica, sans-serif;
	color: #2758A6;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

#bottomRight .boxHolder .inter p{
	font: 18px/1.5em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #2758A6;
}

#bottomRight .inter .button{
	padding:0px 5px 1px 0px;
	float: right;
}

#bottomRight .inter {
	margin:0px 0px 0px 7px;
	padding:0px 5px 0px 0px;
}

.spacer {width:99%; height:10px;}

.greyBox {
	width:625px;
	height:auto;
	background-color:#F5F8FF;
}

#leftCol_interior .greyBox h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2C52BA;
	font-size:14px;
	line-height:1.3em;
	width:auto;
	margin:0 auto;
	padding-top: 0em;
	padding-left: 0px;
}

#leftCol_interior .greyBox p{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	line-height:1.3em;
	width:550px;
	margin:0px auto 0;
	padding:0.7em 0px;
}

#leftCol_interior ul li.pdf a:hover{
	color: #91A4DB;
	text-decoration:none;
}
#leftCol_interior .iconlist{
	list-style: none;
	margin: 0;
	padding:0;
}

#leftCol_interior li.pdf{
	background-image: url(../newcorp/images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0px 3px 3px;
	margin: 1px 0px 1px 0px;
	text-indent: 8px;
	color: #990000;
	text-decoration:none;
}
#leftCol_interior li.pdf a{
	margin-left:12px;
}

#leftCol_interior li.pdf a:hover{
	color:#333;
	text-decoration:none;
}
a {
	color: #1E739E;
	text-decoration: underline;
}