@charset "utf-8";

html {
	background: #fff;
}

body {
	background:#fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}


#quicklinks {
	position: absolute;
	right: 0px;
	top: 75px;
	width: 200px;
	z-index: 1000;
}

#quicklinks strong {
	top: -9900px;
	position: absolute;
}

#quicklinks ul {
	margin: 0;
	padding: 0;
}

#quicklinks ul li {
	list-style: none;
}

#quicklinks ul li a {
	background: #602450;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	position: absolute;
	right: 9999999px;
	text-align: center;
	width: 10em;
	top: -10px;
}

#quicklinks ul li a:active,
#quicklinks ul li a:focus {
	right: 0px;
}


/** header */

#header_wrapper {
	background: #004456 url(../img/back-header.png) left top repeat-x;
	margin-bottom: 1px;
	
}

#header {
	position: relative;
	
}


#header_wrapper #logo {
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 118px;
	overflow: hidden;
	text-transform: uppercase;
	width: 220px;
}


#header #site_env {
	color: #fff;
	font-size: 80%;
	left: 20px;
	line-height: 30px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	width: 80px;
	z-index:10;
}

#header #svn_revision {
	margin-left: 5px;
	display:inline;
}


#nav {
	width: 700px;
	position: relative;
	text-align: right;
	left: 250px;
	top: 0;

}

#nav ol li {
	display: inline-block;
	list-style:none;
	background: url(../img/back-nav-li.png) left center no-repeat;
	padding: 10px;
}

#nav ol li.first {
	background:none;
}


#nav ol li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: block;
	margin: 1px;
	padding: 8px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}


#nav ol li.selected a {
	background: #a8d3de url(../img/back-nav-selected.png) left top repeat-x;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}


#nav ol li a:hover, 
#nav ol li a:active, 
#nav ol li a:focus, 
#nav ol li.selected a:hover,
#nav ol li.selected a:active,
#nav ol li.selected a:focus {
	background: #411836 url(../img/back-nav-selected.png) 0px -122px no-repeat;
	text-decoration: underline;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}



/** content */

#content_wrapper {
	background: #fff url(../img/background.png) left top repeat-x;
	border-top: 5px solid #006680;

}

#content {
	background: url(../img/back-column.png) 10px top repeat-y;
	padding: 10px;
}

#main-content {
	float: right;
	padding: 20px 10px 60px 0px;
	width: 600px;
}


/* column */
#column {
	float: left;
	background: url(../img/background.png) left top repeat-x;
	width: 304px;
	padding-top: 40px;
	font-family: Arial, Verdana, sans-serif;
}

#column a.styled {
	background: url(../img/bullet-arrow.png) left center no-repeat;
	color: #fff;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	padding-left: 25px;
	text-decoration: none;
}

#column a.styled:hover {
	text-decoration: underline;
}

#column a.styled:active, 
#column a.styled:focus {
	background: #602450;
	text-decoration: underline;
}

#column a:focus img,
#column a:active img {
	border: 2px solid #602450;
}

.column-content {
	text-align: center;
	padding: 10px;
}

.column-content p {
	margin-bottom: 0.2em;
}

#site-name {
	font-family: Arial, Verdana, sans-serif;
	color: #006680;
	font-size: 240%;
	padding: 20px 0;
}

.search-box {
	background: url(../img/back-search.png) left top no-repeat;
	padding: 45px 20px 15px 20px;
	min-height: 145px;
	color: #fff;
}

.search-box-bottom {
	background: url(../img/back-search-bottom.png) left top no-repeat;
	display: block;
	height: 50px;
	width: 304px;
}

.search-box h1,
.search-box h2,
.search-box h3,
.search-box h4,
.search-box h5,
.search-box h6,
#sub-nav h2 {
	font-size: 10px;
}

