@import "generic.css";
@import "l5.css";

/* Body */
#body  { 
	font-size: 0.8em;
	line-height: 1.7em;
	right: 5px;
	left: 160px;
}

h1,
h2,
h3 {
	color: #00b1b0;	
	}

h1 {
	font-size: 2.3em;
	line-height: 1.1em;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #00b1b0;
}


h2,
h3 {
	font-size: 1.5em; 
	margin-top: 30px;
}

h4 {
	font-size: 1.3em;
	margin-bottom: 2px;
}

.red {
	color: #d70d0d;
}

h2.black {
	color: black;
}

#copyright {
	color: #00b1b0;
	font-size: 0.6em;
}

#copyright a {
	color: #00b1b0;
	text-decoration: underline;
}

#copyright a:hover {
	color: #00b1b0;
	text-decoration: none;
}
/* End Body */

/* Banner */
.bannerNav { 
	font-size: 0.8em;
}
/* End Banner */

/* Navigation */
.menu {
	font-size: 0.8em;
	background-image: url("images/dblarrow_rollover.gif");
	background-position: -200px -1px;
	background-repeat: no-repeat;
}

.menu a,
.menu a:visited {
	color: #00b1b0;
	padding: 7px 5px 6px 35px;
	background-image: url("images/dblarrow_rollover.gif");
	background-position: -1px -1px; 
	background-repeat: no-repeat;
}

.menu a:hover,
.menu a:active {
	background-position: -200px -1px; 
}

.menuspecial {
	font-size: 0.8em;
	background-image: url(images/arrow_specialmenu.gif);
	background-position: -200px -1px;
	background-repeat: no-repeat;
}

.menuspecial a,
.menuspecial a:visited {
	background-image: url(images/arrow_specialmenu.gif);
	background-position: -1px -1px;
	padding: 7px 5px 6px 35px;
	background-repeat: no-repeat;
}

.menuspecial a:hover,
.menuspecial a:active {
	background-image: none;
}

#menusearch {
	background-color: #f1f9f8;
}

.searchbox { 
	font-size: 0.7em;
}

.searchbutton {
	font-size: 0.7em;
	background-color: #00b1b0;
	border: solid 2px #00b1b0;
}

.quicklinks {
	color: #00b1b0;
	font-size: 0.8em;
	margin-top: 2px;
	float: right;
}

.breadcrumb {
	color: #00b1b0;
}

.submenu {
	font-size: 0.8em;
	background-image: url("images/arrow_submenu.gif");
}

.submenu a { 
	color: black;
	text-decoration: none; 
	display: block;
	padding: 6px 5px 6px 35px;
}

.submenu a:hover,
.submenu_selected a:hover {
	text-decoration: underline;
}

.submenu_selected {
	font-size: 0.8em;
	background-image: url("images/arrow_submenu_selected.gif");
}

.submenu_selected a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 6px 5px 6px 35px;
}

.subsubmenu,
.subsubmenu_selected {
	font-size: 0.8em;
	background-color: #fafcfd;
	background-image: none; 
	width: 160px;
}

.subsubmenu a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 6px 5px 6px 50px;
}

.subsubmenu a:hover,
.subsubmenu_selected a:hover {
	text-decoration: underline;
}

.subsubmenu_selected a {
	color: black;
	font-weight: bold;
	text-decoration: none; 
	display: block;
	padding: 6px 5px 6px 50px;
}
/* End Submenu */

/* Elements */
#body .footnote {
	font-size: 0.6em;
	line-height: 1.7em;
}

#body table { 
	font-size: 0.9em;
	background-color: #f1f9f8;
}

#body th {
	font-size: 1.3em;
	background-color: #00b1b0;
}

#body td {
	padding-bottom: 0.9em;
}

#body table p  { 
	margin-bottom: 1.2em; 
}

#body table th h2 {
	font-size: 1.3em;
}

#body a {
	color: #00b1b0;
	text-decoration: none;
}

#body a:hover  { 
	text-decoration: underline;
}

#body a:active  { 
	color: white;
	background-color: #00b1b0;
	text-decoration: none;
}
/* End Elements */


/* Splash specific */
#news h2   {
	color: #00b1b0;
	font-size: 1.5em;
	margin-top: 10px;
	border-top: 1px dotted gray;
}

#news b {
	font-size: 0.7em;
	font-family: Arial;
	font-weight: normal;
	color: #00b1b0;
}

.boxes h1,
.w520boxes h1   { 
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: 0;
}

.boxes .learners h1 { 
	color: #79B128;
	border-bottom: 4px solid #79B128;
}

.boxes .tutors h1 {
	color: #2872B1;
	border-bottom: 4px solid #2872B1;
}

.boxes .tutors h2 {
	color: #2872B1;
	border-bottom: 2px solid #2872B1;
}

.w520boxes h1.blogs {
	color: #329EB5;
	border-bottom: 4px solid #329EB5;
}

.boxes .news h1,
.w520boxes .news h1 {
	color: red;
	border-bottom: 4px solid red;
}

.boxes .news h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

.boxes .news h3,
.boxes .learners h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 5px 0 10px 0;
}

.boxes .divider,
.w520boxes .divider {
	border-bottom: 1px dotted gray;
}

.boxes .learners img {
	margin-bottom: 10px;
	margin-left: 0px;
	float: right; 
}

.boxes .tutors img,
.w520boxes img {
	margin-bottom: 3px; 
}

.boxes ul,
.w520boxes ul {
	list-style-image: url(images/tablebullet.gif);
	margin-left: 20px;
	padding: 0px;
}

.w520boxes  { 
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}

.w520boxes .quals h1 {
	color: #B14828;
	border-bottom: 4px solid #B14828;
}

.w520boxes .dvds h1 { 
	color: #6228B1;
	border-bottom: 4px solid #6228B1;
}
/* Splash specific End */

