/* /////////////////////////////////
	Stress Free Schools CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */


/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* standardize HTML5 elements */
article, aside, figure, footer, header, hgroup, nav, section { display:block; }

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px arial, tahoma, verdana, sans-serif;
	color: #333;
	background: #efede8 url('../i/bg.jpg') repeat left top;
	line-height: 20px;
}

.center {
	width: 962px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom: 1; /* for IE */
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: normal 34px georgia, palatino, 'palatino linotype', 'times new roman', times, serif;
	margin: 32px 0 28px 0;
	color: #333;
	line-height: 34px;
	text-align: center;
}

h2 {
	font: normal 24px georgia, palatino, 'palatino linotype', 'times new roman', times, serif;
	margin: 28px 0 28px 0;
	color: #333;
	line-height: 30px;
}

h3 {
	height: 50px;
	background: #f3f1ec;
	font: normal 14px georgia, palatino, 'palatino linotype', 'times new roman', times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 50px;
	margin: 0 -40px;
	padding: 0 40px;
	color: #90856a;
	text-align: center;
	border-top: solid 1px #e8e5df;
	border-bottom: solid 1px #e8e5df;
}

h3 img {
	margin: 0 20px;
}

h4 {
	font: bold 18px arial;
	margin: 8px 0 8px 0;
	color: #333;
	line-height: 20px;
}

h4.tight {
	margin-bottom: -14px;
}

h5 {
	font: bold 14px arial;
	margin: 20px 0 20px 0;
	color: #333;
	line-height: 20px;
}

p, ul, ol {
	margin: 20px 0px 20px 0px;
}

ul {
	list-style-type: none;
}

ul.bullet li {
	background: transparent url('../i/bullet.png') no-repeat left 6px;
	padding-left: 14px;
}

ol {
	margin-left: 20px;
}

ol li {
	margin-bottom: 10px;
}


/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #689c0d;
	text-decoration: none;
}

a:hover {
	color: #517b07;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a.btn,
#nav li a.btn {
	display: inline-block;
	height: 34px;
	background: #f4f2ed url('../i/bg-btn.png') repeat-x left top;
	border: solid 1px #dedbd4;
	padding: 0 20px;
	font-size: 16px;
	line-height: 36px;
	color: #1571a6;
	/* rounded corners */
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

#nav li a.btn {
	line-height: 34px;
}

a.btn:hover,
#nav li a.btn:hover {
	color: #0d5883;
	background-position: left -8px;
	border-color: #d2cec6;
	/* shadow */
	-webkit-box-shadow: 0px 0px 8px #fff;
	-moz-box-shadow: 0px 0px 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}

a.btn img {
	float: left;
	margin: 5px 12px 0 -14px;
}

a.more {
	display: inline-block;
	height: 24px;
	background: #f3f1ec url('../i/btn-more.png') no-repeat right center;
	border: solid 1px #dedbd4;
	padding: 0 26px 0 14px;
	font-size: 12px;
	line-height: 24px;
	margin: 14px 0 0;
	/* rounded corners */
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

a.more:hover {
	border-color: #d2cec6;
	/* shadow */
	-webkit-box-shadow: 0px 0px 8px #f3f1ec;
	-moz-box-shadow: 0px 0px 8px #f3f1ec;
	box-shadow: 0px 0px 8px #f3f1ec;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	
}

#header .center {
	height: 110px;
	padding: 0 40px;
	width: 882px;
}

#logo {
	display: block;
	float: left;
	width: 255px;
	height: 54px;
	overflow: hidden;
	background: transparent url('../i/logo.png') no-repeat left top;
	text-indent: -5000px;
	margin: 40px 0 0 0;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#nav {
	height: 36px;
	margin: 55px 0 0 0;
	list-style-type: none;
	float: right;
}

#nav li {
	display: block;
	float: left;
	height: 36px;
	margin-left: 22px;
}

#nav li a {
	display: block;
	float: left;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0;
}

#nav li a:hover {

}

#nav li a:active {
	
}

#nav li.current a {
	color: #90856a;
}


/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	
}

#content .center {
	background: #fff;
	border: solid 1px #e2dcd4;
	padding: 0 40px;
	width: 882px;
}

