html, body {

height: 100.1%;

margin: 0 0 1px;

} 



body {
	color: #000;
	font-size: 12px; /* 1em = 10px */
	line-height: 1.5em;
	background: #fff url() no-repeat center top;
	margin: 1.2em 2em;
	font-family:Arial, Helvetica, sans-serif;

}



img, div { behavior: url(iepngfix.htc) }


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


a{
	color:#396b29;
	text-decoration:none;
	}
	
a:hover{
	color: #256bac;
	
	}




/********************************************************************************************** GLOABAL STYLES */

h1{
	color:#383838;
	font-size:28px;
	}
h2{
	color:#256bac;
	font-size:26px;
	}
h3{
	color:#383838;
	font-size:22px;
	}
h4{
	color:#256bac;
	font-size:18px;
	}
h5{
	color:#383838;
	font-size:16px;
	}
h6{
	color:#383838;
	font-size:14px;
	}
	
	
.greenheader{
	color:#396b29;
	}	
	
	
	
	
.bottom_line-process{
	padding-bottom:10px;
	border-bottom:1px #d2d2d2 solid;
	padding-left:20px;
	background:url(../images/check.gif) no-repeat top left;	
	}	
	
	
.bottom_line-news{
	padding-bottom:10px;
	border-bottom:1px #d2d2d2 solid;
	padding-left:40px;
	background:url(../images/news-bk.jpg) no-repeat top left;	
	}	
	
	
.bottom_line-news-home{
	padding-bottom:10px;
	border-bottom:1px #d2d2d2 solid;
	
	padding-left:35px;
	background:url(../images/news-bk.jpg) no-repeat top left;
	width:400px;
	
	}		
	
	
	
	
.homenews ul, ol{
	
	margin:20px 50px;
	text-align:left;
	}
.homenews ul li, ol li{

	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.homenews ul li{
	list-style-type:disc;
	}
.homenews ol li{
	list-style-type: decimal;
	}
	
	
	
	
	
	
	
.bottom_line{
	padding-bottom:10px;
	border-bottom:1px #d2d2d2 solid;
	}
	
.bottom_dotted_line{
	padding-bottom:10px;
	border-bottom:2px #396b29 dotted;
	}	
	
	
	
small{
	font-size:11px;
	}
b, strong{
	font-weight:bold;}
i, em{
	font-style:italic;
	}
p{
	padding:15px 0px 15px 0px;
	line-height:19px;
	text-align:justify;
	}
	
	
.contactlarger{
font-size:14px;
	
	
	}	
	
	
	
	
.fleft{ float:left;}
.fright{ float:right;}
.alignright{
	float:right;
	margin: 3px 0px 10px 10px;

	}
.alignleft{
	float:left;
	margin: 3px 10px 10px 0px;
	}
	
.pagebanenr{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border:0px;


}	






/*--- NAV ----*/

/* Rewritten: Begin */
ul#headerNav {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	height: 20x;
	
	position: absolute;
	top: 5px;
	width: 500px;
	float:right;
}
	ul#headerNav {
		margin: 0;
		padding: 0;
	}
		ul#headerNav li {
			border-right: 1px solid #2973b5;
			display: inline;
			float: left;
			list-style-type: none;
			padding: 0 10px;
		}
			ul#headerNav li.last {
				border-right: 0;
			}
			ul#headerNav li a:link,
			ul#headerNav li a:visited {
				height: 1em;
				color: #2973b5;
				text-decoration: none;
				text-transform: uppercase;
			}
			ul#headerNav li a:hover {
				color: #7b7b7b;
			}
				ul#headerNav li a.selected {
					color: #7b7b7b;
				}
/* Rewritten: End */


div#Header {
	position: absolute;
	height: 22px;
	right:10px;
	top:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#Logo { 
	padding-left: 200px; 
	padding-top: 0px;
	}
	
div#Logo a {
    display: block;
    width: 516px;
    height: 140px;
}


#Top-logo {
position:absolute;
top:1px;
left:230px;
}


#Top-logo2 {
position:absolute;
top:1px;
left:50px;
}



