/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #e5e5e5;
 	font-size: 12PX; 
 	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr{
	margin-top: 5px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding: 6px;
}

html {
	background-color: #424242;
}
.clear{
	clear:both;
}
img {
	
}

a:link, a:hover, a:visited, a:active{
	color: #f12c31;
}
/**************
 	Site Container Box
*/
#BgContainer {
	background: url(../images/bg.gif) repeat-x;
	background-color: #545454;
	width: 100%;
	padding-bottom: 40px;  
	margin: 0; 
}
#Container { 
	width: 950px;
	padding-bottom: 15px;
	}	
#Layout {
	width: 950px;
	margin-left: 14px;
}
#PageContent{
	padding-bottom: 60px;
	font-size: 12px
	 padding:20px; 
	 width:30%; 
	 margin:200px auto; 
	 color:#000;
}

#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
	width: 300px;
	height: 120px;
	float: right;
	clear: right;
 	margin: 0;
}


/*** Main Nav ***/
#Navigation {
	width: 600px;
	float: left;
	padding-top: 25px;
	overflow: hidden;

}
#Navigation ul { 
 	float: left; 
	margin-right: 3px;
	margin-left: 24px;
	}
	#Navigation ul li { 
	 	list-style: none;  
		float: left;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block;  
			font-size: 13px; 
			padding:4px;
			color: #000000;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding-right: 3px;
			height: 2.3em;
 
		}
			#Navigation ul li a:hover { 
				color: #ff0000;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				cursor: pointer;
				border-bottom: 1px dotted #f00;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	color: color: #ff0000;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
			 	color: color: #ff0000;
			}
			
			#Navigation ul li .current span a,
			#Navigation ul li .section span a,
    		#Navigation ul li .section:hover span,
			#Navigation ul li .current:hover span {
			 	color: color: #ff0000;
			}
			
			.leftofNav{
	border-right: 1px dotted #707070;
	height: 22px;
	margin-right: 5px;
}
    
/** Breadcrumbs **/
#breadcrumbs { 
 	color: #cccccc;
	text-align: left;
	font-size: 9px; 
	margin: 0px 5px 10px 0;
	}
	#breadcrumbs p {
		margin: 0;
	}
	#breadcrumbs a:link, #breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:visited{
		color: #ff0000;
} 

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 200px; 
 	font-style: italic;
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	border: 8px solid #e9e9e9;
}
#sidebarbox{
	width: 190px;
	background-color: #f3f3f3;
}

.subnavcurrent, .subnavlink, .subnavsection, .secondsublink, .secondsubcurrent{
	border-bottom: 1px dotted #e9e9e9;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.subnavcurrent:hover, .subnavlink:hover, .subnavsection:hover, .secondsublink:hover, .secondsubcurrent:hover{
	font-weight: bold;
}

.subnavcurrent, .subnavcurrent a:link, .subnavcurrent a:hover, .subnavcurrent a:visited, .subnavcurrent a:active{
	background-color: #ff0000;
	color: #fff;
}

.subnavcurrent li, .subnavlink li{
	list-style-type: none;
	}

.subnavlink, .subnavlink a:link, .subnavlink a:hover, .subnavlink a:visited, .subnavlink a:active{
	color: #ff0000;
}

.subnavsection, .subnavsection a:link, .subnavsection a:hover, .subnavsection a:visited, .subnavsection a:active{
	background-color: #eb0900;
	color: #f3f3f3;
}

.sub {
	background-color: #f9f9f9;
}
.secondsublink, .secondsublink a:link, .secondsublink a:hover, .secondsublink a:visited, .secondsublink a:active{
	color: #ff0000;
}

.secondsubcurrent, .secondsubcurrent a:link, .secondsubcurrent a:hover, .secondsubcurrent a:visited, .secondsubcurrent a:active{
	color: #ffffff;
	background-color: #ff0000;
}


	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 100%; 
	height: 5em; 
	background: #424242; 
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a, #Footer a:visited, #Footer a:link { 
	   	color: #f1474a; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #f1474a;
		text-decoration: underline;
	}
	#footerLogo{
	float: left;
	width: 198px;
	height: 66px;
	background-image: url(../images/logo_bw.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
}
	#footerGetStarted{
	float: left;
	margin-left: 50px;
	width: 200px;
	text-align: left;
	
}
	#footerItLiesWithin{
	float: left;
	margin-left: 20px;
	width: 260px;
	text-align: left;
}
	#footerItLiesWithin li{
	list-style-type: none;
	margin: 0;
	list-style-position: outside;
}

	#footerAbout{
	float: left;
	margin-left: 20px;
	width: 200px;
	text-align: left;
}
	#footerCopy{
	clear: both;
	margin-left: 20px;
	font-size: 9px;
	color: #cccccc;
	margin-top: 20px;
	text-align: left;
	padding-bottom: 20px;
}

#pagecontent { 
	padding:20px; 
	width:920px; 
	margin:0px auto; 
	color:#000000;
	float: left;
	margin-top: 10px;
		background:#FFF; 

	 
}
#pagecontent, #pagecontent .sb-inner { 
	background:#FFF; 
	color:#000000;
}

#pagetitle { 
	padding:20px;
	width:920px; 
	color:#ffffff; 
	font-size: 16px;
}
#title a:link, #title a:hover, #title a:visited, #title a:active{
	color: #ffffff;
	font-size: 46px;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-weight: 200;
	text-decoration: none;
}
#title a:active{
	color: #ff0000;
}

