/*------------------------------------------------------------------------
common colors
#f37321 - orange
#548807 - green
#00a4e4 - blue text
---------------------------------------------------------------------------*/
@import url(tabs2009.css);

body {
	background: #f37321 url(images/2009/bgRepeat.gif) repeat-x center top;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.button1 {
	color: #fff;
	background:#0085b9 url(images/lha/button1_bg.jpg) no-repeat top right;
	padding: 3px 5px;
	border: 0 none #0085b9;
	font-size: 9px;
	font-weight: bold;
	width:auto;
	overflow:visible;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	}
.button1:hover, .submit:focus {
	background:#0085b9;
	border: 0px none #fff;
	}
.button2 {
	color: #fff;
	background:#0085b9 url(images/lha/tabs_bg.jpg) no-repeat;
	padding: 5px 9px;
	border: 0 none #0085b9;
	font-size: 13px;
	font-weight: bold;
	width:auto;
	overflow:visible;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	}
.button2:hover, .submit:focus {
	background:#0085b9;
	border: 0px none #fff;
	}
form, dl, dt, dd {margin:0; padding:0;}
a {color: #f37321; :-moz-any-link:focus; outline: none;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: none;}
a img {border:none;}
h1 {
	color: #496d8f;
	margin:0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	color: #cf852c;
	margin:0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	}
h3 {
	color: #496d8f;
	margin:0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	}
h4, h5, h6 {margin:0 0 15px 0; padding:0;}
p {margin:0 0 15px 0;}

.clearMe {clear:both;}
.wrapper1 {
	width:100%;
	margin:0;
	}
.wrapper2 {
	width:920px;
	margin:0 auto;
	}
#header {
	position:relative;
	height:100px;
	width:900px;
	margin:0 10px;
	}
#header .logo {
	position:absolute;
	top:5px;
	left:20px;
	width:220px;
	height:80px;
	}
#header .logo img {
	max-height:80px;
	height: expression(this.width > 81 ? 80: true);
	border:0;
	}

.counters {
	margin:0 0 22px 5px;
	}
.counters dl {
	margin:0;
	padding:0;
	width:240px;
	height:70px;
	background:url(/images/2010/statBg.png) no-repeat;
	position:relative;
	}
.counters dt {
	position:absolute;
	left:0;
	bottom:17px;
	text-transform:uppercase;
	width:240px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#0ba4ea;
	margin:0;
	padding:0;
	}
.counters dd {
	position:absolute;
	left:0;
	top:6px;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	color:#f37321;
	width:240px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

/*-- sign up --*/
.btnSignUp {
	margin:5px 0 30px 5px;
	height:60px;
	width:240px;
	}
.btnSignUp a:link, .btnSignUp a:visited {
	display: block;
	position: absolute;
	width:240px;
	height:60px;
	background:url(images/2010/btnSignUp.png) no-repeat;
	text-indent: -9000px;
	:-moz-any-link:focus;
	outline: none;
	}
.btnSignUp a:hover {
	background: url(images/2010/btnSignUp.png) no-repeat 0 -60px;
	}

/* resource icons */
.column1 .resources h3 {
	position:relative;
	height: 29px;
	width:250px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-image: url(images/2010/column1BoxTop.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	}
.column1 .resources h3 a {
	line-height: 29px;
	width:240px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
	padding:0 0 0 10px;
	}
.column1 .resources .viewAll {
	position:absolute;
	top:-5px;
	right:0px;
	position:absolute;
	text-align:right;
	color:#fff;
	top:7px;
	right:10px;
	}
.column1 .resources .viewAll a {
	color:#fff;
	}
.column1 .resources h3 a:link, .column1 .resources h3 a:visited {
	text-decoration:none;
	}
.column1 .resources ul {
	list-style:none;
	margin:0;
	padding:10px 0 8px 10px;
	overflow:hidden;
	width:240px;
}
.column1 .resources li {
	float:left;
	margin:0;
	padding:0 8px 0 0;
}
.column1 .resources {
	margin:0 0 50px 0;
}


/*-- utility nav --*/
#header .utilityNav {
	margin:0px;
	padding:0px;
	position:absolute;
	list-style:none;
	right: 0px;
	top: 3px;
	height:34px;
	width:123px;
	}
#header .utilityNav li {
	margin:0px;
	padding:0px;
	height:16px;
	}
