/* 	CHC Layout
	For: 		Christian Heritage College (http://www.chc.edu.au)
	Author:		2plik8 Creative Studios (Ben Smith)
	Version:	300709 */

/* @group Reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;} table {border-collapse: separate; border-spacing: 0;} caption, th, td {text-align: left; font-weight: normal;} table, td, th {vertical-align: middle;} blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";} a img {border: none;} :focus {outline: 0;} /* @end Reset */

/* @group General */

html {
	height: 100%;
	margin-bottom: 1px;
	background: #16397e;
}

body {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	background: #16397e;
}

em {
	font-style: italic;
}

h1 {

	text-transform: capitalize;

}

#additem {

	text-decoration: none;
	border: none;

}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.divider {
	border-bottom: solid 2px #eee;
	margin: 0 20px;
}

/* @end */

/* @group Global Positioning & Stuff */

.inner {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.nav-item,
ul#nav-sub,
#quicklinks,
#search,
.search-button,
#banner-left,
#banner-image,
.banner-image-wide,
#banner-right,
#home-apply-now,
#home-launch-program,
#home-about,
#home-news,
#home-events,
#home-social,
#social-facebook,
#social-youtube,
#social-more,
.scripture-title,
.scripture-text,
.heading-title,
.breadcrumbs,
.secondary-nav,
.content,
.related,
#footer-nav,
#footer-popular,
#footer-mailing,
#footer-details,
#footer-copyright,
#footer-rest {
	float: left;
	display: inline;
	position: relative;
}

.nav-item,
ul#nav-sub,
#quicklinks,
#search,
#home-apply-now,
#home-launch-program,
#home-about,
#home-news,
#home-events,
#home-social,
#social-facebook,
#social-youtube,
#social-more,
.scripture-title,
.scripture-text,
.heading-title,
.breadcrumbs,
.secondary-nav,
.content,
.related,
#footer-nav,
#footer-popular,
#footer-mailing,
#footer-details,
#footer-copyright,
#footer-rest {
	margin-left: 10px;
	margin-right: 10px;
}

/* @end */

/* @group Header */

#header {
	background: #10205e url(../images/header-bg.png) no-repeat center bottom;
	border-bottom: 2px solid #0b1747;
}

#header-info {
	float: right;
	display: block;
	height: 50px;
	width: 700px;
	margin-right: 10px;
	font: 11px/50px "Lucida Grande", Arial, sans-serif;
	text-align: right;
	color: #4f699d;
	clear: both;
}
#header-info span {
	float: left;
}

#header-info a:link,
#header-info a:visited {
	color: #4f699d;
	text-decoration: none;
}

#header-info a:hover {
	color: #fff;
}

#header-sub {
	background: #21498d url(../images/sub-nav-bg2.png) repeat-x left top;
	border-top: solid 1px #1e4280;
	border-bottom: 2px solid #00326a;
	color: #fff;
	padding: 5px 0;
}

/* @group Main Navigation */

ul#nav {
	/*width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;*/
	list-style: none;
	margin-left: 240px;
}

#nav {
}

#nav, #nav ul {
	padding: 0;
	list-style: none;
	z-index: 999;
}

#nav .sub-level-0 a {
	display: block;
	width: 206px;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	/*border-top: 1px solid #132672;*/
}

#nav li {
	float: left;
	width: 220px;
}

#our-courses-menu,
#future-students-menu,
#current-students-menu {
	
	background: #10205e;
}

#nav li.nav-main {
	/*margin-top: 50px;*/
}

#nav li ul {
	position: absolute;
	width: 220px;
	left: -999em;
	color: #b4c6db;
	border-bottom: solid 2px #0b1747;
}

#nav li ul,
#nav li ul li.last {
/*	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;*/
}

#nav li ul li {
	width: 216px;
	border-left: solid 2px #0b1747;
	border-right: solid 2px #0b1747;
	/*border-top: solid 2px #0b1747;*/
	background: #0e1f54;
}

#nav li:hover ul {
	left: auto;
}

#nav-logo {
	position: absolute;
	z-index: 997;
	top: 8px;
	left: 0;
}

.nav-item .main {
  /*margin-top: 50px;*/
	width: 220px;
	display: block;
	color: #fff;
	background: url(../images/main-nav-bg.png) repeat-x left top;
	/*background: url(../images/main-nav-bg.png) no-repeat left top;*/
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	/*font-style: italic;*/
	text-shadow: #0d113a -1px -1px 2px;
	overflow: hidden;
/*	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
}

/*.nav-item:hover {
	background: url(../images/main-nav-bg2.png) no-repeat left 0px;
}*/

/* @end */

/* @group Sub-Navigation */

ul#nav-sub {
	list-style: none;
	width: 405px;
	margin-left: 65px;
	z-index: 998;
	*margin-left:30px;
}

.nav-sub-item {
	display: inline;
}

.nav-sub-item a:link,
.nav-sub-item a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 2px;
}

.nav-sub-item a:hover,
.nav-sub-item a.active {
	color: #7fadff;
}

.nav-sub-sub li:hover, #test2{

	display: block;

}

.nav-sub-sub li:hover, #test3{

	display: block;

}

.nav-sub-sub li:hover, #test-friends{

	display: block;

}

li#nav-about:hover ul, li#nav-alumni:hover ul{

	display: block;

}

li#nav-portal:hover ul {

	display: none;

}

