/* Start of CMSMS style sheet 'breakaway' */
* {
	padding: 0px;
}

img {
	border: 0;
}

body, html
	{
	font-family : arial, tahoma, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: auto;
	background-color: #000000;
	}
	
.clear-both {
	clear:both;
}

p {
	margin: 0px;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 7px;
	color: #FFF;
	font-size: 18px;
	}

h3 {
	margin: 0px;
	color: #FFF;
	font-size: 16px;
	}
	
td {
	text-align: left;
	color: #FFF;
	}
	
li {
	margin-left: 14px;
	}
	
a:link, a:visited, a:active {
	color: #3e3e3e;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}

a:hover {
	color: #3e3e3e;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

/* Global */
	
#container 
	{
	position: relative;
	margin-left: auto;
    margin-right: auto;
    width: 940px;
	top: 0px;
	text-align: left;
	overflow: hidden;
	top: 9px;
	margin-bottom: 30px;
	}
	
#header
	{
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	height: 74px;
}

/* MENU */

#logo
	{
	position: relative;
	float: left;
	text-align: left;
	top: 0px;
	right: 8px;
	height: 74px;
	width: 221px;
	left:1px;
}

#menuwrapper
	{
	position: relative;
	float: right;
	text-align: right;
	top: 21px;
	right: 8px;
	height: 28px;
}

ul#primary-nav {
	padding: 0px;
	border: none;
	margin: 0px;
	list-style: none;
	width: 500px;
	height: 28px;
	}
	
#primary-nav li {
	padding: 0px;
	border: none;
	margin: 0px;
	list-style: none;
	float: left;
	}

		#nav-home  {
			position: relative;
			padding: 0px;
			height: 28px;
			width: 30px;
			float: left;
			display: block;
			margin-left: 28px;
		}
		
		#nav-home a {
			height: 28px;
			width: 30px;
			border: none;
			display: block;
		}
		
		#nav-home a:hover { 
			border-bottom: 3px solid #ffff00;
		}
		
		
		#nav-home a.menuactive { 
			border-bottom: 3px solid #ffff00;
		}
	
	
	
		
		#nav-about  {
			position: relative;
			padding: 0px;
			height: 28px;
			width: 35px;
			float: left;
			display: block;
			margin-left: 28px;
		}
		
		#nav-about a {
			height: 28px;
			width: 35px;
			border: none;
			display: block;
		}
		
		#nav-about a:hover { 
			
			border-bottom: 3px solid #ffff00;
		}
		
	
		#nav-about a.menuactive { 
			border-bottom: 3px solid #ffff00;
		}
		
		
		
		
		#nav-whatweoffer  {
			position: relative;
			padding: 0px;
			height: 28px;
			width: 87px;
			float: left;
			display: block;
			margin-left: 28px;
		}
		
		#nav-whatweoffer a {
			height: 28px;
			width: 87px;
			border: none;
			display: block;
		}
		
		#nav-whatweoffer a:hover { 
			
			border-bottom: 3px solid #ffff00;
		}

		#nav-whatweoffer a.menuactive { 
			border-bottom: 3px solid #ffff00;
		}
		
		
		
		#nav-theflow  {
			position: relative;
			padding: 0px;
			height: 28px;
			width: 53px;
			float: left;
			display: block;
			margin-left: 28px;
		}
		
		#nav-theflow a {
			height: 28px;
			width: 53px;
			border: none;
			display: block;
		}
		
		#nav-theflow a:hover { 
			border-bottom: 3px solid #ffff00;
		}

		#nav-theflow a.menuactive { 
			border-bottom: 3px solid #ffff00;
		}
		
		#nav-faqs  {
			position: relative;
			padding: 0px;
			height: 28px;
			width: 26px;
			float: left;
			display: block;
			margin-left: 28px;
		}
		
		#nav-faqs a {
			height: 28px;
			width: 26px;
			border: none;
			display: block;
		}
		
		#nav-faqs a:hover { 
			
			border-bottom: 3px solid #ffff00;
		}

		#nav-faqs a.menuactive { 
			border-bottom: 3px solid #ffff00;
		}
		
		
		
		
		#nav-resources  {
			position: relative;
			padding: 0px;
			height: 28px;
			width: 91px;
			float: left;
			display: block;
			margin-left: 28px;
		}
		
		#nav-resources a {
			height: 28px;
			width: 91px;
			border: none;
			display: block;
		}
		
		#nav-resources a:hover { 
			
			border-bottom: 3px solid #ffff00;
		}

		#nav-resources a.menuactive { 
			border-bottom: 3px solid #ffff00;
		}
		
		
		
		
		#nav-contact  {
			position: relative;
			padding: 0px;
			height: 28px;
			width: 47px;
			float: left;
			display: block;
			margin-left: 28px;
		}
		
		#nav-contact a {
			height: 28px;
			width: 47px;
			border: none;
			display: block;
		}
		
		#nav-contact a:hover { 
			
			border-bottom: 3px solid #ffff00;
		}

		#nav-contact a.menuactive { 
			border-bottom: 3px solid #ffff00;
		}
	
	
