/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */


.register-now { text-align:right; float:none; }
.register-now1 { text-align:left; float:none; padding-left:20px; }
* {
	margin: 0;
	padding: 0;
}

body {
 	margin-bottom: 40px; padding-bottom:50px;
}

html {
background-color:#eeeeee; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 1160px;  
	margin: 0 auto; border:1px solid #e4e4e4; 
}
#Container { 
	width: 1160px;
	padding-bottom: 15px;
	background: #fff;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content { 	width: 598px; padding-top:12px; float: right;  margin: 0;	margin-right:10px;	
	text-align: left;
}
#Content a { color:#f68b1f; }
#Content a:hover { color:#999999; }
/* HEADER
----------------------------------------- */
#Header { 
 	width: 1160px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 1160px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	
}
	#Navigation ul { 
 		float: right; 
		margin-right: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover { 
			 			background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: #fff url(../images/activeTabLeft.png) no-repeat left top; 
				 	color: #444;
					}
				#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 {
					background: #fff url(../images/activeTabRight.png) no-repeat right top;
					color: #444;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5; 
	text-align: left;
	font-size: 0.9em; height:15px;
	margin: 0px 5px 10px 0; padding-bottom:10px;
}
#Breadcrumbs a { 
 	color: #f68b1f; 
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 

 	width: 200px; 
	float: left;  
	margin: 0px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
	}
	#Sidebar ul {
		margin: 0px 0 5px 0px;
	}
		#Sidebar li {    
			margin: 0px 0px;
			list-style: none;
		}
	
	

