/* @group Standard */

/* @group Tag Clean */

html, body {	
	font: 0.875em/1.3em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

div, p, form, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;	
}



/* @end */

/* @group Sprites */

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(../images/bg_sprite.gif);
	background-repeat: no-repeat;	
	background-position:  0 0;
}



/* @group Buttons */

.buttons {
	float: left;
	width: 100%;
}


.button,
.FormButton {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
}

/* @end */


/* @end */

/* @group Over label */

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}



/* @end */

/* @group Links */


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

/* @end */

/* @group Sections */
.section,
.panel,
.pane {
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}


/* @end */

/* @group Accessibility */

.accessibility {
	float: right;
	width: 100%;
}

.accessibility ul.list {
	float: right;
}

.accessibility ul li {
	float: left;
	padding: 0 4px;
	background: url(../images/bg_accessibility_divider.gif) no-repeat right center;
}

.accessibility a {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	padding: 20px 0 0 0;
	width: 20px;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
}

.accessibility .friend a {
	background-position: 0 0;
}

.accessibility .friend a:hover {
	background-position: 0 -20px;
}


.accessibility .print a {
	background-position: -20px 0;
}

.accessibility .print a:hover {
	background-position: -20px -20px;
}


.accessibility .decrease a {
	background-position: -40px 0;
}

.accessibility .decrease a:hover {
	background-position: -40px -20px;
}


.accessibility .increase a {
	background-position: -60px 0;
}

.accessibility .increase a:hover {
	background-position: -60px -20px;
}

.accessibility ul li.increase {
	background: none;
	padding-right: 0;
}



/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	padding-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 1.8em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
	margin-bottom: 1em;
}


.copy .introduction {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #333;
}

/* @end */

/* @group Lists */
ul.list,
ul.list li {
	list-style: none;
	float: left;
}

.copy ul,
.copy ol,
.copy dl {
	padding-left: 30px;
}

/* @end */

/* @group Forms */

.form {
	float: left;
	width: 100%;
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */
.copy img,
.copy img.left {
	float: left;
	margin: 0 15px 10px 0;
}

.copy img.right {
	float: right;
	margin: 0 0 10px 15px;
}

.copy img.full {
	float: left;
	margin: 0 0 10px 0;
}

/* @end */

/* @end */

/* @group Site Specific */

/* @group Setup */

html, body {	
	background: #a9d8c9;
	color: #666;
}

#container {
	width: 100%;
	float: left;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.container .section {
	width: 960px;
	padding: 0 10px;
	float: left;
}

/* @group Forms */



.form textarea {
	width: 184px;
	height: 45px;
	float: left;
	padding: 4px;
	border: none;
	background: #4dbda1;
	color: #fff;
	font: 12px/1.3em Helvetica, Arial, sans-serif;
}

.form select,
.form .textbox {
	width: 100px;
	float: left;
	padding: 4px;
	border: none;
	background: #4dbda1;
	color: #fff;
	font: 12px/1.3em Helvetica, Arial, sans-serif;
}

.fielderror {
	clear: left;
	float: left;
}

.form .error {
	background: #f78e91;
}
/* @end */

/* @group Buttons */



.buttons {
	float: right;
	width: auto;
}


.button,
.FormButton {
	background-position: 0 -80px;
	padding-top: 19px;
}

.buttons .suggest {
	width: 105px;
	background-position: 0 -80px;
}

.buttons .suggest:hover {
	background-position: 0 -99px;
}

.buttons .add-comment,
.comments .EditingFormButtonCell .FormButton {
	width: 105px;
	background-position: -105px -80px;
}

.buttons .add-comment:hover,
.comments .EditingFormButtonCell .FormButton:hover {
	background-position: -105px -99px;
}


.close-lightbox {
	padding-top: 20px;
	width: 55px;
	background-position: 0 -118px;
}
.close-lightbox:hover {
	background-position: 0 -138px;
}



.buttons .submit {
	width: 60px;
	margin-right: 10px;
	background-position: -210px -80px;
}

.buttons .submit:hover {
	background-position: -210px -99px;
}

.login .buttons .submit {
	float: right;
	margin-right: 0;
}

.buttons .cancel {
	width: 60px;
	margin-right: 10px;
	background-position: -270px -80px;
}

.buttons .cancel:hover {
	background-position: -270px -99px;
}

/* @end */

/* @end */

/* @group Header */

#header {
	width: 100%;
	float: left;
	padding-top: 25px;
}