#header .utilityNav li.tab1 {
	float:left;
	width:63px;
	}
#header .utilityNav li.tab1 a:link, #header .utilityNav li.tab1 a:visited {
	display: block;
	position: absolute;
	width:63px;
	height:16px;
	background: url(images/2009/utilityNavTab1.gif) no-repeat 0 0;
	text-indent: -9000px;
	}
#header .utilityNav li.tab1 a:hover {
	background: url(images/2009/utilityNavTab1.gif) no-repeat 0 -17px;
	}
#header .utilityNav li.tab2 {
	float:right;
	width:48px;
	}
#header .utilityNav li.tab2 a:link, #header .utilityNav li.tab2 a:visited {
	display: block;
	position: absolute;
	width:48px;
	height:16px;
	background: url(images/2009/utilityNavTab2.gif) no-repeat 0 0;
	text-indent: -9000px;
	}
#header .utilityNav li.tab2 a:hover {
	background: url(images/2009/utilityNavTab2.gif) no-repeat 0 -17px;
	}

/* for showing name in top right */
#header .utilityNavName {
	margin:0px;
	padding:0px;
	position:absolute;
	list-style:none;
	right: 0px;
	top: 3px;
	height:34px;
	width:200px;
	}

/* -- content & columns -- */
#home .contentWrapper {
	padding:0 20px;
	background:url(images/2009/pageRepeat.png) repeat-y center top;
	}
#inside .contentWrapper {
	padding:0 20px;
	background:url(images/2009/pageRepeatInside.png) repeat-y center top;
	}
#inside .contentWrapperWhite {
    width: 100%;
	padding: -10px 0 0 0px;
	margin-top: -9px;
    background-color:#fff;
	background:url(images/2010/bgwhite.gif) repeat center top;
	}
#inside .contentWrapperFull {
	padding:0 20px;
	background:url(images/2009/pageRepeatInsideFull.png) repeat-y center top;
	}
.content {
	position:relative;
	width:880px;
	}
#home .column1 {
	background:url(images/2010/column1BG.png) no-repeat left top;
	float:left;
	width:250px;
	padding:10px;
	margin:0 0 0 0;
	z-index:999;
	}
#inside .column1 {
	background:url(images/2009/column1InsideBG.gif) no-repeat left top;
	float:left;
	width:160px;
	padding:10px;
	margin:0 10px 0 0;
	z-index:999;
	}
#home .column1Shadow {
	position:absolute;
	left:270px;
	top:0;
	width:10px;
	height:360px;
	background:url(images/2009/column1Shadow.gif) no-repeat;
	}
#inside .column1Shadow {
	position:absolute;
	left:180px;
	top:0;
	width:10px;
	height:360px;
	background:url(images/2009/column1Shadow.gif) no-repeat;
	}
#home .column2 {
	width:600px;
	float:right;
	}
#inside .column2 {
	width:670px;
	padding-right:10px;
	float:right;
	}

/* -- column1 home -- */
.column1Box {
	background:#f0f9ff url(/images/2010/column1BoxBottom.png) no-repeat left bottom;
	padding:0px;
	margin:0 0 15px 0;
	width:250px;
	}
/* -- home banner -- */
.homeBanner {
	padding:0;
	margin:0 0 20px 0;
	}


/* -- column A B C -- */
#home .columnsWrap {
	float:left;
	width:600px;
	padding:0 0 20px 0;
	}
#home .columnA {
	float:left;
	width:350px;
	padding:0;
	margin:0 10px 0 0;
	}
.columnA .row {
	float:left;
	clear:both;
	width:100%;
	padding:0 0 15px 0;
	}

/* RV: so the sponsors lines up with bottom of left-side nav */
#inside .columnA {
	min-height:300px;
    overflow: visible;
	}
