﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background: #068F93;
	margin-right: auto;
	margin-left: auto;
}
/* html tags */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
h2.page {
	margin: 0;
}
h3 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px;
	margin: 0 0 0 20px;
}

img {
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}
img.homepage {
	padding: 0;
	margin: 0;
}
img.paddingRight {
	padding-right: 12px;
	padding-bottom: 12px;
}
img.paddingLeft {
	padding-top: 12px;
	padding-left: 12px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {

}
p {
	line-height: 1.5em;
	color: #000;
}
p.backPage {
	font-size: 0.9em;
	margin-bottom: 10px;
}
ul {
	margin: 15px 0 0 0;
}
ul.abc li {
	list-style: lower-alpha;	
}
li {
	list-style: disc;
	padding: 0;
	margin: 0;
	color: #000C06;
	font-size: inherit;
}
li.indentedlist {
	font-size: 1em;
}
hr {
	clear: both;
	margin: 0px 0px 10px;
	border-style: none;
}
table.details {
	width: 100%;
	font-size: inherit;
}
table.details th {
	text-align: left;
	padding: 2px;
	vertical-align: top;
	width: 9em;
}
table.details td {
	padding: 2px;
	vertical-align: top;
	width: auto;
}

#wrapper {
	margin: 0 auto;
	padding: 10px 12px;
	width: 1000px;
	background: url(../images/bg-shadow.jpg) repeat-y;
}

/* specific html5 tags */
header, hgroup, nav, article, section, footer, small, aside {
	display: block;
	overflow: hidden; /* ensures all html5 elements clear all content contained within it */
	height: 1% /* for older versions of IE */
}
header {
	margin-bottom: 7px;
	width: 950px;
	margin-left: 30px;
	position: relative;
}
header .logo {
	float: left;
}
header #logoStrapline {
	width: 900px;
	float: left;
}
header hgroup p {
	margin-top: 98px;
	font-size: 1.7em;
	color: #000;
}
hgroup h1 {
}
nav {
	float: left;
	width: 176px;
	padding: 7px;
	margin: 7px 0 0 20px;
}
nav header {
	font-weight: bold;
	color: #00401F;
	font-size: 1.2em;	
}
nav ul {
	margin: 7px 13px 7px 0;
}
nav li {
	list-style: none;
	width: 100%;
}
nav li#selected {
	background-color: #00a6a4;
	padding: 4px;
	border-bottom: solid 1px #fff;
}

nav li a {
	color: #000;
	display: block;
	width: 166px;
	height: auto;
	padding: 4px;
	margin: 1px 0;
	text-decoration: none;
}
nav li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #00a6a4;
}
nav li a#thisSection {
	text-decoration: underline;
}
nav li ul li a#thisSection {
	font-weight: bold;
	text-decoration: underline;
}
nav li ul li a#thisSection:hover {
	color: #333;
	text-decoration: none;
}
nav li li {
	font-size: 0.8em;
	margin-left: 12px;
}
nav li li a {
	padding: 2px;
}
nav#crumbtrail {
	overflow: hidden;
	width: 950px;
	padding: 0;
}
nav#crumbtrail ul {
	padding: 0;
	margin: 0;
}
nav#crumbtrail li {
	list-style: none;
	display: inline;
	float: left;
	width: auto;
	margin-left: 0px;
}
nav#crumbtrail li a {
	width: inherit;
	padding-bottom: 12px;
}
nav#crumbtrail li a:hover {
	color: #999;
	background-color: transparent;
}
nav.navMenu {
	width: auto;
	height: 2em;
	padding: 0;
	margin: 0;
}
nav.navMenu ul {
	float: right;
	clear: both;
	margin-right: 0;
}
nav.navMenu li {
	list-style: none;
	width: auto;
	display: block;
	float: left;
}
nav.navMenu li a {
	color: #000;
	margin: 0 4px;
	display: inline;
}
nav.navMenu li a:hover {
	color: #FFF;
}
nav.navMenu li a:after {
	content: "";
}
article {
	float: right;
	width: 770px;
	margin-bottom: 25px;
	margin-right: 20px;
}
article#homepage {
	width: 950px;
	padding: 0;
	float: none;
	margin-left: 30px;
}
article#homepage section {
	width: 300px;
	float: left;
	margin-right: 16px;
}
article#homepage section .mainInfo{
	overflow: auto;
	width: 100%;
	height: 21em;
}
article#homepage section .readMore{
	width: 100%;
	height: 3em;
}
article#homepage section.middleCol {
	width: 300px;
}
article#homepage section a.homepage {
	display: block;
	padding: 5px 0px 2px;
	text-align: right;
	font-weight: bold;
	border-bottom: solid 3px;
	background-color: #fff;
	width: 100%;
}
article#homepage h2.hpage {
	font-size: 1.1em;
}
article#blkSpace {
	margin-bottom: 250px;
}
article h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 9px 0px 0px 0px;
	margin-bottom: 12px;
	border-bottom: 3px solid #333;
}
article h2.singleCol {
	margin-left: 20px;
	margin-right: 25px;
}
article p {
	padding: 0px 10px 7px 0px;
}
article a {
	text-decoration: underline;
}
article a:hover {
	text-decoration: none;
}

