@charset "UTF-8";

/* PRIMARY TAGS */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;	
}
h1, h2 {
	margin-bottom: .8em;
}
h3, h4, h5, h6, p, ul {
	margin-bottom: 1em;
}
p {
	line-height:1.4em;
}
a:link, a:visited {
	color: #f24e22;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 33px;
	color: #8bb836;
	letter-spacing: -1px;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	color: #8bb836;
}
h3 {
	font-weight: bold;
	color: #8bb836;
	font-size: 12px;
}
h4 {
	font-weight: bold;
	color: #8bb836;
	margin-bottom: 0px;
	font-size: 12px;
}
img {
	border:none;	
}



/* MISC CUSTOM CLASSES*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.tight {
	margin-bottom: 0.2em;
}
.nobreak {
        white-space: nowrap;
}
.rule {
	background-color: #ccc;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	font-size: 0px;
}
.linkcolor {
	color:#f24e22;
}





#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}




/* HEADER */

#header {
	height: 107px;
	position: relative;
}




/* MAIN BANNER */

#banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/banner-photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 35px;
	padding-right: 425px;
	padding-bottom: 30px;
	padding-left: 33px;
}
#banner h1 {
	font-size: 28px;
	margin-bottom: 0.2em;
	letter-spacing: 0px;
}
#banner h2 {
	font-size: 23px;
	color: #7d7d7d;
	line-height: 1.1em;
}
#logo {
	height: 76px;
	width: 165px;
	position: absolute;
	left: 30px;
	top: 15px;
}




/* MAIN NAV */

#navigation {
	position: absolute;
	right: 0px;
	top: 56px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	float: left;
	height: 51px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#home a {
	width:37px;	
	background-image: url(../images/btn-home.gif);
}
#about a {
	width:37px;
	background-image: url(../images/btn-about.gif);
}

#programs a {
	width:55px;
	background-image: url(../images/btn-programs.gif);
}

#approach a {
	width:54px;
	background-image: url(../images/btn-approach.gif);
}

#events a {
	width:38px;
	background-image: url(../images/btn-events.gif);
}

#resources a {
	width:57px;
	background-image: url(../images/btn-resources.gif);
}

#blog a {
	width:37px;
	background-image: url(../images/btn-blog.gif);
}

#contact a {
	width:42px;
	background-image: url(../images/btn-contact.gif);
}



#navigation a:hover {
	background-position:0px -51px;
}
body.home #home a,
body.about #about a,
body.programs #programs a,
body.approach #approach a,
body.events #events a,
body.resources #resources a,
body.blog #blog a,
body.contact #contact a {
	background-position:0px -102px;
}



/* SPOTLIGHTS */

#spotlights {
	padding-top: 20px;
	padding-right: 33px;
	padding-left: 33px;
	font-size: 11px;
}
.home #spotlight1 {
	float: left;
	width: 250px;
	margin-right: 35px;
}
.home #spotlight2 {
	float: left;
	width: 250px;
}
.home #spotlight3 {
	float: right;
	width: 250px;
}
#sidebar {
	float: right;
	width: 250px;
	padding-right: 33px;
	padding-top: 45px;
	font-size:11px;
	padding-left: 25px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 45px;
	min-height: 460px;
}
#sidebar p, #spotlights p {line-height:1.3em;}
#sidebar .spotlight {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #CCC;
}
#sidebar .spotlight.last {
	padding-bottom:20px;
	margin-bottom:0px;
	border-bottom:none;
}








#footer-left {
	float: left;
}
#footer-right {
	float: right;
	text-align: right;
	width: 350px;
}
#footer {
	padding-top: 15px;
	padding-right: 33px;
	padding-bottom: 50px;
	padding-left: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 15px;
}





/* FORMS */

input.field {
	border: 1px solid #CCC;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	width: 180px;
}
#contact-main input.field {
	width: 250px;
}
textarea.comments {
	border: 1px solid #CCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	width: 225px;
}
#contact-main textarea.comments {
	width: 275px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 130px;
	font-size: 12px;
}
table.form td {
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#content {
	float: left;
	width: 500px;
	padding-top: 45px;
	padding-left: 33px;
}





/* LISTS */

ul.list {
	margin-bottom: 2em;
	margin-left: 25px;
}
.list li {
	margin-bottom: 0.5em;
}
ul.list ul {
	margin-left: 30px;
}





/* BLOG */

#menu {
	margin-top:2px;	
}
#menu ul, #menu li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom:5px;
}
#menu h2 {
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}
#the-loop h6 {
	font-size:10px;
	color:#999;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: Arial, Helvetica, sans-serif;
}
#the-loop h1 {
	font-size:22px;
	margin-bottom:.1em;
	letter-spacing:normal;
	font-weight:normal;
}







/* INTEGRATIVE NUTRITION'S FORMS */

body.program table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 40px;
}
body.program table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#bottom-links {
	font-size: 11px;
}
.disclaimer {
	font-size: 10px;
	font-style: italic;
}