#pagetitle, #pagetitle .sb-inner { 
	background:#000;
}
#sidebar{
	float: left;
	margin-top: 5px;
	width: 200px;
	position: relative;
}
#normalcontent{
	margin-left: 40px;
	margin-top: 15px;
	padding-bottom: 30px;
	width: 460px;
	float: left;
	position: relative;
	background-color: #fff;
}
#normalcontent li{
	margin-left: 12px;
	list-style-type: square;
	opacity: 0.85;
}

#normalcontent td{
	padding: 5px;
	margin-right: 10px;
	
}
#normalcontent table ul{
	border-bottom: 1px dotted #f00;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#normalcontent h4{
	font-size: 16px;
}

#normalcontentmed{
	margin-left: 40px;
	margin-top: 15px;
	width: 660px;
	float: left;
	position: relative;
}
#normalcontentmed li{
	margin-left: 12px;
	list-style-type: square;
	opacity: 0.85;
}

#normalcontentmed td{
	padding: 5px;
	margin-right: 10px;
	
}
#normalcontentmed table ul{
	border-bottom: 1px dotted #f00;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#normalcontentmed h4{
	font-size: 16px;
}


#normalcontentwide{
	margin-left: 30px;
	margin-top: 15px;
	width: 640px;
	float: left;
	position: relative;
}
#normalcontentwide li{
	margin-left: 12px;
	list-style-type: square;
	opacity: 0.85;
}

#normalcontentwide td{
	padding: 5px;
	margin-right: 10px;
	
}
#normalcontentwide table ul{
	border-bottom: 1px dotted #f00;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#normalcontentwide h4{
	font-size: 16px;
}



#rightsidebar{
	width: 180px;
	float: left;
	margin-left: 10px;
}


#pagetitlehome { 
	padding:20px; 
	width:920px; 
	margin:0px auto; 
	color:#fff;
	float: left;
	margin-top: 10px;
	vertical-align: middle;
	 
}
#pagetitlehome, #pagetitlehome .sb-inner { 
	background:#000; 
	vertical-align: middle;
}
.Case{
	vertical-align: middle;
	padding: 10px;
}
#homeCaseImage{
	float: right;
	margin-right: 30px;
}

#homeCaseInfo{
	
	color: #fff;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
#homeCaseHeader{
	color: #f12b31;
	font: bold 18px Tahoma, Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}
#homeCaseContent{
	width: 430px;
	font-size: 15px;
	line-height: 22px;
	color: #cccccc;
}
#homeCaseContent h2{
	color: #fff;
	font: 50px/48px Tahoma, Lucida, Verdana, sans-serif;
	margin-bottom: 11px;
}

#homePrograms{
	margin-top: 10px;
	font-size: 11px;
	position: absolute;
	left: 20px;
	bottom: 20px;	
}
#blogcontent{
	margin-top: 20px;
	float: left;
	width: 450px; 
	padding: 20px;
	font-size: 16px;
	background: #fff;
	color: #000;	
}
#blogcontent, #blogcontent .sb-inner { 
	background: #fff;
}

#onetoonepeople{
	float: left;
	width: 450px; 
	padding: 20px;
	font-size: 14px;
	background: #c1341f;
	color: #000;
	margin-top: -40px;
}

#onetoonepeople, #onetoonepeople .sb-inner { 
	background: #c1341f;
}

#Community{
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	width: 410px;
	padding: 20px;
	background-color: #be2227;
	color: #ffffff;
	font-size: 12px;
}
#Community, #Community .sb-inner { 
	background: #be2227;
}

#Community a:link, #Community a:hover, #Community a:active, #Community a:visited{
	color: #ffb3b5;
} 
.header{
	float: left;
	clear: none;
}
.rightLink{
	float: right;
	clear: none;
}
.listHeader{
	clear: both;
	float: left;
	width: 400px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px dotted #9c9c9c;
}

.listHeader{
	clear: both;
	float: left;
	width: 400px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px dotted #9c9c9c;
}
.listItem{
	padding: 5px;
	float: left;
	width: 400px;
	border-bottom: 1px dotted #cccccc;	
}
.listItemDetails{
	font-size: 9px;
}
#Yawns{
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	width: 410px;
	padding: 20px;
	background-color: #000000;
	color: #fff;
}
#Yawns, #Yawns .sb-inner { 
	background: #000000;
}
/*LeaderShip Bios (TEAM) */
.LeadershipBio{
	margin-top: 10px;
	width: 480px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: visible;
	height: auto;
	clear: both;
}
.LeadershipBio img{
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.LeadershipBio p{
	float: left;
	clear: none;
	width: 320px;
	margin-bottom: 5px;
}
.TopLink{
	float: right;
}
.newsheader{
	margin-top: 18px;
	border-bottom: 1px solid #ededed;
}
.newsheader h1{
	font-size: 18px;
	text-transform: uppercase;
}
.newsArticle{
	font-size: 10px;
	background-color: #f3f3f3;
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 7px;
	height: 140px;
}
.newsArticle h3{
	font-size: 11px;
	line-height: 14px;
}
.newsevent{
	background-color: #f7ece6;
}
.newsbox {
	width: 900px;
	float: left;
	margin-bottom: 15px;
	clear: both;
}
.newsByline{
	font-size: 9px;
	color: #666666;
}
/* Blog */
.tagcloud{
	padding: 5px;
	font-size: 15px;
}
.tags{
	padding: 5px;
	background-color: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}