
/* main lifemark css */

/*main styles */
body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}

/*banner area*/
#logo_Box{
	width: 941px;  top: 5px; position: relative; *top: 20px;
	*border: 0px solid blue;
	*left: -30px;
}
#callBox{
	width: 227px;float: right; text-align: right;
}
#logoArea{
	width: 221px; float: left;
	text-align: left;

}
#headBox{
	background: url(template_images/bg-header_grad.jpg) no-repeat 1px 0px;
	width: 972px;
	height: 313px;
	margin: 0 auto 0 auto;
	
}
#flashBox{

	width: 932px;
	height: 227px;
	clear: both;
	margin: 0px 0px 0px 21px; 
	padding-top: 2px;
	overflow: hidden;
	*overflow: visible;
	*padding-top: 0px;	
	*margin: 0 0 0 0;
	
	
}

/* main text area */
#wrapperContainer{
text-align: center;
}


#mainContainer{
	margin: 0 auto 0 auto; width: 950px;
	
		
}

#tickContainer{
width: 470px;height: 150px; margin-left: 220px; border: 0px solid red;
text-align: left;
}


.containerBox{
	width: 932px; border: 0px solid blue; padding: 0 10px; background: url(template_images/bg-shadow.jpg) repeat-y 1px 0px;
}
#mainTable{
	padding-bottom: 20px;
	border: 0px solid blue;
}
/* text box font sizes*/
.leftLowerBox{
	font-size: 12px;
	color: #333333;
}
.rightUpperBox{
	font-size: 12px;
	color: #333333;
}
.rightLowerBox{
	font-size: 12px;
	color: #333333;
}
.mainTextBox{
	font-size: 12px;
	color: #333333;
	
}
.bottomText{
}

.copyrightText{
color: #666;
font-size: 10px;
}

.greyHeader{
	background: #E6E6E6;
	height: 5px;
	font-height: 1px;
	line-height: 1px;
	padding: 0px;
	
	
}
.rightBorder{
	border-right: 1px solid #B2B2B2;
}
.rightBorderLight{
	border-right: 1px solid #C8C8C8;
}
.dividingBorder{
	border-top: 1px solid #B2B2B2;
	height: 1px;
	overflow: hidden;
}
.bottomBorder{
	border-bottom: 1px solid #C8C8C8;
}
.marginBott{
	margin-bottom: 19px;
}
.iePolk{
 *width: 158px;
 *margin: 0px;
 *border-right: 1px solid #B2B2B2;
 *padding: 0px;
}
/*padding*/

.paddLeft{
	padding-left: 19px;
}
.paddLeft50{
	padding-left: 50px;
}
.paddLeft10{
	padding-left: 10px;
	}
	.paddRight10{
	padding-right: 10px;
	}
	.paddRight13{
	padding-right: 13px;
	}
.paddRight{ 
	padding-right: 19px;
}
.paddTop{
	padding-top: 19px;
}
.paddBottom{
padding-bottom: 10px;
}

/*Tick boxes*/
#TickboxRed{
	position: relative;
	top: 85px;
    left: 6px;
	width: 39px;
	height: 39px;
	
	
}
#TickboxBrown{
	position: relative;
	top: 56px;
    left: 156px;
	width: 39px;
	height: 39px;
}
#TickboxOrange{
	position: relative;
	top: 58px;
    left: 192px;
	width: 39px;
	height: 39px;
}
#TickboxBlack{
	position: relative;
	top: 70px;
    left: 36px;
	width: 39px;
	height: 39px;
}
#TickboxBlue{
	position: relative;
	top: 68px;
    left: 116px;
	width: 39px;
	height: 39px;
}
#TickboxGreen{
	position: relative;
	top: 62px;
    left: 124px;
	width: 39px;
	height: 39px;
}

/* footer area*/

#lifemarkFooter{
	background:#fff url(template_images/bg-footer.jpg) repeat-x;
	height: 100px;
	margin-top: 10px;
	padding: 10px;
	
}