/* 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 {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.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 STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.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;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* 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: 1160px; 
	height: 5em; 
	text-align: center; 
}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
			
.hidden { display:none; }

img { border:0px; }
body { background-color:#eeeeee; margin:0px; }
body,form,input,div,p,textarea,table { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; }
.clear { clear:both; }
#layout-container { background-color:#fff; width:1100px; padding-left:29px; padding-right:29px; border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4; 
border-bottom:1px solid #e4e4e4; margin:0 auto; min-height:10px; overflow:auto; padding-bottom:29px; }

#body-left { float:left; width:839px; padding-right:10px;   }
#body-right { float:left; width:251px; background-image:url(../images/col-right-bg.jpg); background-position:left; background-repeat:no-repeat; min-height:532px; }

#layout-footer{ background-color:#fff; width:1100px; padding-left:29px; padding-right:29px; border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4; 
border-bottom:1px solid #e4e4e4; margin:0 auto; min-height:10px; overflow:auto; }
#layout-footer-left { width:550px; float:left; text-align:left; padding-top:20px; padding-bottom:20px; }
#layout-footer-right { width:550px; padding-top:5px; float:left; text-align:right;  }

#layout-logo { float:left; height:114px; width:187px; }
#layout-nav-container { float:left;  width:913px;  }
#layout-nav-super { width:548px; padding-left:363px;   } 
#layout-nav-bar { width:754px; padding-left:143px; padding-top:15px;    }

#sicons { float:left; width:73px; padding-right:20px; padding-top:8px; }

#snav1 a { float:left; width:81px; height:40px; background-image:url(../images/snav-1.jpg); background-repeat:no-repeat;  }
#snav1 a:hover { background-image:url(../images/snav-1-1.jpg); background-repeat:no-repeat;  }
#snav2 a{ float:left; width:69px; height:40px;  background-image:url(../images/snav-2.jpg); background-repeat:no-repeat; }
#snav2 a:hover { background-image:url(../images/snav-2-1.jpg); background-repeat:no-repeat;  }
#snav3 a{ float:left; width:105px; height:40px;  background-image:url(../images/snav-3.jpg); background-repeat:no-repeat; }
#snav3 a:hover { background-image:url(../images/snav-3-1.jpg); background-repeat:no-repeat;  }
#snav4 a{ float:left;width:112px; height:40px;   background-image:url(../images/snav-4.jpg);  background-repeat:no-repeat; }
#snav4 a:hover { background-image:url(../images/snav-4-1.jpg); background-repeat:no-repeat;  }
#snav5 a{ float:left;width:88px; height:40px;   background-image:url(../images/snav-5.jpg);  background-repeat:no-repeat; }
#snav5 a:hover { background-image:url(../images/snav-5-1.jpg); background-repeat:no-repeat;  }

#nav1 a { width:98px; float:left; height:48px; background-image:url(../images/nav1.jpg); background-repeat:no-repeat; }
#nav1 a:hover { background-image:url(../images/nav1-1.jpg); background-repeat:no-repeat; }
#nav2 a { width:102px; float:left; height:48px; background-image:url(../images/nav2.jpg); background-repeat:no-repeat; }
#nav2 a:hover { background-image:url(../images/nav2-1.jpg); background-repeat:no-repeat; }
#nav3 a { width:105px; float:left; height:48px; background-image:url(../images/nav3.jpg); background-repeat:no-repeat; }
#nav3 a:hover { background-image:url(../images/nav3-1.jpg); background-repeat:no-repeat; }
#nav4 a { width:95px; float:left; height:48px; background-image:url(../images/nav4.jpg); background-repeat:no-repeat; }
#nav4 a:hover { background-image:url(../images/nav4-1.jpg); background-repeat:no-repeat; }
#nav5 a { width:90px; float:left; height:48px; background-image:url(../images/nav5.jpg); background-repeat:no-repeat; }
#nav5 a:hover { background-image:url(../images/nav5-1.jpg); background-repeat:no-repeat; }
#nav6 a { width:111px; float:left; height:48px; background-image:url(../images/nav6.jpg); background-repeat:no-repeat; }
#nav6 a:hover { background-image:url(../images/nav6-1.jpg); background-repeat:no-repeat; }
#nav7 a { width:93px; float:left; height:48px; background-image:url(../images/nav7.jpg); background-repeat:no-repeat; }
#nav7 a:hover { background-image:url(../images/nav7-1.jpg); background-repeat:no-repeat; }
#nav8 a { width:60px; float:left; height:48px; background-image:url(../images/nav8.jpg); background-repeat:no-repeat; }
#nav8 a:hover { background-image:url(../images/nav8-1.jpg); background-repeat:no-repeat; }

#right-courses { border-bottom:1px solid #e4e4e4; padding-left:20px; font-size:13px; font-weight:bold; }
#right-lets-chat { border-bottom:1px solid #e4e4e4; padding-left:20px; padding-bottom:4px; margin-top:20px; }
#right-clients { border-bottom:1px solid #e4e4e4; padding-left:20px; margin-top:20px; }
#right-clients1 { border-bottom:1px solid #e4e4e4; padding-left:20px; margin-top:8px; }

.contact-item { margin-left:20px; background-image:url(../images/arrow-orange.gif); background-repeat:no-repeat; padding-left:35px; padding-top:4px; font-weight:bold; margin-top:9px; }

#hp-box1 { float:left; width:243px; padding-right:15px; padding-left:15px; border-right:1px solid #e4e4e4; background-image:url(../images/hp-heading1.jpg); background-repeat:no-repeat; padding-top:75px; }
#hp-box2 { float:left; width:265px; padding-right:15px; padding-left:15px; border-right:1px solid #e4e4e4; background-image:url(../images/hp-heading2.jpg); background-repeat:no-repeat; padding-top:75px;  }
#hp-box3 { float:left; width:251px; padding-left:15px;  border-right:1px solid #e4e4e4; background-image:url(../images/hp-heading3.jpg); background-repeat:no-repeat;  padding-top:75px; }

#box-text { font-size:14px; line-height:18px; }

#homepage-content { padding-top:20px; padding-bottom:20px; }
.button-learn { padding-top:30px; }
.hp-points { }

.nav a { padding-left:8px; border-bottom:1px solid #e4e4e4; width:180px; padding-bottom:8px; padding-top:8px; text-decoration:none; display:block; color:#FFFFFF; }
.nav :hover { color:#FFFFFF; display:block }
.nav a:hover { background-color:#58585a; color:#FFFFFF; display:block; text-decoration:none; }
.nav em { font-size:15px; font-style:normal; color:#999;  }

.nav1 a { padding-left:20px; border-bottom:1px solid #e4e4e4; width:160px; padding-bottom:8px; padding-top:8px; text-decoration:none; display:block; color:#FFFFFF; background-image:url(../images/2ndlevel.jpg); background-position:left; background-repeat:no-repeat; }
.nav1 :hover { color:#FFFFFF; display:block }
.nav1 a:hover { background-color:#58585a; color:#FFFFFF; display:block; text-decoration:none; background-image:none; }
.nav1 em { font-size:15px; font-style:normal; color:#999;  }

;
.link { background-color:#fff; }
.link levela { background-color:#fff; }
.current { background-color:#f68b1f;  }
.current em { color:#fff;  }

.line-spacer { height:1px; border-top:1px solid #e4e4e4; margin-top:30px; margin-bottom:30px; }
.Cal-Item { margin-top:20px; border-bottom:1px solid #e4e4e4; padding-bottom:15px; overflow:auto; inherit: off;  }
.Cal-Item a { color:#666; }
.Cal-Item a:active { color:#666; }
.Cal-Title { font-weight:normal;}
#Cal-Content { font-weight:bold; color:#1e1e1e; }
#Cal-Content a { text-decoration:none; color:#666;  }
#Cal-Content a:hover { text-decoration:underline; color:#ff7701;  }

#Cal-Content1 { color:#1e1e1e; padding-top:2px; }
#Cal-Content1 a { text-decoration:underline; color:#666;  }
#Cal-Content1 a:hover { text-decoration:underline; color:#ff7701;  }

.Cal-Grey { color:#666; }
#right-calendar { padding-left:20px; padding-top:10px; }
#right-blog { padding-left:20px; padding-top:20px; }

#right-flash { padding-left:20px; padding-top:10px; }

.logo1 { float:left; border:1px solid #e4e4e4;  margin-right:20px; margin-bottom:20px;  }
.logo2 { float:left; border:1px solid #e4e4e4; }
.link a { color:#f68b1f; }
.hp-points { }
.hp-points a:hover { text-decoration:underline; color:#ff7701;  }

.button-learn1 { padding-top:30px; }
.button-learn2 { padding-top:44px; }
.button-learn3 { padding-top:32px; }


.button-services { padding-top:5px; overflow:none; width:200px; padding-bottom:15px; }

.Form_Form_action_process { background-color:#000000; }

.profile-Item { margin-top:20px; border-bottom:1px solid #e4e4e4; padding-bottom:15px; overflow:auto; }

.profile-Title { }
.profile-Content { }
.profile-Photo { float:left; padding-right:10px; }
.profile-Photo img { border:1px solid #cccccc; }

#layout-newsletter-left { float:left; text-align:right; width:500px; color:#999999; font-size:12px; }
#layout-newsletter-right { float:left; text-align:right; width:50px; color:#999999; font-size:12px;  }
#layout-newsletter-heading { float:left; text-align:right; width:448px; }
#layout-newsletter-privacy{ float:left; text-align:right; width:434px; padding-top:3px; }

#program-icon1 a { width:185px; height:109px; background-image:url(../images/program-icon1.jpg); background-repeat:no-repeat; display:block; }
#program-icon1 a:hover { background-image:url(../images/program-icon1-1.jpg); }

#program-icon2 a { width:185px; height:108px; background-image:url(../images/program-icon2.jpg); background-repeat:no-repeat; display:block;  }
#program-icon2 a:hover { background-image:url(../images/program-icon2-1.jpg); }

#program-icon3 a { width:185px; height:108px; background-image:url(../images/program-icon3.jpg); background-repeat:no-repeat; display:block;  }
#program-icon3 a:hover { background-image:url(../images/program-icon3-1.jpg); }

#program-icon4 a { width:185px; height:121px; background-image:url(../images/program-icon4.jpg); background-repeat:no-repeat; display:block;  }
#program-icon4 a:hover { background-image:url(../images/program-icon4-1.jpg); }

#services-box { clear:both; margin-top:15px; padding-top:20px; border-top:1px solid #e4e4e4; overflow:none;  }
#services-left { float:left; width:181px; }
#services-right { float:left; width:407px; }

.form-left { float:left; width:80px; padding-bottom:1px; font-size:12px; }
.form-right { float:left; width:100px; padding-bottom:1px; }
.form-right input { font-size:12px;  }

#layout-image { }