/* @override http://lifeworksnutrition.com/css/main.css */

/* @override http://extranet.imagebox.com/lifeworks/dev/css/main.css */

/* @group reset */
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,p {font-size: 1em;font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
a {text-decoration: none;outline:none;}
/* @end */

/* @group Layout */

body {
	background: #fff;
	text-align: center;
}

#outer-container {
	margin: 0 auto;
	width: 864px;
	background-image: url(../images/ocbg.jpg);
}

#header {
	width: 864px;
	background: #fff;
	height: 187px;
}

h1.logo {
	width: 283px;
	height: 187px;
	background: url(../images/logo.gif) no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
}

#main-navigation {
	margin: 0 auto;
	width: 857px;
	height: 36px;
	margin-left: 3px;
	overflow:hidden;
	background: #fff url(../images/nav1.png) no-repeat;
}

#home-subhead {
	width: 860px;
	height: 259px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: -4px;
}


#cycleMe {
	margin-left: 15px;
}

#subpage-subhead {
	height: 170px;
	text-align: left;
	padding-top: 10px;
}

#container {
	margin: 0 auto;
	width: 854px;
	background: #FBF2DF url(../images/bg.png) repeat-x;
	/*height: 690px;*/
	overflow: hidden;
}

#home-callouts ul li{
	list-style-type: none;
}

#home-callouts {
	overflow: visible;
	visibility: visible;
	padding-bottom: 40px;
	/*margin-bottom: 40px;*/
	float: left;
}

#home-callouts ul{
	width: 790px;
	padding: 40px 40px 0px 30px;
	display: inline-block;
}

#home-callouts li.left{
	float: left;
	width: 239px;
	padding: 0px 10px;
	height: 90px;
	border-right: 1px solid #E5DAC1;
	text-align: left;
}

#home-callouts li a {
	border-bottom: 0px;
	cursor: pointer;
}

#home-callouts li.mid{
	float: left;
	width: 221px;
	padding: 0px 36px 0px 30px;
	height: 90px;
	border-left: 1px solid #fff;
	border-right: 1px solid #E5DAC1;
	text-align: left;
}

#home-callouts li.right{
	float: left;
	width: 202px;
	padding: 0px 0px 0px 30px;
	height: 90px;
	border-left: 1px solid #fff;
	text-align: left;
}

body#subpage #right-col a.serv-ie-fix {
	border-bottom: 0px;
	cursor: pointer;
}

body#subpage #left-col {
	text-align: left;
	float: left;
	width: 498px;
	/*margin-top: 10px;*/
	border-right: 1px solid #E5DAC1;
	padding: 10px 40px;
	/*margin-bottom: 20px;*/
}

body#subpage #left-col2 {
	float: left;
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
}

body#homepage #left-col {
	text-align: left;
	float: left;
	width: 497px;
	margin-top: 0px;
	border-right: 1px solid #E5DAC1;
	padding: 0px 40px;
	margin-bottom: 0px;
}

#left-col img {
	float: left;
	padding: 10px 15px 10px 0px;
}

body#homepage #left-col2 {
	border-right: 1px solid #fff;
	float: left;
}

body#homepage #right-col {
	text-align: left;
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 0px 40px 0px 34px;
}

body#subpage #right-col {
	text-align: left;
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 30px 40px 0px 34px;
}

body#subpage #right-col h3.onserv {
	margin-top: -28px;
}

#subpage-subhead-lft {
	width: 465px;
	float: left;
	padding: 30px 40px;
}

#sub-image {
	float: right;
	padding-right: 14px;
}

#footer {
	width: 864px;
	height: 100px;
	margin: 0 auto;
	background: #fff url(../images/footerbg.jpg) no-repeat 1px -40px;
}

/* @end */

