/* Website Design by Matt Lindley, Template by freewebsitetemplates.com */
body {
	background: #fff;
	font-family:  Arial, sans-serif, Helvetica;
	font-size: 14px;
	margin: 0;
	min-width: 960px;
	padding: 0;
}

/*BODY BASIC TEXT HEADINGS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body h2 {
	color: #000d41;
	font-size:30px;
	font-weight:normal;
	letter-spacing: 0.05em;
	margin: 30px 0 0 80px;
}

/*HEADER SETTINGS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#header {
	background: url(../images/bg-header.png) repeat-x top center;
	height: 165px;
	margin: 0;
	padding: 0;
}
#header div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#header div a.logo {
	display: block;
	margin: 15px 0 0 5px;
	padding: 0
}
#header div a.logo img {
	float: left;
	width: 17%;
	border: 0;
}
#header div ul {
	background: url(../images/bg-nav.png) no-repeat left top;
	float: right;
	margin: 55px 0 0;
	overflow: hidden;
	padding: 0 5px 0 8px;
	width: 753px;
}
#header div ul li {
	float: left;
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 14px 0 27px;
	width: 90px;
}
#header div ul li a {
	color: #fff;
	display: block;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
#header div ul li a:hover, #header div ul li.selected a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/*BODY ID - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-decoration: none;
	font: Arial, sans-serif, Helvetica;
}

/*BODY SPLASH AREA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .splashtext h2 {
	margin: 45px 0 0 30px;
}
#body .splashpic {
	margin: 0 60px 30px -15px;
}
#body .splashtext p {
	color: #5b5b5b;
	font-size: 16px;
	text-align: justify;
	line-height: 24px;
	margin: 30px 30px 0 30px;
	padding: 0 0 0 0;
}
#body .splashtext p a {
	color: #000d41;
	text-decoration: underline;
}
#body .splashtext p a:hover {
	color: #a30c27;
}

/* BOTTOM MENU PICS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .botpic ul {
	margin: 0;
	overflow: hidden;
	padding: 40px 0 30px 0;
}
#body .botpic ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 320px;
}
#body .botpic ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
#body .botpic ul li a:hover {
	opacity: 0.7;
}
#body .botpic ul li a img {
	border: 0;
}

/*MAIN STYLE FOR PAGE CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .main {
	/*background: url(../images/bg-main.png) no-repeat top center; --take out? */
	margin: 0;
	width: 960px;
	min-height: 400px;
	padding: 0;
}
#body .main h3 {
	color: #a30c27;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 20px 0 0 80px;
}
#body .main p {
	color: #5b5b5b;
	text-align: justify;
	line-height: 24px;
	margin: 0;
	padding: 0 50px 0 100px;
}
#body .main p a {
	color: #000d41;
	text-decoration: underline;
}
#body .main p a:hover {
	color: #a30c27;
}

