﻿/*
bg body:				f6f9fa
bg feature:			eef8f9 
bg header bar:	b0d5dc
*/

html {
	background-color: #f6f9fa;
}

body {
	font: 16px/150% Arial, Helvetica, sans-serif;
	color: #54929c;
	font-weight: normal;
}

a.logo {
	float: left;
	background: url(images/logo-tree.png) no-repeat 0 0;
	width: 508px;
	height: 186px /*width: 200px; height: 160px; */;
}

#header {
	padding: 1px;
	background: #b0d5dc url(images/bg-header.jpg) repeat-x bottom left;
}

#header .left-sidebar .nav {
	color: #fff;
}

#footer .leftcol {
	/* background: #494039; color: #fff; */
}

#header .right-sidebar {
	/* background: #4d5154; */
}

#header .splash {
	text-align: center;
	display: none;
}

#banner {
	color: #B33D2F;
	font-weight: bolder;
	text-align: center;
	border-top: solid 1px #ccc;
}

#content .banner {
	/* background: #998d7f; */
}

#center {
	margin-top: 30px;
	background: #eef8f9 url(images/bg-center.jpg) repeat-y top left;
}

#center .left-sidebar {
	/* background: #0f1c25; */
}

#footer {
	border-top: solid 1px #bac952;
	margin-top: 20px;
	text-align: center;
	color: #fff;
}
#footer ul {
	margin: 0;
}

#footer ul li {
	display: inline;
}

#footer .rightcol {
	/* background: #59636c; */
}

#footer .contactus {
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
	background: url(images/mail.png) no-repeat center left;
}

#footer .box {
	margin-bottom: 0;
}

#header span, #header .right-sidebar a {
	color: #ccc;
	text-decoration: none;
}
#header .right-sidebar ul li a:hover, #header .right-sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

#header .right-sidebar .AccordionHeader {
	padding-bottom: 0.5em;
}

#header .right-sidebar .AccordionHeader span {
	padding-right: 3px;
}

#header .right-sidebar ul {
	padding-left: 2.0em;
	margin: 10px 0;
	color: #ddd;
}

/* 
	blueprint resets 
*/
.box {
	background: none;
}
.highlight {
	background: none;
}

/* 
	general classes 
*/
a.external {
	background: url(images/link-external.gif) no-repeat right center;
	padding-right: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: -0.02em;
}

h2.divider {
	font-family: "Footlight MT Light";
	border-bottom: 1px solid #CCC;
	margin: 0.15em 0;
	padding-bottom: 5px;
	color: #2184A6;
}

h1.nav, h2.nav {
	font-family: "Footlight MT Light";
	margin: 0.2em;
	padding-bottom: 5px;
	color: #2184A6;
}

a.goto-top:hover  {
	color: #2184A6;
	border-bottom: 2px #9cf dashed;
}

a.goto-top {
	display: block;
	font-size: smaller;
	margin-bottom: 20px;
	padding-bottom: 2px;
}

a.goto-top:hover {
	padding-bottom: 0px;
}


.read-more {
	text-decoration: none;
	font-variant: small-caps;
	font-size: smaller;
}
p.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
p {
	text-align: justify;
}
p.center {
	text-align: center;
}

p, dl dd {
	color: #039;
}

span.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
ul.courseinfo {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.courseinfo span {
	font-weight: bold;
	margin-right: 3px;
}

.banner .readmore {
	color: #fff;
	text-decoration: none;
	font-style: italic;
	text-align: right;
}
.feature-box {
	padding: 20px;
	background: #fbfdfd url('images/bg-feature-box.jpg') no-repeat top left;
}

.validator:hover, .validator {
	color: #ccc;
}
.nobg {
	background: none;
}
.nobullet {
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: solid 2px #ccc;
}
img.right {
	margin-left: 10px;
}
img.left {
	margin: 0 20px 20px 0;
}


.left-sidebar p {
	text-align: left;
	font-size: smaller;
}

/* 
	table styles 
*/
table {
	border-spacing: 0px; /*    border-collapse: collapse; */
	background: #E9E9F3;
	border: 0.5em solid #E9E9F3;
}
table th {
	text-align: left;
	font-weight: normal;
	padding: 0.1em 0.5em;
	border: 0px;
	border-bottom: 1px solid #9999AA;
}
table td {
	text-align: left;
	border: 0px;
	border-bottom: 1px solid #9999AA;
	border-left: 1px solid #9999AA;
	padding: 0.1em 0.5em;
}

table thead th {
	text-align: left;
	font-weight: bold;
	color: #6C6C9A;
	border-left: 1px solid #9999AA;
}
table th.Corner {
	text-align: left;
	border-left: 0px;
}

table tfoot tr td {
	border: none;
	text-align: right;
}

table tr.alt {
	background: #F6F4E4;
}


table caption {
	caption-side: top;
	font-size: 1.0em;
	font-style: italic;
	text-align: right;
	padding: 0.5em 0.5em;
}
table th.center, table td.center {
	text-align: center;
}

#feeschedule thead th, #feeschedule td {
	text-align: center;
}


/* 
	ok.cancel,submit buttons 
*/
a.ovalbutton {
	background: transparent url('images/oval-green-left.gif') no-repeat top left;
}
a.ovalbutton span {
	background: transparent url('images/oval-green-right.gif') no-repeat top right;
}


/* -- edgetechnology partners -- 

#sitedesignby .leadin {
	padding: 0;
	margin: 0;
}

*/

#sitedesignby {
	color: #963;
	margin: .5em 0;
	text-align: left;
}

#sitedesignby a {
	color: #d7eaee;
	font-size: 65%;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
text-transform: uppercase;
}
#sitedesignby a:hover {
	text-decoration: none;
	color: #fff;
}

/* Navigation - Horiszontal */

#hnav-wraper, #footer {
	display: block;
	width: 100%;
	background: #0e1720;
}

ul.hnav {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.hnav li {
	float: left;
}

ul.hnav li a {
	text-decoration: none;
	z-index: 10;
	display: block;
	color: #d7eaee;
	font-size: 22px;
	position: relative;
	padding: 15px;
}

ul.hnav li a:hover {
	color: #fefefe;
}

ul.hnav li a.active {
	font-weight: bold;
	color: #fff;
}

/* Vertical Navigation */

ul.vnav {
	margin: 0;
	padding: 1.2em;
	font-size: 75%;
	text-transform: uppercase;
}

ul.vnav, ul.vnav li ul.vnav {
	list-style-type: none;
}

ul.vnav li {
	margin: 0;
	padding: 0;
}

ul.vnav li a {
	text-decoration: none;
}

ul.vnav li a:hover {
	color: navy;
	text-decoration: underline;
}

ul.vnav li a.active {
	font-weight: bold;
	color: #fff;
}
