@charset "UTF-8";
body  {
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
	background-image:url(../images/BGtop.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #737373;
	font-size:14px;
	font-weight:normal;
}

#container { 
	width: 712px;  
	/*background: #FFFFFF;*/
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	
	/*border:1px solid #6600CC;*/
} 

/*header begins*/
/*contains the logo and h1 phrase floated right and left*/
#header { 
	margin: 0;
	height:78px;
	padding: 0; 
	*height:94px;/*IE7 hack to push down header/nav using padding on the logo*/
	_height:80px;/*IE6 hack to push down header/nav using padding on the logo*/ 
} 

/*holds the logo and phrase h1 so they do not pop out*/
#headerContain {
	/*border:1px solid #99FF33;*/
	}
	
/*floated left with logo*/	
#headerLf {
	float:left;
	width:250px;
	padding: 30px 0 21px 0;
	_padding: 27px 0 21px 0;
	margin:0px;
/*	border: 1px solid #000;*/
	}
	
/*holds the h1 phrase New York's Connection for Insurance*/
#headerRt {
	float:right;
	width: 185px;
	*width:200px;
	_width:250px;
	height:35px;
	padding:0px 0 0 0;
	margin:0;
	/*border-bottom: 1px solid #B3B3B3;*/
	}
/*header nav*/	
#headerRt ul {
	text-align:right;
	margin:0;
	padding:15px 0 0 0;
	color:#0071bc;
	font-size:8px;
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
}


/*footer navigation display inline no list style*/
#headerRt li{
	display: inline;
	list-style-type:none;
	

}
/*footer navigation link with no underline light grey*/
#headerRt a:link {
	color:#0071bc;
	text-decoration: none;
	font-size:12px;
}
/*footer navigation link with no underline light grey*/
#headerRt a:visited {
	color:#0071bc;
	text-decoration:none;
	font-size:12px
}
/*footer navigation link with underline light grey*/
#headerRt a:hover {
	text-decoration:underline;
	font-size:12px
	
}

/*footer navigation border right CLASS*/
.Topborder {
	padding: 0 10px 0 5px;
	border-right: 1px solid #0071bc;
}

/*footer navigation last no border right*/
.Toplast {
	border:none;
	padding: 0 0px 0 5px;
}

/*dark blue headline in header in italic aligned right*/	
#header h1 {
	padding: 25px 0 0 0;
	margin: 0;
	color:#0071bc;
	font-size:14px;
	/*font-style:oblique;*/
	font-weight:normal;
	text-align:right;
	}
	
/*header ends*/




/*mainNav begins*/
/*mainNav with phone size, normal weight, set height, border bottom white*/
#mainNav {
	font-size:14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height:25px;
	/*border-bottom: 1px solid #ffffff;	*/
	/*width:712px;*/
	/*border: 1px solid #0033CC;*/
/*	background:#33FF33;*/
	text-align:center;
	
}


/*Controls the placement of the type and the border bottom*/
#mainNav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 22px;
}

/*Controls the alignment of the navigation.*/
#mainNav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

/*Controls the font color, padding, border right.*/
#mainNav ul li a {
	margin: 0;
	color: #0071bc;
	border-right: 1px solid #ffffff;
	border-top: 3px solid #256994;
	padding:2px 11px 9px 10px;
	/*padding:2px 12px 9px 11px;*/
	float:left;
	height:11px;
	text-decoration: none;
	background-image:url(../images/navBG.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	
	
}

/*Selected state when the background is blue and the font is white.*/
#mainNav ul li a.selected {
	margin:0;
	background-image:url(../images/navRoll.jpg);
	background-repeat:repeat-x;
	color: #Ffffff;
	
	
}

/*Links have no underlines*/
#mainNav ul li a:link {
	margin:0;
	/*padding:2px 11px 9px 10px;*/
	padding:2px 12px 9px 11px;
	text-decoration: none;
	text-align:center;
/*	_padding: 2px 18px 9px 17px;*/
	/*_width:34px;*//*IE6 hack to cover space right on end of the navigation*/
}

/*Hover has blue background and white font*/
#mainNav ul li a:hover {
	margin:0;
	/*padding:2px 11px 9px 10px;*/
	/*padding:2px 12px 9px 11px;*/
	background-image:url(../images/navRoll.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	
}


/*last on the mainNav has no border right*/
#mainNav ul li a.last {
	margin:0;	
	/*border-right:none;*/
	width:120px; /*set width so last fills the div*/
	*width:126px;/*IE7 hack to cover space right on the end of the navigation*/
	_width:131px;/*IE6 hack to cover space right on end of the navigation*/
	text-align:center;
	}
	
#mainNav ul li a.first {
	border-left: 1px solid #ffffff;}
	
