/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/* Default styles */

html {
	
}

body {
	font-family: Arial, sans-serif;
//	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
}

.clear {
	clear: both;
}

 a img {
	border: 0px;
} 

h1 {
	line-height: 36px;
	font-size: 36px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	letter-spacing: -2px;
	color: #aa1c21;
	clear: both;
	font-weight: normal;
}


h2 { 
	line-height: 21px;
	font-size: 21px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	letter-spacing: -1px;
	color: #aa1c21;
}

h2 a { 
	text-decoration: none;
}
	
h3 {
	font-size: 15px;
	line-height: 15px;
	padding: 10px 0px;
	margin: 0px;
	color: #333333;
	letter-spacing: -1px;
	clear: both;
}

h4 {
	font-size: 15px;
	padding-bottom: 3px;
	color: #aa1c21;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

p {
	padding: 5px 0px;
	margin: 0px;
}

p, li {
	line-height: 18px;
	font-size: 13px;
}

li {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

ul {
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;	
}

a {
	color: #aa1c21;
}

a:hover {
	color: #666666;
}


/* Page Container Box */

#pageContainerHeader { 
	text-align: left;
	width: 970px;
	background: url(/_images/background-header.gif) no-repeat;
	height: 10px;
}

#pageContainer { 
	text-align: left;
	width: 970px;
	background: url(/_images/background-body.gif) repeat-y;
	padding-bottom: 20px;
}

/* Header */

#headerContainer { 
	position: relative;
 	width: 970px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

#headerContainer #headerLogo a { 
 	position: absolute;
	left: 5px;
	top: 10px;
	height: 60px;
}


#headerContainer #headerAction {
	position: absolute;
	top: 15px;
	right: 0px;
	height: 35px;
}

/* Content */

#pageContentBackground {
	padding: 15px 30px;
	width: 900px;
	margin: 0px 0px 0px 5px;
}


#pageContentContainer {
	width: 580px;
	float: left;
}

#pageContentContainerWide {
	width: 900px;
}

/* Left Navigation */


#pageNavigationContainer { 
 	width: 300px;
	float: right;
	font-size: 13px;
	margin-bottom: 35px;
}

/* Page Status and BreadCrumbs */

#pageStatus {
	width: 960px;
	height: 30px;
	border-bottom: 1px solid #cccccc;
	margin-left: 5px;
}

#pageStatus #pageBreadCrumbs {
	padding: 0px;
	float: left;
}

#pageStatus #pageShareThis {
	padding: 0px;
	float: right;
}

#pageStatus #pageShareThis a {
	padding-left: 5px;
}


#Breadcrumbs { 
 	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	line-height: 30px;
}

#Breadcrumbs #BreadcrumbsLinks {
	margin-left: 30px;	
}

#Breadcrumbs a { 
 	color: #aa1c21;
	font-weight: normal;
}

/* Page Navigation */

#pageNavigationContainer .pageNavigationContainerBox { 
 	padding: 20px 20px 0px 20px;
	background: #ffffff url(/_images/background-page_navigation.gif) top no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#pageNavigationContainer .pageNavigationContainerBoxBottom { 
 	height: 20px;
	margin-bottom: 20px;
	background: #ffffff url(/_images/background-page_navigation.gif) bottom no-repeat;
}

#pageNavigationContainer h3 { 
	color: #aa1c21;
	line-height: 35px;
	padding: 0px;
	font-size: 17px;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pageNavigationContainer h3 a { 
	text-decoration: none;
}

#pageNavigationContainer h3 a:hover { 
	text-decoration: underline;
}

#pageNavigationContainer ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#pageNavigationContainer p { 
	font-size: 12px;
}

#pageNavigationContainer ul li { 
	margin: 0px;
	padding: 7px 0px 7px 0px;
	font-size: 11px;
	line-height: 18px;
	border-bottom: 1px solid #cccccc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#pageNavigationContainer ul li ul li { 
	border-bottom: 0px;
	line-height: 25px;
	font-size: 11px;
	border-top: 0px;
	padding: 0px 10px 0px 15px;
}

#pageNavigationContainer ul li ul { 
	padding: 0px 0px;
}

#pageNavigationContainer ul li a { 
	text-decoration: none;
	color: #333333;
	background: url(/_images/icon-arrow.gif) center left no-repeat;
	padding-left: 15px;
}

