/* 
Signa York CSS
Produced by Muhenda Bagenda

Dark Green: #00844a
Light Green: #e9f5e0
Grey: #58585a;
*/

/*HTML styles*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-color: #ddeedb;
	background-image: url("/images/bg-main.jpg");
	background-repeat: no-repeat;
}

h1 {
	font-size: 2em;
	color: #00844a;
	border-bottom: 1px solid #00844a;
	margin: 0px 0px 4px 0px;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #00844a;
	border-bottom: 1px solid #00844a;
	padding: 0px 0px 4px 0px;
}

h3 {
	font-size: 1.0em;
	color: #00844a;
	margin: 0px;
}

a {
	color: #00844a;
}

a:hover {
	color: #e1e583;
}

a img{
	border: none;
}

input, textarea {
	color: #58585a;
	border: 1px solid #00844a;
}

p {
	line-height: 1.4em;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	padding: 0 0 5px 12px;
	background: transparent url("/images/bg-bullet.gif") left 10% no-repeat;
}

fieldset {
	border: none;
	padding:0;
}


/*Layout*/

.container {
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	width: 720px;
	color: #58585a;
}

.header-container {
	
}

.nav-bar-container {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 30px;
	background-image: url("/images/bg-nav-left.gif");
	background-repeat: no-repeat;
	height: 40px;
	width: 690px;
}

.strip-container {
	height: 200px;
	width: 720px;
	background-image: url("/images/strip/blank.jpg");
	background-repeat: no-repeat;
}

.column-container, .content-container {
	height: 100%; /* IE6 Peek a boo bug fix */
}

.column-container {
	margin: 10px 0px 0px 0px;
	clear: both;
}

.content-container {
	clear: both;
	padding: 10px 0px 10px 0px;
}

.column1, .column2 {
	padding-bottom: 20px;
}

.column1 {
	float: left;
	width: 468px;
}

.column2 {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 22px;
}


.footer-container {
	padding: 5px 0px 5px 0px;
	clear: both;
	margin: 20px 0px 0px 0px;
}

.clear {
	clear:both;
}

/* Clear fix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}
.clearfix {
	display: inline-block;
}

.clearfix {
	display:block;
}

/*Navigation*/

.nav-bar {
	padding: 0px 9px 0px 0px;
	background-image: url("/images/bg-nav-right.gif");
	background-repeat: no-repeat;
	background-position: right;
}

.nav-bar ul {
	margin: 0px;
	padding: 0px 9px 0px 0px;
	background-image: url("/images/bg-nav.gif");
	background-repeat: repeat-x;
	background-position: right;
	height: 40px;
	list-style: none;
}
	
.nav-bar li {	
	display: block;
	float: left;
	line-height: 40px;
	background-image: url("/images/bg-nav-seperator.gif");
	background-repeat: no-repeat;
	background-position: right;
	position:relative;
}

.nav-bar a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin-right: 2px;
}

.nav-bar a:hover {
	color: #e1e583;
	background-image: url("/images/bg-nav-hover.gif");
	background-repeat: repeat-x;
	background-position: center;
}


/* Sub navigation */

.nav-bar li li a {
	background-color: #e9f5e0;
	color: #00844a;
	padding: 2px;
	line-height: normal;
	text-transform: none;
	border-bottom: 1px solid #007742;
	border-left: 1px solid #007742;
	border-right: 1px solid #007742;
	font-size: 90%;
	white-space: nowrap;
}

.navbar li li a:hover {
	background-color: #3ca175;
}

.nav-bar li ul {
	background-image: none;
	padding: 0px;
}

.nav-bar ul ul {
	top:auto;
}

.nav-bar li ul li {
	background-image: none;
	line-height: 1em;
}


/* Animated Menu Styling */
 
#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
#nav ul { width: 131px; }
#nav ul ul { left: 130px; }
#nav ul a {opacity: 0.9; filter: alpha(opacity=90);}



/*Page highlights*/

#page1 #navItem1 a, #page2 #navItem2 a, #page3 #navItem3 a, #page4 #navItem4 a, #page5 #navItem5 a, #page6 #navItem6 a {
	color: #e1e583;
}

