html
{
	font: 85% Arial;
        line-height:150%;
}

a
{
	color: #005284;
}

body
{
	margin-top: 10px;
}

.clear
{
	clear: both;
}

#page
{
	background: #fff url(/assets/images/page-repeat.png) repeat-y;
	margin: 0 auto;
	width: 815px;
}

#content
{
	min-height: 200px;
	padding-bottom: 20px;
}

#header
{
	background: url(/assets/images/bostonairheader.png) no-repeat;
	height: 272px;
	position: relative;
	width: 815px;
}

#header-extra-left
{
	background: url(/assets/images/header-extra-left.png) no-repeat;
	height: 81px;
	left: -74px;
	position: absolute;
	top: 21px;
	width: 74px;
}

#header-extra-right
{
	background: url(/assets/images/header-extra-right.png) no-repeat;
	height: 38px;
	left: 815px;
	position: absolute;
	top: 64px;
	width: 45px;
}

#header-link
{
	-moz-outline-style: none;
	height: 70px;
	left: 35px;
	position: absolute;
	text-indent: -10000px;
	top: 90px;
	width: 550px;
}

#tabs
{
	left: 35px;
	position: relative;
	top: 196px;
}

#tabs li
{
	float: left;
	height: 66px;
	position: relative;
	width: 128px;
}

#tabs li a
{
	display: block;
	height: 66px;
	text-indent: -10000px;
	width: 128px;
}

#tabs li#home-tab, #tabs li#home-tab a
{
	width: 96px;
}

#tabs li a:focus
{
	-moz-outline-style: none;
}

#tabs li a:hover
{
	background: url(/assets/images/tabs-hover.png) no-repeat;
}

#tabs li#courses-tab a:hover
{
	background-position: -96px 0;
}

#tabs li#students-tab a:hover
{
	background-position: -224px 0;
}

#tabs li#about-tab a:hover
{
	background-position: -352px 0;
}

#tabs li#contact-tab a:hover
{
	background-position: -480px 0;
}

.page-home #home-tab
{
	background: url(/assets/images/tab-selected.png) no-repeat 6px 44px;
}

.page-about #about-tab
{
	background: url(/assets/images/tab-selected.png) no-repeat 15px 44px;
}

.page-students #students-tab
{
	background: url(/assets/images/tab-selected.png) no-repeat 24px 44px;
}

.page-courses #courses-tab
{
	background: url(/assets/images/tab-selected.png) no-repeat 30px 44px;
}

.page-contact #contact-tab
{
	background: url(/assets/images/tab-selected.png) no-repeat 10px 44px;
}

#footer
{
	background: #fff url(/assets/images/footer.png) no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 815px;
}

#footer-links
{
	float: left;
	left: 5px;
	position: relative;
	top: 16px;
}

#footer-links li
{
	float: left;
	border-left: solid 1px #888;
	padding: 0 8px;
}

#footer-links li.first
{
	border-left: none;
}

#footer-copyright
{
	float: right;
	left: -10px;
	position: relative;
	top: 16px;
}

#home-three
{
	margin: 0 auto;
	width: 745px;
}

#home-courses, #home-students, #home-about
{
	color: #fff;
	float: left;
	height: 450px;
	min-height: 300px;
	width: 161px;
	padding: 166px 10px 10px 64px;
	position: relative;
}

#home-courses a:link, #home-courses a:visited, #home-students a:link, #home-students a:visited, #home-about a:link, #home-about a:visited {
color:#ffffff;
text-decoration:underline;
display:block;

}

#home-courses a:hover, #home-courses a:active, #home-students a:hover, #home-students a:active, #home-about a:hover, #home-about a:active {
color:#DDF1FA;
text-decoration:none;
display:block;
}

#home-courses h1, #home-students h1, #home-about h1
{
	display: none;
}

#home-courses, #home-about
{
	margin-right: 20px;
}

#home-courses
{
	background: #005284 url(/assets/images/courses-image.jpg) no-repeat top;
}