.maps {
	float:left;
	width:350px;
	padding:0;	
}
.findCommText {
	float:right;
	width:200px;
	padding:20px 20px 0 0;
}

/*.columnB {
	float:left;
	width:165px;
	padding:0;
	margin:0 10px 0 0;
	}*/
#home .columnB {
	background:url(/images/2010/titleRightColHome.png) no-repeat right top;
	float:right;
	width:230px;
	padding:50px 0 0 0px;
	margin:0;
	}

/* homeCallout */
.homeCallout h3 {
	position:relative;
	width: 163px;
	height: 29px;
	padding:0;
	margin:0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	}
.homeCallout h3 a {
	line-height: 29px;
	padding:0 0 0 6px;
	width: 157px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
	}
.homeCallout h3 a:link, .homeCallout h3 a:visited {
	text-decoration:none;
	}
.homeCallout {
	position:relative;
	width: 163px;
	font-size:11px;
	}
/* homeCallout orange */
.homeCallout.orange {
	font-size: 11px;
	line-height:130%;
	color: #333;
	float:left;
	margin:0 0 0 0;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#fbd5bc;
	}
.homeCallout.orange h3 {
	background-image: url(images/2009/titleBarLeftOrange.gif);
	background-repeat: no-repeat;
	}
.homeCallout.orange h3 a {
	background-image: url(images/2009/titleBarRightOrange.gif);
	}
/* homeCallout recipes */
.homeCallout.recipes {
	font-size: 11px;
	line-height:130%;
	color: #333;
	float:left;
	padding:0;
	margin:0 0 0 0;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#FBD5BC;
	}
.homeCallout.recipes h3 {
	background-image: url(/images/2010/titleBarRecipesL.png);
	background-repeat: no-repeat;
	}
.homeCallout.recipes h3 a {
	background-image: url(images/2010/titleBarRecipesR.png);
	}
/* homeCallout Fitness Plans */
.homeCallout.fitness {
	font-size: 11px;
	line-height:130%;
	color: #333;
	float:left;
	padding:0;
	margin:0 0 0 0;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#BDD199;
	}
.homeCallout.fitness h3 {
	background-image: url(/images/2010/titleBarFitnessL.png);
	background-repeat: no-repeat;
	}
.homeCallout.fitness h3 a {
	background-image: url(images/2010/titleBarFitnessR.png);
	}
/* homeCallout Community*/
.homeCallout.comm {
	font-size: 11px;
	line-height:130%;
	color: #333;
	float:left;
	padding:0;
	margin:0 0 0 0;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#ccc6dc;
	}
.homeCallout.comm h3 {
	background-image: url(/images/2010/titleBarCommL.png);
	background-repeat: no-repeat;
	}
.homeCallout.comm h3 a {
	background-image: url(images/2010/titleBarCommR.png);
	}
/* homeCallout Healthy Lifestyles*/
.homeCallout.healthy {
	font-size: 11px;
	line-height:130%;
	color: #333;
	float:left;
	padding:0;
	margin:0 0 0 0;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#f1c0b8;
	}
.homeCallout.healthy h3 {
	background-image: url(/images/2010/titleBarHealthyL.png);
	background-repeat: no-repeat;
	}
.homeCallout.healthy h3 a {
	background-image: url(images/2010/titleBarHealthyR.png);
	}
.homeCallout dl.featured {
	padding:0 4px;
	margin:0;
	}
.homeCallout dl.featured dt {
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
	}
.recipes dl.featured dt a {
	color:#f37321;
	}
.fitness dl.featured dt a {
	color:#548807;
	}

.homeCallout dl.featured dd {
	font-size:11px;
	padding:0 0 5px 0;
	margin:0;
	}
.homeCallout dl.featured dd.image {
	padding:0;
	margin:0;
	}
.homeCallout dl.featured dd.viewAll {
	text-align:right;
	color:#548807;
	}
.homeCallout dl.featured dd.viewAll a {
	color:#548807;
	}
/*  success */ 
.homeCallout.success dl {
	padding:4px;
	margin:0;
	border-bottom:1px dotted #bdd199;
	float:left;
	width:155px;
	}
