@charset "utf-8";
/* CSS Document */
.autoContainer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	width:796px;
	max-width:796px;
	min-width:796px;
	color:#000;
}
.autoContainer hr{
	border-style:none none solid;
	border-width:0 0 thin;
}
.autoContainer img{
	border:0;
}
.autoContainer h1{
	color:#adb8bf;
	font-size:34px;
	font-weight:bold;
	margin-top:22px;
	margin-bottom:22px;
}
.autoContainer h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:14px;
	margin-bottom:5px;
}
.autoContainer h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
.autoContainer p{
	margin-top:5px;
	font-size:13px;
	color:#000;
}
.autoContainer a{
	font-size:13px;
}
.autoContainer table{
	border:0;
	border-style:none;
}
.autoContainer td{
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px;
}
.autoContainer td img{
	margin-top:3px;
}

.autoContainer .content{
	display:inline;
}

.autoContainer .autoSubContent{
	display:none;
}

.autoContainer .wrapper{
	margin-top:10px;
	width:511px;
	float:left;
	display:inline;
}
.autoContainer .floatRight{
	margin-top:10px;
	float:right;
	width:250px;
}
.autoContainer .content .wrapper .heroShot .floatLeft{
	float:left;
}
.autoContainer .floatRight img{
	margin-bottom:10px;
}
.autoContainer .heroShot p{
	margin-bottom:5px;		
}
.autoContainer .navMain{
	margin-bottom:10px;
}
.autoContainer .videoContainer{
	border:solid 1px #cccccc;
	padding:0 5px;
	width:786px;
	min-width:786px;
	max-width:786px;
}
.autoContainer #video{
	display:inline;
	width:440px;
	height:370px;
}
.autoContainer #videoTabs{
	display:inline;
}


.autoContainer .subhead{
	margin:10px 0;
	font-size:18px;
	color:#999999;
}
.autoContainer .bold{
	font-weight:bold;	
}
.autoContainer .red{
	color:#cc0202;
}
.autoContainer .script{
	font-size:9px;
	color:#999999;
}

.autoContainer .clear{
	clear:both;	
}

#careFormsContainer p{
	margin:10px 0 5px 0;
}
#careLeftForm{
	float:left;
}
#careRightForm{
	float:left;
	margin-left:15px;
	display:inline;
}

#careGreen{
	background-color:#00a650;
	width:100%;
	color:#FFF;
}
#careYellow{
	background-color:#ffff00;
	width:100%;
}
#careRed{
	background-color:#fc0713;
	width:100%;
	color:#FFF;
}
#careGreen h2{
	margin-left:20px;
}
#careYellow h2{
	margin-left:20px;
}
#careRed h2{
	margin-left:20px;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 0px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

