
body{
		margin: 					0;
		padding:				0;
		background-color:#505050;
		color:#007b3a;
		font-size:				12px;/*62.5%*/
		font-family:			arial, helvetica, sans-serif;
		text-align:center;
}

.mainContainer2 {
	position:			relative;
	float:				left;
	background-color:	#fff;
	width:				980px;

	padding:			0px 0px 20px 0px;
    margin-top:			0;
	z-index:			1;
}

tr{
}

td{
	FONT-SIZE: 12px;
	COLOR: #000; /* #000847;*/	
	FONT-FAMILY: Arial, Verdana Helvetica, sans-serif;

}

p {
padding:2px 15px;
	margin:3px 0;

	color:#000;
}

.subtitles{
	font-weight:bold;
	text-decoration:underline;
	font-size: 14px;
}

/*.Greentext30{
color:#00ab57;
font-size:30px;
line-height:24px;
}
*/
.wrapper {
	position:			relative;
	text-align:			left;
	width:				980px;
	height:		    	auto;
	margin:				auto;	
	padding:			0px 0px 0px 0px;
	z-index:1;
	}
.header{
	position:			relative; 
	float:				left; 
	width:				100%;

	margin:				0 ;
	background-color:	#fff;
}

.logo {
display:block;
max-width:100%;
margin: 0 auto;
}

.toolbar{
    margin:20px 0;
    position: relative;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px 0px 10px 20px;
    height: 40px;
    background: #00b25a;
    width: 980px;
}

#FAQContent{
	position:			relative; 
	float:				left; 
	background:#fff;
	min-height:500px;
		padding:10px;
}

#FAQContent h1{
	font-size:18px;
	color:#000;
}
#FAQContent p{
	font-size:14px;
	color:#000;	
}
.noscript{
	position:			relative;
	float:				left;
	width:				980px;
	height:				500px; 
	background-color:	#000;
}

.content{
	width:100%;
	clear:both;

}

img.center{
	margin:0 auto;
	display:block;
	text-align:center;
}

.centercontent{
	text-align:center;
}

td.infotable {
	width:70%;
}

p.note{
	padding:10px;
	margin:0;
color:#000;

}

.buttons{
	text-align:center;
	width:100%;
	
}
	
.pagecontent{
	width:				980px;
	padding:			10px 0px 20px 0px;
	z-index:			1;	
}

#passwordoverride,#passwordoverrideReason{
	visibility:	hidden;
	display:none;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	width: 150px;
}

.LV_valid {
    color:#00CC00;
	background-image: url('../images/TickGreen1.png');
	background-repeat:no-repeat;
	width: 0px;
    height: 0;
   padding: 5px 25px 0 0;
  /* margin-right:20px;
   overflow: hidden;*/


}
	
.LV_invalid {
	background-image: url('../images/CrossRed1.png');
	background-repeat:no-repeat;
	width: 0px;
    height: 0;
    padding: 5px 25px 0 0;
	/*margin-right:20px;
   overflow: hidden;*/
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
	height:30px;
    border: 2px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	height:30px;
    border: 2px solid #CC0000;
}
#showhideaddress{
	margin-left:55px;
	height:0;
	visibility:hidden;
	display:none;
}
insuredAddress1{
		/*visibility:hidden;
		display:none;*/
}