/* Content */

#content-container {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	padding: 0px;
	border: none;
	margin: 0px;
	background-color: #222222;
}


#defaultpage-container {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	padding: 0px;
	border: none;
}

#defaultpage-body {
	float: left;
	text-align: left;
    width: 940px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/about-container-bg2.png);
}

#about-body {
	float: left;
	text-align: left;
    width: 940px;
	padding-bottom: 30px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/about-container-bg2.png);
}

#defaultpage-footer {
	float: left;
	text-align: left;
    width: 940px;
	height: 12px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/about-container-bg3.png);
	overflow: hidden;
}

/* Home */

#home-container {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	height: 434px;
	padding: 0px;
	border: none;
	background-color: #4a96cc;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/index-bg.jpg);
}

#home-welcome {
	position: relative;
	float: left;
	left: 46px;
	top: 37px;
	text-align: justify;
    width: 452px;
	padding: 0px;
	border: none;
	line-height: 16px;
}

#home-welcome-btn {
	position: absolute;
	left: 397px;
	top: 170px;
    width: 101px;
	height: 22px;
	padding: 0px;
	border: none;
}

#home-calendar-btn {
	position: absolute;
	right: 47px;
	top: 170px;
    width: 198px;
	height: 22px;
	padding: 0px;
	border: none;
}

#home-calendar-container {
	position: relative;
	float: left;
	left: 97px;
	top: 90px;
    width: 330px;
	height: 60px;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}

#home-calendar-container td {
	font-size: 11px;
	line-height: 13px;
	color: #000;
}


/* About */

#about-header {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	height: 144px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/about-container-bg1.jpg);
}

#about-header-text {
	position: relative;
	float: left;
	text-align: justify;
    width: 712px;
	height: 91px;
	padding: 0px;
	border: none;
	line-height: 16px;
	font-size: 14px;
	left: 192px;
	top: 33px;
}

#about-body-text {
	position: relative;
	float: left;
	text-align: justify;
    width: 478px;
	padding-bottom: 40px;
	border: none;
	line-height: 14px;
	font-size: 12px;
	left: 33px;
	top: 25px;
	color: #000;
}

#about-fred-container {
	position: relative;
	float: right;
	text-align: justify;
    width: 363px;
	padding: 0px;
	border: none;
	line-height: 14px;
	font-size: 12px;
	right: 33px;
	top: 25px;
	color: #ffff;
}

#about-fred-header {
	float: left;
    width: 363px;
	height: 104px;
	padding: 0px;
	border: none;
	background-image: url(http://breakaway-academy.co.uk/uploads/images/about-fred-header.png);
}

#about-fred-body {
	float: left;
    width: 315px;
	padding: 0px;
	border: none;
	background: #d9605a;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 10px;
}

#about-fred-footer {
	float: left;
    width: 363px;
	height: 10px;
	padding: 0px;
	border: none;
	background-image: url(http://breakaway-academy.co.uk/uploads/images/about-fred-footer.png);
	overflow: hidden;
}



/* Contact */

.contactform {
	border: 0px;
	position: relative;
	float: left;
	text-align: left;
}

.contactform input {
	border: 1px solid #999999;
	font-family: tahoma, arial, sans-serif;
}

.contactform textarea {
	border: 1px solid #999999;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
}

.contactform .submit input {
}

.contactform td {
	text-align: left;
	padding-right: 20px;
	color: #000000;
}

#contact-header {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	height: 144px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/contact-container-bg1.jpg);
}

#contact-header-text {
	position: relative;
	float: left;
	text-align: justify;
    width: 120px;
	height: 91px;
	padding: 0px;
	border: none;
	line-height: 16px;
	font-size: 14px;
	left: 232px;
	top: 41px;
	margin-right: 10px;
}

#contact-header-tel {
	position: relative;
	float: right;
    width: 285px;
	height: 54px;
	padding: 0px;
	border: none;
	line-height: 16px;
	font-size: 14px;
	top: 48px;
	right: 32px;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/contact-tel.png);
}

#contact-form {
	position: relative;
	float: left;
	text-align: justify;
    width: 478px;
	padding-bottom: 40px;
	border: none;
	line-height: 14px;
	font-size: 12px;
	left: 33px;
	top: 25px;
	color: #000;
}

