pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}
p{
	padding:0;
	margin: 0 0 8px 0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 91%;
	background-color: #e3e4e0;
	width:93%;
	padding-left:5px;
}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #8b9704;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	outline: 0;
}

input, select, textarea {
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/
/** normally hidden but will appear when css disabled */
.skip{
  position: absolute;
  left: -9999px;
}
/**********************************************/

hr.singleGreenLine
{
	color: #d6e80f;
	background-color: #d6e80f;
	height: 1px;
	border-style: none;
	margin: 4px 0 13px 0;
	padding:0;
}

#site-main {
	/*max-width:100%;
	min-width:950px;*/
	/*width:953px;*/
	width:66em;
	margin: 0 auto;
}

#site-header {
	height: 107px;
	width:66em;
	line-height: 18px;
	color:#666;
	background-color: #f6f7f6;
	background-image: url(/img/header_repeatX.gif);
	background-repeat: repeat-x;
	position:relative;
}

#site-banner{
	padding-top: 15px;
}

.tagline{
	margin:42px 0 0 10px;
}

img#lifeMyWayLogo{float:left;}

#changeFontSize
{
	float:right;
	display:inline;
	height:50px;
	width:115px;
	margin-right:20px;
	margin-top:26px;
}

#changeFontSize p
{
	float:right;
	display:inline;

}

#changeFontSize a
{
	float:right;
	display:block;
	width:17px;
	height:17px;
	line-height: 17px;
	margin: 0 1px;
	background-color: #b4b5b3;
	text-align: center;
	vertical-align: text-bottom;
	color: #fafafd;
	text-decoration: none;
}

#changeFontSize a:hover
{
	text-decoration:underline;
}
#changeFontSize a#default
{
	font-size:11px;
}
#changeFontSize a#medium
{
	font-size:13px;
}

#changeFontSize a#large
{
	font-size:16px;
}

.border-clear{ border:none !important;}




/*************/
/* Menu layout styles 
-------------------------------------------------------------------------*/
#primary-nav{
	position:absolute;
	top:83px;
	left:30px;
	width:95%;
	font-family:"Times New Roman", Times, serif;
	text-transform:lowercase;
}

#primary-nav ul {
	float:left;
	display:inline;
	position:relative;
}
#primary-nav ul li {
	float:left;
	display:inline;
	border-left: solid #9fc254 1px;
	padding: 0 20px;
	margin-right: 1px;
	position:relative;
}
#primary-nav ul li a {
	float:left;
	color:#6a6d65;
}
#primary-nav ul li a.active{
	/*color:#876946;*/
}
#primary-nav ul li a:hover{
	text-decoration:none;
}
/***********************/
ul#primary-menu li a.primary {
	display: block;
	margin-top: 1px;
	height: 1.1em;
	line-height: 1.1em;
}
/***** Begin common nested ul, li and a styles *****/
ul#primary-menu ul {
	margin-top: -8px;
	padding-top: 4px;
	width: 210px;
}
ul#primary-menu ul li {
	margin: 0;
	padding: 0;
	border:none;
	border-top:solid #a1a1a5 1px;
}
ul#primary-menu ul li a:link, ul#primary-menu ul li a:active, ul#primary-menu ul li a:visited {
	color: #6a6d65;
	text-decoration: none;
	font-weight:normal;
	background:none;
	background-color:#edf0eb;
}
ul#primary-menu ul li a:hover {
	text-decoration: none;
	background-color: #c6c6c6;
}
ul#primary-menu ul li a {
	display: block;
	padding: 3px 4px 3px 10px;
	width: 194px;
}
/***** End common nested ul, li and a styles *****/

/***** Begin second level menus *****/
ul#primary-menu ul.secondary-menu {
	visibility: hidden;
	clear: both;
	position: absolute;
	top: 25px;
	left: -999px;
	z-index: 999;
}
/* make the second level visible when hover on first level list */
ul#primary-menu li:hover ul.secondary-menu, ul#primary-menu li.mhover ul.secondary-menu, ul#primary-menu li.mhover-first ul.secondary-menu {
	visibility: visible;
	left: 0;
}
ul#primary-menu li.last:hover ul.secondary-menu, ul#primary-menu li.mhover-last ul.secondary-menu { /* The last drop-down aligns with the right edge of the menu option */
	visibility: visible;
	left: 0; /* reset left position for IE */
	right: 0;
}
/***** End second level menus *****/

/********************/







#site-footer
{
	padding: 12px 0px 0px 0px;
	/*width:100%;*/
	width:66em;
	line-height: 18px;
	height:36px;
	float:left;
}

#site-footer, #site-footer a
{
	color:#908d86;
}