.AddFinder{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	visibility:hidden;
	display:none;
	padding-top:175px;
	background-image:url(../images/AddressFinderBG.png);
	background-repeat:repeat;
	z-index:100;
}
.marketingInfo{position:relative; float:left;width:757px;margin:0px 0px 10px 0px;padding:5px;}
.marketingInfo p{font-size:12px;color:#000;line-height:18px;}
.marketingimagestyle{margin:15px; border:solid 2px #000;float:right;}	

#tdDeco{
color:#fff;
font-size:12px;
width: 150px;
padding: 3px 3px 3px 3px;
border-bottom:solid 1px #fff;
}


tr.Callbacks_Title {
padding: 5px;
}

.mainContentLeft{
	width:60%;
	float:left;
	padding:10px;
}

.mainContentRight{
	width:34%;
	float:right;
	padding:5px;
	overflow:auto;
}

.info{
	padding:10px;
	width:85%;
	clear:both;
	margin-bottom:10px;
}

table.info th {
	color:#0aa147;
	font-size:12px;
	padding: 5px 0;
}

.infoCover{
	padding:10px 50px;

	width:100%;
	clear:both;
	margin: 10px auto;
	border:1px solid #000;
	border-radius:20px;
}

.infoCover tbody{
	width:100%;
}

.infoCover td{
border-bottom:1px solid #000;
}

td.ticks{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:3px 0;
	border-bottom:1px solid #000;
	border-right: 1px solid #000;
}

td.crosses{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:3px 0;
	color:#ff0000;
	border-bottom:1px solid #000;
	border-right: 1px solid #000;
}

table.infoCover th {
	color:#007b3a;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

table.infoCover th.cover{
	text-align:left;
}

.payment{
	clear:both;
	width:100%;
	padding:10px;
}

.login{
	text-align:center;
	width:50%;
	margin: 0 auto;
}

div.centered{
	text-align:center;
}


div.centered table{
	text-align:left;
	margin:0 auto;
}

.infoBox{
padding: 10px;
border-radius:5px;
border: 1px solid #0aa147;
}

.hidden{
	display:none;
}

.greenBox {
background-color:#0aa147;
color:#fff;
padding:10px;
margin-top:10px;
margin-bottom:5px;
   border-radius: 20px;
   overflow:auto;
}

.greenBox li {
color:#fff !important;
padding: 3px 0;
}

.colleft{
    float:left;
    width:45%;
}

.colright{
    width:50%;
    float:left;
    overflow:auto;
}

.message{
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	
}

.asterisk{
	color:#ff0000;
	font-weight:bold;
	font-size:18px;
}

.clear{
	clear:both;
}

.error{
	color:#ff0000;
	font-weight:bold;
	font-size:10px;
}

.message a{
	color:#ff0000;
	text-decoration:underline;
}

td.Text_10_Bold  {
padding:5px;
}

#propertiesTable{
	padding:10px;
}

.payments{
	padding:10px;
	margin:5px;
}
.selectlink{
	font-weight:bold;
	font-size:12px;
	padding:5px 0;

}
.productInformation{
position:relative;
float:left;width:100%;padding-right:10px;
}
.productinformation p{
margin:0px 10px 0px 10px;
padding:0px;

}
.productInformation ul{
   background-color:none; 
}
.productInformation li{
	position: relative;
color:#00b25a;
line-height:14px;
font-size:12px;
background:none;
list-style:disc;
height:14px;
border:none;
display:list-item;
color:#000;
}

#row2,#row3,#row4,#row5{
	visibility:hidden;
	display:none;
}
.masterProduct{
	position:relative;
float:left;
width:965px;
height:3000px;
background-color:#fff;
border:solid 1px #999;
margin:0px 5px 8px 5px;
}

.productformDiv{
position:relative;
float:left;
width:965px;
height:auto;
background-color:#fff;
margin:0px 5px 8px 5px;
}
.ProductInfo{
	float:left;width:50%;padding-right:40px;
}

.ProductInfo p{
	font-size:12px;
	color:#000;
}

.ProductInfo li{
	font-size:12px;
	color:#000;
}
.ProductTable{
	margin:0px 5px 10px 5px;
	padding:0px 8px 0px 8px;
	background-color:#fff;
}

.thankyou{
text-align:center;
margin:0 auto;
width:100%;
color:#000;

}

.thankyouButton, .thankyouButton a{
padding: 8px;
background-color:#00ab57;
border-radius:5px;
font-size:14px;
color:#fff !important;
font-weight:bold;

}

.title, #lblTitle{
margin:0 auto;
color:#000;
font-size:30px;
text-align:center;
display:block;
}

.subTitle{
color:#000;
display:block;
text-align:center;
font-size:16px;

}

.subTitleEmail{
margin:0 auto;
text-align:center;
display:block;
color:#000;
}

.queryForm{
margin:0 auto;
width:100%;
}

.copyright{
padding:5px;
text-align:center;
}

.queryWrapper{
width:50%;
background-color:fff;
margin: 0 auto;
}

.boxArea {
margin:0 10px;
border:1px solid #4a4a4a;
padding:20px 10px;
width:95%;
float:left;
color:#000;
background-color:#fff;
}


table.box td, #lblName{
	FONT-SIZE: 10px;
	FONT-WEIGHT: 600;
	COLOR: #000; /* #000847;*/	
	FONT-FAMILY: Arial, Verdana Helvetica, sans-serif;
    padding:3px;
}

#lbldescription{
	FONT-SIZE: 9px;
	COLOR: #000; /* #000847;*/	
	FONT-FAMILY: Arial, Verdana Helvetica, sans-serif;
    font-weight:normal;
    padding:0;
}

.formbutton2{

	background-color:#00ab57; 	 	
	Height: 26px;
	width:100px;
	padding:3px 5px 3px 5px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	border-radius: 15px;
font-weight:bold;
    box-shadow: 3px 3px 2px #888888;
}
.formbutton2:hover {
    background-color: #cccccc;
    color: #000000;

}

.centerbutton{
	text-align:center;
}


