@charset "UTF-8";
/* Develop Springfield , created November 2009 */

/* Layout */

body {
	background: url(img/bg.png) top center repeat-x scroll #f2eee0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#wrapper {
	width: 1140px;
	height: auto;
	margin: 0 auto;
	padding:0;
	background: url(img/bg_wrapper.png) top center no-repeat;
}
#header {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	background:url(img/bg_header.png) top repeat-x;
}
#logo {
	width: 290px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#mainContainer {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background:#fff;
}
#mainContainerAbout {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background: url(img/bg_about.png) bottom right no-repeat scroll #fff;
}
#mainContainerPrograms {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background: url(img/bg_programs.png) bottom right no-repeat scroll #fff;
}
#mainContainerNews {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background: url(img/bg_news.png) bottom right no-repeat scroll #fff;
	min-height: 1100px;
}
#mainContainerResources {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background: url(img/bg_resources.png) bottom right no-repeat scroll #fff;
}
#mainContainerContact {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background: url(img/bg_contact.png) bottom right no-repeat scroll #fff;
	min-height: 920px;
}
#mainContainerThanks {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background: url(img/bg_thanks.png) bottom left no-repeat scroll #fff;
}
#mainContainerHome {
	width: 900px;
	margin: 10px auto 0;
	padding:0 ;
	background: url(img/bg_home.png) bottom left no-repeat scroll #fff;
}
#banner {
	width: 610px;
	min-height: 25px;
	margin: 0;
	padding: 0;
}
#content {
	width: 610px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;	
}
#contentbody {
	width: 540px;
	height: auto;
	margin: 0 auto;
	padding: 10px 30px 40px 40px;
	float: left;	
}
#pdfbox {
	width: 130px;
	margin: 0 0 10px 10px;
	padding: 10px 15px 5px;
	background:#f2eee0;
	float:right;
	border-top: 10px solid #1e5a76;
	border-left: 1px dashed #1987be;
	border-right: 1px dashed #1987be;
	border-bottom: 1px dashed #1987be;
}
#side{
	width: 250px;
	margin: 0 0 0 610px;
	padding: 25px 40px 10px 0;
}
#sidebox1 {
	width: 210px;
	margin: 0 0 10px;
	padding: 20px;
	background:#e3e6e5;
	border: 1px solid #c2ced2;
}
#sidebox2 {
	width: 210px;
	margin: 0 0 10px;
	padding: 20px;
	background:#e3e6e5;
	border: 1px solid #c2ced2;
}
#sidebox3 {
	width: 210px;
	margin: 0 0 10px;
	padding: 20px;
	background:#e3e6e5;
	border: 1px solid #c2ced2;
}
#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px 5px;
	text-align: right;
	font-size: 10px;
	color:#999;
	background:url(img/bg_ftr.png) top no-repeat;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* Navigation */

#nav {
	width: 585px;
	height: 30px;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	background:#FFF;
	filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
    opacity: 0.7;
    color:#036;
}
ul.dropdown ul {	
    padding: 0;
	list-style:none;
	margin: 0;
	height:30px;
}
ul.dropdown li {
	width:auto;
	margin: 0;
	padding: 0;
	display:block;
}
ul.dropdown li a {
	height: 30px;
	float: left;
	width: auto;
	display:block;
	color:#036;
	text-decoration: none;
	padding: 8px 15px 0;
	margin: 0 auto;
	overflow:auto;
}
ul.dropdown ul a {
	padding: 5px 5px 0 14px;
	width: 150px;
	height: 25px;
	font-size: 12px;
	line-height: 20px;
	background-color: #ced383;
	color: #000;
}
ul.dropdown ul a:link {
}
ul.dropdown ul a:hover {
}
ul.dropdown a.open {
	height:25px;
	background: #036;
	color: #FFF;
}
ul.dropdown ul a.open {
	background-color: #ced383;
	color: #000;
}
ul.dropdown li.nodir a:hover {
	color:#FFF;
	height:22px;
	background:#036;
	filter:alpha(opacity=80); 
   -moz-opacity: 0.80; 
    opacity: 0.80;
}
ul.dropdown li:hover > a.dir {
	height:22px;
	filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
    opacity: 0.8;
	background: #036;
	color: #FFF;
}
ul.dropdown ul li a.dir {
}
ul.dropdown ul li:hover > a.dir {
	background-color: #747b1b;
	color: #FFF;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

/* Links */

a:link {
	text-decoration: none;
	color: #007caf;
}
a:visited {
	text-decoration: none;
	color: #007caf;
}
a:hover {
	text-decoration: underline;
	color: #007caf;
}
a:active {
	text-decoration: none;
	color: #007caf;
}

/* Text */

p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:700;
	color: #1987be;
	margin-top:0;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color: #355e71;
	margin-top: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 400;
	font-style:italic;
	color: #1987be;
	margin-top: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #355e71;
	font-weight: 700;
	margin: 10px 0 5px;	
	
}
h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	line-height:14px;
	color: #355e71;
	margin: 0;
}
h6 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	font-weight:400;
	color: #333;
	margin-top: 0;
	margin-bottom:10px;
}
p.indent { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:400;
	color: #007caf;
	margin: 0 0 0 100px;
	
}
p.top {
	margin-top: 0;
}
p.side{
	line-height: 20px;
	font-size:11px;
	margin:0;
}
ul{
	list-style-image: url(img/arrow.jpg);
}

ul ul li{
	list-style-image: url(img/arrow2.jpg);
}
ul.list2{
	list-style-image: url(img/side_arrow.jpg);
}

ul.list2 ul li{
	list-style-image: url(img/side_arrow2.jpg);
}

/* Images */

img {
	border: none;
}

/* indent list */

#list {
	width: 400px;
	height: auto;
	margin: 0 0 0 50px;
	padding:0;
	line-height:18px;
}
	
/* Forms */

form span {
	background: url(img/bg_inputTop.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 400px;
}
.input {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: url(img/bg_inputBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 380px;
	height: 15px;
}
.inputTxtArea {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: url(img/bg_inputBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 380px;
	height: 150px;
}
.btnForm {
	background: transparent url(img/btn_form.png) no-repeat scroll 0 0;
	border: medium none;
	color: #333;
	text-shadow: 0 1px #eee;
	cursor: default;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-transform: none;
	width: 125px;
}
.btnForm:hover{
	background: transparent url(img/btn_formHover.png) no-repeat scroll 0 0;
}


/* Tables */

#links {
	margin: 0;
    border: none;
	border-collapse: collapse;
}
