@charset "utf-8";
body {
	font: 11pt/1.4 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Container_bkg.png);
	background-repeat: repeat-x;
	position: relative;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0 0 0 1em;
	margin: 0;
	list-style-position: outside;
}
li {
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0 0 12px 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	padding: 0;
	position: relative;
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Dreamcatcher.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 600px;
}


.header {
	height: 280px;
	position: relative;
	width: 100%;
}
.header .homeclick {
	height: 240px;
	position: absolute;
	top: 37px;
	left: 18px;
	width: 320px;
}

.nav {
	width: 909px;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg);
	height: 64px;
	position: absolute;
	right: 0px;
	top: 185px;
}
.navcenter {
	margin: 0!important;
	display: block;
	width: auto;
	text-align: left!important;
	font-weight: bold;
	position: relative;
	left: 0px;
}
.socialnav {
	height: 53px;
	width: 259px;
	position: absolute;
	top: 10px;
	right: 10px;
}
a.navfb {
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_social_buttons.png);
	width: 67px;
	height: 53px;
	background-position: left top;
	text-indent: -1000em;
	line-height: 53px;
	margin: 0 1px 0 0;
	padding: 0;
	display: inline-block;
}
a.navtwitter {
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_social_buttons.png);
	width: 67px;
	height: 53px;
	background-position: -67px 0;
	text-indent: -1000em;
	line-height: 53px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
a.navgoogle {
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_social_buttons.png);
	width: 67px;
	height: 53px;
	background-position: -134px 0;
	text-indent: -1000em;
	line-height: 53px;
	margin: 0;
	padding: 0;
	display: inline-block;
}

a.navli {
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_social_buttons.png);
	width: 56px;
	height: 53px;
	background-position: -201px 0;
	text-indent: -1000em;
	line-height: 53px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.button:hover {
	position: relative;
	top: -1px;
}





.header .nav .navhome {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -19px -16px;
	padding:0;
	margin:0;
	width:135px;
	height:48px;
	position:absolute;
	top:16px;
	left:19px;
	text-indent: -1000em;
}
.header .nav .navdoublestix {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -154px -16px;
	padding:0;
	margin:0;
	width:218px;
	height:48px;
	position:absolute;
	top:16px;
	left:154px;
	text-indent: -1000em;
}
.header .nav .navcoaching {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -372px -16px;
	padding:0;
	margin:0;
	width:167px;
	height:48px;
	position:absolute;
	top:16px;
	left:372px;
	text-indent: -1000em;
}
.header .nav .navinspiration {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -539px -16px;
	padding:0;
	margin:0;
	width:187px;
	height:48px;
	position:absolute;
	top:16px;
	left:539px;
	text-indent: -1000em;
}
.header .nav .navresources {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -726px -16px;
	padding:0;
	margin:0;
	width:168px;
	height:48px;
	position:absolute;
	top:16px;
	left:726px;
	text-indent: -1000em;
}
.header .nav .navhome:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -19px -80px;
	padding:0;
	margin:0;
	width:135px;
	height:48px;
	position:absolute;
	top:16px;
	left:19px;
	text-indent: -1000em;
}
.header .nav .navdoublestix:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -154px -80px;
	padding:0;
	margin:0;
	width:218px;
	height:48px;
	position:absolute;
	top:16px;
	left:154px;
	text-indent: -1000em;
}
.header .nav .navcoaching:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -372px -80px;
	padding:0;
	margin:0;
	width:167px;
	height:48px;
	position:absolute;
	top:16px;
	left:372px;
	text-indent: -1000em;
}
.header .nav .navinspiration:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -539px -80px;
	padding:0;
	margin:0;
	width:187px;
	height:48px;
	position:absolute;
	top:16px;
	left:539px;
	text-indent: -1000em;
}
.header .nav .navresources:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1200_menu.jpg) no-repeat -726px -80px;
	padding:0;
	margin:0;
	width:168px;
	height:48px;
	position:absolute;
	top:16px;
	left:726px;
	text-indent: -1000em;
}