/* @group Main Navigation */
#nav {
	width: 857px;
	height: 37px;
	position: relative;
	background: url(../images/nav1.png);
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 37px; /* height of menu items */
	background: url(../images/nav1.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

/* DEAD STATE */

li#nav_hom a {
	left: 0;
	width: 163px;
	background-position: 0 0;
}

li#nav_abt a {
	left: 163px;
	width: 153px;
	background-position: -163px	0;
}

li#nav_ser a {
	left: 316px;
	width: 171px;
	background-position: -316px	0;
}

li#nav_res a {
	left: 487px;
	width: 194px;
	background-position: -487px	0;
}

li#nav_eve a {
	left: 681px;
	width: 176px;
	background-position: -681px	0;
}


/* HOVER STATE */

li#nav_hom a:hover {
	left: 0;
	width: 163px;
	background-position: 0	-37px;
}

li#nav_abt a:hover {
	left: 163px;
	width: 153px;
	background-position: -163px	-37px;
}

li#nav_ser a:hover {
	left: 316px;
	width: 171px;
	background-position: -316px	-37px;
}

li#nav_res a:hover {
	left: 487px;
	width: 194px;
	background-position: -487px	-37px;
}

li#nav_eve a:hover {
	left: 681px;
	width: 176px;
	background-position: -681px	-37px;
}


/* @end */



/* @group Typography */

h2 {
	color: #F26322;
	font: 24px/26px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-top: 15px;
}

span.italic {
	font-style: italic;
	font-size: 18px;
	margin-right: 12px;
	float: right;
}

h3 {
	color: #26A146;
	font: 16px/26px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}

#container p {
	padding: 10px 0px;
	color: #836C59;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

#right-col form div label {
	color: #836C59;
	margin-top: 15px;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
}

#subscribe{
	padding-left: 2px;
}

input#sub-b {
	float: left;
	margin-left: 80px;
	margin-top: 10px;
}

input#name {
	margin-bottom: 5px;
}


ul.copy li{
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #836C59;
	margin-left: 15px;
	list-style-type: disc;
}

table {
	color: #836C59;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	margin-left: -3px;
}



span.orange {
	color: #F26322;
}

h4 {
	color: #F26322;
	padding-top: 10px;
	font:  14px/26px Arial, Helvetica, Geneva, sans-serif;
}

/* fark */
h3.contact {
	background: url(../images/contact.gif) no-repeat;
	width: 87px;
	height: 16px;
	margin-left: -3px;
	text-indent: -9999px;
}

h3.about {
	background: url(../images/about.gif) no-repeat;
	width: 81px;
	height: 16px;
	margin-left: -3px;
	text-indent: -9999px;
}

h3.services {
	background: url(../images/services.gif) no-repeat;
	width: 104px;
	height: 16px;
	margin-left: -3px;
	text-indent: -9999px;
}

h3.services2 {
	background: url(../images/services2.gif) no-repeat;
	width: 104px;
	height: 16px;
	margin-left: -3px;
	text-indent: -9999px;
}

h3.events {
	background: url(../images/events.gif) no-repeat;
	width: 87px;
	height: 16px;
	margin-left: -3px;
	text-indent: -9999px;
}

#footer p{
	text-align: left;
	padding-top: 22px;
	padding-left: 55px;
	color: #836C59;
	font: 10px/12px Arial, Helvetica, Geneva, sans-serif;
}

img#inlogo {
	float: left;
	padding-top: 60px;
	border: 0px;
}

img#balance-chart {
	float: right;	
}

/* @end */



/* @group Links */

#container a{
	color: #26A146;
	border-bottom: 1px solid #26A146;
}

#container a:hover{
	color: #26A146;
	border-bottom: none;
}

#right-col p a {
	color: #836C59;
	border-bottom: 0px;
}

#right-col p a:hover {
	color: #836C59;
	border-bottom: 1px solid #836C59;
}

#footer a{
	color: #836C59;
}

#footer a:hover{
	color: #836C59;
	border-bottom: 1px solid #836C59;
}

/* @end */