section {
	margin: 0;
	padding: 0;
	width: auto;
}
section.mainContent {
	width: 750px;
	margin-left: 20px;
}
section.mainContent p {
	margin-right: 30px;
}
section.mainContent ul {
}
section.mainContent li {
	list-style: disc;
	margin-left: 20px;
}
section.mainContent ul.policies li {
	list-style: none;
	margin-left: 0;
	line-height: 2em;
}
section.colTwo {
	width: 360px;
	padding: 0;
	float: left;
	position: relative;
	margin: 0 12px 0 12px;
}
section.colTwo.homepage {
	width: 360px;
	padding: 0;
	float: left;
	height: 28em;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
}
section.colThree {
	width: 300px;
	padding: 0;
	margin: 0 10px;
	float: left;
}
section p.homepage {
	padding: 10px 7px 12px 0px;
}
section a {
	color: #333;
}
section a:hover {
	color: #999;
}
section ul {
	margin: 7px 0 7px;
	padding: 0 0 0 20px;
}
section li {
	list-style-type: disc;
}
section ul#courseList {
	margin: 0;
}
section ul#courseList li {
	text-align: left;
	list-style-type: none;
	line-height: 1.4em;
	border-bottom: dotted 1px #333;
	padding-right: 0px;
	margin:	0 40px 14px 0;
}
section ul#courseList li a {
	color: #333;
	display: block;
	padding: 4px 4px 0 0;
	text-decoration: none;
}
section ul#courseList li a:hover {
	color: #fff;
	background-color: #00a6a4;
}
section#courseContent {
	padding-left: 20px;
	width: 700px;
}
section#courseContent ul {
	margin: 0 0 7px 20px;
	
}
section ul.courses {
	padding: 0;
	margin: 0 40px 12px;
}
section ul.courses li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: dotted 1px #333;
}
section ul.courses li a {
	display: block;
	text-decoration: none;
	margin-top: 3px;
	padding-top: 7px;
}
section ul.courses li a:hover {
	color: #fff;
	background-color: #00a6a4;
}

aside {
	float: left;
	width: 700px;
	margin-top: 1em;
	margin: 1em 0 0 20px;
}
footer {
	width: 950px;
	clear: both;
	margin-top: 25px;
	text-align: right;
	padding: 7px 15px 7px 0px;
	margin-left: 20px;
}

footer nav {
	float: right;
	width: auto !important;
}
footer small {
	color: #666;
	text-align: right;
	margin-right: 7px;
	margin-bottom: 0px;
	font-size: 0.9em;
}