.homeCallout.success dl.alt {
	background:#f1f5ea;
	}
.homeCallout.success dl dt {
	float:left;
	padding:0;
	margin:0 0 0 0;
	}
.homeCallout.success dl dt img {
	border:1px solid #548807;
	}
.homeCallout.success dl dd {
	float:right;
	width:85px;
	font-size:11px;
	color:#548807;
	padding:0 0 0 0;
	margin:0;
	}
.homeCallout.success dl dd a {
	color:#548807;
	}
.homeCallout.success p.viewAll {
	float:left;
	width:159px;
	text-align:right;
	color:#548807;
	margin-bottom:5px;
	padding:2px 4px 0 0;
	}
.homeCallout.success p.viewAll a {
	color:#548807;
	}
.homeCallout.right {
	float:right;
	}
/*  resources */ 
.homeCallout.resources {
	float:right;
	}
.homeCallout.resources dl {
	padding:4px;
	margin:0;
	border-bottom:1px dotted #fbd5bc;
	float:left;
	width:155px;
	}
.homeCallout.resources dl.alt {
	background:#ffede1;
	}
.homeCallout.resources dl dt {
	padding:0;
	margin:0 0 0 0;
	text-transform:uppercase;
	color:#f37321;
	font-size:11px;
	font-weight:bold;
	}
.homeCallout.resources dl dd {
	font-size:11px;
	color:#f37321;
	padding:0 0 0 0;
	margin:0;
	}
.homeCallout.resources dl dd a {
	color:#f37321;
	}
.homeCallout.resources p.viewAll {
	float:left;
	width:159px;
	text-align:right;
	color:#548807;
	margin-bottom:5px;
	padding:2px 4px 0 0;
	}
.homeCallout.resources p.viewAll a {
	color:#548807;
	}
.homeCallout .right {
	float:right;
	}
/* sponsors */

.sponsor {
	position:relative;
	font-size: 11px;
	line-height:130%;
	color: #333;
	background-position: left bottom;
	padding:0;
	margin:0;
	float:left;
	}
#home .sponsor {
	width: 600px;
	}
#inside .sponsor {
	width: 670px;
	}
.sponsorContent {
	border-width:0 1px 1px 1px;
	border-style:dotted;
	border-color:#f37321;
	float:left;
	}
#home .sponsorContent {
	width: 598px;
	}
#inside .sponsorContent {
	width: 668px;
	}
.sponsor h3 {
	position:relative;
	height: 29px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-image: url(images/2009/titleBarLeftBlue.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	}
#home .sponsor h3 {
	width: 600px;
	}
#inside .sponsor h3 {
	width: 670px;
	}
.sponsor h3 a {
	line-height: 29px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
	padding:0 0 0 10px;
	background-image: url(images/2009/titleBarRightBlue.gif);
	}
#home .sponsor h3 a {
	width: 590px;
	}
#inside .sponsor h3 a {
	width: 660px;
	}
.sponsor .viewAll {
	position:absolute;
	top:-5px;
	right:0px;
	position:absolute;
	text-align:right;
	color:#fff;
	top:7px;
	right:10px;
	}
.sponsor .viewAll a {
	color:#fff;
	}
.sponsor h3 a:link, .sponsor h3 a:visited {
	text-decoration:none;
	}
.sponsor ul {
	float:left;
	margin:0;
	padding:10px 0;
	}
