/* Reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {
color:#53663e;
text-decoration:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom Styles */
/* Tags */

body, html, #super{
	height:100%;
}

body{
	background:url(/_assets/images/pattern_bg.jpg) repeat;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height:150%;
}

h1{
	font-size:26px;
	line-height:26px;
	font-weight:normal;
	padding:0px 0px 20px 0px;
	letter-spacing:-1px;
}

p{
	padding:0px 0px 20px 0px;
}

hr {background: #CCC4B0; border: #CCC4B0;}

/* IDs */
#super{
	background:url(/_assets/images/top_gradient_bg.png) repeat-x;	
}

#angles{
	background:url(/_assets/images/top_angles_bg.png) repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:75px;
	z-index: 5000;
}

#nav div ul li{
	color:#abb2a5;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:10px 24px 0px 0px;
	text-transform:uppercase;
}

#nav div ul li a{
	color:#abb2a5;
	text-decoration:none;
}

#nav div ul li a.active, #nav div ul li a:hover{
	color:#fff;
}

#nav div ul{
	margin-left:28px;
}

#content_container{
	background:url(/_assets/images/shadow_bg.png) repeat-y;
	min-height:100%;
}

#header{
	width:910px;
	height:350px;
	position: relative;
	z-index: 1;
}

#header_secondary{
}

#header_padding{
	padding-top:40px;
}

#content_repeat{
	background:url(/_assets/images/content_repeat_bg.jpg) repeat-y;
}

#content_repeat_alt{
	background:url(/_assets/images/content_repeat_alt.jpg) repeat-y;
}

#content_radial{
	background:url(/_assets/images/main_content_bg.jpg) no-repeat;
}

#content_radial_alt{
	background:url(/_assets/images/content_radial_alt.jpg) no-repeat;
}

#content_left_col{
	float:left;
	width:442px;
	margin-left:32px;
}

#content_right_col{
	float:left;
	width:385px;
	margin-left:20px;
}

#content_left_col_alt{
	float:left;
	width:500px;
	margin-left:32px;
}
	#content_left_col_alt h2 {margin: 15px 0;}

#content_right_col_alt{
	float:left;
	width:330px;
	margin-left:20px;
}

#testimonials{
	padding-top:20px;
	text-align:right;
}

#testimonial_btn{
	padding:10px 0px 0px 0px;
}

#footer_container{
	height:222px;
	background: #475832 url(/_assets/images/repeat_x_footer.jpg) repeat-x;
}

#footer_col_1{
	width:452px;
	float:left;
	margin-left:30px;
}

#footer_col_2{
	width:189px;
	float:left;
	margin-left:20px;
	margin-right:20px;
}

#footer_col_3{
	width:169px;
	float:left;
}

#footer_container{
	color:#cfc6b2;
	padding-top:28px;
}

#footer_container h2{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	padding:0px 0px 20px 0px;
}

#footer_container a{
	color:#ecaf11;
}

#footer{
	background:url(/_assets/images/footer_bg.gif) no-repeat;
	height:29px;
	color:#2d3b1b;
	width:850px;
	margin:20px auto;
}

#left_footer{
	padding:4px 0px 0px 20px;
}

#right_footer{
	float:right;
	padding:4px 20px 0px 0px;
}

#right_footer a{
	color:#2d3b1b;
}

#alt_nav{
	margin-top:93px;
	width:330px;
}

#alt_nav_repeat{
	background:url(/_assets/images/alt_nav_repeat_y.png) repeat-y;
}

#alt_nav_middle{
	background:url(/_assets/images/alt_nav_middle.png) left center no-repeat;
	padding-left:35px;
	padding-right:35px;
}

#alt_nav_middle ul li{
	background:url(/_assets/images/nav_dotted_line.jpg) repeat-x bottom left;
	padding:5px 0px 5px 0px;
	font-size:16px;
}

#alt_nav_middle ul li a{
	color:#333;
	text-decoration:none;
}

#alt_nav_middle ul li a:hover, #alt_nav_middle ul li a.active{
	color:#53663e;
}

/* Classes */
.container{
	width:946px;
	margin:0px auto;
}

.margin_top{
	padding-top:50px;
}

.content_container_padding{
	margin:0px auto;
	width:910px;
}

.testimonial_img{
	float:left;
	padding:0px 0px 0px 0px;
}

.first_testimonial{
	padding:0px 0px 10px 0px;
}

.second_testimonial{
	padding:5px 0px 10px 0px;
}

.betty_craft{
	float:right;
	padding:5px 0px 0px 5px;
}

#nav div ul li.end_list{
	padding-right:0px;
	margin-right:0px;
}

#alt_nav_middle ul li.end_menu {
	background-image:none;
}

/* Content Specific Styles
-----------------------------------------------------------------------------------------*/

.weeklyList {}

.calendarList, .weeklyList {font-size: .9em;}
	.calendarList h3, .weeklyList h3 {font-size: 1.2em;}
	.calendarList li, .weeklyList li {display: block; height: auto; width: 48%; float: left;}
		.weeklyList li {height: auto;}
		.calendarList ul li, .weeklyList ul li {color: #393939; height: auto; width: auto; float: none; text-indent: -5px; padding: 2px 0 2px 8px; line-height: 1.3em;}
		.calendarList ul li:hover, .weeklyList ul li:hover {background: #CCC4B0; cursor: default;}
	.calendarList ul, .weeklyList ul {margin: 5px 10px 15px 10px;}
	
	ul.dailyActivities {font-size: 1.2em; line-height: 1.4em;}

.mainForm {}

	.mainForm label.formFieldQuestion {display: block; margin: 0 10px 5px 0; float: left; width: 215px; text-align: right;}
	.mainForm input.inputClass, .selectClass, .mainFormError {margin: 0 0 5px 0; width: 200px; color: #666; border: solid 1px #999;}
	.mainFormError {border-color: #c40000}
	.mainForm .textareaClass {margin: 5px 0; width: 190px; padding: 5px; color: #666;}
	.mainForm input.inputBtn {margin: 5px 0 0 225px;}
	.checkboxWrapper {display: block; padding-left: 10px;}

.menuTable {width: 100%; margin: 15px 0; line-height: 1.2em;}
	.menuTable thead {font-weight: bold; text-align: center; background: #CCC4B0; font-size: 1.1em;}
	.menuTable thead th {padding: 3px;}
	
	.menuTable td {padding: .5em 1%; width: 30%;}
	.menuTable .meal td {font-weight: bold; color: #53663E;}

span.required {color: red;}
#super input.error {border: solid 1px red;}
#super label.error {color: red; padding-left: .5em; vertical-align: top; font-size: .8em; display: block; margin: -5px 0 5px 220px;}