/*MAIN LIST FOR COURSE LISTINGS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .main ul {
	margin: 0;
	overflow: hidden;
	padding: 40px 0 0;
}
#body .main ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 15px 50px;
	width: 430px;
}
#body .main ul li a {
	color: #5b5b5b;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	width: 330px;
}
#body .main ul li a:hover {
	color: #a30c27;
}
#body .main ul li a img {
	border: 0;
	display: block;
	float: left;
}
#body .main ul li a:hover img {
	opacity: 0.8;
}
#body .main h3 {
	color: #a30c27;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0 0 0 70px;
	padding: 30px 0 0 30px;
}

/*YOUTUBE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body img.youtube {
	float:right; 
	display:inline; 
	margin:0px 0px 0px 15px;
}
#body a.youtube {
	float:right; 
	display:inline; 
	margin:0px 0px 0px 15px;
}
#body a.youtube:hover {
	opacity: 0.7;
}

/*LIST PAGES START - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .listpage {
	margin: 0;
	overflow: hidden;
	padding: 55px 0 63px;
}


/*LIST PAGES - SIDEBAR START - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .listpage .sidebar {
	float: left;
	margin: 0;
	padding: 0 20px 0 30px; 
	width: 310px;
}
#body .listpage .sidebar div {
	background: url(../images/border-horizontal.png) no-repeat top left;
	text-decoration: none;
}
#body .sidebar h3 {
	color: #5b5b5b;
	font-size:16px;
	font-weight:normal;
	line-height: 47px;
	margin: 0;
	padding: 0 0 0 15px;
}
#body .sidebar h3.selected {
	color: #a30c27;
}
#body .sidebar h3:hover {
	cursor: pointer;
	color: #a30c27;
}
#body .sidebar ul {
	background: url(../images/border-horizontal.png) no-repeat top left;
	margin: 0;
	padding: 10px 0;
}
#body .sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#body .sidebar ul li a {
	color: #5b5b5b;
	display: block;
	font-size: 14px;
	line-height: 23px;
	text-decoration: none;
	text-indent: 35px;
}
#body .sidebar ul li a:hover {
	color: #a30c27;
}
/*LIST PAGES - SIDEBAR END - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .listpage .main {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 590px;
}

/*LISTPAGE - ARTICLE START - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .listpage .main .article {
	background: url(../images/border-long.png) no-repeat top left;
	margin: 0 0 22px;
	padding: 22px 0 0;
	overflow: hidden;
}
#body .listpage .main .article h3 {
	color: #000d41;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
	padding: 5px 0 0;
}
#body .listpage .main .article a.figure {
	display: inline;
	float: left;
	margin: 5px 0 0;
	padding: 0 8px 0 0;
}
#body a.nofigure {
	display: inline;
	float: left;
	margin: 5px 0 0;
	padding: 0 8px 0 0;
}
#body .listpage .main .article a.figure:hover {
	opacity: 0.8;
}
#body .listpage .main .article img {
	border: 3px solid #7d7978;
	display: inline;
}
#body .listpage .main .article p {
	display: block;
	color: #5b5b5b;
	line-height: 24px;
	margin: 0 20px 30px 0;
	padding: 0 0px;
	text-align: justify;
	width: 500px;
}
#body .listpage .main .article  .listleft{
	float: left;
	margin: 0 10px 0;	
	width: 230px;
}
body .listpage .main .article  .listright{
	float: inline;
	margin: 0 10px 0;	
}

#body .listpage .main .article p a {
	color: #000d41;
	text-decoration:underline;
}
#body .listpage .main .article p a:hover {
	color: #a30c27;
}
#body .listpage .main .article p span {
	color:green;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
/*ORDERED LIST START - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .main .article ol {
	font-size: 14px;
	width: 530px;
	list-style:decimal;
	margin: 10px 0 0 0;
	padding: 0 0 0 0px;
	color: #5b5b5b;
	text-align: justify;
	letter-spacing: 0.05em;
}
#body .main .article ol span {
	font-weight:bold;
}
#body .main  .article ol li {
	list-style:decimal;
	margin: 5px 0 5px 30px;
	padding: 0 0 0 5px;
}
#body .main  .article ol li a {
	color: #000d41;
}
#body .main  .article ol li a:hover {
	color: #a30c27;
}
/*ODERED LIST END - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*PARTNER SCHOOLS UNORDERED LIST START - - - -  - - - - -- - - - - - - - - - - - -*/
#body .main .article ul.partners {
	font-size: 14px;
	width: 530px;
	margin: 0px;
	padding: 0px;
	color: #5b5b5b;
	text-align: justify;
	letter-spacing: 0.05em;
}
#body .main .article ul.partners li {
	margin: 10px 15px 0 0;
	padding: 0px;
	text-align: left;
	width: 250px;
}
#body .main  .article ul.partners li a {
	color: #000d41;
}
#body .main  .article ul.partners li a:hover {
	color: #a30c27;
}
/*ODERED LIST END - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


/*EVENTLIST SETTINGS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .main ul.eventlist {
	margin: 0;
	padding: 0 0 0 40px;
}
#body .main ul.eventlist li {
	margin: 0;
	padding: 20px 20px 0;
	text-align: center;
	width: 260px;
}
#body .main ul.eventlist li a {
	padding: 0;
	width: 260px;
}
#body .main ul.eventlist li a img {
	border: 4px solid #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: none;
	margin: 0 0 5px;
	padding: 0;
}
#body .main ul.eventlist li a span {
	color: #5b5b5b;
	font-size: 16px;
	line-height: normal;
	text-indent: 0;
	text-transform: capitalize;
}
#body .main ul.eventlist li a:hover span {
	color: #a30c27;
}
/*EVENTLIST BOTTOM PICS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#body .main ul.eventlistbot {
	margin: 0;
	padding: 0 0 0 90px;
}
#body .main ul.eventlistbot li {
	margin: 0;
	padding: 20px 0 0 5px;
	text-align: center;
	width: 205px;
}
#body .main ul.eventlistbot li a {
	padding: 0;
	width: 205px;
}
#body .main ul.eventlistbot li a span {
	color: #000d41;
	font-size: 16px;
	line-height: normal;
	text-indent: 0;
	text-transform: capitalize;
	text-decoration: underline;
}
#body .main ul.eventlistbot li a:hover span {
	color: #a30c27;
}

/*FOOTER SETTINGS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#footer {
	background: url(../images/bg-footer.png) repeat-x bottom center;
	height: 300px;
	margin: 0;
	padding: 30px 0 0 0;
}
#footer div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}
#footer div ul.contact {
	float: left;
	margin: 0;
	padding: 65px 0 0 30px;
}
#footer div ul.contact li {
	color: #ffffff;
	line-height: 30px;
	list-style: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#footer div ul.contact li a {
	color: #ffffff;
	text-decoration: none;
}
#footer div ul.contact li a:hover {
	color: #5c5c5c;
}
#footer div ul.tiu {
	width: 250px; 
	float: right;
	margin: 0;
	/*overflow: hidden;*/
	padding: 80px 0 0;
}
#footer div ul.tiu li {
	float: right;
	font-size: 12px; /*default none*/
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0px;
}
#footer div ul.tiu li a img{
	border: none;
}
#footer p {
	color: #ffffff;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}
/*--- FIX - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
a.nounderline {
	text-decoration: none;
}
/*a.nounderline:hover{
	color:#a30c27;
}*/
/*.costlist {
	float: left;
	margin: 10px;	
	width: 200px;
}*/
/*
.courselist {
	width: 530px;
	color: #5b5b5b;
	line-height: 14px;
	margin: 0;
	padding: 0 0 30px;
	font-size: 14px;
	text-align: justify;
}
*/