#site-footer-nav
{
	float:left;
	display:inline;
	padding-left:21px;
}

#site-footer-nav li, #socialConnectors li
{
	display:inline;
	margin-right:3px;
}
#site-footer-nav li{
	border-left:solid #ccc 1px;
	padding-left:5px;
}
#site-footer .copyright{
	float:right;
	display:inline;
	text-align:right;
	/*font-size:12px;*/
	margin-right:20px;
}
#site-body
{
	margin-top:5px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 38px;
	padding-left: 0px;
	float: left;
	display:inline;
	width:66em;
	min-height:500px;
	
}

#railLeft
{
	width:611px;
	float:left;
	display:inline;
	margin-left:20px;
	margin-top:15px;
}

#railRight
{
	width:264px;
	/*width:19em;*/
	margin: 27px 20px 0 0px;	
	float:right;
	display:inline;
}

#homeVideo {
	margin-top: 10px;
	
}

#railLeft, #homeVideo, #homeBlog, #homeBlueprint, #homeConnect {
	float:left;
	display:inline;
	/*width:42.13em;*/
}
#homeBlog p{
	margin:0;
}
.homeBlogItem{
	margin-bottom:10px;
}
#homeConnect{
	width:100%;
	}
#homeBlueprint
{
	padding: 21px 16px;
	width:39.5em;
	margin-top:14px;
	background-color: #e4e3e2;
	background-image: url(/img/header_bluePrint_repeatX.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

img.inlinePhoto
{
	margin: 4px 13px 10px 0;
}

#rightNews .inlinePhoto
{
	margin: 4px 9px 9px 0;
}

.videoSmall {
	margin: 0px 9px 0px 21px;
	border: 1px solid #9b9b9b;
}

#rightNewsletter
{
	padding: 10px 7px;
	margin-left:4px;
	background-color: #d6e80f;
	background-image: url(/img/footer_newsletter_repeatX.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#rightNewsletter input.text
{
	border: 1px solid #aeb09b;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
	float:none;
	font-size:12px;
}
#rightNewsletter input.name
{
	width:200px;
}
#rightNewsletter input.email
{
	width:120px;
}
#rightNewsletter input.zip
{
	width:70px;
}

#rightNewsletter input.button{
	/*height:30px;*/
	margin:0!important;
	padding:0 !important;
	vertical-align:middle; 
}

.newsletterTitle
{
	margin-bottom:10px;
}

.blueprintTitle
{
	margin-bottom:17px;
}

img.title
{
	margin-top:25px;
}

#socialConnectors a
{
	color:#453f3b;
}
#rightCampaign {
	margin-bottom: 14px;
	position:relative;
	height:230px;
}
#headline_join_now{
	position:absolute;
	top:0;
	left:0;
}
#rightCampaignContent {
	background:#908D86;
	border-bottom:solid #D6E80F 5px;
	position:absolute;
	top:10px;
	left:10px;
	height:170px;
	width:225px;
	padding:30px 10px 10px 20px;
}

#followLatest {
	margin-bottom: 14px;
}

.rssLinkIcon
{
	/*margin-left:20em;*/
	float:right;
	display:inline;
}

.datePosted
{
	color:#999;
}

#rightStory h5{
	color:#999;
}
#rightNews h5{
	color:#999;
}

/*NEWS PAGE*/
.newsMedia{	
	margin:10px 0;
}
.newsArticle{
	margin:10px 0;
	float:left;
	width:42.13em;
}
.newsArticle h3{
	color:#333333;
}
.newsArticle h4{
	color:#999;	
}
.newsText{
	/*margin-top:10px;*/
}
#rightFollowLatest {
	margin-top:10px;
	padding-left:12px;
	margin-bottom: 14px;
}
#newsPagination{
	text-align:center;
}
#newsPagination a{
	color:#333333;
}
#newsPagination a:hover{
	text-decoration:none;
	color:#8b9704;
}