#home-students
{
	background: #005284 url(/assets/images/students-image.jpg) no-repeat top;
}

#home-about
{
	background: #005284 url(/assets/images/about-image.jpg) no-repeat top;
}

#home-courses-extra, #home-students-extra, #home-about-extra
{
	left: 0;
	position: absolute;
	top: 156px;
	width: 54px;
        
}

#home-courses-extra
{
	background: url(/assets/images/courses-extra.png) no-repeat;
	height: 80px;
}


#home-students-extra
{
	background: url(/assets/images/students-extra.png) no-repeat;
	height: 98px;
}

#home-about-extra
{
	background: url(/assets/images/about-extra.png) no-repeat;
	height: 47px;
 
}

.home-more
{
	background: url(/assets/images/more.png) no-repeat;
	bottom: 8px;
	display: block;
	height: 27px;
	margin-top: 30px;
	position: absolute;
	text-indent: -10000px;
	width: 95px;
        padding:0px;
}

a.home-more:hover
{
	background-position: 0 -27px;
        padding:0px;
}

a.home-more:focus
{

	-moz-outline-style: none;
}

#left-nav
{
	background-color: #93c9e1;
	float: left;
	left: 35px;
	min-height: 400px;
	position: relative;
	width: 172px;
}

#left-nav h2
{
	background-color: #005284;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 4px;
}

#left-nav ul
{
	padding: 4px;
}

#left-nav li
{
	display: block;
	margin-bottom: 4px;
}

#left-nav a
{
	color: #000;
	display: block;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	width: 150px;
        border-bottom: 1px solid #DDF1FA;
}

#left-nav ul li a:hover
{
	background-color: #fff;
        border-bottom: 1px solid #005186;
}

#left-nav a.left-nav-selected
{
	background-color: #fff;
}

#sectioned-content
{
	background-color: #fff;
	float: left;
	left: 55px;
	min-height: 400px;
	padding: 10px;
	position: relative;
	width: 533px;
}

.quote {
	padding:6px;
        color:#ffffff;


}

#home-three h1, #sectioned-content h1, #single-content h1
{
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 15px 0;
        color:#005186;
}

#home-three h2, #sectioned-content h2, #single-content h2
{
	font-size: 130%;
	font-weight: bold;
	margin: 16px 0 8px 0;
        color:#005186;
}

#home-three h3, #sectioned-content h3, #single-content h3
{
	font-size: 110%;
	font-weight: bold;
	margin: 16px 0 8px 0;
}

#home-three  p, #sectioned-content p, #single-content p
{
	margin-bottom: 8px;
}

#home-three  ul, #sectioned-content ul, #single-content ul
{
	margin: 0 0 8px 8px;
	list-style-position: inside;
	list-style-type: square;
}

#single-content
{
	background-color: #fff;
	left: 35px;
	padding: 10px;
	position: relative;
	width: 725px;
}

.field {
	clear: both;
	margin: 0.4em 0;
}

.field label {
	width: 12em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 1em;
}

.submit {
	padding-left: 13em;
}

/*.form
{
	border-bottom: solid 1px #005284;
	border-top: solid 1px #005284;
	margin-bottom: 30px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 8px;
}

.form .label
{
	clear: both;
	float: left;
	width: 100px;
}

.form input
{
	float: left;
	margin-bottom: 4px;
	width: 200px;
}

.button
{
	clear: both;
	height: 24px;
	margin-top: 8px;
	width: 100px !important;
}

.form .button
{
	margin-left: 100px;
}

.form textarea.multiline
{
	float: left;
	margin-bottom: 4px;
	height: 300px;
	width: 390px;
}

.form .error
{
	clear: both;
	color: Red;
	float: left;
	font-weight: bold;
	margin: 0 0 8px 100px;
}*/

.grid
{
	border: solid 1px #005284;
	width: 100%;
}

.grid th
{
	background-color: #005284;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}

.grid td
{
	padding: 4px;
}