#contact-message {
	position: relative;
	float: right;
	text-align: justify;
    width: 250px;
	padding: 0px;
	border: none;
	line-height: 16px;
	font-size: 14px;
	right: 100px;
	top: 42px;
	color: #000;
}

/* Seminars */

#seminars-header {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	height: 144px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/seminars-container-bg1.jpg);
}

#seminars-content {
	position: relative;
	float: left;
    width: 870px;
	padding-bottom: 40px;
	border: none;
	line-height: 14px;
	font-size: 12px;
	left: 33px;
	top: 25px;
	color: #000;
}

#seminars-header-text {
	position: relative;
	float: left;
	text-align: justify;
    width: 620px;
	height: 91px;
	padding: 0px;
	border: none;
	line-height: 16px;
	font-size: 14px;
	left: 242px;
	top: 55px;
	margin-right: 10px;
}


.NewsSummary {
	width: 850px;
	margin-bottom: 30px;
	}
	
.NewsSummaryLink {
	margin-bottom: 10px;
	}
	
a.NewsSummaryTitle:link, a.NewsSummaryTitle:hover, a.NewsSummaryTitle:active, a.NewsSummaryTitle:visited {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	}

#seminars-content h2 {
	color: #000;
}

/* FAQs */

#faqs-header {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	height: 144px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/faqs-container-bg1.jpg);
}

#faqs-content {
	position: relative;
	float: left;
    width: 870px;
	padding-bottom: 40px;
	border: none;
	line-height: 14px;
	font-size: 12px;
	left: 33px;
	top: 25px;
	color: #000;
}

#faqs-header-text {
	position: relative;
	float: left;
	text-align: justify;
    width: 620px;
	height: 91px;
	padding: 0px;
	border: none;
	line-height: 16px;
	font-size: 14px;
	left: 155px;
	top: 55px;
	margin-right: 10px;
}

/* Resources */

#resources-header {
	position: relative;
	float: left;
	text-align: left;
    width: 940px;
	height: 144px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/resources-container-bg1.jpg);
}

#resources-content {
	position: relative;
	float: left;
    width: 870px;
	padding-bottom: 40px;
	border: none;
	line-height: 14px;
	font-size: 12px;
	left: 33px;
	top: 25px;
	color: #000;
}

#resources-content h2 {
	color: #000;
}

.newscategory {
	margin: 0px 10px 0px 0px;
	list-style: none; 
	border: none;
	font-weight: bold;
	display: inline;
	font-size: 14px;
	text-align: left;
	top: 0px;
	color: #2c3c3c;
	display: block;
	height: 20px;
	width: 150px;
	}
	
.list1 {
	width: 150px;
	}
	
#resources-header-text {
	position: absolute;
	text-align: right;
    width: 150px;
	padding: 0px;
	border: none;
	font-size: 14px;
	top: 35px;
	right: 44px;
	line-height: 26px;
}

.resources-header-on { 
	color: #d9605a;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	padding: 4px;
}

#resources-header-text a {
	color: #2c3c3c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family : tahoma, arial, sans-serif;
	background-color: #FFF;
	padding: 4px;
}

#resources-header-text a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#resources-header-text a:active {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
		
#resources-header-text a:hover { 
	text-decoration: none;
	color: #d9605a;
	font-size: 14px;
	font-weight: bold;
}

/* WhatWeOffer */

#whatweoffer-header {
	position: relative;
	float: left;
	text-align: left;
        width: 940px;
	height: 144px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/whatweoffer-container-bg1.jpg);
}

#whatweoffer-content {
	position: relative;
	float: left;
        width: 870px;
	padding-bottom: 50px;
	border: none;
	font-size: 12px;
	left: 33px;
	top: 25px;
	color: #000;
}

#whatweoffer-content h2 {
	font-size: 18px;
	color: #3E3E3E;
}

#whatweoffer-content a.intro  {
	font-size: 18px;
	color: #3E3E3E;
        text-decoration: underline;
}

#whatweoffer-content a.intro:hover {
	font-size: 18px;
	color: #3E3E3E;
        text-decoration: none;
}

#whatweoffer-nav {
	position: absolute;
	text-align: right;
        width: 150px;
	padding: 0px;
	border: none;
	font-size: 14px;
	top: 35px;
	right: 44px;
	line-height: 26px;
}

#whatweoffer-nav a {
	color: #2c3c3c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family : tahoma, arial, sans-serif;
	background-color: #FFF;
	padding: 4px;
}

#whatweoffer-nav a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#whatweoffer-nav a:active {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
		
#whatweoffer-nav a:hover { 
	text-decoration: none;
	color: #d9605a;
	font-size: 14px;
	font-weight: bold;
}

/* The Flow */