#header .section {
	background: #fff url(../images/bg_backgrounds.gif) no-repeat 0 0;
	padding: 15px 10px 20px;
	position: relative;
	width: 960px;
}

/* @group Logos */

#header .logos {
	width: 100%;
	float: left;
}

#header .logo a,
#header .logo-alt a {
	padding-top: 80px;
	height: 0;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	overflow: hidden;
	display: block;
}

#header .logo a {
	width: 210px;
	background-position: 0 0;
}
#header .logo-alt a {
	width: 107px;
	background-position: -210px 0;
}


#header .logo a img,
#header .logo-alt a img {
	display: none;
}

/* @end */

/* @group Banner */

#header .banner {
	width: 960px;
	float: left;
	padding-top: 10px;
}

#header .banner img {
	float: left;
	padding: 0;
	margin: 0;
}



#header .caption {
	color: #fff;
	background: #df1b22 url(../images/bg_backgrounds.gif) no-repeat -2940px bottom;
	padding: 7px 10px 5px;
	width: 940px;
	float: left;
	font-size: 17px;
	line-height: 1.2em;
}

#header .caption strong {
	font-size: 20px;
	
}

/* @end */

/* @group Pedometer */

#header .pedometer {
	padding-top: 206px;
	height: 0;
	width: 244px;
	position: absolute;
	top: 80px;
	right: 10px;
	background: url(../images/bg_podometer.png) no-repeat 0 0;
	overflow: hidden;
	display: block;
	float: left;
	z-index: 5;
	clear:  both;
}



/* @end */

/* @end */

/* @group Content */


#content {
	width: 100%;
	float: left;
	
}

#content .section {
	background: #fff;
}

/* @group Main */

#content .main {
	width: 710px;
	padding-right: 30px;
	float: left;
}

#content .column-primary,
#content .column-secondary {
	float: left;
	padding: 0 10px;
	width: 440px;
}

#content .column-secondary {
	width: 230px;
}

strong.more {
	padding-right: 18px;
	background: url(../images/icon_more.gif) no-repeat right 0.2em;
	color: #0e3c7b;
}

/* @group Login */
.login,
.login .form,
.login .block {
	width: 710px;
	float: left;
	background: url(../images/bg_login.png) no-repeat 0 0;
	overflow: hidden;
}

.login {
	margin-top: 5px;
	background-position: -710px 0;
	background-repeat: repeat-y;
	color: #fff;
	position: relative;
}

.login .form {
	background-position: 0 0;
	padding-top: 10px;
}

.login .block {
	background-position: -1420px bottom;
	padding-bottom: 90px;
}


#content .login h2 {
	padding: 0 230px 0 15px;
	width: 465px;
	margin-bottom: 8px;
	color: #fff;
}

#content .login p {
	padding: 0 230px 0 15px;
	width: 465px;
	color: #fff;
}

#content .login .cell-title {
	padding-top: 2px;
	padding-right: 0;
	width: 190px;
	float: left;
	font-weight: 700;
}

#content .login .cell-field {
	width: 180px;
	float: right;
}

#content .login .textbox {
	width: 170px;
	float: right;
}

#content .login .row,
#content .login .buttons {
	padding: 7px 10px 7px 15px;
	width: 370px;
	float: left;
}


#content .login .barcode {
	position: absolute;
	right: 0;
	bottom: 52px;
	padding-top: 284px;
	width: 320px;
	height: 0;
	display: block;
	overflow: hidden;
	background: url(../images/bg_barcode.png) no-repeat 0 0;
}



/* @end */

/* @group Homepage */

.home #content .column-primary {
	width: 200px;
	padding-top: 20px;
}