#test2{
	display: none;
	position: absolute;
	color: #7fadff;
	width: 100px;
	list-style: none;
	margin-top: 27px;
	position: absolute;
	width: 107px;
	background: #0e1f54;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#test3{
	display: none;
	position: absolute;
	color: #7fadff;
	width: 100px;
	list-style: none;
	margin-top: 27px;
	margin-left: 77px;
	position: absolute;
	width: 107px;
	background: #0e1f54;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#test-friends{
	display: none;
	position: absolute;
	color: #7fadff;
	width: 100px;
	list-style: none;
	margin-top: 27px;
	margin-left: 146px;
	position: absolute;
	width: 107px;
	background: #0e1f54;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#test4{
	display: none;
	position: absolute;
	color: #7fadff;
	width: 100px;
	list-style: none;
	margin-top: 27px;
	margin-left: 233px;
	position: absolute;
	width: 107px;
	background: #0e1f54;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* @end */

/* @group Quicklinks */

#quicklinks {
	margin-top: 5px;
	z-index: 998;
}

#quicklinks, #quicklinks ul {
	padding: 0;
	list-style: none;
}

#quicklinks a {
	display: block;
	width: 200px;
	text-decoration: none;
	color: #fff;
}

#quicklinks li {
	float: left;
	width: 206px;
	padding: 5px 7px;
	background: rgb(16,32,94);
	background: rgba(16,32,94,0.9);
	border-bottom: solid 1px #10205e;
}

#quicklinks li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	color: #b4c6db;
}

#quicklinks li:hover ul {
	left: auto;
	margin-top: 0px;
	margin-left: -5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#quicklinks .main {
	background: #10205e;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 210px;
	padding: 0 5px;
}

#quicklinks .main a {
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
}

#quicklinks .last {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

/* @end */

#search {
	background: #fff;
	color: #16397e;
	margin-top: 5px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	width: 180px;
	padding: 0 5px;
	border: 0;
	padding-top: 4px;
	margin-right: 0px;
	height: 17px;
}

.search-button {
	width: 30px;
	background: #10205e;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	margin-top: 4px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 23px;
	line-height: 21px;
	border: none;
	color: white;
}

/* @end */

/* @group Banner */

#banner {
	background: #dfe2eb url(../images/banner-bg-new.jpg) repeat-x 120% bottom;
	padding: 20px 0 50px 0;
	/*width: auto;
	overflow: auto;*/
	border-top: solid 1px #eeecf3;
}

#banner-left,
ul#banner-right {
	height: 200px;
}

#banner-left {
	margin-left: 10px;
	width: 240px;
	background: #eeecf3;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 5px;
	position: relative;
}

.banner-left-wide {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 180px;
	width: 210px;
	background: rgba(11,23,71,0.65);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}

.banner-left-wide h2 {
	font: bold 16px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 20px 20px 10px 20px;
}

.banner-left-wide p {
	font: 11px/15px "Lucida Grande", Arial, sans-serif;
	color: #bac7db;
	margin: 10px 20px 20px 20px;
}

#banner-left h1 {
	font-size: 22px;
	padding: 15px;
	color: #fff;
	font-weight: normal;
	background: #16397e;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

#banner-left h2 {
	font-size: 11px;
	line-height: 13px;
	padding: 4px 5px 5px 15px;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	color: #b4bac8;
	font-weight: normal;
	background: #10205e;
}

#banner-left p {
	margin: 10px 15px 15px 15px;
	color: #16397e;
	font-size: 12px;
	line-height: 15px;
}

p.readmore {
	font-weight: bold !important;
	color: #fff !important;
}

p.read-more {
	font-style: italic;
	margin: 15px 15px 15px 0px !important;
	padding: 5px 20px 5px 15px;
	background: url(../images/home-read-more-bg.gif) no-repeat right center;
	text-align: right;
	color: #fff !important;
	position: absolute;
	font-size: 14px !important;
	line-height: 20px !important;
	left: 0;
	bottom: 0;
}

#banners {
	height: 200px;
	width: 700px;
	position: relative;
	float: left;
	display: inline;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

#banner-image {
	height: 200px;
	width: 700px;
	margin-left: 10px;
	/*background: url(../images/web-banner2.jpg) right center;*/
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.banner-image-wide {
	height: 200px;
	width: 700px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.banner-1,
.banner-2,
.banner-3,
.banner-4,
.banner-5 {
	height: 200px;
	width: 700px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.banner-1 a,
.banner-2 a,
.banner-3 a,
.banner-4 a,
.banner-5 a {
  display: block;
	height: 200px;
	width: 700px;
}

/*.banner-1 {
	background: url(../images/web-banner2.jpg) center center;
}

.banner-2 {
	background: url(../images/web-banner3.jpg) center center;
}

.banner-3 {
	background: url(../images/web-banner4.jpg) center center;
}

.banner-4 {
	background: url(../images/web-banner5.jpg) center center;
}

.banner-5 {
	background: url(../images/web-banner6.jpg) center center;
}*/

ul#banner-nav {
	list-style: none;
	width: 40px;
	position: absolute;
	top: 0;
	right: 250px;
	z-index: 996;
	overflow: hidden;
}

ul#banner-nav a.first {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

ul#banner-nav a.last {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

#banner-nav a.activeSlide {
	font-weight: bold;
	background-color: #fff;
	background-image: url(../images/banner-indicator-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #0b1747;
}

ul#banner-nav li a {
	height: 40px;
	width: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	color: #16397e;
	font-family: "Lucida Grande" Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

ul#banner-nav li.alt {
	background: rgba(255,255,255,0.5);
}

ul#banner-nav li:hover,
ul#banner-nav li.alt:hover {
	background: #fff;
	color: #000;
}

ul#banner-nav li.active {
	/*background: rgba(255,255,255,0.5) url(../images/banner-indicator-right.gif) no-repeat right center;*/
}