#HeaderNav {
	position: absolute;
	top: 6px;
	right: 15px;
	/*_width:700px;
	_width: 47em;*/
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav ul {
	list-style-type: none;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav ul li {
	float: left;
	display: inline;
	font-size: 9px;
	height: 15x;
	line-height: 10px;
	border-right: 1px solid #2973b5;
	padding: 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#HeaderNav ul li a,
#HeaderNav ul li a:visited {
    height: 1em;
	color: #2973b5;
	text-decoration:none
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}





#HeaderNav ul li a:hover {
    height: 1em;
	color: #32742d;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav ul li.selected a {
	color: #7b7b7b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav ul li.last {
    padding-right: 0;
    background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 0;
}



#HeaderNav2 {
	position: absolute;
	top: 6px;
	right: 15px;
	/*_width:700px;
	_width: 47em;*/
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav2 ul {
	list-style-type: none;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav2 ul li {
	float: left;
	display: inline;
	font-size: 9px;
	height: 15x;
	line-height: 10px;
	border-right: 1px solid #2973b5;
	padding: 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#HeaderNav2 ul li a {
    height: 1em;
	color: ##2973b5;
	text-decoration:none
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#HeaderNav2 ul li a:hover {
    height: 1em;
	color: #32742d;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav2 ul li.selected a {
	color: #7b7b7b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#HeaderNav2 ul li.last {
    padding-right: 0;
    background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 0;
}


/*

#navbar {
	position: absolute;
	top: 118px;
	right: 10px;
	float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
	text-align:center;
    height:35px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    width:167px;
    color:#000;
    text-decoration:none;
    background:url("../images/tab.png") no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size:14px;
    float:left;
    padding:10px 0px 35px;
    margin:0 0px;
}
#navbar a:hover { 
    background:url("../images/tab2.png") no-repeat;
    color:#fff;
}
#navbar a:active {
    background:url("../images/tab.png") no-repeat;
    color:#fff;
}


div#Logo { 
	padding-left: 26px; 
	padding-top: 5px;
	}
	
div#Logo a {
    display: block;
    width: 130px;
    height: 130px;
}


*/


/*- Menu 3--------------------------- */


	
#menu3 {
	width: 125px;
	margin: 30px 0px 0px 0px;
	text-align:right;
	
	

	}
	
#menu3 li a {
	height: 32px;
	font-size:11px;
  	
  	height: 24px;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-color:#FFFFFF;
	
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #fff;
	display: block;
	background:  url();
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #9fd695;
	background:  url() 0 -32px;
	padding: 8px 0 0 10px;
	}
	

#menu3 li a#current {
	color: #9fd695;
	
	}


.clear{
	width:145px;
	height:1px;
	clear:both;
	}






/* Menu 1 starts here */
#menu1 {
width: 120px;
float:left;
text-align:right;
margin-top:40px;
}

#menu1 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}

#menu1 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
color: #fff;
text-decoration: none;
font-size: 12px;
display: block;
padding: 3px;
width: 120px;
border-bottom: 1px dotted;
}

#menu1 a:link, #menu a:visited
{
color: #fff;
text-decoration: none;
}

#menu1 a:hover
{

color: #9fd695;
}

#menu1 li a#current
{
color: #9fd695;
}
/* Menu 1 ends here */









/*--- BODY WRAPPERS AND CONTAINERS ---*/




#Wrapper1 {
	width:875px;
	margin:0px auto 0px auto;
	display:block;
	border: 0px solid #000;
	
}




#toptopbanner{
	width:100%;
	height:40px;
	text-align:center;
	margin:0px auto 0px auto;
	display:block;
	
	}
	
	
#toptopbanner-inside{
	width:100%;
	height:20px;
	text-align:center;
	margin:0px auto 0px auto;
	display:block;
	
	}	



#main_container{
	width:900px;
	margin:0px auto 0px auto;
	display:block;
	background-color:#fff;
	}


.infront1 {
border:#000000 solid 1px;
background-color:#fff;
width:875px;
height: 425px;
position:absolute;
margin-top:25px;
float:left;

}



.infront1-newhmvideo {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-new-home.jpg) top left no-repeat;
width:875px;
height: 425px;
position:absolute;
margin-top:25px;
float:left;

}




.behind1 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 475px;
position:relative;
top:0px;
float:right;

}




.infront1-inside {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 425px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 475px;
position:relative;
top:0px;
float:right;

}




/*------------- Clinical Library Containers -----------------*/

.infront1-inside-clinical {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu-orange.jpg) top left repeat-y;
width:875px;
height: 825px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-clinical {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 875px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}