.home #content .column-secondary {
	padding-top: 20px;
	width: 470px;
}

#flashobject table,
#flashobject table td {
	width: 470px;
	height: 430px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	color: #0e3c7b;
}
/* @end */

/* @group Map */

/* @group Map (column-primary) */

h1 {
	color: #000;
	float: left;
	width: 250px;
	font-size: 18px;
}
#content .heading select {
	float: right;
	border: none;
	background: #9eb1cc;
	color: #fff;
	padding: 3px;
	width: 175px;
}

#content .heading {
	float: left;
	width: 440px;
	height: 40px;
}

.google-map {
	display: block;
	width: 440px;
	height: 400px;
	float: left;
	background: #ccc;
}

.google-loaction {
	display: block;
	width: 420px;
	float: left;
	padding: 0 10px;
}

.google-loaction {
	color:#fff;
	padding: 5px 10px;
	background: #df1b22 url(../images/bg_backgrounds.gif) no-repeat -3900px bottom;
	font-size: 11px;
}


.google-loaction .location,
.google-loaction .distance,
.google-loaction .walk {
	float: left;
	padding-right: 10px;
	display: block;
}

.location {
	width: 270px;
}

.distance {
	width: 50px;
}
.locations .walk,
.google-loaction .walk {
	text-align: right;
	width: 80px;
	padding-right: 0;
}

#content .locations .heading {
	width: 420px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
}

h2 {
	font-size: 16px;
	color: #0e3c7b;
	width: 300px;
	float: left;
}

.locations {
	color: #0e3c7b;
	padding-top: 40px;
	display: block;
	width: 440px;
	float: left;
}

.locations .row {
	background: url(../images/divider_walks.gif) no-repeat 5px bottom;
	float: left;
	width: 430px;
	font-size: 11px;
	padding: 4px 5px;
}

.locations .row a {
	color: #0e3c7b;
	padding: 0 5px;
	display: block;
	float: left;
	width: 420px;
}

.locations .location,
.locations .distance,
.locations .walk {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	display: block;
}
.locations .walk {
	padding-right: 0;
	
}
.locations .row a.active,
.locations .row a:hover {
	background: #9eb1cc;
	color:#fff;
	text-decoration: none;
}



/* @end */

/* @group Comments (column-secondary) */

#content .column-secondary {
	padding-top: 40px;
}


.comments,
.comments .block,
#content .comments .heading {
	width: 230px;
	float: left;
	background: url(../images/bg_comments.png) repeat-y -230px 0;
	color: #fff;
}


.comments .block {
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: -460px bottom;
}

#content .comments .heading {	
	background-repeat: no-repeat;
	background-position: 0 0;
	height: auto;
	padding: 10px;
	width: 210px;
}

.comments h2 {
	font-size: 15px;
	color: #fff;
	width: 210px;
	float: left;
	padding-bottom: 3px;
	background: url(../images/divider_comments.gif) no-repeat 0 bottom;
}

.comments .form {
	width: 210px;
	float: left;
	padding: 0 10px;
	position: relative;
}

.comments .form textarea {
	width: 200px;
	height: 90px;
}

.comments .EditingFormLabelCell,
.comments .EditingFormButtonLeftCell {
	display: none;
}

.comments .form .EditingFormTable {
	width: 210px;
}
.comments .form .EditingFormTable table {
	width: 210px;
	margin-bottom: 0;
}

.comments .form td.EditingFormValueCell {
	width: 210px;
	padding-bottom: 5px;
	padding-right:0;
}

.comments .EditingFormButtonCell {
	padding-right: 0;
}

.comments .EditingFormValueCell input {
	width: 100px;
	float: left;
	padding: 4px;
	border: none;
	background: #4dbda1;
	color: #fff;
	font: 12px/1.3em Helvetica, Arial, sans-serif;

}

.comments .EditingFormButtonCell .FormButton{
	float: left;
}

.comments .form label {
	position: absolute;
	top:  5px;
	left: 15px;
	z-index: 2;
	width: 200px;
}


.comments .form .buttons {
	padding: 10px 0;
}

