body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
.content li {
	list-style-type: none;
	margin-left: -40px;
	padding-left: 0px;
}

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

.content {
	border: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0px;
	position: absolute;
	left: 255px;
	top: 0px;
	right: auto;
	bottom: auto;
	clear: none;
}
.content a {
text-decoration: underline
}


.videocontent {
	border: #FFFFFF;
	padding: 20px 0px 0px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0px;
	position: absolute;
	left: 255px;

}

/* left nav stuff */

.leftnav {
width: 220px;
padding: 0 0 580px 0;
color: #ffffff;
font-size: 9px;
margin: 0px;
position: absolute;
left: 0px;
top: 0px;
background-image: url(img/leftnav-kid.jpg);
background-repeat: no-repeat;
background-position: left;
height: auto;
}
.leftnavReview {
width: 220px;
padding: 0 0 580px 0;
color: #ffffff;
font-size: 9px;
margin: 0px;
position: absolute;
left: 0px;
top: 0px;
background-image: url(img/leftnav-bg-retirees.jpg);
background-repeat: no-repeat;
background-position: left;
height: auto;
}

.leftnavVideo {
width: 220px;
padding: 0 0 580px 0;
color: #ffffff;
font-size: 9px;
margin: 0px;
position: absolute;
left: 0px;
top: 0px;
background-image: url(img/leftnav-bg-milk.jpg);
background-repeat: no-repeat;
background-position: left;
height: auto;
}
.leftnavContact {
width: 220px;
padding: 0 0 580px 0;
color: #ffffff;
font-size: 9px;
margin: 0px;
position: absolute;
left: 0px;
top: 0px;
background-image: url(img/leftnav-bg-lifeline.jpg);
background-repeat: no-repeat;
background-position: left;
height: auto;
}


/* my sidebar stuff */


#mysidebar	{
	float:left;
	width:200px;
	margin: 0px 20px 10px 10px;
	border: 0;
}

#mysidebar ul {
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-top: 0px solid #fff;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

#mysidebar li	{
	text-align: left;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	text-indent: 4px;
}
	
#mysidebar li a {
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #666666;
	color: #FFFFFF;
	text-decoration: none;
}
		
#mysidebar li a:hover {
	font-weight: normal;
	background: #000;
	color: #ffe;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
}

#mysidebar li a:active {
	font-weight: normal;
	background: #000;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
}



#mysidebar ul ul li	{
	text-align: left;
	border-top: 1px solid #000;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-size: 10px;
	text-indent: 14px; 
}

#mysidebar ul ul li a {
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
	color: #333;
	text-decoration: none;
	
}
		
#mysidebar ul ul li a:hover {
	font-weight: normal;
	background: #999;
	color: #000000;
	border-left: 1px solid #c51;
	border-right: 1px solid #c51;
	text-decoration: none;
}

#mysidebar ul ul li a:active {
	font-weight: normal;
	background: #999;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
}

div.container {
  border: 1px dotted #666666;
  }


div.float {
	float: left;
	padding: 20px;
	text-decoration: none;
	font-size: 11px;	
  }
  
div.float p {
	text-align: center;
	text-decoration: none;
   }
   
div.float a {
	text-decoration: none;
   }
   
/*div.float img {
	border: 1px solid #FFFFFF;
   } */
   
   
 div.spacer {
  clear: both;
  }
.imgborder {
	border: 1px solid #FFFFFF;
}
.caption {
	font-size: 11px;
	clear: both;
}
.caption a {
	font-size: 11px;
	clear: both;
	text-decoration: none
}

.header {
	font-size: 24px;
	background-color: #000000;
	padding: 0px;
	color: ffffff;
}
.bigimage {
	text-align: left;
	word-spacing: normal;
	margin: 5px;
	padding: 5px;
}
.bigimage td {
	padding: 10px;
	vertical-align: top;
}
.headline {
	font-size: 14px;
}

hr {
	background-color: #000000;
	border-bottom: 1px dotted #666;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 85%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-left: 0;	
	height: 1px;
}
.purchase {
	list-style-image: url(/img/arrow.gif);
	list-style-position: inside;
	vertical-align: sub;
	background-color: #333333;
	margin: 0px;
	clear: right;
	line-height: 15px;
	list-style-type: disc;
	padding: 5px;
}
.contentDonovan {
	border: 1px solid #FFFFFF;
	padding: 10px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0px;
	width: 578px;
}

tr.d0 td {
	background-color: #ffffff;
	color: black;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	font-weight: bold;
}
tr.d1 td {
	background-color: #CCCCCC;
	color: black;
	padding-left: 15px;
	font-size: 10px;
	padding-right: 5px;
	border: 1px solid #999999;
}
td.d2 {
	background-color: #ffffff;
	color: black;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
	font-weight: bold;
	width: 150px;
	vertical-align: top;
}

.video {
	padding: 45px 10px 40px;
	background-image: url(/img/vid-bg.jpg);

	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
}
.videovert {
	padding: 45px 30px 40px;
	background-image: url(/img/vid-bg-vert.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
}	

.videotable  {
	text-align: center;
	margin: 10px;
	width: 780px;
	//border: 1px dotted #ffffff;
}

.callback {
	text-align: center;
	//border: 1px dotted #ffffff;	
	background-image: url(/img/vid-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 390px;
	padding-right: 0px;
	color: #000000;
}

.sidebar {
	float: right;
	margin: 5;
	padding: 0px;
	position: absolute;
	left: 670px;
	top: 0px;
	font-size: 10px;
	width: 200px;
	
}

.sidebar img {
	border: 1px solid #FFFFFF;
}



.shout {
	font-size: 12px;
	
	margin: 5px;
	
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #FFF;
}