.sponsor ul li {
	list-style-type: none;
	display:inline;
	float:left;
	margin:0px 12px;
	padding:1px 0 0 0;
	background-image: url(images/lha/sponsor_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:46px;
	height:50px;
	width:80px;
	text-align:center;
	}
.sponsor li img {
	vertical-align:middle;
	}
/* sliders */
.sliderWrap {
	background:url(/images/2010/sliderBg.png) no-repeat right bottom;
	float:right;
}
.slider {
	position:relative;
	font-size: 11px;
	line-height:130%;
	color: #333;
	width: 230px;
	background-position: left bottom;
	padding:0;
	margin:0 0 15px 0;
	float:left;
	}
.sliderContent {
	padding:10px 10px 10px 30px;
	width: 190px;
	float:right;
	}
.sliderContent.healthyComm {
	padding-bottom:65px;
	background:url(images/2009/healthyCommBG.jpg) no-repeat right bottom;
	}
.slider p span {
	color:#f37321;
	}
.slider p span a {
	color:#f37321;
	}
.slider h3 {
	position:relative;
	height: 50px;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	width: 230px;
	background-image: url(images/2010/sliderTitle.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	}
.slider h3 a {
	line-height: 40px;
	color: #FFFFFF;
	display:block;
	padding:0 0 0 10px;
	width: 220px;
	}
.slider .icon {
	position:absolute;
	width:17px;
	height:17px;
	top:12px;
	right:20px;
	}
.slider .icon img {
	border:none;
	}
.slider h3 a:link, .slider h3 a:visited {
	text-decoration:none;
	}
.slider ul {
	margin:0 0 0 0;
	padding:0 0 15px 0;
	color:#548807;
	}
.slider ul li {
	margin:0 0 0 12px;
	padding:0;
	}
.slider p.viewAll {
	width:100%;
	text-align:left;
	color:#548807;
	margin-bottom:5px;
	}
.slider p.viewAll a {
	color:#548807;
	}
/* -- footer -- */
.footer {
	margin:0;
	width:900px;
	padding:25px 10px;
	background:#f37321 url(images/2009/footerBG.gif) no-repeat;
	color: #fff;
	font-size: 11px;
	position: relative;
	}
.footer A   { color: #FFFFFF;}
.footer p { margin:0 0 8px 5px;}
.spindustry {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #fff;
	}

.footer ul {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	}
.footer li {
	display: inline;
	padding:5px;
	}
.liveHealthy {
	background-image:  url(images/lha/logo_lha_orange.gif);
	background-repeat: no-repeat;
	right: 10px;
	top: 23px;
	width: 108px;
	height: 36px;
	position:absolute;
	}
.liveHealthy a:link, .liveHealthy a:visited {
	display:block;
	width:108px;
	height:36px;
	text-indent: -9000px;
	}
/*.close {
	position:absolute;
	top:3px;
	right:3px;
	height:15px;
	width:15px;
	background:url(images/2009/close.gif) no-repeat;
	}
.close a:link, .close a:visited {
	display:block;
	width:15px;
	height:15px;
	text-indent: -9000px;
	}*/
.welcome {
	position:relative;
	float:right;
	margin:0 10px 0 0;
	font-size: 11px;
	color: #f37321;
}
.welcome p {
	margin:0 0 5px 0;
}
.headerLogin {
	float:right;
	margin:3px 0 0 0;
	background:url(/images/2010/loginBg.jpg);
	width:437px;
	height:77px;
	position:relative;
}
#groupPanel {
	font-size:11px;
	position:absolute;
	left:0px;
	top:0;
	width: 155px;
	padding: 4px;
	}
#groupPanel a, #loginPanel a {
	color:#009cd8;
	}
#groupPanel dl {
	float:left;
	margin:0;
	padding:31px 0 0 7px;
	}
#groupPanel dt {
	display:none;
	}
#groupPanel dl dd {
	float:left;
	}
.gpInput input {
	width:95px;
	height:15px;
	border:1px solid #009cd8;
	font-size:10px;
	padding:1px 2px;
	margin-bottom:3px;
	}
#groupPanel .button1, #loginPanel .button1 {
	margin-left:10px;
	}
dl dd.links {
	clear:both;
	width:100%;
	}

#loginPanel {
	font-size:11px;
	position:absolute;
	right:0px;
	top:0;
	width: 241px;
	height:77px;
	padding:0;
	}
.logout {
	position:relative;
	float:left;
	color: #f37321;
	font-size: 11px;
	margin:0 0 0 10px;
}
.logout a {
	color: #f37321;
	font-size: 11px;
}

#loginPanel dl {
	float:left;
	margin:0;
	padding:35px 0 0 10px;
	}
#loginPanel dt {
	display:none;
	}
#loginPanel dl dd {
	float:left;
	}