.shade {
	background: #faf8f4;
	margin: 0 -40px;
	padding: 1px 40px 10px;
}


.shade.borderTop,
.pad.borderTop {
	border-top: solid 1px #f2efea;
}

.shade.borderBot {
	border-bottom: solid 1px #f2efea;
}

.pad {
	margin: 0 -40px;
	padding: 10px 40px 10px;
}

.cta {
	height: 87px;
	padding: 0 25px;
	overflow: hidden;
	background: transparent url('../i/bg-cta.jpg') no-repeat left top;
	margin: 0 0 20px 0;
	color: #333;
}

.cta h4 {
	margin: 26px 0 4px 0;
	color: #fff;
	text-shadow: #6c875c 1px 1px 2px;
}

.cta p {
	margin: 0;
}

.cta p a:link,
.cta p a:visited {
	color: #333;
	font-weight: bold;
	border-bottom: solid 1px #333;
}

ul.four {
	margin: 0 -40px 30px 0;
	padding: 30px 0 0 0;
	width: 920px;
	position: relative;
	overflow: hidden;
}

ul.four li {
	width: 211px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}

ul.four li.clear {
	width: auto;
	float: none;
	margin: 0 0 30px 0;
	height: 0;
	clear: both;
}

ul.four li a.img:link,
ul.four li a.img:visited {
	display: block;
	height: 164px;
	width: 211px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

ul.four li a.img:hover img {
	position: relative;
	top: -214px;
}

ul.four p {
	margin: 0;
	padding-right: 8px;
}

ul.four h4 {
	padding-right: 8px;
}

ul.four.videos h4 {
	font-size: 14px;
	line-height: 20px;
}

ul.four p span {
	color: #666;
	font-size: 12px;
}

article.infoPop footer {
	margin: 30px 0 0 0;
	padding: 15px 0 10px 0;
	border-top: solid 1px #e8e5df;
}

article.infoPop footer a.left {
	background: transparent url('../i/btn-left.png') no-repeat left center;
	padding-left: 18px;
	margin-right: 30px;
}

article.infoPop footer a.right {
	background: transparent url('../i/btn-right.png') no-repeat right center;
	padding-right: 18px;
	margin-left: 30px;
}

.quotes {
	margin: 30px -40px 0 -40px;
}

div.quote {
	width: 265px;
	border-right: solid 1px #e8e5df;
	padding: 4px 21px 0 21px;
	height: 500px;
	position: relative;
}

div.quote1 {
	padding-left: 40px;
	background: transparent url('../i/quote-middleton.jpg') no-repeat right bottom;
}

div.quote2 {
	background: transparent url('../i/quote-nock.jpg') no-repeat right bottom;
}

div.quote3 {
	border: 0;
	padding-right: 41px;
	background: transparent url('../i/quote-taylor.jpg') no-repeat right bottom;
}

div.quote h2 {
	line-height: 26px;
	margin: 0;
}

div.quote p {
	color: #666;
}

div.quote p.name {
	color: #333;
	width: 175px;
	margin: 0;
	font-size: 12px;
	position: absolute;
	bottom: 30px;
}

div.quote p.name strong {
	font-size: 14px;
}

ul.board {
	margin: 0 -40px 20px;
}

ul.board li {
	padding: 24px 40px 24px 180px;
	border-bottom: solid 1px #e8e5df;
	height: 1%;
	overflow: hidden;
}

ul.board li:last-child {
	border: 0;
}

ul.board li img {
	float: left;
	margin: 0 0 0 -140px;
	padding: 6px;
	background: #faf8f4;
	border: solid 1px #e8e5df;
}

ul.board li p {
	margin-bottom: 0;
}

ul.board li h4 {
	margin: 4px 0 0 0;
}

p.quote {
	color: #666;
	font-style: italic;
}

.cols3 {
	margin: 30px -40px 30px -40px;
}

div.col {
	width: 265px;
	border-right: solid 1px #e8e5df;
	padding: 4px 21px 0 21px;
	min-height: 150px;
}

div.col1 {
	padding-left: 40px;
}

div.col2 {

}

div.col3 {
	border: 0;
	padding-right: 41px;
}

div.col h2 {
	line-height: 26px;
	margin: 0;
}

div.colWide {
	padding-left: 40px;
	width: 572px;
}

.infoPop {
	width: 800px;
	height: 400px;
	padding: 12px 20px;
	overflow-y: auto;
}

.infoPop h2 {
	margin-top: 12px;
}

.imgRight {
	float: right;
	margin: 12px 0 20px 30px;
}

.imgLeft {
	float: right;
	margin: 12px 30px 20px 0;
}

.imgWide {
	display: block;
	margin: 30px 0;
}

img.border {
	padding: 6px;
	background: #faf8f4;
	border: solid 1px #e8e5df;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
	border: 0;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

input[type=checkbox] {
	margin-right: 3px;
}

.formRow {
	margin: 0;
}

.formRow li {
	margin: 0;
	padding: 10px 0;
	background: none;
	height: 1%;
	overflow: hidden;
	border-top: dotted 1px #d8d2c1;
}

.default label {
	font: normal 14px georgia, palatino, 'palatino linotype', 'times new roman', times, serif;
	font-style: italic;
	float: left;
	margin: 0 10px 0 30px;
	height: 30px;
	line-height: 30px;
}

.default input[type=text],
.default input[type=password] {
	float: left;
	font: normal 14px arial;
	border: solid 1px #e8e5df;
	padding: 8px 8px;
	width: 94px;
}

.default input[type=text].wide,
.default input[type=password].wide {
	width: 154px;
}

.default input[type=text]:focus,
.default input[type=password]:focus,
.default textarea:focus {
	border-color: #dfd8c9;
}

button {
	display: inline-block;
	height: 34px;
	background: #f4f2ed url('../i/bg-btn.png') repeat-x left top;
	border: solid 1px #dedbd4;
	padding: 0 20px;
	font-size: 16px;
	line-height: 36px;
	color: #1571a6;
	/* rounded corners */
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}


button:hover {
	cursor: pointer;
	color: #0d5883;
	background-position: left -8px;
	border-color: #d2cec6;
	/* shadow */
	-webkit-box-shadow: 0px 0px 8px #fff;
	-moz-box-shadow: 0px 0px 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}

#mc-embedded-subscribe-form {
	margin: 0 -40px;
	padding: 30px 10px;
	background: #faf8f4;
}

#mc-embedded-subscribe-form button {
	margin: 0 0 0 20px;
}

