body {
	margin: 0px;
	padding: 0px;
	background-color: #005E39;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}
#header {
	height: 9.4em;
	width: 100%;
}
#header     #headgrad {
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	height: 7.375em;
	position: relative;
}
#header #headgrad .logo {
	position: absolute;
	background-image: url(images/logo_banner.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
	top: -2px;
	left: -280px;
}
#nav  {
	height: 2em;
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#nav ul {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}
#nav li {
	list-style-type: none;
	float: left;
}
#nav li:hover a {
	background-color: #004329;
}
#nav a.more {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 14em 0em;
}
#nav      li:hover a.more   {
	background-position: 14em -32px;
}
#nav  a.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005231;
}
#nav  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: 75%;
	letter-spacing: 0px;
	text-align: left;
	height: 2.7em;
	line-height: 2.7em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005231;
	padding-left: 1em;
	padding-right: 5em;
}
#nav li li {
	clear: left;
}
#nav li li a {
	width: 16em;
	font-size: 75%;
	line-height: 3em;
	height: 3em;
	border-left-style: none;
	text-transform: capitalize;
	background-color: #004329;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008752;
}
#nav  li  li  a:hover {
	color: #41B4B1;
}
#nav li ul {
	position: absolute;
	display: none;
	margin-left: 1px;
	z-index: 1000;
}
#nav li:hover ul {
	display: block;
}
#nav  ul  a.last {
	border-bottom-style: none;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#wrapper {
	/*background-image: url(images/Grid960%2060px%2020px.jpg);
	background-repeat: repeat-y;*/
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#slideshow {
	height: 350px;
	z-index: 1;
	width: 880px;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	overflow: hidden;
}
#arrows {
	position: absolute;
	z-index: 100;
	top: 42%;
	height: 60px;
	width: 880px;
	display: none;
}
#arrows   a.prev {
	margin-right: 2px;
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	display: block;
	position: absolute;
	z-index: 10;
}
#arrows  a.next {
	background-image: url(images/next.png);
	height: 60px;
	width: 60px;
	display: block;
	position: absolute;
	z-index: 11;
	right: 0px;
	background-repeat: no-repeat;
}

#header  #slides  img {
	width: 880px;
	z-index: 5;
}
#content {
	margin-bottom: 3em;
	background-color: #FFFFFF;
	padding: 40px;
}
#welcome   {
	float: left;
	width: 233px;
	background-color: #003922;
	height: 420px;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#welcome   h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 130%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	display: block;
	font-weight: normal;
	}
span.turquoise {
	color: #65C8C6;
	font-weight: bold;
}
#welcome   p{
	font-size: 90%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}
#welcome  p span.companyname {
	font-weight: bold;
	color: #65C8C6;
}
#wrapper .column {
	float: left;
	float: left;
	width: 273px;
	margin-right: 20px;
	margin-top: 0px;
}
#wrapper .column h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #008752;
	font-size: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
#wrapper .column p {
	font-size: 75%;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}
#wrapper .column ul {
	padding: 5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #D4EDED;
}
#wrapper .column li {
	font-size: 75%;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	font-weight: lighter;
	padding: 0px;
	list-style-type: none;
}
#wrapper .column img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px none #008652;
}
#coursecol {
	float: left;
	float: left;
	width: 293px;
}
#coursecol a {
	display: block;
	height: 200px;
	width: 293px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
#coursecol a:hover {
	background-position: 0px -200px;
}
#coursecol  a  .title {
	display: block;
	position: absolute;
	left: 25px;
	width: 200px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	bottom: 55px;
}
#coursecol .schools {
	background-image: url(images/for_schools.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#coursecol .work {
	background-image: url(images/for_work.jpg);
	background-repeat: no-repeat;
}
#coursecol a .click {
	display: block;
	font-size: 12px;
	position: absolute;
	line-height: 20px;
	height: 20px;
	width: 80px;
	padding-left: 25px;
	background-image: url(images/arrow_click.png);
	background-repeat: no-repeat;
	background-position: left -20px;
	color: #FFFFFF;
	bottom: 25px;
	left: 25px;
}
#coursecol a:hover .click {
	color: #FFFFFF;
	background-position: left 0px;
}
.clearfloat {
	line-height: 0px;
	clear: both;
}
#footer {
	background-color: #003922;
	height: 21em;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/gradient.png);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #67C8C6;
}
#footwrap {
	height: 14em;
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	position: relative;
	background-image: url(images/sweetlovesmall.gif);
	background-repeat: no-repeat;
	background-position: 47em 3em;
	padding-bottom: 50px;
}
#footwrap .contact, #footwrap .list, #footwrap .information {
	float: left;
	width: 150px;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-color: #005E39;
	height: 230px;
}
#footer #footwrap h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #67C8C6;
	padding-bottom: 10px;
}
#footer #footwrap p {
	font-size: 65%;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer #footwrap ul {
	margin: 0px;
	padding: 0px;
}
#footer #footwrap li {
	font-size: 65%;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
}
#footer #footwrap a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footwrap a:hover {
	text-decoration: underline;
}
#footer #footwrap li a {
	display: block;
	height: 2em;
	line-height: 2em;
	text-transform: capitalize;
}
#footer #footwrap .list a:hover {
	text-decoration: underline;
}
#footer #footwrap .copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005E39;
	padding-top: 10px;
}
#footer #footwrap .copyright p {
	color: #67C8C6;
}
