/* CSS Document */


/*  RESET   ====================================================  */

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html>body {
font-size: 16px; /* IE can’t read this - resets all browsers to 16px */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.0;
	color: #000000;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}

/*  FONTS  ====================================================  */

body {
	font-family:Arial, Helvetica, sans-serif;
}

#logo{
	text-align:left;
}

#logo a img {border:none;}

#page, #footer {font-size:87.5%; line-height: 1.23;} /* Base 100 is 16px - 81% is 13px */

#menu {font-size:123%;} /* reset after page size */

#page p {
	color:#e9f1c6; 
	line-height: 1.54;
	margin-bottom: 1.0em;
}

#page iframe{
}

#page ul {
	color:#e9f1c6; 
	line-height: 1.54;
	margin: 1.0em 1.2em;
	list-style:disc;
}

#page li {
}

/* h1 {font-size:162.5%; color: #fff; margin-bottom: 1em;} */
#content h1 {
	font-size:240%;
	color: #fff;
	margin-bottom: 0.5em;
}

#content h1.makefit {
	letter-spacing: -0.03em;
	margin-right:-1em;
}
#content h2 {
	font-size:165%;
	color: #e9f1c6;
	margin: 1em 0 0.3em 0;
}
#content h3 {
	font-size:110%;
	color: #e9f1c6;
	font-weight:bold;
}
#content h4 {font-size:100%}

li li, li p, td p, blockquote p {font-size:100%}

input, select, th, td {font-size:100%}

address {
	font-style:normal;
	text-align:center;
	color:#817A91;
	margin:0;
	padding: 8px 0 0 0;
}

address a {
	color:#817A91;
}


a { color: #e9f1c6;}

/*  LAYOUT  ====================================================  */

body {
	text-align:center;
	margin-top:20px;
	}
	
#banner, #bannerhome {
	margin: 0 auto 0 auto;
	width:760px;
	height:197px;
	}
	
#bannerhome {
	height:auto;
	background-color: #B8DE4A;
	background-image:none;
	}

#container, #containerhome {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align:left;	
	background-color:#169e07;
	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
	
}
	
#clearer {
	clear:both;
	height:0;
}

#page {
	margin:0px 0px 0px 40px;
	padding:30px 0 10px 0;
	}
	
#containerhome #page {
	margin-left: 45px;
	padding-top:0;
	}


#footer {
	margin: 30px auto 20px auto;
	width:760px;
	background-color: #FFFFFF;
	}
	
#footer h2{
	font-style:normal;
	font-weight:normal;
	text-align:center;
	color:#817A91;
	margin:0;
	padding: 0 0 0 0;
}
	
#footer h3{
	font-style:normal;
	font-weight:normal;
	text-align:center;
	color:#817A91;
	margin:0;
	padding: 8px 0 0 0;
}

#footer b{
	font-style:normal;
	font-weight:normal;
}
	
img.right {
	float:right;
	margin-left:5px;
}


#content {
	width:470px;
	float:left;
	padding-bottom: 30px
	}
	
	
#containerhome #content {
	width:500px;
	}
	
#sidebar {
	width:200px;
	float:right;
	}
	
#menu {
	/* background-color:#a5ea81; */
	background-color:#6bcc4a;
	margin: 60px 0 30px 0;
	}
	
#home #menu {
	margin: 20px 0 30px 0;
	}
	
#home #sidebar {
	margin-top:20px;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding:12px;
	}
	
#menu ul li a {
	color: #107c04;
	font-weight: bold;
	text-decoration:none;
	font-size: 85%;
}

#menu ul li a:hover {
	color: #0d6303;
}

	
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	}
	
#homequote blockquote {
	background-image:url(../images/quote-inside-open.png);
	background-position: -12px top;
	background-repeat:no-repeat;
	padding:28px 12px 12px 0px;
	}
	
#sidebar blockquote {
	background-image:url(../images/quote-inside-open.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:28px 12px 12px 12px;
	}
	
	
#homequote blockquote p,
#sidebar blockquote p {
	background-image:url(../images/quote-inside-close.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-indent: 50px;
	color:#000000;
	line-height: 1.2;
	margin:0;
	}
	
#home #sidebar blockquote {display:none;}
	
span.author {
	display:block;
	margin-top:20px;
	font-size:70%;
	font-style:italic;
	text-indent: 0px;
	}



p.homehighlight {
	font-weight:bold;
	color:#ffffff;
	padding:8px;
	border:1px solid #779BEE;
}

p.homehighlight a {
	color:#ffffff;
	text-decoration:none;
}

p.homehighlight a:hover {
	text-decoration:underline;
}

#page p.focustext{
	color:#fff;
	font-weight:bold;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
		margin-bottom: 1.0em;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page ul.leaf{
	list-style-image:url(../images/leaf-sm.png);
	list-style-position: outside;
	margin-left:22px;
}


@media screen and (max-width: 700px){
	
#content h1 {
	font-size:170%;
	margin-bottom: 0.3em;
}

#content h2 {
	font-size:125%;
	margin: 1em 0 0.3em 0;
}

#content img,
img.right {
	float:none;
	margin:0 0 10px 0;
	display:block;
}
	
body {
	margin-top:0px;
	}
	
#banner, #bannerhome {
	margin: 0 auto 0 auto;
	width:100%;
	height:auto;
	}
	
#bannerhome {
	height:auto;
	background-color: #B8DE4A;
	background-image:none;
	}

#container, #containerhome {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align:left;	
	
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
	
}
	
#page {
	margin:0px 10px;
	padding:0;
	}
	
#containerhome #page {
	margin-left: 0px;
	padding-top:0;
	}


#footer {
	margin: 10px auto 10px auto;
	width:100%;
	}
	
#footer b{
	font-style:normal;
	font-weight:normal;
}
	
#content {
	width:100%;
	float:none;
	}	
	
#containerhome #content {
	width:100%;
	}
	
#sidebar {
	width:100%;
	float:none;
	}
	
#menu {
	margin: 20px 0 20px 0;
	}	
	
#banner img,
#content img {
    max-width: 100%;
    height: auto;
}
	
}