#pageNavigationContainer ul li a:hover { 
	text-decoration: underline;
	color: #cc0000;
}

/* Home Hero */

#homeHero {
	position: relative;
	height: 295px;
	width: 970px;
	background: url(/_images/background-home.jpg) top no-repeat;
}

#homeHero #homeHeadline {
	position: absolute;
	width: 480px;
	top: 60px;
	left: 450px;
	text-align: left;
}

#homeHero #homeHeadline H1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
}

#homeHero #homeHeadline H2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 21px;
	line-height: 28px;
	color: #ffffff;
}

/* Home Panel */

#homePanelGroup {
	margin-left: 6px;	
	margin-bottom: 20px;
	width: 958px;
	background: url(/_images/background-three-panel.jpg) repeat-x;
}

#homePanelGroup h2 {
	color: #ffffff;
}

#homePanelGroup h3,
#homePanelGroup p,
#homePanelGroup li,
#homePanelGroup li a,
#homePanelGroup p a {
	
}

#homePanelNews,
#homePanelOne,
#homePanelTwo {
	width: 239px;
	height: 200px;
	padding: 71px 20px 20px 20px;
	float: left;
}

#homePanelNews {
	width: 360px;
}

/* Footer */

#footerContainer { 
 	clear: both;  
	width: 970px;
	height: 100px;
	font-size: 10px;
	background: url(/_images/background-footer.gif) no-repeat;
	position: relative;
}

#footerContainer .footerPoweredBy {
	position: absolute;
	top: 15px;
	left: 5px;	
}

#footerContainer .footerNavigation ul { 
	list-style: none;
	line-height: 15px;
	position: absolute;
	top: 15px;
	right: 0px;
}

#footerContainer .footerNavigation ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	border-left: 1px solid #666666;
}

#footerContainer .footerNavigation ul .last {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	border-right: 0px;
}

#footerContainer a { 
	text-decoration: none;
	color: #aa1c21;
}
	
#footerContainer a:hover {
	text-decoration: underline;
	color: #aa1c21;
}

/* Message Boxes */

.message {
	color: #cc0000;
	font-size: 10px;
}

span.middleColumn .message {
	margin: 4px 0px 0px 0px;
}

.required {
	color: #cc0000;
	font-size: 10px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}

.entry {
	border-bottom: 1px solid #eee;
}

/* Buttons */

.redButton, 
.greyButton {
	display: block;
	height: 45px;
	float: left;
	line-height: 45px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
}

.redButton {
	background: url(/_images/button-left.gif) no-repeat;
}

.redButton:hover {
	background: url(/_images/button-left-over.gif) no-repeat;
}

.greyButton {
	background: url(/_images/button-grey-left.gif) left top no-repeat;
}

.greyButton:hover {
	background: url(/_images/button-grey-left.gif) left top no-repeat;
}

.redButton span,
.greyButton span {
	display: block;
	padding: 0px 25px;
}

.redButton:hover,
.greyButton:hover {
	color: #ffffff;
}

.redButton span {
	background: url(/_images/button-right-over.gif) right top no-repeat;
}

.redButton span:hover {
	background: url(/_images/button-right-over.gif) right no-repeat;
	color: #cccccc;
}

.greyButton span {
	background: url(/_images/button-grey-right.gif) right top no-repeat;
}

.greyButton span:hover {
	background: url(/_images/button-grey-right.gif) right top no-repeat;
	color: #cccccc;
}

/* Two Column */

.twoColumnContainer {
	width: 600px;
	padding-bottom: 15px;
}

.twoColumn {
	width: 270px;
	float: left;
	padding-right: 15px;
}

UL.twoColumn {
	width: 270px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.twoColumn UL {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.twoColumnWide {
	width: 435px;
	float: left;
	padding-right: 15px;
}

.twoColumnLeft,
.twoColumnRight {
	width: 280px;
}

#pageContentContainerWide .twoColumnLeft,
#pageContentContainerWide .twoColumnRight {
	width: 440px;
}

.twoColumnLeft {
	float: left;
}

.twoColumnRight {
	float: right;
}

.twoColumnBorderLeft,
.twoColumnBorderRight {
	width: 400px;
	float: left;
	margin: 15px 17px 0px 0px;
	padding: 15px;
	border: 1px solid #cccccc;
	background: #ffffff url(/_images/background-fade.jpg) top right no-repeat;
}

.twoColumnBorderRight {
	margin: 15px 0px 0px 0px;
}

.firstParagraph {
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.smallParagraph {
	font-size: 11px;
	line-height: 15px;
}

.padRight {
	margin-right: 10px;	
}

.testimonialPhoto {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-top: 15px;
}

.testimonialPhoto IMG {
	border: 1px solid #000000;
}

.testimonialContent {
	float: left;
	width: 450px;
	padding-top: 15px;
}

/* Sidebar Testimonials */

#sidebarFacts {
	width: 260px;
	overflow: hidden;
}

#sidebarFacts ul {

}