.lpUsername {
	float:left;
	padding:0 0 0 0;
	margin:0 0 3px 0;
	vertical-align: top;
	}
.lpUsername input {
	width:95px;
	height:15px;
	border:1px solid #009cd8;
	font-size:10px;
	padding:1px 2px;
	}
.lpPassword {
	padding:0 0 0 0;
	margin:0 0 3px 0;
	vertical-align: top;
	}
.lpPassword input {
	width:65px;
	height:15px;
	border:1px solid #009cd8;
	font-size:10px;
	padding:1px 2px;
	margin:0 0 0 7px;
	}
.login .links {
	position:absolute;
	left: 0px;
	top: 45px;
	width:150px;
}
a.button {
    background: transparent url('images/buttonOrangeRight.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    margin-right: 6px;
	height:18px;
    padding-right: 5px;
    text-decoration: none;
	:-moz-any-link:focus;
	outline: none;
}
a.button.arrows {
    background: transparent url('images/buttonRightArrows.gif') no-repeat scroll top right;
    padding-right: 22px;
	}
a.button span {
    background: transparent url('images/buttonOrangeLeft.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 1px 2px 2px 5px;
	white-space:nowrap;
}
a.button span img {
	float:left;
	border:0;
	padding:0 4px 0 0;
	margin:0;
}
a.button:active, a.button:hover {
	color: #fff;
    background-position: bottom right;
}

a.button:active span, a.button:hover span {
	color: #fff;
    background-position: bottom left;
}
/* insideCallout */
.insideCallout {
	width: 97%;
	}
.insideCallout h3 {
	position:relative;
	width: 100%;
	height: 29px;
	padding:0 0;
	margin:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-image: url(images/2009/titleBarLeftOrange.gif);
	}
.insideCallout h3 a {
	line-height: 29px;
	padding:0px;
	width: 100%;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
	}
.insideCallout .header {
	line-height: 29px;
	padding:0px;
	width: 100%;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height:29px;
	background-position: right top;
	display:block;
	}
.insideCallout h3 a:link, .insideCallout h3 a:visited {
	text-decoration:none;
	}
.insideCallout dl {
	padding:8px;
	margin:-5px 0 0 0;
	border-bottom:1px dotted #00a4e4;
	float:left;
	width:100%;
	}
.insideCallout dl.featured {
	background-color:#fff2cc;
	}
.insideCallout dl.alt {
	background:#f1f5ea;
	}
.insideCallout dl dd.image {
	width:17%;
	float:left;
	padding:0;
	margin:0 0 0 0;
	}
.insideCallout dl dd.more {
	color:#f37321;
	}
.insideCallout dl dd.image img {
	border:1px solid #00a4e4;
	}
.insideCallout dl dt {
    float:left;
	/*float:right;*/
	width:83%;
	font-size:13px;
	font-weight:bold;
	color:#f37321;
	padding:0 0 0 0;
	margin:0;
	}
.insideCallout dl dd {
    float:left;
	/*float:right;*/
	width:83%;
	font-size:12px;
	padding:0 0 0 0;
	margin:0;
	}
.insideCallout dl dd a {
	}
/* insideCallout green */
.insideCallout.green {
	font-size: 11px;
	line-height:130%;
	color: #333;
	float:left;
	padding:0;
	margin:0 0 0 0;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#bdd199;
	}
.insideCallout.green h3 {
	background-image: url(images/2009/titleBarLeftGreen.gif);
	background-repeat: no-repeat;
	}
.insideCallout.green h3 a {
	background-image: url(images/2009/titleBarRightGreen.gif);
	}

/* news detail page */
.news_item { 
	margin: 0 0 20px 0;
	padding: 0;
	}

.news_item dl {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.news_item dl dd p {
	margin: 0 0 20px 0;
	}

.news_item h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	color: #f37321;
	}
.newstitle {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	color: #f37321;
	font-weight:bolder;
	}

.news_image {
	float: left;
	margin: 0 15px 15px 0;
	padding: 4px 0 0 0;
	}

.news_item a, .news_item a:visited {
	color: #f37321;
	}
	
.news_item a:hover {
	color: #f37321;
	}
	
	

/* RV these are for the resources page */
.resourcesColumn {
	margin:0 15px 30px 0;
	/*width:283px;*/
	width:290px;
	float:left;
}
.container2 {
	font-size: 11px;
	line-height:130%;
	color: #333;
	background-image: url(images/lha/container2_border.gif);
	background-repeat: no-repeat;
	width: 269px;
	background-position: left bottom;
	padding:0 0 0 0;
	margin:0 0 14px 0;
}
.container2 h1 {
	position:relative;
	background-repeat: no-repeat;
	height: 31px;
	width: 269px;
	padding:0 0 0 0px;
	margin:0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-image: url(images/lha/titlebar_bg.gif);
	/* background-image: url(images/2009/titleBarLeftOrange.gif);*/
	text-transform: uppercase;
}
.containerwrap {
	padding:0 10px 10px 10px;
}
.container2 h1 a {
	width: 259px;
	line-height: 31px;
	padding:0 0 0 10px;
	color: #FFFFFF;
	background: url(images/lha/titlebar_rightend.gif) no-repeat right;
	display:block;
}
.container2 h1 span {
	position:absolute;
	top:-5px;
	right:0px;
}
.container2 h1 a:link, .container2 h1 a:visited {
	text-decoration:none;
}
.container2 span, .container2 span a {
	color:#f37321;
}
.container2 .viewall, .container2 .viewall a {
	text-align:right;
	color:#f37321;
}

.container2 li {
	list-style:none outside;
	padding:0 10px 9px 10px;
}


.container2 ul {
	padding:0px;
	margin:0;
}
.container2 ul li {
	padding:0 0 0 13px;
	margin:0 0 5px 0;
	background: url(images/lha/bullet_leaf.gif) no-repeat left 3px;
	list-style:none;
}
.containerHeadline {
	font-size:12px;
	font-weight:bold;
	color:#f37321;
}

/* RV lifestyle questions */
.lifestyleOrange, .lifestyleRed, .lifestylePurple, .lifestyleGreen, .lifestyleBlue, .lifestyleBG {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	width:300px;
    padding: 10px;
    margin-bottom:8px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	overflow:hidden;
}
#inside .column2 .columnA .lifestyleOrange p, #inside .column2 .columnA .lifestyleRed p, 
    #inside .column2 .columnA .lifestylePurple p, 
    #inside .column2 .columnA .lifestyleGreen p, 
    #inside .column2 .columnA .lifestyleBG p, 
    #inside .column2 .columnA .lifestyleBlue p { color:#fff;}
.lifestyleOrange .formitem, .lifestyleRed .formitem, .lifestylePurple .formitem, .lifestyleGreen .formitem, .lifestyleBlue .formitem, .lifestyleBG .formitem {
	color:#000;
}	
.lifestyleOrange img, .lifestyleRed img, .lifestylePurple img, .lifestyleGreen img, .lifestyleBlue img, .lifestyleBG img {
	float:left; padding-right:10px;
}
.lifestyleOrange input.image, .lifestyleRed input.image, .lifestylePurple input.image, .lifestyleGreen input.image, .lifestyleBlue input.image, .lifestyleBG input.image {
	float:left; padding-right:10px;
}
.lifestyleOrange {
    border: solid 1px #f47320;
    background:#f79032 url(/images/highlight.png) no-repeat center top;
}	
.lifestyleRed {
    border: solid 1px #d02f14;
    background:#d53e25 url(/images/highlight.png) no-repeat center top;

}	
.lifestylePurple {
    border: solid 1px #55428c;
    background:#6a53a3 url(/images/highlight.png) no-repeat center top;

}	
.lifestyleGreen {
    border: solid 1px #5d8f14;
    background:#89ad3c url(/images/highlight.png) no-repeat center top;
}	
.lifestyleBlue {
    border: solid 1px #00a4e4;
    background:#30c4f4 url(/images/highlight.png) no-repeat center top;
}	
.lifestyleBG {
    border: solid 1px #000;
    background:#fff url(/images/highlight.png) no-repeat center top;
}	