.mountains {
	margin: 0;
	padding: 0;
	clear: both;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_Mountains.jpg);
	background-repeat: repeat-x;
	background-position: center;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_Content_primary.jpg);
	background-repeat: no-repeat;
	background-position: left-top;
	margin: 0;
}
.maincontent {
	margin: 0 310px 0 230px;
	padding: 40px 0 0 0;
	display: block;
	width: auto;
	min-height: 1000px;

}
.subcontent {
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Content_Sidebar_wide.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
}
.sidebarwrap {
	width: 300px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.sidebar {
	width: 190px;
	float: right;
	margin: 0 42px 0 0;
	padding: 40px 0 0 0;
	display: block;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: center;
}
.sidebar input {
	margin: 0 0 7px 0;
	padding: 3px;
	width: 178px;

}
.sidebar label {
	margin: 0;
	padding: 0 0 0px 4px;
	width: auto;
	text-align: left;
	float: left;
}

.sidebar input.submitbutton {
	padding: 0px;
	text-align: center;
	width: auto;
}


.sidebarmobile {
	display: none;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
	max-width: 806px;
	width: auto;
}
.sidebar p {
	text-align: center;
	clear: both;
	display: box;
}

.sidebar .microfollow {
	font-size: 9pt;
}
.sidebarmobile .crush {
	display: inline-block;
	padding: 0;
	position: relative;

}
.sidebarmobile .sidebarcrush01 {
	width: 190px;
	text-align: center;
	margin: 40px 10px 5px 0;
	vertical-align: top;
}
.sidebarmobile .sidebarcrush02 {
	width: 190px;
	text-align: center;
	margin: 40px 10px 5px 10px;
	vertical-align: top;
}
.sidebarmobile .sidebarcrush03 {
	width: 365px;
	text-align: center;
	margin: 40px 0 5px 10px;
	vertical-align: top;
}
.sidebarmobile .sidebarcrush03 p img{
	text-align: center;
	margin: 0 10px 0 0;
	vertical-align: middle;
}







a img {
	border: none;
}


a:link {
	color: #351b0a;
	text-decoration: underline;
}

a:visited {
	color: #351b0a;
	text-decoration: underline;
}


.feather {
	width: 331px;
	height: 148px;
	position: absolute;
	right: 17%;
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Header_Feather.png);
	top: 40px;
	display: inline;
}