.comments .comment {
	float: left;
	width: 210px;
	padding: 15px 10px 0;
	font-size: 11px;
}

.comment .dateline {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}

#question {
	position: absolute;
	display: block;
	width: 19px;
	height: 19px;
	cursor: pointer;
	padding-left: 5px;
	float: left;
	top: 115px;
	left: 70px;
}

#question span {
	display: block;
	width: 19px;
	height: 0;
	padding-top: 19px;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -330px -80px;
}

.tooltip {
	background-color: #F5F5B5;
	border: 1px solid #DECA7E;
	color: #303030;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 7px 9px;
	position: absolute;
	text-align: left;
	z-index: 2;
	width: 230px;
	text-decoration: none;
}

/* @end */
/* @end */

/* @end */

/* @group Sidebar */


#content .sidebar {
	width: 210px;
	float: left;
	padding-right: 10px;
}

.spotlight {
	color: #0E3C7B;
	line-height: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 15px;
	float: left;
	font-size: 12px;
	background: url(../images/divider_spotlights.gif) no-repeat 0 bottom;
}



.spotlight .detials{
	width: 210px;
	float: left;
	padding-bottom: 10px;
}

#content .spotlight .heading {
	padding-top: 5px;
	color: #0E3C7B;
	font-size: 16px;
	line-height: 1.1em;
	text-transform: uppercase;
	padding-bottom: 10px;
	height: auto;
	width: 210px;
}


.spotlight a {
	color: #DF1B22;
	font-weight: 700;
	font-size: 13px;
}


.spotlight a.more {
	display: block;
	float: right;
	font-size: 12px;
	padding-left: 10px;
	background: url(../images/icon_arrow.gif) no-repeat 0 2px;
	
}




.spotlight {
	color: #0E3C7B;
	line-height: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
	font-size: 12px;
	background: url(../images/divider_spotlights.gif) no-repeat 0 bottom;
}



.spotlight p {
	margin-bottom: 0;
}


.spotlight span {
	display: block;
	margin-bottom: 10px;
}

.fresh .detials,
.bone .detials {
	width: 125px;
	padding-left: 85px;
}

#content .bone .detials .heading,
#content .fresh .detials .heading {
	width: 125px;
}


.fresh .detials {
	background: url(../images/spotlight_fresh.jpg) no-repeat 0 0;
}

.bone .detials {
	background: url(../images/spotlight_bone.jpg) no-repeat 0 0;
}


.sidebar .note {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	width: 125px;
	float: right;
	font-size: 11px;
	color: #ccc;
	text-align: right;
}
/* @end */
/* @end */

/* @group Footer */


#footer {
	width: 100%;
	float: left;
	font-size: 11px;
}

#footer .section{
	width: 100%;
	float: left;
	padding: 0;
}

#footer .super {
	padding-top: 40px;
	background: url(../images/bg_backgrounds.gif) no-repeat -980px 0;
	position: relative;
	float: left;
	width: 980px;
}

.quote {
	background: #cbe8df url(../images/bg_backgrounds.gif) no-repeat -1960px bottom;
}

.quote span {
	font-size: 18px;
	display: block;
	padding: 20px 20px 20px 70px;
	line-height: 1.2em;	
	color: #333;
}

.quote span strong {
	font-size: 1.3em;
}

#footer .super .icon {
	padding-top: 100px;
	height: 0;
	width: 70px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#quote1 .icon {
	background-image: url(../images/bg_bone.jpg);
}

#quote2 .icon {
	background-image: url(../images/bg_heart.jpg);
}

#quote3 .icon {
	background-image: url(../images/bg_sleep.jpg);
}

#quote4 .icon {
	background-image: url(../images/bg_sun.jpg);
}

#quote5 .icon {
	background-image: url(../images/bg_heart.jpg);
}

#quote6 .icon {
	background-image: url(../images/bg_walk.jpg);
}

#quote7 .icon {
	background-image: url(../images/bg_tomorrow.jpg);
}


#footer .normal {
	width: 960px;
	float: left;
	padding: 20px 10px;
}