#page1 #navItem1 li a, #page2 #navItem2 li a, #page3 #navItem3 li a, #page4 #navItem4 li a, #page5 #navItem5 li a, #page6 #navItem6 li a {
	color: #00844a;
}

#page1 #navItem1 li a:hover, #page2 #navItem2 li a:hover, #page3 #navItem3 li a:hover, #page4 #navItem4 li a:hover, #page5 #navItem5 li a:hover, #page6 #navItem6 li a:hover {
	color: #e1e583;
}


/* Page Strips */

#page2 .strip-container {
	background-image: url("/images/strip/keeping-fit.jpg");
}

#page3 .strip-container {
	background-image: url("/images/strip/living-well.jpg");
}

#page4 .strip-container {
	background-image: url("/images/strip/achieving-goals.jpg");
}

#page5 .strip-container {
	background-image: url("/images/strip/feeling-great.jpg");
}

#page6 .strip-container {
	background-image: url("/images/strip/being-active.jpg");
}


/*Other Styles*/

.header-logo {
	margin: 10px 0px 10px 20px;
}

.header-logo img {
	margin: 0px;
}

.footer {
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
}

.footer a {
	color: #58585a;
}

.footer a:hover {
	color: #00844a;
}

.signature {
	display: block;
	color: #00844a;
	font-weight: bold;
	font-style: italic;
}
	
.button {
	background-image: url("/images/bg-nav.gif");
	background-repeat: repeat-x;
	padding: 3px 8px 3px 8px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.button a {
	color: #ffffff;
	text-decoration: none;
}

.button:hover {
	background-image: url("/images/bg-nav-hover.gif");
	background-color: #3ba074;
	text-decoration: none;
	color: #e1e583;
}

.button a:hover {
	color: #e1e583;
	text-decoration: none;
}

.newsletter {
	float: right;
	margin-left: 20px;
}

.newsletter .button {
	border: none;
	display: inline;
	cursor: pointer;
}

.newsletter input {
	margin-bottom: 5px;
}

.form-label {
	text-align: right;
	width: 100px;
	display: block;
	float: left;
	padding-right: 5px;
}

.feature-list ol, .feature-list ul {
	list-style-type: none;
}

.feature-list li {
	padding-bottom: 14px;	
}

.bullet {
	background-image: url("/images/bg-bullet-large.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
}

#point1 {
	background-image: url("/images/li-point-1.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
}
	
#point2 {
	background-image: url("/images/li-point-2.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
}

#point3 {
	background-image: url("/images/li-point-3.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
}

#point4 {
	background-image: url("/images/li-point-4.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
}

.button {
	font-weight: bold;
	background-position: center;
	color: #ffffff;
}

/*form */

.form-header {
	font-size: 90%;
	color: #00844a;
	margin-top: 15px;
	display: block;
	font-weight: bold;
}

form#form-contact .button {
	margin: 15px 10px 0px 0px;
	width: auto;
	float: left;
	border: none;
}

#form-contact input {
	width: 300px;
}

#form-contact textarea  {
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p.error {
	background-image:url("/images/bg-error-exclamation.gif");
	background-position: 3px center;
	background-repeat: no-repeat;
	background-color: #debfc9;
	border: 1px solid #d29bad;
	padding: 5px 5px 5px 6px;
}

#form-contact .error {
	background-image:url("/images/bg-error-exclamation.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 0px;
}

.error input, .error textarea {
	background-color: #fbbfbf;
}

.error .form-header {
	padding: 3px 0px 3px 0px;
}

.quote {
	background-image:url("/images/quote-open.gif");
	background-repeat: no-repeat;
	font-size: 1.2em;
	clear: both;
}

.quote p {
	background-image:url("/images/quote-close.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 6px 26px 6px 26px;
	text-align: justify;
}

.item {
	padding: 10px 0px;
	clear: both;
	border-bottom: 1px dotted #00844a;
}
.item h2 {
	margin-bottom: 0px;
}

.item p {
	margin-top: 0px;
}

.item .imageLeft, .item .imageRight {
	margin-bottom: 0px;
}

.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageRow {
	margin-right: -10px;
	margin-top: 10px;
}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