ul#banner-right {
	width: 220px;
	background: #16397e;
	margin-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	list-style: none;
	overflow: hidden;
}

ul#banner-right li {
	height: 30px;
	border-bottom: solid 1px #10205e;
	/*line-height: 40px;*/
	padding: 9px 10px 0 10px;
	color: #fff;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	font-size: 12px;
}

#banner-right a:link,
#banner-right a:visited {
	color: #fff;
	text-decoration: none;
}

#banner-right a:hover {
	text-decoration: underline;
}

ul#banner-right li.first {
	background: #10205e;
	color: #aec3da;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

ul#banner-right li.first span {
	float: right;
	background: #0d113a;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	border: solid 1px #16397e;
	color: #16397e;
}

ul#banner-right li.first span em.one,
ul#banner-right li.first span em.two {
	padding: 2px 4px;
	font-style: normal;
	font-weight: bold;
}

ul#banner-right li.first span em.one {
	color: #fff;
	border-right: solid 1px #16397e;
}

ul#banner-right li.first span em.two {
	color: #16397e;
}

ul#banner-right li.first span em.up {
	border-right: solid 1px #16397e;
}

ul#banner-right li.last {
	border-bottom: none !important;
}

/* @end */

/* @group Apply Now & Call Outs */

#apply-now {
	background: #fff;
	padding-bottom: 10px;
	border-bottom: double 3px #e1dfe5;
	overflow: visible;
}

#call-outs {
	background: #fff;
	padding-bottom: 10px;
	border-bottom: double 3px #e1dfe5;
}

#home-apply-now,
#home-launch-program {
	width: 460px;
	height: 60px;
	margin-top: -30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: normal 11px/60px Helvetica, Arial, sans-serif;
	text-align: center;
	text-indent: -9999px;
	color: #fff;
}

#home-apply-now {
	background: url(../images/apply.png) no-repeat;
}

#home-launch-program {
	background: url(../images/launch.png) no-repeat;
}

.launch,
.apply,
.new-students {
	/*height: 60px;*/
	/*width: 32%;*/
	width: 300px;
	float: left;
	display: inline;
	line-height: 57px;
	height: 60px;
	margin-top: -30px;
	margin: -30px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: #510611 -1px -1px 0;
	text-decoration: none;
	
	font-size: 32px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-indent: 15px;
}

.launch a,
.apply a,
.new-students a {
	display: block;
	width: 300px;
	height: 65px;
	color: #fff;
	text-decoration: none;
}

.launch a span,
.apply a span,
.new-students a span {
	float: right;
	font-size: 13px;
	line-height: 15px;
	text-indent: 0px;
	padding: 15px 15px 0 0;
	width: 90px;
}

.launch {
	background: #777 url(../images/launch.gif) no-repeat left center;
}

.apply {
	background: #98051d url(../images/apply.gif) no-repeat left center;
}

.new-students {
	background: #777 url(../images/launch.gif) no-repeat left center;
}

.empowered,
.transform {
	/*height: 40px;*/
	/*width: 33%;*/
	width: 310px;
	line-height: 40px;
	margin-top: -20px;
	color: #eee;
	font-style: italic;
	float: left;
	display: inline;
	text-shadow: #220207 -1px -1px 0;
	text-decoration: none;
}

.empowered {
	background: url(../images/apply-left.gif) no-repeat left center;
	/*margin-left: 10px;*/
}

.transform {
	background: url(../images/apply-right.gif) no-repeat right center;
}

.empowered p {
	text-align: right;
	padding-right: 10px;
}

.transform p {
	padding-left: 10px;
}

/* @end */



/* @group Home Content */

/* @group Global */

#home-content {
	padding: 10px 0 20px 0;
	/*width: auto;
	overflow: auto;*/
	background: #fff;
}

#home-about,
#home-news,
#home-events,
#home-social {
	width: 220px;
}

#home-content h2 {
	padding: 10px;
	color: #fff;
	font: bold 18px Helvetica, Arial, sans-serif;
	/*margin-bottom: 10px;*/
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

/* @end */

/* @group About */

#home-about h2 {
	background: #16397e url(../images/home-about-bg.gif) no-repeat right bottom;
	border-bottom: 1px solid #133372;
	margin-bottom: 1px;
}

#home-about p {
	color: #1f50b1 !important;
	background: #dbe2f1;
	padding: 12px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

#home-about a {
	color: #1f50b1;
	text-decoration: none;
}

#home-content p.read-more {
	margin-top: 20px;
}

/* @end */

/* @group News */

#home-news h2 {
	background: #d9a132 url(../images/home-news-bg.gif) no-repeat right bottom;
	border-bottom: 1px solid #cb972e;
	margin-bottom: 1px;
}

#home-news li,
.tabs {
	background: #f8edd6 !important;
}

#home-news small {
	font: 11px/15px "Lucida Grande", Arial, sans-serif;
}

ul#recent-news {
	list-style: none;
}

ul#recent-news li {
	padding: 4px 7px;
	margin-bottom: 1px;
	color: #936d22;
}

#recent-news a:link,
#recent-news a:visited {
	color: #936d22;
	text-decoration: none;
}

ul#recent-news li span {
	font-size: 9px;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-right: 10px;
	color: #d9a132;
}

.tabs {
	font-size: 9px;
	line-height: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-right: 10px;
	padding: 3px 10px 13px 10px;
	color: #d9a132;
	width: 200px;
	margin-bottom: 1px;
}