#sidebarFacts ul li {
	display: none;
	width: 260px;
	border: 0px;
}

#sidebarFacts ul .show {
	display: block;
}

#sidebarFacts ul li IMG {
	float: right;
	height: 75px;
	width: 75px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebarFacts .content {

}


/* Top Navigation DHTML */

#topNavigation {
	width: 960px;
	text-align: center;
	background: url(/_images/background-navigation.gif) bottom no-repeat;
	height: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

/* First Level */

#topNavigation UL {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 1001;
}

#topNavigation UL LI {
	float: left;
	position: relative;
	text-align: left;
	display: block;
	padding: 4px 0px;
	line-height: 40px;
}

#topNavigation UL LI A {
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 40px;
	padding: 0px 20px 0px 0px;
}

#topNavigation UL LI A SPAN {
	line-height: 40px;
	padding: 0px 0px 0px 20px;
	display: block;
}


#topNavigation UL LI:hover A {
	background: url(/_images/background-navigation-tab-right.png) no-repeat top right;
	color: #cc0000;
	z-index: 1001;
}

#topNavigation UL LI:hover A SPAN {
	background: url(/_images/background-navigation-tab-left.png) no-repeat top left;
	z-index: 1001;
}

#topNavigation UL LI:hover UL LI A,
#topNavigation UL LI:hover UL LI B {
	background: none;
}

#topNavigation UL LI:hover UL LI A SPAN,
#topNavigation UL LI:hover UL LI B SPAN {
	background: none;
}

/* Second Level */

#topNavigation LI UL { 
	display: none;
	position: absolute;
	top: 25px;
	left: -10px;
	list-style: none;
	background: url(/_images/background-navigation-layer-right.png) no-repeat bottom right;
	padding-right: 20px;
}

#topNavigation LI UL DIV { 
	background: url(/_images/background-navigation-layer-left.png) no-repeat bottom left;
	padding: 10px 0px 20px 20px;
}

#topNavigation LI UL LI {
	white-space: nowrap;
	line-height: 30px;
	font-size: 12px;
	padding: 0px;
	float: none;
	border-bottom: 1px solid #dedede;
}

#topNavigation UL LI UL DIV LI A,
#topNavigation UL LI UL DIV LI A SPAN,
#topNavigation UL LI UL DIV LI B,
#topNavigation UL LI UL DIV LI B SPAN {
	color: #000000;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	display: block;
	background: none;
	cursor: pointer;
	font-weight: normal;
}

#topNavigation UL LI UL DIV LI B,
#topNavigation UL LI UL DIV LI B SPAN {
	color: #666666;
}

#topNavigation UL LI UL LI a:hover {
	text-decoration: underline;
	background: none;
}

#topNavigation UL LI UL LI a:hover SPAN,
#topNavigation UL LI UL LI b:hover SPAN {
	background: none;
	color: #cc0000;
}

#topNavigation li>ul {
	top: auto;
	left: auto;
}

#topNavigation li:hover ul {
	display: block;
}

#topNavigation .noBackground A:hover,
#topNavigation .noBackground A:hover SPAN {
	background: none;
	color: #dddddd;
}

/* Related Information, Instructors */

.relatedPage {
	padding: 10px 0px 0px 0px;	
}

.relatedPage h3 {
	padding: 5px 0px 0px 0px;	
	margin: 0px;
}

.relatedLeft {
	float: left;
	padding: 0px 10px 0px 0px;
}

.relatedRight {
	float: left;
}

.bioInformation {
	width: 100px;
	margin-right: 10px;
	float: left;
}

.bioContent {
	width: 450px;
	float: left;
}

.largeHeader {
	font-size: 54px;
	line-height: 54px;
	color: #aa1c21;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}