/*
Dark blue: 005290
Body blue: 0076CD
Green: 339933
*/

html, body, p, div, #SubBar form, hr {
	margin: 0;
	padding: 0;
}
a {
	outline: 0;
}

body {
	background: #3B9035 url(../images/interface/bg_body.png) repeat-x top left;
}

html, body, td {
	font: 12px Verdana, Arial,Helvetica, sans-serif;
}
#outerwrap {
	width: 818px;
	margin: auto;
	background: url(../images/interface/bg_wrapper.png) no-repeat top left;
}
#Container {
	width: 800px;
	margin: auto;
}
#Header {
	height: 132px;
}

#Header img {
	float: left;
}

#Nav {
	clear: both;
	height: 33px;
}

#Nav img {
	float: left;
}
#NavMenu {
	height: 33px;
}

#SubBar {
	clear: both;
	height: 32px;
	background-color: #ffffff;
	border-bottom: 3px solid #0076CD;
}

#SubBar a {
	font-weight: bold;
	color: #FFFFFF;
}

#Footer {
	color: #FFFFFF;
	clear: both;
	font-size: 10px;
	text-align: center;
}

#Footer a {
	color: #FFFFFF;
}
#Footer a:link, 
#Footer a:visited {
	text-decoration: none;
}
#Footer a:hover,
#Footer a:active,
#Footer a:focus {
	text-decoration: underline;
}

.Img {
	border: 2px solid #339933;
}

/********************************************* MAIN STYLES *********************************/

div.Main {
	padding: 10px;
	background-color: #FFFFFF;
	color: #333333;
	min-height: 550px;
}

div.Main td {
	vertical-align: top;
}

h1 {
	color: #005290;
}
h2,
h3 {
	color: #00406F;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}
h1:first-letter {
	font-size: 22px;
}

h2 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
h2:first-letter {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
}

a {
	color: #339933;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a.signupLink {
	display: block;
	text-align: center;
	margin-top: 24px;
	clear: both;
}
div.Main tr.evenRow td {
	background-color: #DDDDDD;
}

ul {
	list-style-type: none;
}

li {
	line-height: 130%;
	background: url(/images/interface/list-bullet.png) no-repeat;
	padding-left: 14px;
}

p {
	margin: 4px 0 8px;
}

.Table {
	text-align: left;
}

#Sub {
	background-color: #f4f4f4;
	width: 200px;
	margin-bottom: 12px;
	border-collapse: collapse;
}
#Sub td {
	border: 2px solid #0076cc;
	padding: 0;
}

#Sub h2 {
	margin: 0px;
	padding: 3px;
	text-align: center;
	background-color: #0076cc;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
}

#Sub div {
	margin-left: 12px;
}

#Sub p {
	margin: 4px 4px 4px 15px;
}
#Sub hr {
	width: 100px;
	height: 1px;
	margin: 10px auto;
	color: #339933;
	background-color: #339933;
	border: 0;
}
#Sub a {
	color: #339933;
	font-size: 12px;
	font-weight: normal;
}
#Sub a:link {
	text-decoration: none;
}
#Sub a:visited {
	text-decoration: none;
}
#Sub a:hover {
	text-decoration: underline;
}
#Sub a:active {
	text-decoration: underline;
}
#Sub a:focus {
	text-decoration: underline;
}
.contentMain {
	padding-right: 8px;
	padding-bottom: 24px;
}
.contentSub {
	width: 200px;
}
table.chart {
	border-collapse: collapse;
	margin-top: 12px;
}
table.chart a {
	font-weight: normal;
}
.chart td, .chart th {
	padding: 2px;
	border: 1px solid #0076CD;
}
table.chart th {
	background-color: #CFDCE6;
	font-size: 10px;
	vertical-align: middle;
}
table.chart td {
	font-size: 11px;
	vertical-align: middle;
}

/* 	FORMS
==========================================*/
.required {
	color: #FF0000;
}
.error_msg {
	background-color: yellow;
}
.field_title {
	font-size: 12px;
	width: 255px;
	vertical-align: top;
	text-align:right;
	padding: 2px 0px;
}
.textfield {
	font-size: 12px;
	width: 300px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-width: 0 0 2px;
	border-style: solid;
	border-color: #005290;
	padding-top: 10px;
	color: #005290;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
label {
	margin: 0;
	padding: 0;
}

#strong-kids-survey table .field_title {
	width: 424px;
}