#theflow-header {
	position: relative;
	float: left;
	text-align: left;
        width: 940px;
	height: 144px;
	padding: 0px;
	border: none;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/theflow-container-bg1.jpg);
}

#theflow-content {
	position: relative;
	float: left;
        width: 870px;
	padding-bottom: 50px;
	border: none;
	font-size: 12px;
	left: 33px;
	top: 25px;
	color: #000;
}

#theflow-left {
	position: relative;
	float: left;
        width: 590px;
	border: none;
	font-size: 12px;
	color: #000;
        padding-right: 20px;
        border-right: 1px solid #616161;
}

#theflow-right {
	position: relative;
	float: left;
        width: 230px;
	border: none;
	font-size: 12px;
	color: #000;
        padding-left: 20px;
}

#theflow-content h2 {
	font-size: 18px;
	color: #3E3E3E;
}

#theflow-header-nav {
	position: absolute;
	text-align: right;
        width: 150px;
        height: 50px;
	padding: 0px;
	border: none;
	font-size: 14px;
	top: 35px;
	right: 44px;
	line-height: 26px;
}

a.flowbtn1 {
        position: absolute;
        right: -10px;
        top: 32px;
	height: 32px;
        width: 92px;
        background-image:url(http://breakaway-academy.co.uk/uploads/images/theflow-btn1.png);
        background-repeat: no-repeat;
        background-position: 0 -32px;
}

a.flowbtn1:hover { 
        position: absolute;
        right: -10px;
        background-position: 0 0;
}
	
/* Footer */

#footer-container {
	position: relative;
	float: left;
	text-align: left;
	width: 940px;
	margin-bottom: 10px;
}

#footer-break {
	position: relative;
	float: left;
	text-align: left;
	width: 940px;
	height: 17px;
	background-image:url(http://breakaway-academy.co.uk/uploads/images/footer-console-topbreak.png);
}


#footer-consoles {
	position: relative;
	float: left;
	text-align: left;
	width: 940px;
	height: 164px;
}

		#footer-console-left {
			position: relative;
			float: left;
			text-align: left;
			width: 638px;
			height: 164px;
			background-image:url(http://breakaway-academy.co.uk/uploads/images/footer-console-left1.png);}

#footer-console-left2 {
			position: relative;
			float: left;
			text-align: left;
			width: 638px;
			height: 164px;
			background-image:url(http://breakaway-academy.co.uk/uploads/images/footer-console-left2.png);}
		
				#footer-form-container {
					position: relative;
					float: left;
					text-align: left;
					top: 85px;
					left: 34px;
					width: 250px;
				}

				
				.fbsubmit {
				width:54px;
				height:50px;
				border: none;
				background: transparent url(http://breakaway-academy.co.uk/uploads/images/btn-mailinglist.png) no-repeat center;
				overflow: hidden;
				text-indent: -999px;
				font-size: 0px;
				display:block;
				line-height: 0px;
				cursor:pointer;
				}
				
				#footer-form-submit {
					position: relative;
					float: left;
					width: 54px;
					height: 50px;
				}
				
				.newsletter {
				border: 0px;
				position: relative;
				float: left;
				text-align: left;
				line-height: 0.25em;
				width: 181px
				}
				
				.newsletter input {
					border: 1px solid #4d4d4d;
					color: #fff;
					font-family : tahoma, arial, sans-serif;
					font-size: 11px;
					background-color: #000;
					width: 164px;
					height: 14px;
					padding:3px;
					margin-bottom: 4px;
				}
					
				.newsletter .submit input {
				}
				
				.newsletter .error input {
				border: 1px solid red;
				}
				
				.newsletterelement {
				padding-bottom: 10px;
				}
			
				.newsletter label {
				width: 100px;
				float: left;
				text-align: left;
				}
				
				.newsletter fieldset {
				border: none;
				margin: 0px;
				padding: 0px;
				}
		
		#footer-console-quote {
			position: relative;
			float: left;
			text-align: left;
			width: 302px;
			height: 164px;
		}

#footer {
	position: relative;
	float: left;
	text-align: left;
	width: 940px;
	height: 58px;
	background-color:#000;
}

a.footer-theflow {
	position: relative;
	float: right;
	width: 302px;
        height: 164px;
        right: 18px;
}

.footer-logo {
	position: relative;
	float: right;
	text-align: right;
	width: 137px;
	font-size: 10px;
	font-weight: bold;
}

.footer-details {
	position: relative;
	float: left;
	text-align: left;
	font-size: 10px;
	color: #bebebe;
	width: 400px;
	left: 8px;
	top: 14px;
}

.footer-details a {
	font-size: 10px;
	color: #bebebe;
	text-decoration: none;
}

.footer-details a:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
/* End of 'breakaway' */