.recent {
	background: #e0bc73;
	color: #fff;
	padding: 3px 5px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

.popular {
	padding: 3px 5px;
	background: #ebddc0;
	color: #d1af6b;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

#home-news .first, #social .first {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#home-news .last, #social .last {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

#home-events .last {
	
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding: 5px 10px !important;
}

/* @end */

/* @group Events */

#home-events h2 {
	background: #6a4191 url(../images/home-events-bg.gif) no-repeat right bottom;
	border-bottom: 1px solid #5d397f;
}

#home-events a:link,
#home-events a:visited {
  color: #6a4191;
  text-decoration: none;
}

.date-box {
	background: #ac8ec9;
	width: auto;
	overflow: auto;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

.date-inner {
	width: 50%;
	background: url(../images/home-date-bg.gif) no-repeat center bottom;
	padding-bottom: 17px;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.date {
	float: left;
	width: 25%;
	color: #fff;
	padding: 0 0 5px 0;
	border-top: solid 1px #fff;
	text-align: center;
	line-height: 14px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

.date em {
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
}

.events {
	float: left;
	width: 75%;
	background: #e2d9e9;
}

.events ul {
	list-style: none;
}

.events ul li {
	padding: 7px 0 5px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #6a4191;
	border-top: solid 1px #fff;
}

.events ul li span {
	font-size: 9px;
	color: #ac8ec9;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, sans-serif;
}

.view-all-events {
	padding: 5px 10px;
	color: #6a4191;
	background: #ac8ec9;
	border-top: solid 1px #fff;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

.view-all-events span {
	float: right;
	padding-bottom: 4px;
}

/* @end */

/* @group Social */

#home-social h2 {
	background: #cb5c42 url(../images/home-social-bg.gif) no-repeat right bottom;
	border-bottom: 1px solid #bf563f;
	margin-bottom: 1px;
}

#home-social li {
	background: #f5dfda !important;
}

#home-social li.soon {
	background: #f5dfda url(../images/no-social.gif) !important;
	color: rgba(0,0,0,.25);
}

#home-social li.soon span {
	opacity: 0.25;
}

ul#social {
	list-style: none;
}

ul#social a {
	color: #a24934;
	text-decoration: none;
}

ul#social a:hover {
	text-decoration: underline;
}

ul#social li {
	padding: 9px 10px 10px 10px;
	background: #f5f5f5;
	margin-bottom: 1px;
	color: #a24934;
	line-height: 15px;
}

ul#social li span {
	height: 24px;
	width: 24px;
	float: right;
	margin-top: 3px;
	margin-right: -2px;
}

ul#social li em {
	font-size: 9px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	color: #ca9184;
	line-height: 9px;
}

ul#social li:hover {
	background: #eee;
}

/* @end */

/* @end */

/* @group Secondary Content */

/* @group Heading */

#heading {
	background: #e0e4ec url(../images/banner-bg-new.jpg) repeat-x left top;
	border-bottom: solid 1px #aebdc7;
	padding: 20px 0;
}

#heading h1 {
	font-size: 36px;
	line-height: 40px;
	color: #1a4693;
	font-weight: normal;
}

.heading-title,
.breadcrumbs {
	width: 940px;
}

#heading .breadcrumbs,
#footer-breadcrumb {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	color: #888;
	font-weight: normal;
}

#heading .breadcrumbs {
	margin: 0 0 0 10px;
}

#heading a:link,
#heading a:visited,
#footer-breadcrumb a:link,
#footer-breadcrumb a:visited {
	color: #888;
	text-decoration: none;
}

#heading a:hover,
#footer-breadcrumb a:hover {
	text-decoration: underline;
}

ul.heading-other {
	float: right;
	width: 220px;
	margin: 0 10px;
	list-style: none;
}

ul.heading-other li {
	margin-bottom: 1px;
	overflow: hidden;
	color: #555;
	text-align: center;
}

.print-link,
.share-link {
	width: 99px;
	float: left;
	margin-right: 1px;
	font-size: 10px;
	line-height: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding: 5px;
	background: #c3d0e0;
	color: #16397e !important;
}

.apply-link {
	width: 189px;
	padding: 5px 10px;
	margin-right: 1px;
	float: left;
	font-size: 15px;
	line-height: 18px;
	border: solid 5px #c3d0e0;
	color: #16397e !important;
}


/* @end */

/* @group Content */

.content {
	width: 540px;
  padding-top: 10px;
}

.content .right,
.content .left {
	padding: 1px;
	border: solid 5px #eee;
}

.content .right {
	float: right;
	margin: 0 0 20px 40px;
}

.content .left {
	float: left;
	margin: 0 40px 20px 0;
}

.content em.img-title {
	background: #ddd;
	font-style: normal;
	margin-top: 1px;
	padding: 5px;
	font-size: 11px;
	line-height: 15px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

.content span.center {
	background: #eee;
	display: block;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.content span.center img {
	border: solid 1px #fff;
	margin: 0 auto;
}

.content span.left img,
.content span.center img,
.content span.right img {
	display: block;
}

.content span.img-title {
	padding: 5px;
}

/* @end */

#secondary-content,
#calendar-content,
#documents-content {
	width: auto;
	overflow: auto;
	background: #fff;
}

#documents-content {
	padding: 0 0 20px 0;
}

#secondary-content .inner,
#calendar-content .inner,
#documents-content .inner {
	padding: 0 0 10px 0;
}

#secondary-content .inner {
	background: url(../images/content-bg.gif) repeat-y left top;
	overflow: hidden;
}

.key-top {
	/*margin-top: 20px;*/
}

.key-bottom {
	margin-bottom: 20px;
}

.secondary-nav h2, .unit-select-categories h2,
.related h2,
#documents-content h2 {
	padding: 0 10px 5px 0;
	/*background: #e0e4ec;*/
	font-weight: bold;
	color: #27366e;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: solid 1px #ccc;
	margin-top: 30px;