/*------------- Ubiquinone vs. Ubiquinol Containers -----------------*/

.infront1-inside-uvu {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 725px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-uvu {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 775px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}





/*------------- FAQ's Containers -----------------*/

.infront1-inside-faqs {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 925px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-faqs {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 975px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}









/*------------- Products Containers -----------------*/

.infront1-inside-products {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1525px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-products {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1575px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}







/*------------- Retailers Containers -----------------*/

.infront1-inside-retailers {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1325px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-retailers {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1375px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}






/*------------- Testimonials - Consumers Containers -----------------*/

.infront1-inside-testcon {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1425px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-testcon {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1475px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}





.infront1-inside-testcon-terms {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 2225px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-testcon-terms {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 2275px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}









/*------------- Testimonials - Submit Containers -----------------*/

.infront1-inside-testsubmit {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1025px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-testsubmit {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1075px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}



/*------------- Testimonials - SubPage1 Containers -----------------*/

.infront1-inside-sub1 {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 725px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-sub1 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 775px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}




/*------------- Testimonials - SubPage2 Containers -----------------*/

.infront1-inside-sub2 {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 825px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-sub2 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 875px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}







/*------------- Testimonials - SubPage3 Containers -----------------*/

.infront1-inside-sub3 {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1025px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-sub3 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1075px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}






/*------------- Testimonials - SubPage4 Containers -----------------*/

.infront1-inside-sub4 {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1325px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-sub4 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1375px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}






/*------------- Testimonials - SubPage5 Containers -----------------*/

.infront1-inside-sub5 {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1525px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-sub5 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1575px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}







/*------------- Whats New Containers -----------------*/

.infront1-inside-whatsnew {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1425px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-whatsnew {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1475px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}



/*------------- Press Containers -----------------*/

.infront1-inside-press {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 1425px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-press {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 1475px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}




/*------------- Contact Containers -----------------*/

.infront1-inside-contact {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-menu.jpg) top left repeat-y;
width:875px;
height: 525px;
position:absolute;
margin-top:25px;
float:left;

}


.behind1-inside-contact {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:875px;
height: 575px;
position:relative;
top:0px;
float:right;
margin-bottom:50px;

}




/*------------- Video Page Containers -----------------*/



#main_container-heart360{
	width:1000px;
	margin:0px auto 0px auto;
	display:block;
	background-color:#fff;
	}


.infront1-heart360 {
border:#000000 solid 1px;
background-color:#fff;

width:975px;
height: 425px;
position:absolute;
margin-top:25px;
float:left;

}
.behind1-heart360 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:975px;
height: 475px;
position:relative;
top:0px;
float:right;

}







/*------------- Video Page Containers NEW -----------------*/



#main_container-heart3602{
	width:1000px;
	margin:0px auto 0px auto;
	display:block;
	background-color:#fff;
	}


.infront1-heart3602 {
border:#000000 solid 1px;
background-color:#fff;
background:url(../images/bk-new-home.jpg) top left no-repeat;
width:975px;
height: 425px;
position:absolute;
margin-top:25px;
float:left;

}
.behind1-heart3602 {
border:#000000 solid 1px;
/*background-color:#eeeeee;*/
width:975px;
height: 475px;
position:relative;
top:0px;
float:right;

}










#BODY-BOX-1 {
	position: relative;
	width:100%;
	background: #fff url() no-repeat top right;
	top: 0;
	left:0;
	z-index: 1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	padding: 0 0 0 0;
	height:505px;
}


#BODY-HEADER {
	position: relative;
	width:500px;
	height:30px;
	float:right; 
	background: #fff url() no-repeat top right;
	z-indexing:0;
	font-family:Arial, Helvetica, sans-serif;
	border: 0px solid #000;
	margin-right:30px;
	padding: 5px 5px 5px 5px;
}

#BODY-CONTENT {
	position:relative;
	width:850px;
	background: #fff url() no-repeat top right;
	top: 40;
	left:-30;
	z-index: 2;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #000;	
	padding: 0 0 0 0;
	height:425px;
}






/*--- Page Style ---*/


#leftcol { 
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:145px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:145px; /* actual value */
	margin:0 0 0px 0;
	padding:10px;
	}
	
	
#rightcol {
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:50px 0 0px 0;
	padding:5px;
	text-align:center;
	
	}
	
	
