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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
margin: 0;
height: 100%;
background: #3E3B3C;
}

p, li, a, span, h1, h2, h3, input, label, textarea {
font-family: "Helvetica", "Arial", sans-serif;
}

p {
line-height: 1.3;

}

a {
color: #93C6E1;
text-decoration: none;
}

a.button, label, input#send, .blog_post h2, #content_dark h2 {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #9CB39A;
padding: 6px 15px 9px;
color: #ffffff;
font-family: "Franklin Gothic Book", "Helvetica", "Arial", sans-serif;
font-size: 18px;
text-transform: uppercase;
}

a.button {
float:left;
display: block;
margin-right: 16px;
}

a:hover {color:#000000;}

h1, h2, h3 {
font-family: "Franklin Gothic Book", "Helvetica", "Arial", sans-serif;
text-transform: uppercase;
font-size: 20px;
clear:both;
color:#ffffff;
}

h1 {
font-size: 28px;
}

#content_light h1, h2 {
color: #9BB299;
}

#content_light h1, #content_light h2.heading  {
background: none;
border-bottom: 3px solid #9CB39A;
padding: 15px 0 10px 25px;
}

#content_light h2.heading  {
margin: 10px 0 20px;
}

#content_light h2 {
font-size: 24px;
border-bottom: 1px solid #9BB299;
padding: 0 0 5px 0;
margin-bottom: 10px;
}

#content_dark h2 {
margin:19px 0 10px;
}

h3 {
margin: auto 0 10px 0;
font-size: 20px;
}

input.text { 
border: 0;
height: 21px;
padding: 6px 10px 5px;
font-size: 14px;
margin: 10px 20px 20px 0;
}

.wrapper {
margin: 0 auto;
width: 1000px;
}

#header {
height: 43px;
background: url(/images/header_bg.jpg) repeat-x;
}

#header .wrapper {
width: 1000px;
height: 43px;
background:  url(/images/menu_bg.jpg) repeat-x;
}

#header #logo {
float:left;
margin: 5px 25px;
}

#header ul {
float:right;
padding: 10px 25px 8px 0;
}

#header li {
list-style-type: none;

float:left;
font-size: 18px;
margin-left: 20px;
}

#header li a {
text-decoration: none;
color: #ffffff;
font-family: "Franklin Gothic Book", "Helvetica", "Arial", sans-serif;
text-transform: uppercase;
}

#header li a:hover {
color: #33CCFF;}

.focusField{  
color: #000000; 
}  

.idleField{
font-style: italic; 
color: #999999;  
}  

/* Content */

.content {
padding-bottom: 20px;
}

#content_light {
background: url(/images/bg.jpg) repeat-x #EFF0EA;
width:100%;
}

#content_light p {
color: #4B5151;
}

#content_dark {
background: url(/images/dark_bg.jpg) repeat-x #3E3B3C;
width:100%;
}

#content_dark .wrapper {
border-top: 26px solid #93C6E1;
}

#content_dark .left {
padding: 25px;
float:left;
width:321px;
}

#content_dark .right {
float:right;
width: 600px;
padding: 25px 25px 25px 0;
}

.left_content {
float:left;
width:321px;
padding: 25px 25px 25px 0;
}

.right_content {
padding: 25px 0px 25px 0;
width: 600px;
float:right;
}

.right_content p, .content p {
margin: 10px 0 20px 0;
font-size: 14px;
}

/* Footer */

#footer {
clear:both;
border-bottom: 4px solid #9CB39A;
border-top: 1px solid #ffffff;
padding: 18px 0;
text-align: center;
width: 1000px;
margin: 0 auto;
}

#footer span {
font-family: "Franklin Gothic Book", "Helvetica", "Arial", sans-serif; 
color: #ffffff;
font-size: 14px;
}

/* Home Page */

#home #content_light .wrapper {
background: url(/images/home_image.jpg) center no-repeat;
height: 359px;
margin: 0 auto;
width:auto;
}

.blog_post h2 {
margin: 19px 0 10px;
}

.blog_post p, #content_dark p {
color: #ffffff;
font-size:  14px;
line-height:  1.4;
margin: 5px 0 15px;

}

/* About Page */

/* #about #content_light .wrapper {
background: url(/images/about_image.jpg) no-repeat #EFF0EA;
height: 354px;
} */

#about .team_member {
background: #EBECE7;
float:left;
width: 300px;
margin: 20px 50px 0 0;
}

#about .team_member p {
color: #4B5151;
}

/* Programs Page */

.program {
clear:both;
margin: 20px 0;
display: block
}

.program img {
float:left; 
display:block;
width: 300px;
margin: 0 25px 25px 0;
margin-bottom: 30px;
}

.program div {
float:right;
width: 650px;
margin-bottom: 30px;
}

.event {
float:left; 
display:block;
width: 316px;
margin: 0 25px 25px 0;
margin-bottom: 30px;
}

/* Partners Page */

.partners {
margin: 0 20px;
}

.partner {
float:left;
width: 320px;
text-align: center;
margin: 20px 0px;
}

.partner h3 {
color: #000000;
text-align: center;
}


/* Contact Page */

#contact label {
display: block;
float:left;
clear: both;
}

#contact input {
float:right;
height: 20px;
padding: 4px;
margin-bottom: 20px;
font-size: 14px;
width: 460px;
border:1px solid; 
}

#contact textarea {
float:right;
padding: 4px;
margin-bottom: 20px;
font-size: 14px;
width: 460px;
height: 100px
}

#contact input#send {
width: auto;
text-align: center;
padding: 6px 15px 9px;
border: 0;
float: left;
margin-left: 130px;
height: 24px;
}

.info {
font-size: 16px;
clear: both;
margin-bottom: 25px;
}



.info img {
float:left;
margin-top: -6px;
margin-right: 10px;
}