#mainNav ul li a.firstSelect{
	background-image:url(../images/navRoll.jpg);
	background-repeat:repeat-x;
	color: #Ffffff;
	margin:0;
		padding:2px 14px 9px 14px;
		_padding:2px 12px 9px 11px;
	border-left: 1px solid #ffffff;}
/*MAIN NAV ENDS*/

/*header image of people driving car*/
#headerImage {
	margin: 0;
	height: 140px;
	/*background:#CCCCCC;*/
	}

/*SIDEBAR BEGINS*/	
/*sidebarContain holds all of the side bar*/
#sidebarContain {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; 
	padding: 15px 0px;
}

#sidebarContain img {
	padding: 10px 0 0 20px;}

/*FORM BEGINS*/
/*sidebar with form speedy Quote*/
#sidebarQuoteContain {
	padding: 0px 0 0 10px;
	}

/*sidebar quote form with repeated background set height*/	
#sidebarQuote {
	height:120px;
	margin: 0;
	padding: 0;
	background-image:url(../images/quoteBG.jpg);
	background-repeat:repeat-y;
	/*border:1px solid #336699;*/
	/*background-image:url(../images/quoteImage.jpg);
	background-repeat:none;*/
	}
	
#sidebarQuote FORM SELECT{
	width:185px;
	/*border:1px solid #006600;*/}

/*sidebarQuote h3 bold with dark blue font size 18px*/	
#sidebarQuote h3 {
	padding: 0 0 10px 0px;
	margin:0;
	font-size:28px;
	color:#0071bc;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 28px;
	text-align:left;
	/*border:1px solid #CC3399;*/
		}

/*sidebar top with curve placement*/	
#sidebarQuoteT {
	height:15px;
	/*_height:6px;
	_border:1px solid #000;*/
	_marigin: 0 0 -5px 0;
	margin: 0;
	padding: 0;
	background-image:url(../images/quoteCurveT.jpg);
	background-repeat:no-repeat;
/*		background-color:#c5d9e0;*/
	/*border:1px solid #333333;*/
	}

/*sidebar bottom with curve placement*/
#sidebarQuoteB {
	height:15px;
	margin: 0;
	padding: 0;
	background-image:url(../images/quoteCurveB.jpg);
	background-repeat:no-repeat;
	/*border:1px solid #FF0000;*/
	}

/*sidebar txt holder with set height*/	
#sidebarQuoteTxt{
	/*height:195px;*/
	margin:0;
		padding: 0px 0 0 25px;
	}
/*SIDEBAR END*/


/*MAINCONTENT BEGINS*/
/*contains the main content as one wrapper*/
#mainContent{
	margin:0;
	padding:0;
	/*background: #CC3366;*/
	}

/*mainTxt on the left with the main content paragraphs with a margin 250px right for position*/	
#mainTxt { 
/*background: #FFCC66;*/
	margin: 0 250px 0 0; 
	padding: 0px; 
} 

/*main text intro paragraphs grey background curved edges*/
#mainTxtIntroContain {
	/*border: 1px solid #3300CC;*/
	}

/*h1 for the headline of the 1st paragraph, dark blue*/	
#mainTxtIntroContain h1 {
/*	color:#0071bc;*/
color:#F7931E;
	padding: 25px 32px 10px 32px;
	margin: 0px;
	font-size:21px;
	font-weight:normal;
	}
	
/*newsletter sign up link*/	
#mainTxtIntroContain h3 {font-weight:normal;
	font-size:16px;
	padding: 0px 0px 5px 32px;
	margin:0px;
	}
	
#mainTxtIntroContain h3 a:link {
	color:#F7931E;
	text-decoration:none;}
	
#mainTxtIntroContain h3 a:visited {
	color:#F7931E;
	text-decoration:none;}
	
#mainTxtIntroContain h3 a:hover {
	text-decoration:underline;}
	
/*mainTxtIntro paragraph style grey with 12px size*/
#mainTxtIntroContain p{ 
	font-size:12px;
	padding: 0 32px 10px 32px;
	margin: 0px;
	}

/*background repeated with set color grey*/	
#mainTxtIntro {
	background-color:#F2F2F2;
	background-image:url(../images/introBG2.jpg);
	background-repeat:repeat-x;
	}

/*background curve bottom on the intro set height*/	
#mainTxtIntroCurve {
	background-image:url(../images/homeCurve.jpg);
	background-repeat:no-repeat;
	height: 20px;
	}
	
/*text below intro paragraph contains 2 columns floated*/
#txtBottomContain {
	margin:0px;
	padding:10px 0 0px 0;
}

/*green headlines in the two column layout*/
#txtBottomContain h2 {
	color:#8cc63f;
	font-size:14px;
	padding: 0 15px;
	font-weight:normal;
	}
	
/*paragraph style for 2 column*/
#txtBottomContain p {
	font-size:12px;
	padding: 0 15px;
	}