#centercol {
	position:relative;
	padding-left:165px;
	padding-right:230px;
	margin:50px 0 0px 0;
	}
#centercol a {
	color:#396b29;
	border-bottom:1px solid;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#256bac;
	}



#centercol-faqs {
	position:relative;
	padding-left:165px;
	padding-right:230px;
	margin:50px 0 0px 0;
	}
#centercol-faqs a {
	color:#396b29;
	border-bottom:1px solid;
	}
#centercol-faqs a:hover {
	border-bottom:1px solid;
	color:#256bac;
	}





/*------------- BodyPan With Line -----------------*/



#bodyPan{
	width:475px;
	position:relative;
	margin:0 auto;
	}

#bodyleftPan{
width:470px; 
float:left; 
color:#000; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
border-bottom:dotted #396b29 2px;
}




#bodyleftPan h3{
width:400px; 
height:16px; 
font:16px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#256bac;
font-weight:bold;
}


#bodyleftPan h4{
width:400px; 
height:12px; 
font:12px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#000000;
font-weight:bold;
}


#bodyleftPan h5{
width:400px; 
height:14px; 
font:14px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#396b29;
font-weight:bold;
}

#bodyleftPan h6{
width:400px; 
height:14px; 
font:14px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#256bac;
font-weight:bold;
}


#bodyleftPan .wntitle{
width:400px; 
height:12px; 
font:12px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#000000;
font-weight:bold;
}

#bodyleftPan h4 span{
font-size:20px;  
color:#396b29;
}

#bodyleftPan span{  
color:#396b29;
}


#bodyleftPan .red{
color:#FF0000;

}




/*------------- BodyPan No Line -----------------*/



#bodyleftPan-blank{
width:470px; 
float:left; 
color:#000; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;

}




#bodyleftPan-blank h4{
width:400px; 
height:14px; 
font:14px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#000000;
font-weight:bold;
}


#bodyleftPan-blank .wntitle{
width:400px; 
height:12px; 
font:12px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#000000;
font-weight:bold;
}

#bodyleftPan-blank h4 span{
font-size:20px;  
color:#396b29;
}

#bodyleftPan-blank span{  
color:#396b29;
}


#bodyleftPan-blank .red{
color:#FF0000;

}


#bodyleftPan-blank .blacklink{
color:#000000;

}



/*------------- BodyPan FAQ's -----------------*/



#bodyleftPan-faqs{
width:470px; 
float:left; 
color:#000; 
padding-top:10px;
padding-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
border-bottom:dotted #396b29 2px;

}




#bodyleftPan-faqs h4{
width:400px; 
height:14px; 
font:14px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#000000;
font-weight:bold;
}


#bodyleftPan-faqs .wntitle{
width:400px; 
height:12px; 
font:12px Arial, Helvetica, sans-serif;; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#000000;
font-weight:bold;
}

#bodyleftPan-faqs h4 span{
font-size:20px;  
color:#396b29;
}

#bodyleftPan-faqs span{  
color:#396b29;
}


#bodyleftPan-faqs .red{
color:#FF0000;

}


#bodyleftPan-faqs a {
	color:#256bac;
	text-decoration:none;
	font-weight:bold;
	border-bottom:none;
	}
#bodyleftPan-faqs a:hover {
	color:#396b29;
	text-decoration:none;
	}

#bodyleftPan-faqs a:visited {
	color:#256bac;
	text-decoration:none;
	
	}







/*------------- Footer -----------------*/



#BODY-FOOTER{
	position:absolute;
	margin:0px auto;
	text-align:center;
	bottom:0px;
	width:100%;
	height:20px;
	
	background: none;
	font-family:Arial, Helvetica, sans-serif;
	border: 0px solid #000;
	padding: 8px 5px 3px 5px;
	
}



ul#footer {
		height: 15px;
		margin: 0 0 0px 0px;
		padding: 0 0 0 0;
		color:#213994;
		font-size: 9px;
		
		
	}
		ul#footer li {
			border-right: 1px solid #213994;
			display: inline;
			text-align:center;
			list-style-type: none;
			padding: 0 7px;;
		}
			ul#footer li.last {
				border-right: 0;
			}
			ul#footer li a:link,
			ul#footer li a:visited {
				height: 1em;
				color: #213994;
				text-decoration: none;
				
			}
			ul#footer li a:hover {
				color: #666;
			}
				ul#footer li a.selected {
					color: #ff0000;
				}

				ul#footer li.last {
    padding-right: 0;
    background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