.search-box h1,
.search-box h2,
.search-box h3,
.search-box h4,
.search-box h5,
.search-box h6,
#sub-nav h2 {
	font-size: 200%;
	margin: 0 0 0.7em 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-shadow: 1px 1px 1px #333;
}

.search-box a#advanced-search {
	margin-top: 15px;
}

div.clear {
	clear: both;
}
#column .content-box,
#column #sub-nav  {
	margin-top: -60px;
}

#content a.tutor-confirmation-letter-return {
    margin-top: 20px;
}



/** subnav first level */
#sub-nav {
	background: url(../img/back-nav-box.png) left top no-repeat #00718C;
	padding: 45px 20px 15px 20px;
	min-height: 100px;
	color: #fff;
}

.sub-nav-bottom {
	background: url(../img/back-nav-bottom.png) left top no-repeat;
	display: block;
	height: 50px;
	width: 304px;
}

#sub-nav ol ol {
	padding-top: 2px;
}
#sub-nav ol li {
	list-style:none;
	display: block;
	border-bottom: 1px solid #2e8b9f;
	padding: 2px 0;
}

#sub-nav ol li li.first {
	border-top: 1px solid #2e8b9f;
}
#sub-nav ol li li.last {
	padding-bottom: 0;
	border-bottom: 0;
}

#sub-nav ol li a {
	background: url(../img/bullet-arrow.png) 6px 6px no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 120%;
	margin: 1px;
	padding: 4px 10px 4px 25px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #005362;
}

#sub-nav ol li a:hover,
#sub-nav ol li a:focus,
#sub-nav ol li a:active,
#sub-nav ol li.current a:hover,
#sub-nav ol li.current a:focus,
#sub-nav ol li.current a:active,
#sub-nav ol li.selected li a:hover,
#sub-nav ol li.selected li a:focus,
#sub-nav ol li.selected li a:active,
#sub-nav ol li.selected li.current a:hover,
#sub-nav ol li.selected li.current a:focus
#sub-nav ol li.selected li.current a:active {
	background: #411836 url(../img/back-nav-selected.png) -375px -122px no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#sub-nav ol li.current a,
#sub-nav ol li.selected li.current a {
	background: #a8d3de url(../img/back-nav-selected.png) -375px 0px repeat-x;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

#sub-nav ol li.selected li a {
	background: url(../img/bullet-arrow.png) 6px 6px no-repeat;
	color: #fff;
	margin-left: 20px;
	text-shadow: 1px 1px 1px #005362;
}


/** footer */

#footer_wrapper {
	background: #006680;
    clear: both;
}

#footer {
	clear: both;
}

#footer-nav {
	text-align: right;
	padding: 10px 0;
}

#footer-nav ol li {
	list-style:none;
	display: inline-block;
}

#footer-nav ol li a {
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	padding: 5px 10px;
	margin-left: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

#footer-nav ol li a.selected {
	background: #004456;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer-nav ol li a:hover, 
#footer-nav ol li a.selected:hover {
	text-decoration: underline;
	background: #88baca;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer-nav ol li a:active,
#footer-nav ol li a:focus, 
#footer-nav ol li a.selected:active
#footer-nav ol li a.selected:focus {
	background: #88baca;
}


#copyright_wrapper {
	background: #004456 url(../img/back-footer.png) left top repeat-x;
	margin-top: 1px;
}

#copyright {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	margin-left: 300px;
	padding: 30px 0;
	text-align: right;
}

.payment-info {
	float: left;
}

.payment-info img {
	border: 1px solid black;
	margin: 5px;
}

/** reset for common elements */

#nav ol,
#sub-nav ol,
#footer-nav ol {
	margin: 0px;
	padding: 0px;
}

#header,
#content,
#footer,
#copyright {
    margin: 0px auto;
    width: 950px;
}
#show_lessons {
	background: url(../img/lessons-arrow.png) left 15px no-repeat;
	display: inline-block;
	padding: 15px 0 0 40px;
}
#show_lessons:hover {
	cursor: pointer;
}
