/*
Some Globals
*/

body, h1, h2, h3, h4, img, li, ol, ul, p, a, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #cbcbcb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a, object {
	outline: 0;
}

img {
	display: block;
}

.bodywrap {
	margin:auto;
	width:850px;
	height:auto;
}

a {
	color: #00a850;
	text-decoration:underline;
}

p.thankyou {
	float:left;
	margin-top:10px;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

span.highlight {
	font-weight:bold;
	color: #009b4a;
}

/*
Header Section
*/

.header {
	height: 169px;
	padding: 0px 38px 0px 0px;
	margin-top:25px;
	background-image:url(images/header_bg.gif);
	background-position:top;
	background-repeat: no-repeat;
}

a.img {
	display:block;
	width:181px;
	float:left;
}

p.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	width:500px;
	float:right;
	margin-top:60px;
	color: #00a74f;
	text-align:right;
}

div.nav {
	height:32px;
	margin-top: -32px;
}

ul.nav {
	width:787px;
	height:32px;
	margin-left:31px;
}

ul.nav li {
	float:left;
	list-style:none;
	height:32px;
	text-align:center;
	position: relative;
}

ul.nav li a {
	font-size:15px;
	font-weight:bold;
	font-size:15px;
	line-height:32px;
	padding-top:3px;
	text-decoration: none;
	display:block;
	color: white;
}

li.home a {
	width:115px;
	background-image:url(images/home_bg-trans.png);
}

li.about a {
	width:131px;
	background-image:url(images/about_bg-trans.png);
}

li.what a {
	width:144px;
	background-image:url(images/what_bg-trans.png);
}

li.case a {
	width:131px;
	background-image:url(images/case_bg-trans.png);
}

li.lesson a {
	width:131px;
	background-image:url(images/lesson_bg-trans.png);
}

li.contact a {
	width:134px;
	background-image:url(images/contact_bg-trans.png);
}

/*Active switches*/

