html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body {
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#layout {
	width: 850px;
	height: 482px;
	padding-top: 118px;
	background: url(images/LLvoicePg_layoutBK.gif) repeat-x;
}

.logo {
	position: absolute;
	top: 51px;
	left: 70px;
	z-index: 100;
}

.leftside {
	position: absolute;
	top: 51px;
	left: 64px;
	z-index: 0;
}

#content {
	margin: 0 auto 0 auto;
	width: 754px;
	height: 414px;
	background: url(images/LLvoicePg_contentBK.gif) no-repeat;
}

.burst {
	position: absolute;
	top: 83px;
	left: 700px;
}

h2 {
	font-size: 8px;
   	line-height: 20px;
}

h2 span {
   display: block;
   margin-top: -22px;
}

html>body h2 span {
   margin-top: -12px;
}

*html h2 span {
   	display: block;
   	margin-top: -10px;
}

.headingTxt {
	position: absolute;
	margin: 34px 0 0 318px;
	z-index: 50;
}

body:first-of-type .headingTxt { /* Safari Fix*/
	margin: 39px 0 0 318px;
}

html>body .headingTxt { /* IE 7 Fix*/
	*margin: 39px 0 0 318px;
}

*html .headingTxt {/* IE 6 Fix*/
	margin: 35px 0 0 319px;
}

.callNum {
	position: absolute;
	margin: 111px 0 0 358px;
	z-index: 50;
}

body:first-of-type .callNum {
	margin: 116px 0 0 358px;
}

html>body .callNum {
	*margin: 116px 0 0 358px;
}

*html .callNum {
	margin: 112px 0 0 365px;
}

.textContentBox {
	padding: 220px 0 0 380px;
	width: 274px;
	font-size: 13px;
	color: #000000;
}

ul, li {
	margin: 0 0 9px -12px;
}

html>body ul, li {
	*margin: 0 0 9px 8px;
}

*html ul, li {
	margin: 0 0 9px 8px;
}
 
.hideTxt {
	visibility: hidden;  
}

h3 {
	font-size: 14px;
}	
.moreInfo {
	width: 324px;
	text-align: right;
}

h4 {
	float: right;
	font-size: 8px;
   	line-height: 20px;
	margin:  0 0 5px 0;
}

html>body h4 {
	*margin:  5px 0 5px 0;
}

html>body a:hover {
	cursor: pointer;
}

*html h4 a:hover {
	cursor: pointer;
}

h4 span {
   	display: block;
   	margin-top: -12px;
}

*html h4 span {
   	display: block;
   	margin-top: -10px;
}

.footer {
	margin: 15px auto 0 auto;
	width: 754px;
}

.copyright {
	padding-left: 200px;
	font-size: 9px;
}