/*	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;*/
}

#course-area-info {
	list-style: none !important;
	margin: 20px 0px 20px 20px !important;
	clear: both;
	display: block;
}

#course-area-info li {
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #e0e4ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline;
}

#course-area-info h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold !important;
	margin-bottom: 0 !important;
	margin-right: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #0b1747 !important;
}

#course-area-info span {
	display: block;
	padding: 0 20px 20px 20px;
}

#unit-list {
	text-transform: capitalize;
}

.secondary-nav, .unit-select-categories {
	width: 219px;
	margin-bottom: 15px;
}

#documents-content h3 {
	background: #e0e4ec;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 19px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	color: #10205e;
	font-weight: bold;
}

.business {
	background: #f5dfda !important;
}

.education {
	background: #dbe2f1 !important;
}

.ministries {
	background: #f8edd6 !important;
}

.social {
	background: #e2d9e9 !important;
}

.networks {
	list-style: none;
	width: 140px;
	overflow: auto;
}

.networks li {
	border: none !important;
	float: left;
	display: inline;
}

.networks li a {
	display: block;
	float: left;
	height: 34px;
	width: 34px;
	text-indent: -9999px;
	margin-right: 1px;
}

#share-email {
	background: #f5f5f5 url(../images/email.png) no-repeat center center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#share-fb {
	background: #f5f5f5 url(../images/facebook.png) no-repeat center center;
}

#share-twt {
	background: #f5f5f5 url(../images/twitter.png) no-repeat center center;
}

#share-del {
	background: #f5f5f5 url(../images/delicious.png) no-repeat center center;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#documents-content ul {
	list-style: none;
	border-bottom: solid 1px #e0e4ec;
}

#documents-content li {/*
	border-top: solid 1px #e0e4ec;*/
	border-bottom: solid 1px #e0e4ec;
	padding: 5px 0 5px 5px;
	margin-bottom: 1px;
	color: #1a4693;
}

#documents-content li span {
	display: block;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #c6cad1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#documents-content p {
	color: #1a4693;
	padding: 5px;
}

.file-type {
	float: right;
	color: #ddd;
	font-size: 10px;
	line-height: 14px;
	font-family: "Lucida Grande", Arial, sans-serif;
  border: solid 1px #eee;
	padding: 0 3px;
	margin-top: 2px;
	margin-left: 10px;
}

.cover {
	border: solid 5px #e0e4ec;
	padding: 1px;
	width: 50px;
	height: 75px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	background: #fff;
}

.view-all {
	text-align: right;
	clear: both;
}

.secondary-nav h2.help,
.secondary-nav h2.upcoming
/*.related h2.share*/ {
	margin-top: 19px !important;
}

.donate-h2 {
	margin-top: 20px !important;
}

.donate-p {
	background: #f5f5f5;
	padding: 5px;
	margin-top: 10px;
	font: 11px/15px "Lucida Grande", Arial, sans-serif;
	-webkit-border-radius: 5px;
}

.secondary-nav ul {
	list-style: none;
/*	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;*/
}

.secondary-nav ul ul {
	border-left: none;
	border-right: none;
	display: none;
}

.secondary-nav p {
	padding: 10px 10px 10px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #ac8ec9;
}

.secondary-nav ul li, .unit-select-categories ul li {
	padding: 5px 10px 5px 0;
	border-bottom: solid 1px #eee;
	/*margin-bottom: 1px;*/
}

.secondary-nav ul li ul, .unit-select-categories ul li ul{
	display: none;
}

.unit-select-categories ul li > ul li {
	border-bottom: none;
}

.unit-select-categories ul li:hover ul {
	display: block;
	margin-left: 20px;
}

.secondary-nav ul li a:hover{
	color: #6163CA;
}
.secondary-nav ul li ul {
	padding: 5px 10px 5px 0;
	border-bottom: solid 1px #eee;
	display: none;
	/*margin-bottom: 1px;*/
}

.secondary-nav ul li ul {
	padding: 5px 10px 5px 0;
	border-bottom: solid 1px #eee;
	display: none;
	/*margin-bottom: 1px;*/
}


.secondary-nav ul ul li {
	border-top: solid 1px #eee;
	border-bottom: none;
	list-style: none;
}

.secondary-nav ul ul li.here{

	border: none;
	margin-left: 0;
	border-top: 1px solid #eeeeee; 

}

.secondary-nav a:link,
.secondary-nav a:visited,
.related a:link,
.related a:visited {
	text-decoration: none;
	color: #16397e;
}

.secondary-nav ul li.parent-here ul{

	display: block;
	margin-left: 20px;

}

.secondary-nav .here {
	background: #fff;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-right: -1px;
	margin-top: -1px;
	margin-left: -7px;
	padding-left: 7px;
}

.secondary-nav .parent-here {
	background: #fff;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-right: -1px;
	margin-top: -1px;
	margin-left: -7px;
	padding-left: 7px;
	width: 209px;
}

.secondary-nav .here ul {

	display: block;

}

.page-nav-sub ul {
  margin: 5px 0 0 0;
  list-style: disc;
  list-style-position: inside;
  color: #bbb;
	font: 11px/15px "Lucida Grande", Arial, sans-serif;
}

.page-nav-sub ul li {
	border-top: solid 1px #fff;
	padding: 5px 0 !important;
}

#course-list li span {
  color: #888;
	font: 11px/15px "Lucida Grande", Arial, sans-serif;
}

table#course-details {
	width: 290px !important;
}

#course-details li {
}

#course-details span {
	display: block;
	float: left;
	width: 100px;
	font: 11px/15px "Lucida Grande", Arial, sans-serif;
	clear: both;
}