#newsPagination ul li{
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	float:left;
}
.paginationOn{
	background-color:#d6e80f;
}
#articleOptions{
	margin-top:2px;
	margin-bottom:10px;
}
#articleOptions a{
	color:#333333;
	font-weight:normal;
}
#articleOptions li{
	display:inline;
	padding-right:10px;
}
#articleOptions img{
	padding-right:7px;
}
form table tr td{
	padding: 5px 5px 5px 0;
	vertical-align:top;
}
input.text, input.checkbox, label{
	float:left;
	display:inline;
}
input.checkbox{
	margin-top:0;
	margin-right:5px;
}
textarea, input.text{
	width:250px;
}
#homeVideo{
	border-top:solid #e0ec74 6px;
	width:612px;
	/*height:355px;*/
	background-color:#545145;
	color:#FFFFFF;
	
}
#homeVideo a{
	color:#d6e80f;
}
#homeVideoMedia{
	width:480px;
	float:left;
	display:inline;
}
#homeVideoDetails{
	float:right;
	display:inline;
	background: transparent url(/img/vid_bg_repeat_y.gif) repeat-y;
	width:112px;
	min-height:275px;
	padding:10px;
	font-size:1.1em;
}
#homeVideoFooter{
	background: #2c2a24 url(/img/vid_bg_repeat_x.gif) repeat-x;
	width:610px;
	min-height:87px;
	float:left;
	display:inline;
	border:solid #abaaaa 1px;
	font-size:1em;
}
#homeVideo span{
	display:block;
}
#homeVideoFooter li{
	width:33%;
	float:left;
	display:inline;
}
#homeVideoFooter div{
	margin:10px 0;
	padding: 0 8px;
	border-left:solid #abaaaa 1px;
	min-height:63px;
}
#homeVideoFooter div img{
	border:solid #abaaaa 1px;
	margin:0 10px 0 0;
}
.headline{
	padding-top:20px;
	padding-bottom:10px;
}
.headline h1{
	float:left;
	display:inline;
	
}
h1{
	color:#666666;
}
#tester{
	height:300px;
	width:300px;
	background-color:#CCCCCC;
	position:absolute;
	top:0;
	left:0;
}

#site-header-print {  
     height: 107px;  
     /*width:100%;  
     width:953px;*/  
     width:42.13em;  
     line-height: 18px; 
     color:#666; 
     background-color: #f6f7f6; 
     position:relative; 
}  

#profileTable{
	width:100%;
	margin: 5px 0 10px 0;
}
#profileTable td{
	padding: 0 0px 15px 0;
}
#profileTable h3 {
	margin:10px 0 3px 0;
}
.profileFeatured{
	width:290px;
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	}
.profileFeatured img {
	float:left;
	display:inline;
	margin:0 13px 0px 0;
}
.profileContainer{
	position:relative;
	margin: 5px 0 15px 0;
}
.profile{
	width:190px;
	margin:0 10px 15px 0;
	float:left;
	display:inline;
}
.profile-box{
	background:#F6F7F6;
	border-right: solid #D6E80F 5px;
}
.resources-box{
	background:#F6F7F6;
	margin: 0 0 10px 0;
	color:#8B9704;
	font-size:20px;
}
.resources-box p{
	margin-left:10px;
}
.resources-box img{
	margin-left:-10px;
	margin-right:10px;
}
#profileTable .profile-box h2 {
	padding:10px 0 0px 0;
}
#profileTable .profile-box h3 {
	margin:5px 0 0px 0;
}



.calendar_nav_on				{ font-size=10pt; color: #FFFFFF; background-color: #908d86; font-weight: bold;}
A.calendar_nav_on:active		{ }
A.calendar_nav_on:link			{ }
A.calendar_nav_on:visited		{ }

.calendar_nav_off				{ font-size=10pt; color: #FFFFFF; background-color: #edf0eb; font-weight: bold;}
A.calendar_nav_off:active		{ }
A.calendar_nav_off:link			{ }
A.calendar_nav_off:visited		{ }

.calendar_header1				{ font-size=8pt; color: #FFFFFF; background-color: #908d86; }
.calendar_header2				{ font-size=8pt; color: #000000; background-color: #D6E80F; }
.calendar_header3				{ font-size=10pt; color: #000000; background-color: #908d86; }
.calendar_form					{ font-size=8pt; color: #000000; background-color: #c7c7c7; }
.calendar_text					{ font-size=8pt; color: #000000; background-color: #ffffff; }

.calendar_event					{ font-size=8pt; color: #000000; }
A.calendar_event:active			{ display:block;font-size:12px;margin:0 0 10px;}
A.calendar_event:link			{ display:block;font-size:12px;margin:0 0 10px;}
A.calendar_event:visited		{ display:block;font-size:12px;margin:0 0 10px;}

.calendar_day					{ font-size=8pt; color: #a35353; }
A.calendar_day:active			{ }
A.calendar_day:link				{ }
A.calendar_day:visited			{ }

#intro-profiles-table td{
	padding:10px;
	background-color:#F6F7F6;
}
.profile-medium{
	float:left; 
	display:inline; 
	width:190px; 
	
}
.profile-feature-table{
	margin-top:20px;
}
.profile-feature-table td{
	vertical-align:top;
	width:190px;
	padding-bottom:20px; 
	padding-right:10px;
}
.profile-table{
	margin-bottom:10px;
}
.profile-table td{
	width:163px;
	padding:5px;
}
.profile-table img{
	margin-right:5px;
}