ul.nav li.homeOn a {
	width:115px;
	background-image:url(images/home_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.aboutOn a {
	width:131px;
	background-image:url(images/about_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.whatOn a {
	width:144px;
	background-image:url(images/what_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.caseOn a {
	width:131px;
	background-image:url(images/case_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.lessonOn a {
	width:131px;
	background-image:url(images/lesson_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav li.contactOn a {
	width:134px;
	background-image:url(images/contact_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav li.home a:hover {
	width:115px;
	background-image:url(images/home_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.about a:hover {
	width:131px;
	background-image:url(images/about_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.what a:hover {
	width:144px;
	background-image:url(images/what_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.case a:hover {
	width:131px;
	background-image:url(images/case_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav  li.lesson a:hover {
	width:131px;
	background-image:url(images/lesson_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav li.contact a:hover {
	width:134px;
	background-image:url(images/contact_on-trans.png);
	color: #009b4a;
	text-decoration:underline;
}

ul.nav li ul {
	left: 0;
	top: 0;
	margin-top: 1px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	width: 100px;
}

.ie6 ul.nav li ul {
	display: none;
}

ul.nav li ul li {
	float: none;
	display: inline;
}

ul.nav li ul li a {
	width: 135px;
	background: #ffffff url(images/dropdown-bg.gif) bottom left no-repeat !important;
	color: #5d5d5d;
	height: 32px;
	font-weight: normal;
	text-align: left;
	font-size: 0.7em;
	padding: 0px 0px 0px 13px !important;
}

ul.nav li ul li a:hover {
	width: 135px !important;
	background: #e9f5ef url(images/dropdown-bg.gif) bottom left no-repeat !important;
	text-decoration: none !important;
	color: #5d5d5d !important;
}



/*  Subnav defined */

.subnav {
	width:850px;
	height:20px;
	padding-top:5px;
}

.subnav ul {
	width:801px;
	height:25px;
	list-style:none;
	margin-left:25px;
	font-size:12px;
	border-bottom: 1px solid #e1e1e1;
}

.subnav li {
	width:auto;
	height:25px;
	float:left;
	padding-left: 15px;
	padding-right:15px;
	font-weight:bold;
}

.subnav li a {
	line-height:25px;
	color: #727272;
	text-decoration: none;
}

.subnav li a:hover {
	text-decoration:underline;
}

.subnav li.active a {
	text-decoration:underline;
}



/*
Main Section
*/



.main_wrap {
	width:850px;
	height:auto;
	background-image:url(images/main_bg-trans.png);
	background-repeat: repeat-y;
	float:left;
}

.imgbar {
	width:850px;
	height:145px;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:11px;
	float:left;
}

.imgbar1 {
	width:850px;
	height:0px;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:11px;
	float:left;
}

.imgbar img {
	margin: auto;
}


.left {
	width:500px;
	padding-left:30px;
	padding-top: 10px;
	padding-bottom:50px;
	height:auto;
	float:left;
	margin-left:12px;
}

.left h1 {
	width:480px;
	font-size:25px;
	color: #009b4a;
}

.left h2 {
	width:480px;
	font-size:22px;
	color: #009b4a;
	font-weight:normal;
}

.left h3 {
	width:480px;
	font-size:18px;
	color: #009b4a;
	font-weight:normal;
	margin-top:23px;
	margin-bottom:-14px;
}

.sep {
	width: 500px;
	height:10px;
	background-image:url(images/sep_line.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	margin-top:7px;
}

.left p {
	width:490px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 20px;
	color:#333;
	margin-top:10px;
}

.left ul {
	width:480px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	padding-left:30px;
	margin-top:20px;
}

#achievements ul, #resources ul {
	margin-top:4px;
}

.left ul li {
	width:480px;
	line-height:20px;
	margin-bottom:10px;
}

.left ul.twocolumn {
	width:250px;
	height:auto;
	float:left;
	list-style:none;
	padding: 0;
}

.left ul.twocolumn li {
	width:100%;
	line-height:20px;
	float:left;
	font-size:13px;
	color:#333;
	margin:0;
	font-weight:normal;
}

.right {
	width:230px;
	height:auto;
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.sb_image { float:left; margin-bottom:12px; }

.vspace {
	width:230px;
	height:25px;
	float:right;
}

.right h3 {
	width:169px;
	height:27px;
	padding: 4px 25px 0px 0px;
	float:left;
	background-image:url(images/right_title_bg.gif);
	color:white;
	text-align:right;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.right a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.right a:hover {
	text-decoration: underline !important;
}

.right .body {
	width:184px;
	height:auto;
	float:left;
	background-image:url(images/right_body_bg.jpg);
	padding:8px;
	text-align:right;
	color: #666;
}

.right .foot {
	width:200px;
	height:20px;
	float:left;
	background-image:url(images/right_foot_bg.jpg);
	margin-bottom:20px;
}

.quicknav {
	width:400px;
	height:20px;
	margin-bottom:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.quicknav span.active {
	color: #009b4a;
	text-decoration:underline;
}

.quicknav a {
	color:#333;
	text-decoration:none;
}

.quicknav a:hover {
	text-decoration:underline;
}

#contact p {
	width: 240px;
}

.contact_wrap {
	width:280px;
	height:auto;
	float:left;
}

#contact .left h3 {
	width:240px;
}

#contact .left {
	width: 570px;
}

form {
	font-size:12px;
}

label {
	width:70px;
	float:left;
	text-align:left;
	color:#333;
	margin-top:7px;
	margin-bottom:1px;
}

.input {
	width:160px;
	float:left;
	border: 1px solid #BFBFBF;
	font-size:12px;
	padding:1px;
}

.form {
	float:left;
	width:160px;
	margin-left:8px;
}

.text {
	width:155px;
	height:120px;
	float:left;
	border: 1px solid #BFBFBF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}

.submit {
	float:right;
	margin-top:13px;
}


/*
Footer Section
*/

.footer_wrap {
	width:850px;
	height:109px;
	background-image:url(images/footer_bg.gif);
	background-repeat: no-repeat;
	float:left;
	font-size:10px;
	color:white;
	font-weight:bold;
	margin-bottom: 10px;
}

.footer_wrap img {
	float: left;
}

.footer_wrap a {
	color:white;
	text-decoration: none;
}

.footer_wrap a:hover {
	text-decoration:underline;
}

p.footleft {
	float:left;
	width:200px;
	height:18px;
	margin-top:33px;
	margin-left:20px;
}

p.footright {
	width:440px;
	height:18px;
	float:right;
	margin-top:33px;
	margin-right:20px;
	text-align:right;
}

.footer_credits {
	font-size: 11px;
	text-align:right;
	margin-right: 20px;
}

#news_header {
	width: 179px;
	height: 22px;
	background: url(images/news-header.gif) top left no-repeat;
	color: #ffffff;
	text-align: right;
	padding: 7px 15px 0px 0px;
	font-weight: bold;
	font-size: 1.1em;
}

ul.newslist {
	list-style: none;
	width: 194px;
}

.ie6 .newslist {
	width: 198px;
}

ul.newslist li {
	float: left;
}

ul.newslist li a {
	float: left;
	display: block;
	padding: 5px 10px;
	color: #575757 !important;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: right;
	text-decoration: none !important;
}

ul.newslist li a:hover {
	background-color: #e1f0e9;
	text-decoration: none !important;
}

#case_wrap {
	width: 770px;
	margin-left: 38px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 20px;
	color:#333;
}

#case_wrap img {
	display: block;
}

.casebox {
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	padding: 0px 15px;
}

h4 {
	width:450px;
	font-size:18px;
	color: #009b4a;
	font-weight:normal;
	padding-bottom: 5px;
	margin-bottom: 8px;
	background: url(images/case-left.gif) bottom left no-repeat;
}

h5 {
	font-size:16px;
	color: #009b4a;
	font-weight:normal;
	margin: 0px 0px 4px 10px;
	padding: 0px;
}

.caselink {
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	border-top: 1px solid #c2e9d4;
	padding: 3px 85px 3px 0px;
	width: 193px;
	display: block;
	background: url(images/download.gif) top right no-repeat;
}