#course-details span ul {
	margin: 0 !important;
}

#friend-form label {
	font: bold 13px/18px Arial, sans-serif;
	text-transform: uppercase;
}

#friend-form .input,
#friend-form .textarea {
	border: solid 5px #eee;
	padding: 10px;
	width: 350px;
	font: 15px Georgia, sans-serif;
}

.related {
	width: 140px;
}

.related ul {
	list-style: none;
}

.related ul li {
	padding: 10px 0;
	background: #fff;
	border-bottom: solid 1px #e5e5e5;
	font-size: 11px;
	line-height: 14px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

.related h3 {
	font-weight: bold;
	color: #1a4693;
}

.related p {
	color: #ac8ec9;
}

#secondary-content .content h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: -10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	color: #222;
}

#secondary-content .content h1 span {
	font-style: italic;
	color: #555;
}

#secondary-content .content h2 {
	font-size: 13px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: -15px;
	margin-left: 20px;
	color: #222;
}

#secondary-content .content p,
#secondary-content .content ul,
#secondary-content .content ol {
	margin: 20px;
}

#secondary-content .content p {
	color: #222;
}

#secondary-content .content em {
	color: #222;
}

#secondary-content .content ul,
#secondary-content .content ol {
	color: #555;
	margin-left: 38px;
}

.application-form {
	background: #e0e4ec;
	padding: 10px;
	display: block;
	border: solid 1px #b9cade !important;
	font-weight: bold;
}

#documents-content a:link,
#documents-content a:visited,
.content a:link,
.content a:visited {
	color: #6163ca;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}

.photo-right {
	float: right;
	display: inline;
	margin: 25px 20px 20px 20px;
	border: solid 10px #e5e5e5;
	padding: 1px;
}

.staff-photo-container {
  width: 218px;
  float: right;
  margin-left: 20px;
  display: inline;
}

.photo-square {
	float: left;
	padding: 1px;
	border: solid 5px #ddd;
	margin-right: 20px;
}

.staff-profile-small {
	border-bottom: solid 2px #eee;
	padding-bottom: 20px;
	width: auto;
	overflow: auto;
}

.top {
  float: right;
  
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  font-style: normal !important;
  font-family: "Lucida Grande", Arial, sans-serif;
  text-transform: capitalize;
  background: none !important;
}

.top-photo {
	border: solid 10px #eee;
	padding: 1px;
	background: #fff;
	margin: 20px 0 0 20px;
}

a.top-photo-link {
	border-bottom: none !important;
}

a.top-profile-link img {
	display: block;
}

.legend {
	background: #f5f5f5;
	padding: 5px;
	color: #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: 11px/15px "Lucida Grande", Arial, sans-serif;
}

.position {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #777;
	font-family: "Lucida Grande", Arial, sans-serif;
}

.here {
	font-weight: bold;
}

#policies-list {
	list-style: none;
	margin: 10px 0 0 0;
}

#policies-list li {
	border: solid 1px #f5f5f5;
	margin-bottom: 1px;
	padding: 5px;
}

.graduated-in {
	font-style: italic;
	color: #666;
}

.read-testimonial {
	margin-bottom: 20px;
}

.testimonial-photo {
	float: right;
	padding: 1px;
	background: #fff;
	border: solid 5px #eee;
	margin: 20px;
}

#secondary-content .content ul.alt {
	list-style: none;
}

#secondary-content .content ul.alt li {
	background: #f5f5f5;
	margin-bottom: 2px;
	padding: 5px 7px;
}

#secondary-content .content blockquote {
	padding: 0 20px;
	font-style: italic;
}

#secondary-content .content blockquote p {
	color: #777;
}

#secondary-content .content .image {
	float: right;
	border: solid 10px #eee;
	background: #fff;
	width: 180px;
	margin: 5px 20px 10px 20px;
}

#secondary-content .content table {
	margin: 20px 0 30px 20px;
	width: 510px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

table.fsTable {
	border: 0 !important;
	border-top: solid 2px #eee !important;
	margin: 20px 0 0 20px !important;
	font: 13px/18px Arial, sans-serif;
}

table.fsTable h2 {
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: normal !important;
	font-family: Georgia, serif !important;
	text-transform: capitalize !important;
	color: #204688 !important;
  margin: 0 !important;
}

table.fsTable h3 {
  
  	font-size: 13px !important;
  	line-height: 18px !important;
  	font-family: Helvetica, Arial, sans-serif !important;
  	font-weight: bold !important;
  	text-transform: uppercase !important;
  	padding-top: 10px !important;
  	border-top: dashed 1px #ddd;
  	margin-top: 5px !important;
  	margin-bottom: 0 !important;
  	color: #10205e !important;
}

table.fsTable td,
table.fsTable th {
	border: 0 !important;
	padding: 10px 5px 0 5px !important;
	/*font-size: 12px;*/
	/*color: #555;*/
	vertical-align: top;
}

.fsField {
  border: solid 1px #ccc !important;
}

.fsError,
.fsCaptcha {
  width: 500px !important;
}

.fsCaptcha {
  border: none !important;
}

.fsSpacerRow,
.fsRowTop, 
.fsRowBottom,
.fsRowOpen,
.fsRowClose,
.fsCalendarPickerLink {
  display: none !important;
}

#secondary-content .content table th {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background: #f5f5f5;
}

th.newstudents{

	width: 185px;

}

#secondary-content .content table td,
#secondary-content .content table th{
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 5px 7px;
	/*font-size: 12px;*/
	color: #555;
	vertical-align: top;
}

table ul {
	margin: 18px 20px 18px 20px !important;
}