/* specific styles throughout site */
.left {
	float: left;
}
.right {
	float: right;
}
.marginLeft {
	margin-left: 10px;
}
.marginRight {
	margin-right: 10px;
}
.clearall {
	clear: both;
	display: block;
	overflow: hidden; /* ensures all html5 elements clear all content contained within it */
	height: 1% /* for older versions of IE */

}
.phone {
	font-size: 1em;
	color: #000;
	margin-left: 7px;
	font-weight: bold;
}
.style1 {
	color: #000;
	border-bottom-color: #000;
	text-transform: uppercase;
}
.style2 {
	color: #000;
	border-bottom-color: #000;
	text-transform: uppercase;
}
.style3 {
	color: #000;
	border-bottom-color: #000;
	text-transform: uppercase;
}
.style4 {
	color: #000;
	border-bottom-color: #000;
	text-transform: uppercase;
}
.style5 {
	color: #000;
	border-bottom-color: #000;
	text-transform: uppercase;
}
.style6 {
	color: #000;
	border-bottom-color: #000;
	text-transform: uppercase;
}
.top {
	border: none !important;
	padding-top: 7px;
}
.note {
	margin-left: 20px;
	font-size: 0.8em;
}
#searchSite {
	width: 26em;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 20px;
	visibility: hidden;
}
#searchSite label {
	font-weight: bold;
	color: #00a651;
}
#searchSite input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	border: 1px solid #00a651;
	padding: 3px;
	width: 15em;
}
#submit {
	color: #333 !important;
	background: #00a651;
	width: 5em !important;
	border: 1px solid #00a6a4;
	font-weight: bold;
	margin-left: 7px;
}
#navPosition {
	position: absolute;
	right: 20px;
	bottom: 0px;
	padding: 0;
	margin: 0;
}

/* A to Z course list styles */
.aToZ {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	height: 1.5em;
}
.aToZ li {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #333;
	float: left;
}
.aToZ a {
	text-decoration: none;
	padding: 0 10px 0 11px;
	margin: 0px;
	font-weight: bold;
	display: block;
}
.aToZ a:hover {
	background-color: #00a6a4;
}
.aToZ li span.azNoLink {
	padding: 0px 4px;
	color: #999;
}

/* Ticker box styles */

.tickerbox {
	width: 930px;
	margin: 15px 0 15px 30px;
	padding: 0 0 7px 0;
	height: 3em;
	border-top: solid 1px #00a6a4;
	border-bottom: solid 1px #00a6a4;
}
.tickerbox ul {
	width: 100%; 
	position: relative;
	margin-top: 0;
}
.tickerbox li {
	width: 100%;
	list-style: none;
	list-style-position: inside;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 0;
	overflow: hidden
}

/* "Contact Us" Form styles */
#content form#feedback {
	margin: 20px 0px 7px;
	padding: 7px 0px 0px;
	width: auto;
	clear: both;
}
#feedback fieldset {
	margin: 20px 0 0 0;
	padding: 15px 0px 7px 10px;
	width: 720px;
	font-weight: bold;
}
#feedback legend {
	font-size: 1.2em;
}
#feedback label {
	font-weight: normal;
	margin: 0px 0px 14px;
	padding: 3px 0px 0px;
	width: 13em;
	color: #333;
	float: left;
}
#feedback input {
	margin: 0px 0px 7px;
	padding: 1px;
	width: 15em;
	color: #666666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#feedback .radioBtn {
	width: 2em;
	border: 1px solid #00FF00;
}

#feedback textarea {
	margin: 0px 0px 7px;
	padding: 1px;
	width: 15em;
	color: #666666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#feedback select {
	margin: 0px 0px 7px;
	padding: 1px;
	width: 15em;
	color: #666666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#feedback input.sendbttn {
	width: 6em;
	margin: 0px 10px 7px 0px;
	padding: 0px;
}