/*orange link*/
#txtBottomContain p a:link{
	margin:0px;
	padding:0;
	text-decoration:none;
	font-size:12px;
	color:#F7931E;
}

/*orange link*/
#txtBottomContain p a:visited{
	margin:0px;
	padding:0;
	font-size:12px;
	text-decoration:underline;
	color:#F7931E;
}

/*orange links*/
#txtBottomContain p a:hover{
	margin:0px;
	padding:0;
	font-size:12px;
	text-decoration:underline;
	color:#F7931E;
}

/*txt 1st column left border left*/	
#txtBottomLf {
	padding: 0;
	/*margin: 0 0 0 18px;*/
	float:left;
	/*background:#CC3300;*/
	width: 168px;
	height:185px;
	border-left: 1px solid #e6e6e6;
	}
	
/*txt 2nd column right/left border*/
#txtBottomRt {
	padding:0px;
	/*margin: 0 18px 0 0 ;*/
	/*background:#999999;*/
	float:right;
	width:246px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	}
	
/*infoBottom easy payment plans in blue */		
#infoBottom {
	margin: 0px;
	padding: 30px 0 10px 15px;
	}

/*infoBottom font in blue font-size 14px*/
#infoBottom h4 {
	font-weight:normal;
	color:#0071BC;
	padding: 5px 0px 0px 0px; 
	margin: 0;
	font-size:14px;}
	
/*infoBottom font link with an underline*/
#infoBottom h4 a:link {
	color:#0071BC;
	text-decoration:underline;}
	
/*infoBottom font hover no underline*/
#infoBottom h4 a:hover {
	color:#0071BC;
	text-decoration:none;}


/*BUTTONS START*/	
/*buttonClick says Click to Save for 8 ways you can save money on your insurance background image btn*/
.buttonClick {
	background-image:url(../images/btnClick.jpg);
	background-repeat:no-repeat;
	padding: 0;
	margin: 0 15px;
	height:32px;
	width:127px;
	/*border:1px solid #339933;*/}
	
/*png hack for images*/	
/* \*/
/** html .buttonClick {
background: none;
float: left;
width:127px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/btnClick.png', sizingMethod='scale'); }*/
/* */
	
/*font style for btn*/	
.buttonClick h5 {
	padding: 7px 0 0 0;
	margin:0;
	font-weight:normal;
	font-size:16px;
	color:#0071bc;
	text-align:center;
	}

/*link no underline in blue*/	
.buttonClick a:link{
	font-size:16px;
	color:#0071bc;
	text-align:center;
	text-decoration:none;
}	

.buttonClick a:visited{
	font-size:16px;
	color:#0071bc;
	text-align:center;
	text-decoration:none;
}	

/*hover with underline in blue */
.buttonClick a:hover {
	color:#0071bc;
	text-decoration:underline;
	}
	
/*BUTTONS END*/
/*MAIN CONTENT ENDS*/	
	
	
/*footer begins*/
#footer {
	padding: 0px;
	margin:0;
	padding: 0px;
	border-top:1px solid #e6e6e6;
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	background-color:#E9E9EA;
	text-align:center;
	/*min-height:600px*/;
	/*background:#00FFFF;*/
}

/*footer navigation begins*/
#footNav {
	padding:10px 0 20px 10px;
	margin:0;
	font-size:10px;
	font: 80% Arial, Helvetica, Verdana, sans-serif;
	color:#999999;
	
}

#footNav ul {
font-weight:normal;
	}
/*footer navigation display inline no list style*/
#footNav li {
	display:inline;
	list-style-type:none;
	}

/*footer navigation link with no underline light grey*/
#footNav a:link {
	color:#999999;
	text-decoration: none;

}
/*footer navigation link with no underline light grey*/
#footNav a:visited {
	color:#999999;
	text-decoration:none;
}
/*footer navigation link with underline light grey*/
#footNav a:hover {
	text-decoration:underline;
}

/*footer navigation border right CLASS*/
.border {
	padding: 0 10px 0 5px;
	border-right: 1px solid #e6e6e6;
}
/*footer navigation border right CLASS*/
.borderBold{
	padding: 0 10px 0 5px;

	font-weight:bold;
	
}

/*footer navigation last no border right*/
.last {
	border:none;
	padding: 0 0px 0 5px;
}

/*BBB Verisign logos*/
#logo2{
	/*border:1px solid #009999;]*/
	/*width: 100px;*/
	padding: 0 0 100px 0;
	margin:0;
		background-color:#E9E8E9;}
	
#footerTest	{
	/*background-image:url(../images/footerBG2.jpg);
	background-repeat:repeat-x;
		height:400px;*/
	/*position:absolute;
	bottom:0;
	width:100%;
*/
}


/*footer Ends*/
.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 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}