#inner-nav ul {
	float: right;
	list-style: none;
}

#inner-nav ul li {
}

#inner-nav ul li a {
	border-bottom: none !important;
	display: block;
	width: 150px;
		border-top: solid 1px #eee;
			padding: 5px 0;
			font-size: 11px;
			line-height: 15px;
			font-family: "Lucida Grande", Arial, sans-serif;
			background: #fff;
			border-left: solid 20px #fff;
}

.toc-marker {
  text-indent: -9999px !important;
  visibility: hidden !important;
}

/*ul.l-0 li:first-child {
  display: none;
  border-bottom: none !important;
}*/

.content sup {
	line-height: 11px;
	font-size: 9px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #777;
	padding: 0 4px 0 0;
}

/*.content h1 span,
.content h2 span {
	float: right;
	margin-right: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-style: normal !important;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: capitalize;
}*/

.content sup a:link,
.content sup a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
	padding: 0 0 0 4px;
}

p#fn1 {
	border-top: double 3px #ddd !important;
}

p#fn1, p#fn2, p#fn3, p#fn4, p#fn5, p#fn6, p#fn7, p#fn8, p#fn9, p#fn10 {
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	color: #888 !important;
	border-top: solid 1px #ddd;
	padding-top: 20px !important;
	margin-right: 20px;
}

#calendar-content #calendar {
	width: 940px;
	margin-left: 10px;
}

#calendar {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

#calendar td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	height: 100px;
	vertical-align: top;
}

#calendar td span {
	float: right;
	margin: 0 5px 10px 10px;
	padding: 5px;
	background: #f5f5f5;
	color: #888;
}

#calendar td ul {
	list-style: none;
}

#calendar td ul li {
	text-indent: -9999px;
	height: 25px;
	width: 25px;
	float: left;
	margin: 5px 0 0 5px;
}

.t25 {
	background: #ccc;
}

.t50 {
	background: #999;
}

.t75 {
	background: #666;
}

.S, .M, .T, .W, .F {
	height: 40px !important;
	line-height: 40px;
	text-align: center !important;
	background: #e5e5e5;
	font-weight: bold;
	color: #555;
}

.key-top,
.key-bottom {
	border: solid 1px #ddd;
	background: #eee;
	width: 918px !important;
	padding: 10px;
}

.key-top {
  margin-bottom: 10px;	
}

.key-bottom {
	margin-top: 10px;
}

.S {
	width: 39px;
}

.M, .T, .W, .F {
	width: 179px;
}

.blank {
	background: #f5f5f5;
}

.we {
	background: #eee;
}

.cal-month,
.cal-direction {
	text-align: right;
}

/* @end */

/* @group Scripture/Featured */

#scripture,
#featured-content,
#social-networks {
	background: #c0deed;
	/*width: auto;
	overflow: auto;*/
	border-top: solid 1px #c0deed;
	/*border-bottom: double 3px #689cbc;*/
}

#scripture,
#social-networks {
	font-size: 15px;
	background: #c0deed url(../images/twitter-bg.gif) repeat-x center top;
}

#social-facebook,
#social-youtube,
#social-more {
	height: 40px;
	text-indent: 13px;
	font: 13px/40px Arial, sans-serif;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	font-weight: bold;
	color: #16397e;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#scripture a:link,
#scripture a:visited {
	color: #16397e;
	text-decoration: none;
}

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

.social-icon {
	float: right;
	margin: 8px;
}

.scripture-title {
	color: #5599bb;
	width: 220px;
	padding: 20px 0;
	text-shadow: #fff 0px 0px 2px;
}

.scripture-text {
	color: #16397e;
	font-style: italic;
	width: 700px;
	padding: 20px 0;
	text-shadow: #fff 0px 0px 2px;
}

.tweet-date {
	font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, sans-serif;
	display: block;
}



.featured-date {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	line-height: 12px;
	float: right;
	background: url(../images/home-date-bg.gif) no-repeat left bottom;
	width: 30px;
	padding: 5px 0 25px 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.featured-date small {
	font-size: 9px;
	letter-spacing: 1px;
}

.featured-event {
	border-left: double 3px #ddd;
	width: 217px !important;
}

#featured-content h3 {
	font-weight: bold;
	color: #666;
	padding: 20px 0 5px 10px;
	border-bottom: double 3px #ddd;
  margin-bottom: 5px;
}

#featured-content p {
	font-size: 13px;
	color: #888;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.event-type {
	font: 10px/12px "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	color: #555;
	padding-left: 10px;
}

.event-more {
	display: block;
	background: #ddd;
	padding: 5px;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: right;
	color: #888;
}


/* @end */

/* @group Footer */

#footer-breadcrumb {
	background: #c0deed url(../images/twitter-bg.gif) repeat-x center top;
	border-top: solid 1px #c0deed;
}

#footer-breadcrumb p {
	padding: 10px;
}

#footer {
	/*border-top: solid 20px #fff;*/
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 16px;
	color: #fff;
	margin-bottom: 20px;
}

#footer .input {
	width: 210px;
	padding: 5px;
	border: 0;
	margin: 5px 0 0 0;
	background: #132d6e;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

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

ul#footer-nav,
ul#footer-popular {
	list-style: none;
	width: 220px;
	border-top: dotted 1px #28509f;
	margin-top: 20px;
}

ul#footer-nav li,
ul#footer-popular li,
ul#footer-mailing li {
	border-bottom: 1px dotted #28509f;
	padding: 2px;
}

ul#footer-popular li {
	overflow: hidden;
	white-space: nowrap;
}

ul#footer-nav li:hover,
ul#footer-popular li:hover {
	color: #fff;
}