/* ~~ The footer ~~ */
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 200px;
	max-width: 1200px;
	clear: both;
}
.copyright {
	width: 400px;
	height: 154px;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Footer_Copyright.png);
	top: 46px;
}
.sidebar h1, h2, h3 {
	text-align: center;
	color: #351b0a;
	font-size: 12pt;
	padding: 0;
	margin: 0;
}
.maincontent h1 {
	height:40px;
	font-size: 17pt;
	position: relative;
	left: -15px;
}
.maincontent p , .maincontent h2, .maincontent h3{
	margin-right: 25px;
}
h1.doublestixh1 {
	background: url(Design/Assets/Double_Stix_Images/Time_for_Me_h1_Double_Stix.png) no-repeat left top;
	text-indent: -1000em;
	height: 69px;
}
h1.doublestixbooksh1 {
	background: url(Design/Assets/Resources_Images/Time_For_Me_Now_Double_Stix_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}

h1.welcomeh1 {
	background: url(Design/Assets/Homepage_Images/Time_for_Me_Now_Welcome_to_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.coachingh1 {
	background: url(Design/Assets/Dreams_Coaching/Time_for_Me_T4MN_Coaching_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.successh1 {
	background: url(Design/Assets/Shared_graphics/Time_For_Me_Now_success_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.emailconfirmh1 {
	background: url(Design/Assets/Homepage_Images/Time_for_Me_Now_Almost_There_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}

h1.browsingh1 {
	background: url(Design/Assets/Shared_graphics/Time_For_Me_Now_browsing_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.resourcesh1 {
	background: url(Design/Assets/Resources_Images/Time_For_Me_Now_resources_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.booksh1 {
	background: url(Design/Assets/Resources_Images/Time_For_Me_Now_books_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.audiosh1 {
	background: url(Design/Assets/Resources_Images/Time_For_Me_Now_audio_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.postersh1 {
	background: url(Design/Assets/Resources_Images/Time_For_Me_Now_abundance_posters_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}


h1.dvdsh1 {
	background: url(Design/Assets/Resources_Images/Time_For_Me_Now_dvds_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}
h1.toolsh1 {
	background: url(Design/Assets/Resources_Images/Time_For_Me_Now_tools_h1_bkg.png) no-repeat left top;
	text-indent: -1000em;
}



h2.whatish2 {
	background: url(Design/Assets/Homepage_Images/Time_For_Me_Now_what_is_h2_bkg.png) no-repeat center top;
	text-indent: -1000em;
	height: 34px;
	padding-bottom: 15px;
}
h2.bookfeaturedh2 {
	background: url(Design/Assets/Homepage_Images/Time_For_Me_Now_h2_Book_Featured_At.png) no-repeat center top;
	text-indent: -1000em;
	height: 74px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

h2.complimentaryh2 {
	background: url(Design/Assets/Homepage_Images/Time_For_Me_Now_h2_Complimentary_Offerings.png) no-repeat center top;
	text-indent: -1000em;
	height: 34px;
	padding-bottom: 15px;
}
h2.whatissoulcoachingh2 {
	background: url(Design/Assets/Homepage_Images/Time_For_Me_Now_what_is_coaching_h2_bkg.png) no-repeat center top;
	text-indent: -1000em;
	height: 34px;
	padding-bottom: 15px;
}

h3.optionsh3 {
	background: url(Design/Assets/Shared_Images/Time_for_Me_Now_h3_certified_coaching_options.png) no-repeat center top;
	text-indent: -1000em;
	height: 51px;
	margin-bottom: 4px;
}
h3.newsletterh3 {
	background: url(Design/Assets/Shared_Images/Time_for_Me_Now_h3_newsletter.png) no-repeat center top;
	text-indent: -1000em;
	height: 67px;
	margin-bottom: 5px;
}

h3.certificationsh3 {
	background: url(Design/Assets/Shared_Images/Time_for_Me_Now_h3_certifications_affiliations.png) no-repeat center top;
	text-indent: -1000em;
	height: 51px;
	margin-bottom: 5px;
}
.indrequired {
	font-size: 10pt;
}



.alignRight {
	position: relative;
	float: right;
	margin-right: 5px;
}

.content p.centering {
	text-align: center;
	font-size: 11pt;
}
.content h3.centering {
	text-align: center;
	font-size: 11pt;
}

.content p.centeringnosize {
	text-align: center;
}
.content p.testimonialblock {
	padding: 0 30px 12px 30px;
	color: #1B376D;
	font-size: 12px;

}
.content ul.listyblock {
	padding: 0 30px 0 80px;
}


.productfloat {
	float: left;
	padding: 0px 20px 20px 0px;
}

.titletacular {
	font-size: 11pt;
}
.titletacular .boldy {
	font-weight: bold;
}

.development {
	position: relative;
	font-size: 9pt;
	top: 52px;
	color: #123068;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}


.footer a:link {
	color: #123068;
	text-decoration: none;
}

a:visited {
	color: #351b0a;
	text-decoration: underline;
}
.footer a:visited {
	color: #123068;
	text-decoration: none;
}

a:hover, a:active, a:focus { /
	text-decoration: none;
}
.footer a:hover, a:active, a:focus {
	text-decoration: underline;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
table td.rule {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #5A2202;

}
.tablecart {
	margin-right: 30px;
}
.clearfloatbody {
	clear:both;
	height:12px;
	font-size: 1px;
	line-height: 10px;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

@media screen and (max-width: 1199px) {

.1024-1199___________________________________ {}

.nav {
	width: 710px;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu.png);
	height: 64px;
	position: absolute;
	right: 5px;
	top: 185px;
}

.feather {
	width: 331px;
	height: 148px;
	position: absolute;
	right: 17%;
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Header_Feather.png);
	top: 40px;
}
	


.header .nav .navhome {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -19px -16px;
	padding:0;
	margin:0;
	width:99px;
	height:48px;
	position:absolute;
	top:16px;
	left:19px;
	text-indent: -1000em;
}
.header .nav .navdoublestix {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -118px -16px;
	padding:0;
	margin:0;
	width:172px;
	height:48px;
	position:absolute;
	top:16px;
	left:118px;
	text-indent: -1000em;
}
.header .nav .navcoaching {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -290px -16px;
	padding:0;
	margin:0;
	width:126px;
	height:48px;
	position:absolute;
	top:16px;
	left:290px;
	text-indent: -1000em;
}
.header .nav .navinspiration {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -416px -16px;
	padding:0;
	margin:0;
	width:142px;
	height:48px;
	position:absolute;
	top:16px;
	left:416px;
	text-indent: -1000em;
}
.header .nav .navresources {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -558px -16px;
	padding:0;
	margin:0;
	width:134px;
	height:48px;
	position:absolute;
	top:16px;
	left:558px;
	text-indent: -1000em;
}
.header .nav .navhome:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -19px -80px;
	padding:0;
	margin:0;
	width:99px;
	height:48px;
	position:absolute;
	top:16px;
	left:19px;
	text-indent: -1000em;
}
.header .nav .navdoublestix:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -118px -80px;
	padding:0;
	margin:0;
	width:172px;
	height:48px;
	position:absolute;
	top:16px;
	left:118px;
	text-indent: -1000em;
}
.header .nav .navcoaching:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -290px -80px;
	padding:0;
	margin:0;
	width:126px;
	height:48px;
	position:absolute;
	top:16px;
	left:290px;
	text-indent: -1000em;
}
.header .nav .navinspiration:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -418px -80px;
	padding:0;
	margin:0;
	width:142px;
	height:48px;
	position:absolute;
	top:16px;
	left:418px;
	text-indent: -1000em;
}
.header .nav .navresources:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -558px -80px;
	padding:0;
	margin:0;
	width:134px;
	height:48px;
	position:absolute;
	top:16px;
	left:558px;
	text-indent: -1000em;
}

}


@media screen and (max-width: 999px) {
.800-999___________________________________ {}

.nav {
	width: 710px;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu.png);
	height: 64px;
	position: relative;
	right: 0px;
	top: 185px;
	margin: 0 auto;
}

.feather {
	width: 331px;
	height: 148px;
	position: absolute;
	right: 12%;
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Header_Feather.png);
	top: 36px;
	display: inline;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_Content_primary_mobile.jpg);
	background-repeat: no-repeat;
	background-position: left-top;
	margin: 0;
}
.maincontent {
	margin: 0 50px 0 50px;
	padding: 40px 0 0 0;
	min-height: 200px;

}
.subcontent {
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Content_Sidebar_mobile.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
}

.sidebar {
	width: 190px;
	float: right;
	margin: 0 42px 0 0;
	padding: 40px 0 0 0;
	display: none;
}
.sidebarmobile {
	display: block;
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	margin-top: 40px;
}
	


.header .nav .navhome {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -19px -16px;
	padding:0;
	margin:0;
	width:99px;
	height:48px;
	position:absolute;
	top:16px;
	left:19px;
	text-indent: -1000em;
}
.header .nav .navdoublestix {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -118px -16px;
	padding:0;
	margin:0;
	width:172px;
	height:48px;
	position:absolute;
	top:16px;
	left:118px;
	text-indent: -1000em;
}
.header .nav .navcoaching {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -290px -16px;
	padding:0;
	margin:0;
	width:126px;
	height:48px;
	position:absolute;
	top:16px;
	left:290px;
	text-indent: -1000em;
}
.header .nav .navinspiration {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -416px -16px;
	padding:0;
	margin:0;
	width:142px;
	height:48px;
	position:absolute;
	top:16px;
	left:416px;
	text-indent: -1000em;
}
.header .nav .navresources {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -558px -16px;
	padding:0;
	margin:0;
	width:134px;
	height:48px;
	position:absolute;
	top:16px;
	left:558px;
	text-indent: -1000em;
}
.header .nav .navhome:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -19px -80px;
	padding:0;
	margin:0;
	width:99px;
	height:48px;
	position:absolute;
	top:16px;
	left:19px;
	text-indent: -1000em;
}
.header .nav .navdoublestix:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -118px -80px;
	padding:0;
	margin:0;
	width:172px;
	height:48px;
	position:absolute;
	top:16px;
	left:118px;
	text-indent: -1000em;
}
.header .nav .navcoaching:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -290px -80px;
	padding:0;
	margin:0;
	width:126px;
	height:48px;
	position:absolute;
	top:16px;
	left:290px;
	text-indent: -1000em;
}
.header .nav .navinspiration:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -418px -80px;
	padding:0;
	margin:0;
	width:142px;
	height:48px;
	position:absolute;
	top:16px;
	left:418px;
	text-indent: -1000em;
}
.header .nav .navresources:hover {
	background: url(Design/Assets/Shared_Images/Time_For_Me_Now_1000_menu_words.png) no-repeat -558px -80px;
	padding:0;
	margin:0;
	width:134px;
	height:48px;
	position:absolute;
	top:16px;
	left:558px;
	text-indent: -1000em;
}

}
@media screen and (max-width: 999px) {
.600-799___________________________________ {}

.nav {
	width: 590px;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_600_menu.png);
	height: 64px;
	position: absolute;
	right: 5px;
	top: 185px;
	margin: 0 0 0 5px;
	font-size: 13pt;
	color: #000;
}
.navcenter {
	margin: 0 auto!important;
	display: block;
	width: 500px;
	text-align: center!important;
	font-weight: bold;
	position: relative;
	left: -5px;
}


.feather {
	width: 331px;
	height: 148px;
	position: absolute;
	right: 1.5%;
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Header_Feather.png);
	top: 36px;
	display: inline;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0;
	background-image: url(Design/Assets/Shared_Images/Time_For_Me_Now_Content_primary_mobile.jpg);
	background-repeat: no-repeat;
	background-position: left-top;
	margin: 0;
}
.maincontent {
	margin: 0 50px 0 50px;
	padding: 40px 0 0 0;

}
.subcontent {
	background-image: url(Design/Assets/Shared_Images/Time_for_Me_Now_Content_Sidebar_mobile.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
}

.sidebar {
	width: 190px;
	float: right;
	margin: 0 42px 0 0;
	padding: 40px 0 0 0;
	display: none;
}
.sidebarmobile {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0 45px;
}
	


.header .nav .navhome {
	background: none;
	padding:0;
	margin:0;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}
.header .nav .navdoublestix {
	background: none;
	padding:0;
	margin:0 0 0 10px;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}
.header .nav .navcoaching {
	background: none;
	padding:0;
	margin:0 0 0 10px;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}
.header .nav .navinspiration {
	background: none;
	padding:0;
	margin:0 0 0 10px;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}
.header .nav .navresources {
	background: none;
	padding:0;
	margin:0 0 0 10px;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}
.header .nav .navhome:hover {
	background: none;
	padding:0;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
	margin: 0;
}
.header .nav .navdoublestix:hover {
	background: none;
	padding:0;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
	margin: 0 0 0 10px;
}
.header .nav .navcoaching:hover {
	background: none;
	padding:0;
	margin:0 0 0 10px;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}
.header .nav .navinspiration:hover {
	background: none;
	padding:0;
	margin:0 0 0 10px;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}
.header .nav .navresources:hover {
	background: none;
	padding:0;
	margin:0 0 0 10px;
	width:auto;
	height:48px;
	position:relative;
	top:29px;
	left:0px;
	text-indent: 0em;
}

}
.nav a {
	color: #000;
}
