* {
	padding: 0;
	margin: 0;	
}
html {
	overflow-y: scroll;	
}

body {
	background-color: #ffffff;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: both;
	color: #00A9D3;
}

h3 {
	font-size: 1em;
}

label { font-weight: bold; font-size: 1em;}

a:link {
	color: #1B75BC;
	text-decoration: none;
}

a:hover {
	color: #00A9D3;
	text-decoration: underline;
}

a:visited {
	color: #1B75BC;
	text-decoration: none;
}

a:active {
	color: #1B75BC;
	text-decoration: none;
}

#container {
	width: 756px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 756px;
	height: 91px;
	background-color: #1B75BC;
}

#logo {
	float: left;
	margin: 6px 0 0 30px;
}

#footer {
	float: left;
	width: 716px;
	background-color: #CED7E4;
	padding: 20px;
	margin-top: 13px;
	color: #666666;
	font-size: 0.6em;
}

.navBox {
	border-right: 1px solid #333333;
	margin-right: 2em;
	padding-right: 2em;
}

#footer ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	float: left;
	margin-right: 2em;
	padding-right: 2em;
}

#footer ul dt { font-weight: bold; }

#navigation {
	float: left;
	margin: 45px 0 0 250px;
	text-align:left;
	font-family: Arial, Tahoma, helvetica, sans-serif;
	font-size: 0.6em;
}

#navigation ul {
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#navigation li {
	display:block;
	float:left;
	height:25px;
	padding: 0;
	margin: 0;
}

#navigation li a {
	background:transparent url(/images/nav_full.gif) no-repeat scroll 0 0;
	display:block;
	height:25px;
	text-indent:-9999px;
}

#navigation #btnAbout a {
	background-position:0 0;
	width:83px;
}

#navigation #btnAbout a:hover {
	background-position: 0 -20px;
}

#navigation #btnCareers a {
	background-position:-83px 0;
	width:153px;
}

#navigation #btnCareers a:hover {
	background-position: -83px -20px;
}

#navigation #btnCourses a {
	background-position:-236px 0;
	width:66px;
}

#navigation #btnCourses a:hover {
	background-position: -236px -20px;
}

#navigation #btnContact a {
	background-position:-302px 0;
	width:60px;
}

#navigation #btnContact a:hover {
	background-position: -302px -20px;
}

/* 
	border-right: 1px solid #00A9D3; */
/*
#navigation ul li {
	display: inline;
	width: 180px;
	margin-right: 0.6em;
	padding-right: 0.6em;
}

#navigation ul li.last {
	border:none;
	padding:0;
	margin:0;
}

#navigation ul li a { 
	font-weight: normal;
letter-spacing: 0.7px;
}

#navigation ul li a.active 
{
	color: #ffffff;
}

#navigation ul li a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #00A9D3;
	text-decoration: none;
}
*/
#headline {
	position: relative;
	width: 726px;
	margin-top: 30px;
	padding: 0 0 13px 30px;
	border-bottom: 1px solid #B3B3B3;
}

#headline h1 {
	color: #00A9D3;
	font-size: 1.4em;
	margin-bottom: 0;
}

#main {
	margin-top: 6px;
}

#feature-container {
	float: left;
	width: 756px;
	padding: 6px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

#feature-text {
	height: 202px;
	background-color: #b9e5fb;
	padding: 20px;
	overflow: hidden;
	width: 450px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
}

* html #feature-text {
	height: 1%;
}

#feature-text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: both;
	color: #00A9D3;
	
}

#feature-text p {
	line-height: 1.4em;
}

.tl {
	background-image: url(/images/circle.gif);
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.tr {
	background-image: url(/images/circle.gif);
	background-position: 10px 0px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}
.bl {
	background-image: url(/images/circle.gif);
	background-position: 0px 10px;
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.br {
	background-image: url(/images/circle.gif);
	background-position: 10px 10px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}

.tl-grey {
	background-image: url(/images/circle_grey.gif);
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.tr-grey {
	background-image: url(/images/circle_grey.gif);
	background-position: 10px 0px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}
.bl-grey {
	background-image: url(/images/circle_grey.gif);
	background-position: 0px 10px;
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.br-grey {
	background-image: url(/images/circle_grey.gif);
	background-position: 10px 10px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}

#feature-photo {
	position: relative;
	float: right;
	right: 0;
}

#subFeature-container {
	width: 756px;
	font-size: 0.7em;
	float: left;
	margin-top: 13px;
	color: #333333;
}

#subFeature-container h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #1B75BC;
	text-transform: uppercase;
}

#subFeature-container ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
}

#subFeature-container ul li {
	display: inline;
	float: left;
	width: 240px;
	margin-right: 10px;
}

#subFeature-container ul dt { 
	float:left;
	padding: 0 10px 0 0;
	margin: 0;
}

#sub_container {
	float: left;
	width: 756px;
	padding: 6px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

#left_column {
	width: 490px;
	float: left;
	
}

.bio_box {
	background-color: #b9e5fb;
	padding: 20px;
	overflow: hidden;
	font-size: 0.825em;
	color: #333333;
	margin-bottom: 6px;
}

.bio_box h2 {
	font-size: 1em;
	color: #1B75BC;
}

#right_column {
	float: left;
	width: 260px;
	margin-left: 6px;
}

#sidebar_title {
	width: 220px;
	height: 15px;
	padding: 20px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 0.725em;
}

#sidebar_content {
	width: 220px;
	padding: 20px;
	margin-top: 6px;
	background-color: #72AFB6;
	color: #FFFFFF;
	font-size: 0.725em;
	line-height: 1.4em;
}

#careers_main {
	width: 340px;
	float: left;
	background-color: #b9e5fb;
	padding: 20px;
	overflow: hidden;
	height:200px;
}

#careers_main p {
	font-size: 0.825em;
	color: #333333;
	line-height: 1.4em;
}


#careers_sidebar {
	width: 330px;
	margin-left: 6px;
	float: left;
	padding: 20px;
	background-color: #E6E6E6;
	color: #666666;
	font-size: 0.725em;
	line-height: 1.4em;
	height:200px;
}

#careers_sidebar h2 {
	font-size: 1.0em;
	color: #1B75BC;
}

#sub_careers_container {
	width: 756px;
	font-size: 0.7em;
	float: left;
	margin-top: 6px;
	color: #333333;
}

#sub_careers_container h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #1B75BC;
	text-transform: uppercase;
}

#sub_careers_container ul { 
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#sub_careers_container ul li {
	display: inline;
	float: left;
	width: 370px;
	margin-right: 6px;
}

#sub_careers_container ul dt { 
	float:left;
	padding: 0 10px 0 0;
	margin: 0;
}