#footer-mailing {
	width: 220px;
	border-top: dotted 1px #28509f;
	margin-top: 20px;
	list-style: none;
}

.ml-title {
	padding: 2px 0;
	border-bottom: dotted 1px #28509f;
}

#footer-details {
	width: 180px;
	padding: 100px 20px 20px 20px;
	background: #244992;
	font-size: 10px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

#footer-details span {
	color: #fff;
}

.footer-logo {
	height: 95px;
	background: url(../images/logo-sml.png) no-repeat right top;
	line-height: 95px;
	text-align: center;/*
	font-size: 18px;*/
	width: 220px;
	text-indent: -9999px;
	/*background: url(../images/logo.png) no-repeat center center;*/
	/*-webkit-border-radius: 3px;*/
}

.footer-top,
.rss {
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	background: #132d6e;
	text-align: center;
	display: inline;
	width: 11%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.footer-top {
	margin-left: 10px;
	margin-right: 6px;
	float: left;
}

.rss {
	float: right;
	margin-right: 10px;
}

#footer-copyright {
	width: 920px;
	margin-top: 20px;
	margin-bottom: 15px;
	background: #132d6e;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#footer-rest {
	width: 940px;
	overflow: auto;
}

#footer-rest .right {
	float: right;
	margin-bottom: 50px;
}

.application-buttons {

	padding: 15px 13px 0 0;

}

#app-button-links{

	border: none;
	border-bottom: none;

}

#opendayad {

	padding: 20px 0 0 0;
	margin: 0 10px 0 0px;
	width: 140px;
	float: right;

}



/****************CALENDAR STYLES**************************/


a.calendar-entries {

	font-size: 11px;
	text-align: left;

}

.calendarCell, .calendarBlank {

	width: 100px;
	height: 100px;

}

/*****************************INTRANET STYLES**************/

p.sidebarTitle {

	font-weight: bold;
	color: #222222;
	margin: 5px 0;

}

.sidebarEntry {

	margin-bottom: 20px;

}

.sidebarEntry p{

	color: #222222;

}

#staff-intranet-links-div li{

	margin: 0 0 3px 0;

}

#intranet-photo-gallery li {

	list-style: none;
	display: inline;
	margin: 0 10px 0 0;

}
 #intranet-photo-gallery a {
 
 	border: none;
 
 }
 
 #staffemail-ul {
 
 	display: block;
 	margin: 0 0 0 20px;
 	font-family: Arial;
 	font-size: 11px;
 	color: #16397E;
 
 }
 
#staffemail-li {

	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-topleft:5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-left:-7px;
	margin-right:-1px;
	margin-top:-1px;
	padding-left:7px;
	width:209px;

}

ul.pagination {

	float: right;

}

ul.pagination li {

	list-style: none;
	display: inline;
	margin: 0 0 0 10px;

}

div.noticeboard-buttons {

	margin: 30px 0;

}

div.noticeboard-buttons img{

	margin-right: 10px;
	margin-bottom: 5px;

}

#secondary-content div.noticeboard-buttons a {

	border: none;
	text-decoration: none;

}

div.edit-entry {

	margin: 20px;

}

#secondary-content h2.intranet-titles {

	font-size: 18px;
	font-family: Georgia;
	font-weight: 100;
	text-transform: capitalize;

}

#online-units {

	background: #fff;
	padding: 0 0 20px 0;
	overflow: hidden;

}

#online-units ul li {

	list-style-type: none;

}

#online-units ul li.category-group {

	display: block;
float: left;
height: 215px;
text-align: center;
width: 480px;

}

#online-units ul li.category-group ul li a {

	display: block;
	width: 150px;
	margin: 10px auto;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;

}


div.online-unit-categories {

	width: 100%;
	overflow: hidden;
	padding: 20px 0;

}

#online-units ul li a {

	color: #fff;

}

#online-units ul li.business-group {

	background: #f5dfda;
	border-radius: 5px 0 0 0;

}

#online-units ul li.business-group > a, #online-units ul li.education-group > a, #online-units ul li.ministries-group > a, #online-units ul li.social-group > a {
	
	font-size: 18px;
	text-decoration: none;

}

#online-units ul li.business-group > a {

	background: #CB5C42;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px;

}

#online-units ul li.education-group > a {

	background: #16397e;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px;

}

#online-units ul li.ministries-group > a {

	background: #d9a132; 
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px;

}

#online-units ul li.social-group > a {

	background: #6a4191;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px;

}

#online-units ul li.business-group > ul, #online-units ul li.education-group > ul, #online-units ul li.ministries-group > ul, #online-units ul li.social-group > ul {

	float: left;
	width: 100%;
	margin: 25px auto;

}

#online-units ul li.business-group > ul li a {
	
	background: #CB5C42;

}

#online-units ul li.education-group > ul li a {
	
	background: #16397e;

}

#online-units ul li.ministries-group > ul li a {
	
	background: #d9a132;

}

#online-units ul li.social-group > ul li a {
	
	background: #6a4191;

}


#online-units ul li.education-group {

	background: #dbe2f1;

}

#online-units ul li.ministries-group {

	background: #f8edd6;

}

#online-units ul li.social-group {

	background: #ac8ec9;

}

div.unit-select-button {

	width: 150px;
	height: 40px;
	float: right;

}

#heading div.unit-select-button a {

	font-family: Georgia;
	color: #fff;
	display: block;
	float: right;
	width: 100%;
	background: #8d2a2c;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;

}

#heading div.unit-select-button a:hover {

	background: #b20000;

}

div.online-unit-heading {

	float: left;
	width: 525px;

}

div.online-unit-heading h1 {

	width: 525px;

}


/* @end */