div.mce_inline_error{ 
	font-size: 12px !important;
	color: red !important;
	font-weight: normal !important;
	float: left !important;
	width: 130px !important;
	margin: 24px 0 0 -140px !important;
	height: 30px !important;
	line-height: 30px !important;
	text-align: right  !important;
}

input.mce_inline_error{ 
	margin: 0 !important;
}

#mc-embedded-subscribe-form.small {
	margin: 0 0px 0 -40px;
	padding: 12px 40px;
	background: #faf8f4;
}

.default.small label {
	display: block;
	margin: 0;
	float: none;
	font-size: 12px;
	line-height: 20px;
	height: auto;
}

.default.small input[type=text]{
	float: none;
	margin: 0 0 6px 0;
	padding: 5px;
}

#mc-embedded-subscribe-form.small button {
	margin: 4px 0 4px 0;
}

#mc-embedded-subscribe-form.small div.mce_inline_error{ 
	font-size: 12px !important;
	color: red !important;
	font-weight: normal !important;
	float: none !important;
	width: auto !important;
	margin: -5px 0 5px 0 !important;
	height: auto !important;
	line-height: 18px !important;
	text-align: left  !important;
}

.fsPage {
	margin: 0 !important;
}

.fsForm {
	margin: 0px 0 0 -20px !important;
	padding: 0 !important;
}

.colWide .fsForm {
	margin: -20px 0 0 -20px !important;
}

table.fsTable {
	width: 500px !important;
	margin: 0px 0 0 0 !important;
	padding: 0 !important;
}

.fsForm input[type=radio] {
	margin-right: 4px !important;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	color: #999385;
	margin: 0;
	font-size: 12px;
}

#footer .center {
	text-align: center;
	padding-top: 10px;
}

#footer p {
	margin: 20px auto;
}

a#benek {
	color: #999385;
}

a#benek:hover {
	color: #517b07;
}