/*------------- Home Page 1 -----------------*/





#Column-1 {
	position: absolute;
	bottom:0px;
	left: 0px;
	text-align:justify;
	line-height:14px;
	width: 280px;
	height:490px;
	font-size:10px;
	background:url(../images/peggy-banner.png) no-repeat;
}


#Column-2 {
	position: absolute;
	top: 36px;
	left: 309px;
	text-align:justify;
	line-height:14px;
	width: 295px;
	font-size:12px;
}





#Column-2-heart360-video {
	position: absolute;
	top: 36px;
	left: 309px;
	text-align:justify;
	line-height:14px;
	width: 400px;
	font-size:12px;
}





#Banner-1 {
	position: absolute;
	top: 54px;
	right:125px;;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-2 {
	position: absolute;
	top: 52px;
	right:25px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-3 {
	position: absolute;
	top: 211px;
	right:125px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-4 {
	position: absolute;
	top: 209px;
	right:25px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-5 {
	position: absolute;
	top: 371px;
	right:30px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}








/*------------- Home Page with Video -----------------*/




#Column-1-video {
	position: absolute;
	bottom:0px;
	left: 0px;
	text-align:justify;
	line-height:14px;
	width: 280px;
	height:490px;
	font-size:10px;
	background:url(../images/peggy-banner.png) no-repeat;
}


#Column-2-video {
	position: absolute;
	top: 36px;
	left: 299px;
	text-align:justify;
	line-height:14px;
	width: 295px;
	font-size:12px;
}



#Column-2-videoNEW {
	position: absolute;
	top: 185px;
	left: 299px;
	text-align:justify;
	line-height:14px;
	width: 295px;
	font-size:12px;
}




#Column-2-heart360-video2 {
	position: absolute;
	top: 36px;
	left: 309px;
	text-align:justify;
	line-height:14px;
	width: 400px;
	font-size:12px;
}





#Banner-1-video {
	position: absolute;
	top: 54px;
	right:150px;
	;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-2-video {
	position: absolute;
	top: 52px;
	right:25px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-3-video {
	position: absolute;
	top: 210px;
	right:149px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-4-video {
	position: absolute;
	top: 209px;
	right:25px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-5-video {
	position: absolute;
	top: 371px;
	right:40px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}



#Banner-6-video {
	position: absolute;
	top: 357px;
	right:21px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}



#Banner-7-videoNEW {
	position: absolute;
	top: 24px;
	right:286px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}


#Banner-7-video-logo {
	position: absolute;
	top: 278px;
	right:454px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}



#Banner-7-videoOLD {
	position: absolute;
	top: 262px;
	right:270px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}




/*------------- Home Page with Video Page and Commercial Page -----------------*/




#Column-1-video2 {
	position: absolute;
	bottom:0px;
	left: 0px;
	text-align:justify;
	line-height:14px;
	width: 280px;
	height:490px;
	font-size:10px;
	background:url(../images/peggy-banner.png) no-repeat;
}


#Column-2-video2 {
	position: absolute;
	top: 36px;
	left: 299px;
	text-align:justify;
	line-height:14px;
	width: 295px;
	font-size:12px;
}





#Column-2-heart360-video2b {
	position: absolute;
	top: 36px;
	left: 309px;
	text-align:justify;
	line-height:14px;
	width: 400px;
	font-size:12px;
}





#Banner-1-video2 {
	position: absolute;
	top: 54px;
	right:140px;
	;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-2-video2 {
	position: absolute;
	top: 52px;
	right:25px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-3-video2 {
	position: absolute;
	top: 210px;
	right:139px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-4-video2 {
	position: absolute;
	top: 209px;
	right:25px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}

#Banner-5-video2 {
	position: absolute;
	top: 371px;
	right:31px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}



#Banner-5-newsletter{
	position: absolute;
	top: 382px;
	right:322px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}




#Banner-6-video2 {
	position: absolute;
	top: 357px;
	right:12px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}



#Banner-7-video2 {
	position: absolute;
	top: 36px;
	right:276px;
	text-align:justify;
	line-height:14px;
	font-size:10px;
}