#footer a,
#footer .list {
	color: #489191;
}

#footer .list li {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #7eb1b1;
	line-height: 1.2em;
}


#footer .list li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	
}
/* @end */



/* @group Lightbox */

form #TB_ajaxContent.TB_modal {
	background: url(../images/bg_lighbox.gif) no-repeat 0 0;
}

#TB_window .header,
#TB_window .content {
	color: #666;
	width: 590px;
	padding: 15px 20px;
	float: left;
}

#TB_window .header h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #007256;
}

#TB_window .close-lightbox {
	float: right;
}

#TB_ajaxContent .content {
	padding: 0 10px 0 20px;
	width: 600px;
}
#TB_ajaxContent .content p{
	padding: 0;
}
#TB_window .header {
	padding-bottom: 15px;
	
}

#TB_ajaxContent .column-left,
#TB_ajaxContent .column-left .form,
#TB_ajaxContent .column-left .block {
	width: 300px;
	float: left;
	background: url(../images/bg_suggest.png) no-repeat 0 0;
	overflow: hidden;
}

#TB_ajaxContent .column-left {
	background-position: -300px 0;
	background-repeat: repeat-y;
}

#TB_ajaxContent .column-left .form {
	background-position: 0 0;
	padding-top: 10px;
}
#TB_ajaxContent .column-left .block {
	background-position: -600px bottom;
	padding-bottom: 10px;
}


#TB_ajaxContent .column-right {
	width: 270px;
	float: left;
	padding: 0 10px 0 20px;
}


#TB_ajaxContent .row {
	width: 270px;
	padding: 5px 15px;
	color:#fff;
	float: left;
	font-size: 11px;
}


#TB_ajaxContent .cell-title {
	width: 75px;
	padding-right: 5px;
	padding-top: 4px;
	float: left;
	font-weight: 700;
}

#TB_ajaxContent .cell-field {
	width: 190px;
	float: right;
}

#TB_ajaxContent .textbox {
	width: 184px;
}


#TB_ajaxContent .buttons {
	padding: 0 15px 5px;
	width: 270px;
	float: left;
}


form #TB_window #TB_ajaxContent .cell-field a {
	color: #fff;
	text-decoration: underline;
}





/* @end */

/* @group Pretty Checkboxes */
label.checkbox span.holder {
	display: inline;
	height: 40px; 
	background: url(../images/checkboxes.png) 0 0 no-repeat;
}	

label.checked span.holder { 
	top: -20px !important; 
}


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

label.list {
	float: left; 
	clear: left;
	margin: 0 0 5px 0;
}

label.inline {
	float: left; 
	margin: 0 10px 0 0;
}

input.hiddenCheckbox {
	position: absolute; 
	left: -10000px; /* Hide the input */
}

label.pretty span.holderWrap {
	display: block; 
	float: left;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
}

label.pretty span.holder {
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group Notes */
/*
Points		Pixels		Ems			Percent
6pt			8px			0.5em		50%
7pt			9px			0.55em		55%
7.5pt		10px		0.625em		62.5%
8pt			11px		0.7em		70%
9pt			12px		0.75em		75%
10pt		13px		0.8em		80%
10.5pt		14px		0.875em		87.5%
11pt		15px		0.95em		95%
12pt		16px		1em			100%
13pt		17px		1.05em		105%
13.5pt		18px		1.125em		112.5%
14pt		19px		1.2em		120%
14.5pt		20px		1.25em		125%
15pt		21px		1.3em		130%
16pt		22px		1.4em		140%
17pt		23px		1.45em		145%
18pt		24px		1.5em		150%
20pt		26px		1.6em		160%
22pt		29px		1.8em		180%
24pt		32px		2em			200%
26pt		35px		2.2em		220%
27pt		36px		2.25em		225%
28pt		37px		2.3em		230%
29pt		38px		2.35em		235%
30pt		40px		2.45em		245%
32pt		42px		2.55em		255%
34pt		45px		2.75em		275%
36pt		48px		3em			300%
*/

/* @end */