@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #9ecd76 url(../images/interface/bg2.jpg) repeat-x;
	font: normal 76%/1.3em Arial, Helvetica, sans-serif; /* 12px */
	color: #666;
}
body#homepage {
	background: #9ecd76 url(../images/interface/home/bg.jpg) repeat-x;
}
/*
	target px size / 12px = target ems
	
    * 0.083em	= 1px;
	* 0.25em	= 3px;
    * 0.333em	= 4px;
	* 0.667em	= 8px;
    * 0.833em 	= 10px;
    * 0.92em 	= 11px;
    * 1em 		= 12px;
    * 1.2em 	= 14px;
	* 1.333em 	= 16px;
    * 1.5em 	= 18px;
    * 2em 		= 24px;
	
	(REF - http://f6design.com/journal/2006/07/14/relative-font-sizing-made-easy/)
*/
p.access	{
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.extLink {
	background: transparent url(../images/interface/extlink1.gif) center right no-repeat;
	padding-right: 15px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.inline {
        display: inline;
}
.hidden {
	height: 0px;
	width: 0px;
	overflow: hidden;
        margin: 0;
        padding: 0;
}
.zeroTop {
	margin-top: 0;
}
.zeroBtm {
	margin-bottom: 0;
}
.validation-advice {
        color: #cc0000;
} 

/* HTML ELEMENTS */
h1 {
	font-size: 1.5em;
	color: #00a7b3; 
	margin-top: -5px;
        line-height: 1.5em; /* line-height added to prevent decenders being cropped in IE */
}
h2 {
    margin: 0 0 0.5em 0;
    color: #00a7b3;
    line-height: 1em;
}
/*#contentBox h2 {
	color: #00a7b3;
}*/
h3 {
	font-size: 1.2em;
    color: #00a7b3;
	margin-top: 1.5em;
}

p {
	margin: 1em 0;
	padding: 0;
}
a {
	color: #00a7b3;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

a img { border: 0; }

div.btnLink {
        display: block;
	background: transparent url(../images/interface/link_btn_l.gif) 0 0 no-repeat;
	padding: 0 0 0 5px;
        margin: 0;
/*	height: 18px; */
}
div.btnLink a {
        display: block;
        background: #00a0af url(../images/interface/link_btn_r.gif) top right no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	margin: 0;
        padding: 0;
        line-height: 18px;
        width: 200px;
}

/*
div.btnLink {
	display: block;
	background: transparent url(../images/interface/link_btn_l.gif) 0 0 no-repeat;
	padding: 0 0 0 5px;
	height: 18px;
}
div.btnLink a {
	background: #00a0af url(../images/interface/link_btn_r.gif) top right no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding: 0 15px 2px 0;
	margin: 0;
}
*/

ul {
	list-style-type: square;
}

#welcome {
	position: relative;
	margin: 0 -21px;
        height: 359px;
        background: transparent url() 0 0 no-repeat;
}

/* HEADER */
#header {
	width: 100%;
	background: transparent url(../images/interface/header_bg.gif) center right no-repeat; 
/*      background: transparent url(../images/interface/header_bg_xmas09.gif) center right no-repeat;*/
	height: 152px;
}
#homepage #header {
	background: transparent url() center right no-repeat;
	height: auto;
}

div#headerLogo {
        behavior: url(http://www.manchestercommunicationacademy.com/images/interface/iepngfix.htc); /* png transparency fix for ie6 */
        background: transparent url(../images/interface/header_logo_day.png) 0 0 no-repeat;
	display: block;
	clear: both;
	margin-top: 16px;
        height: 67px;
        font-size: 1.5em;
        font-weight: bold;
        text-indent: -5000px;
}
#nav {
	behavior: url(http://www.manchestercommunicationacademy.com/images/interface/iepngfix.htc); /* png transparency fix for ie6 */
/*	background: transparent url(../images/interface/nav_corner_r.gif) bottom right no-repeat; */
   	background: transparent url(../images/interface/nav_bg.png) 0 0 no-repeat;
/* 	height: 32px;  height fixed to ensure homepage flash is always correctly positioned */
        height: 24px; /* height fixed to ensure homepage flash is always correctly positioned */
	width: 918px;
	text-align: center;
	padding-top: 8px;
}
#navInner {
	margin: 0 auto;
	width: 100%;
/*	height: 32px; */
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	display:inline; 
}
#nav li {
	margin: 0;
	padding: 0 16px 0 16px;
	display: inline;
}
#nav a {
	color: #cfeef1;
	font-size: 1.2em;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a.selected {
    font-weight: bold;
    color: #fff;
}




#newsBox h2, #talkBox h2, #highlightBox2 h2, #joinBox h2, #knowBox h2, #quicklinksBox h2, #sideNav h2  {
	color: #fff;
}
/*
#socialmediaBox h2, #socialbmBox h2, #newsletterBox h2 {
	color: #00a7b3;
}
*/
#wrapper {
	width: 918px;
	margin: 0 auto;
}


#tweetDisplay {
	position: relative;
	height: 51px;
	margin: 0 0 7px -4px; 
/*	margin: 0 0 7px -50px; */
}
#tweetImg {
	float: left;
        behavior: url(http://www.manchestercommunicationacademy.com/images/interface/iepngfix.htc); /* png transparency fix for ie6 */
/*	background: transparent url(../images/interface/home/tweet_img.gif) 0 0 no-repeat; */
        background: transparent url(../images/interface/home/tweet_img.png) 0 0 no-repeat;
	width: 50px;
	height: 59px;
}

#tweetMsgBox {
	float: left;
	background: #fff url(../images/interface/home/tweet_display_top.gif) 0 0 no-repeat;
	width: 872px;
/*	width: 918px; */
	margin: 0 0 11px 0;
	padding: 0;
}
#tweetTxt {
	color: #00a7b3;
	padding: 8px 8px 4px 8px;
	font-weight: bold;
}
#tweetMsg {
        font-size: 1.2em;
}
#tweetTxtDetails  {
	color: #029dd0;
	font-weight: normal;
        padding-top: 5px;
}
#tweetTxtDetails a  {
	color: #029dd0;
	font-weight: normal;
}
#tweetTxtDetails a:hover  {
	text-decoration: none;
}
#tweetTxtBtm {
	background: transparent url(../images/interface/home/tweet_display_btm.gif) 0 0 no-repeat;
	height: 4px;
	font-size: 0; /* prevents ie7 from expanding height of div - presume ie7 was adding line-height */
	padding: 0;
        margin: 0;
}


#eventsDisplay {
	background: transparent url(../images/interface/home/events_display_bg.gif) 0 0 no-repeat;
	margin: 15px 0 0 0;
	padding: 12px 10px 4px 56px;
}
#eventsDisplayBtm {
	background: transparent url(../images/interface/home/events_display_btm.gif) left bottom no-repeat;
	height: 4px;
	font-size: 0; /* prevents ie7 from expanding height of div - presume ie7 was adding line-height */
}
#eventsDisplay h2 {
	color: #fff;
	margin: 0 0 0 0;
}
#eventsDisplay div#eventText {
	float: left;
	font-size: 1.2em;
	color: #99dfe0;
        background: transparent;
	margin: 0.333em 0 0 0;
	width: 750px;
}
#eventsDisplay a {
	color: #fff;
}
/*
#eventsDisplay a.ctaBtn {
	border: 0;
	position: absolute;
	bottom: 6px;
	right: 10px;
}
*/
#eventsDisplay a.ctaBtn {
	float: right;
}


/* ROW 2 */
#row2 {
/*	background: #FF9900; */
	margin: 15px 0;
}
/* NEWS BOX */
#newsBox {
	float: left;
/*	background: #00868f url(../images/interface/home/news_bg.jpg) 0 0 no-repeat; */
        background: transparent url(../images/interface/home/news_bg.gif) 0 0 no-repeat;
	width: 454px;
	height: 247px; /* Actual height of box is 244px. 247px includes 3px to allow for the news icon */
	margin: 0 0 0 0;
}
#newsBox img.contentImg {
        border-width: 0;
}
#newsContent{
	padding: 13px 10px 0 10px;
}
#newsCol1 {
	float: left;
/*	width: 277px; 
	width: 266px;*/
}
#newsCol2 {
/*	float: left;
	width: 158px;
	margin: 10px 0 0 10px; 
        margin: 0 0 0 266px;*/
        margin: 0;
}
#newsCol2 a.moreNews {
        color: #fff;
        display: block;
        margin: 5px 0 0 0;
}
#newsTxt {
	height: 207px; /* pushes newsNav to bottom of box */
}
#newsNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#newsNav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
}
#newsNav a {
	display: block;
	background: #0baeba;
	color: #fff;
	text-align: center;
	font-size: 0.92em;
	font-weight: bold;
	width: 1.5em;
	text-decoration: none;
}
#newsNav a.selected, #newsNav a:hover {
	background: #fff;
	color: #0baeba;
}
#newsNav a.rssLink {
	float: right;
	display: block;
	background: transparent url(../images/interface/rss.gif)  right top no-repeat;
	padding: 0 20px 0 0;
    margin: 0;
	text-align: left;
	width: auto;
	text-decoration: underline;
}
#newsNav a:hover.rssLink {
	color: #fff;
	text-decoration: none;
    background: transparent url(../images/interface/rss.gif)  right top no-repeat;
}
#newsBox h2 {
	color: #fff;
    margin-bottom: 25px; /* increased margin to push headline below the news illustration */
}
#newsBox h3 {
	color: #fff;   
}

/* CTA BOXES */
#ctaBoxes {
	float: right;
	width: 454px;
	color: #fff;
}
img.ctaBtn {
	border: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#joinBox {
	position: relative;
	float: left;
	background: transparent url(../images/interface/home/join_bg.gif) 0 0 no-repeat;
	width: 202px;
	height: 107px;
	margin: 0 0 7px 0;
	padding: 13px 10px 0 10px;
}
#sideCol #talkBox {
	margin: -3px 0 10px 0;
/*       background: #c1007f url(../images/interface/talk_bg_sidecol.gif) 0 0 no-repeat; */
}
#sideCol #joinBox {
	margin: -3px 0 10px 0;
/*        background: #c1007f url(../images/interface/join_bg_sidecol.gif) 0 0 no-repeat; */
}

#timerBox {
	float: right;
/*	background: #00868f url(../img/home/timer_bg.gif) 0 0 no-repeat; */
	width: 222px;
	height: 120px;
	margin: 0 0 7px 0;
	padding: 0;
}
#highlightBox2 { /* Replaces timerBox - now that Academy has opened */
	position: relative;
	float: right;
	background: transparent url(../images/interface/home/mylearning_bg.gif) 0 0 no-repeat;
	width: 202px;
	height: 107px;
/*	margin: 0px; */
    margin: 0 0 7px 0;
	padding: 13px 10px 0 10px;
}

#knowBox {
	position: relative;
	float: left;
	background: transparent url(../images/interface/home/know_bg.gif) 0 0 no-repeat;
	width: 202px;
	height: 107px;
	margin: 0;
	padding: 13px 10px 0 10px;
}
#sideCol #knowBox {
	margin: -3px 0 10px 0;
}
#talkBox {
	position: relative;
	float: right;
	background: transparent url(../images/interface/home/talk_bg.gif) 0 0 no-repeat;
	width: 202px;
	height: 107px;
/*	margin: 0px; */
        margin: 0 0 7px 0;
	padding: 13px 10px 0 10px;
}

/* ROW 3 - PHOTOS, VIDEOS, EMAIL NEWSLETTER */
#row3 {
/*	background-color:#FF3300; */
	background: transparent url(../images/interface/home/row3_btm.gif) 0 bottom no-repeat;
	width: 100%;
	margin: 15px 0;
	padding: 0 0 3px 0;
}
#photoBox {
	position: relative;
	float: left;
	background: transparent url(../images/interface/home/photos_bg.gif) 0 0 no-repeat;
	color: #666;
	width: 202px;
/*	height: 145px; */
	height: 360px;
/*	margin: -4px 10px 0 0;  -3px to account for overhanging illustration */
	margin: -10px 10px 0 0; /* -3px to account for overhanging illustration */
	padding: 14px 10px 10px 10px;/*  14px to counter balance for the -3px top margin */
}
#photoBox img.photoImg, #homepage div.videoStill {
	border: 1px #99dfe0 solid;
}
#photoBox h2, #videoBox h2,  #featPartnerBox h2 {
	margin-bottom: 30px;
}
#photoBox p {
	font-size: 1.2em;
	font-weight: bold;
}
#videoBox {
	position: relative;
	float: left;
	background: transparent url(../images/interface/home/videos_bg.gif) 0 0 no-repeat;
	color: #666; 
	width: 202px;
	height: 360px;
/*	margin: -4px  10px 0 0; */
	margin: -10px  10px 0 0;
	padding: 14px 10px 10px 10px;
}
#videoBox p {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 9px;
}
#videoBox div.videoStill {
	width: 200px;
	height: 200px;
}
#videoBox div.videoStill img { /* styling for play button */
	behavior: url(http://www.manchestercommunicationacademy.com/images/interface/iepngfix.htc); /* png transparency fix for ie6 */
/*	display: block;
	margin: 75px auto 0 auto;
	padding-top: 75px; */
}
#featPartnerBox {
	position: relative;
	float: left;
	background: transparent url(../images/interface/home/feat_partner_bg.gif) 0 0 no-repeat;
	color: #666;
	width: 202px;
	height: 360px;
	margin: -10px 10px 0 0; /* -3px to account for overhanging illustration */
	padding: 14px 10px 10px 10px;/*  14px to counter balance for the -3px top margin */
}
#featPartnerBox img.featPartnerLogo {
	border: 1px #e5e5e5 solid;
	margin: 0 0 10px 0;
}
#featPartnerBox h3 {
	margin: 0;
	color: #666;
}
#featPartnerBox p {
	margin: 4px 0;
}


body#homepage #newsletterBox {
	position: relative;
	float: left;
/*	background: #e0f5f7 url(../images/interface/newsletter_bg.gif) 0 0 no-repeat; */
        background: transparent url(../images/interface/newsletter_bg.gif) 0 0 no-repeat;
	color: #666;
	width: 202px;
	height: 360px;
/*	margin: -3px 0 0 0;  -3px to account for overhanging illustration */
	margin: -9px 0 0 0; /* -3px to account for overhanging illustration */
	padding: 13px 10px 10px 10px;/*  13px to counter balance for the -3px top margin */
}
body#homepage  .newsFormRow  {
	margin: 10px 0;
}
body#homepage #newsletterBox .btn  {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
body#homepage #newsletterBox label {
	margin: 0 0 4px 0;
}
body#homepage #newsletterBox p {
	margin-bottom: 20px;
}
#sideCol #newsletterBox {
	position: relative;
	float: left;
/*	background: #e0f5f7 url(../images/interface/newsletter_bg.gif) 0 0 no-repeat; */
        background: transparent url(../images/interface/newsletter_bg.gif) 0 0 no-repeat;
	color: #666;
	width: 202px;
	height: auto;
	margin: -3px 0 0 0; /* -3px to account for overhanging illustration */
	padding: 13px 10px 10px 10px;/*  13px to counter balance for the -3px top margin */
}
#sideCol .newsFormRow  {
	margin: 5px 0;
}
#sideCol .lastNewsFormRow  {
	margin: 10px 0 0 0;
}
#newsletterBox input.txt {
/*	color: #666; */
}
#newsletterBox input.txt {
	position: relative;
/*	color: #666; */
}
#newsletterBox select {
/*	position: absolute;
	right: 10px;  */
	font-size: 0.92em;
}
#newsletterBox input.fullWidthField {
	width: 196px;
}
#Postcode {
	width: 85px;
}
a.unsubLink {
	float: left;
	width: 50%;	
	color: #00a7b3;
}
body#homepage #newsletterBox a.unsubLink {
        position: absolute;
	bottom: 12px;
	left: 10px;
}

/* ROW 4 - SOCIAL MEDIA */
#row4 {
	background: transparent url(../images/interface/home/row4_btm.gif) 0 bottom no-repeat;
	width: 100%;
	margin: 15px 0;
	padding: 0 0 3px 0;
}
#socialmediaBox {
	float: left;
    background: transparent url(../images/interface/home/follow_bg.gif) 0 0 no-repeat;
	color: #666; 
	width: 434px;
/*	height: 145px; */
	margin: 0 10px 0 0;
	padding: 10px;
}
#socialmediaLogos img {
	margin: 0 5px 0 0;
	border: 0;
}
#socialbmBox {
	float: left;
/*    background: transparent url(../images/interface/home/follow_bg.gif) 0 0 no-repeat; */
	background: transparent url(../images/interface/share_bg.gif) 0 0 no-repeat;
	color: #666; 
/*	width: 434px; */
	width: 202px;
/*	height: 145px; */
	margin: 0 10px 0 0;
	padding: 10px;
}
/*
#socialbmBox p {
	font-size: 0.92em;
}
*/
#sideCol #socialbmBox {
	float: left;
/*	background: #e0f5f7 url(../images/interface/share_bg.gif) 0 0 no-repeat; */
    background: transparent url(../images/interface/share_bg.gif) 0 0 no-repeat;
	color: #666; 
	width: 202px;
	margin: 0;
	padding: 10px;
}
#socialbmBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#socialbmBox li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
} 

#brochureBox {
	float: left;
	background: transparent url(../images/interface/home/flipbook_bg.gif) 0 0 no-repeat;
	color: #666; 
	width: 202px;
/*	height: 145px; */
	margin: 0 0 0 0;
	padding: 10px;
}


/* QUICK LINKS */
#quicklinksBox {
	clear: both;
	color: #fff;
	width: 100%;
/*	background: #008d97 url(../images/interface/links_bg.jpg) 0 0 no-repeat; */
        background: #008d97url(../images/interface/links_bg.gif) 0 0 no-repeat;
}
#quicklinksBox ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#linksArea {
	float: left;
	padding: 10px;
	width: 70%; 
 /*      width: 60%; */
/*	background:#FF99cc; */
}
#linksArea h3 {
	margin: 0;
	padding: 0;
        font-size: 1.2em;
}
#linksArea h3.noList {
	margin: 0 0 10px 0;
        padding: 0;
}
#linksArea a {
	color: #fff;
	text-decoration: none;	
}
#linksArea a:hover {
	text-decoration: underline;	
}
#linkCol1, #linkCol2, #linkCol3, #linkCol4 {
	float: left;
	width: 25%;
/*	background:#FF9900; */
}
#contactArea {
	float: right;
	padding: 10px;
 /* width: 210px; 
    width: 280px;*/
    margin-left: auto; 
}
#partnerArea {
	clear: both;
	padding: 10px;
	background: #009ca7 url(../images/interface/partners_bg.gif) 0 bottom no-repeat; 
  /*      background: transparent url(../images/interface/partners_bg.gif) 0 bottom no-repeat;*/
}
#partnerArea h2 {
	float: left;
	display: block;
	margin-right: 40px;
	line-height: 1em; /* added to prevent text cropping issue in IE */
}
#partnerArea img.logo {
	float: left;
	display: block;
	margin: 0 40px;
	padding: 0;
}
#partnerArea a.partnerBtn {
	float: right;
}

/* FOOTER */
#footer {
	width: 888px;
	padding: 0 10px;
	margin: 20px auto;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footerL { float: left }
#footerR { float: right }
span.footerDivider {
	padding: 10px;
}


/* FORM STYLES */
form {
	padding: 0;
	margin: 0;
}
#newsletterBox input, #newsletterBox select {
	font-size: 0.92em;
	
}
input, select {
	font-size: 1em;
}
input.txt {
	border: 1px #00a7b3 solid;
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
}
select  {
	border: 1px #00a7b3 solid;
	margin: 0 1px 0 0;
	padding-left: 2px;
}
 
input.btn {
	float: right;
	margin: 0;
	padding: 0;
}

label {
	display: block;
	color: #00a7b3;
	font-weight: bold;
}
label.groupLabel {
	display: inline;
	color: #666;
	font-weight: normal;
}
span.formFieldHeading {
	display: block;
	color: #00a7b3;
	font-weight: bold;
        margin-bottom: 5px;
}
div.formBox {
	background: #e0f5f7 url(../images/interface/formbox_bg.gif) 0 0 no-repeat;
	padding: 10px;
        margin-top: 30px;
}
div.formBox h2 {
	color: #00a7b3;
}
div.formBoxBtm {
	background: #e0f5f7 url(../images/interface/formbox_btm.gif) 0 0 no-repeat;
	height: 4px;
        font-size: 0;
}
div.formBox input.btn {
	float: right;
	padding: 10px 0;
}
div.formRow  {
	clear: both;
	margin: 10px 0;
}
div.formFieldBlock {
	float: left;
	margin: 0 10px 0 0;
}
div.captchaBox {
        width: 70%;
        margin: 30px 0 0 0;
}
div.captchaBoxInner {
       background: #fff;
       padding: 10px;
}
div.captchaBox p {
        margin-top: 0;
}
div.captchaBox label {
        color: #666;
}
div.captchaBox input.txt {
       border-color: #666;
}
/* JOIN US */
body#joinus #email {
	width: 250px;

}
body#joinus div.introWrapper {
/*	border-bottom: 1px solid #ccecef; */
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
}
body#joinus #contentBox h4 {
        margin: 0 0 0.5em 0;
        color: #00a7b3;
        line-height: 1em;
        font-size: 1.5em;
}
body#joinus #address1, body#joinus #address2, body#joinus #address3  {
	width: 350px;

}
div.legalTxtWrapper {
       margin: 40px 0 0 0;
}
div.legalTxtWrapper p {
	font-size: 0.92em;
}
body#joinus div#relatedWrapper {
	border-top: 1px solid #ccecef;
	margin: 30px 0 0 0;
	padding: 5px 0 0 0;
}
/* JOIN US - WORK WITH US */
body#joinus div#contentBox h2 {
	font-size: 1.5em;
        margin-top: 1.5em;
}
ul.jobsList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #00a7b3;
	margin: 30px 0;
}
ul.jobsList li {
	margin: 10px 0;
}
ul.jobsList a {
	color: #666;
	text-decoration: none;
}
ul.jobsList a:hover {
	text-decoration: underline;
}
div#nonTeachingWrapper {
	border-top: 1px solid #ccecef;
	padding: 10px 0;
}
/* JOIN US - JOB DETAIL */
div.jobDetailWrapper {
/*	margin-bottom: 30px; */
}
div.jobDetailWrapper h2 {
	margin-bottom: 5px;
}
p.remunerationDetails {
	color: #00a7b3;
	margin-top: 0;
}


/* ASK A QUESTION */
div.messageRow  {
	clear: both;
	margin: 10px 0; 
	background: transparent url(../images/interface/ask_form_bg.gif) 0 20px no-repeat;
	height: 301px;
}
div.messageRow textarea {
	border-width: 0;
	margin: 10px 5px 5px 5px;
	width: 620px;
	height: 230px;
}


/***** CONTENT PAGES (ALL BUT HOMEPAGE) *****/
#contentCol {
	float: left;
	width: 686px;
	margin: 0 0 15px 0;
}
/*
#contentBox {
	float: left;
	background: #fff url(../images/interface/content_bg.gif) 0 0 no-repeat;
	width: 686px;
	margin: 0 0 15px 0;
}
*/
#contentBox {
/*	float: left; */
	background: #fff url(../images/interface/content_bg.gif) 0 0 no-repeat;
/*	width: 686px; */
	margin: 0 0 15px 0;
}
#contentBoxInner {
	padding: 15px;
}
#contentBoxBtm {
	background: #fff url(../images/interface/content_btm.gif) 0 bottom no-repeat;
	height: 3px;
}
#pageBtmButtons {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
#sideCol {
	float: right;
	width: 222px;
	margin: 0 0 15px 0;
	color: #fff;
}
#sideNav {
	background: #00a7b3 url(../images/interface/sidenav_bg.gif) 0 0 no-repeat;
	padding: 10px;
	margin: 0;
}
#sideNavBtm {
	clear: both;
	background: transparent url(../images/interface/sidenav_btm.gif) 0 0 no-repeat;
	height: 4px;
	margin: 0 0 10px 0;
        font-size: 0;
}
#sideNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sideNav li {
	margin: 2px 0;
}
#sideNav li a {
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/interface/arrow.gif) 0 0.3em no-repeat; 
	padding: 0 0 0 8px;
}
#sideNav a:hover {
	text-decoration: underline;
}
#sideNav a.selected {
	font-weight: bold;
}
#sideNav h2 a {
       color: #fff;
       text-decoration: none;
}
#sideNav h2 a:hover {
       text-decoration: underline;
}
#sideCol div.blueboxBtm { /* bottom of blue side boxes (Newsletter & Social Bookmarks) */
	clear: both;
	background: transparent url(../images/interface/bluebox_btm.gif) 0 0 no-repeat;
	height: 4px;
	margin: 0 0 10px 0;
        font-size: 0;
}
#sideNav ul.level2 {
	margin-left: 15px;
}
#sideNav ul.level2 a {
	background: transparent url(../images/interface/arrow_level2.gif) 0 0.3em no-repeat; 
}

/* GET TO KNOW US */
div.tabbedNav {
	background: transparent url(../images/interface/1px_green.gif) 0 bottom repeat-x;
	margin: 50px 0 30px 0;
    padding: 0;
}
#photosAndVideos div.tabbedNav {
	margin: 50px 0 10px 0;
}
div.tabbedNav ul {
	list-style-type: none;
	text-align: center;
	padding: 0 5px;
    margin: 0;
}
div.tabbedNav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
        font-size: 1.5em;
}


div.tabbedNav a {
	float: left;
	display: block;
	background: #bfe9ec url(../images/interface/tabnav_off.gif) 0 top repeat-x;
	color: #00a7b3;
	text-decoration: none;
	width: 210px;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #00a7b3;
	margin: 0 8px 0 0;
	padding: 0.75em 0 0.5em 0;
}
div.tabbedNav a.selected {
	background: transparent url(../images/interface/tabnav_on.gif) 0 top repeat-x;
	border-color: #fff;
}
div.tabbedNav li.last a {
	margin: 0;
}
ul.linkList {
	list-style-type: none;
	line-height: 1em;
	margin: 0;
	padding: 0.5em 0;
}
ul.linkList li {
        margin: 10px 0;
}
ul.linkList a {
	background: transparent url(../images/interface/green_arrow.gif) 0 0.3em no-repeat; 
	padding: 0 0 0 8px;
	text-decoration: none;
}
ul.linkList a:hover {
	text-decoration: underline;
}
a.topLink {
/*	display: block; */
	background: transparent url(../images/interface/back_to_top.gif) right 0 no-repeat; 
	padding: 0 18px 0 0;
	color: #00a7b3;
}
div.entry {
    margin: 50px 0;
    border-top: 1px solid #ccecef;
}

/* GET TO KNOW US _ QUOTES */
.quoteBoxLarge {
	height: 202px;
	background: transparent url() right bottom no-repeat;
	border-bottom: 1px solid #ccecef;
}
.quoteBoxLargeNoPic {
	height: auto; /* cancel height if no pic present */
        padding-bottom: 20px;
}
.quoteBoxLarge h2 {
        color: #7d7d7d;
}
h2.moreQuotes {
        padding-top: 50px;
}
.quoteBoxLarge .outdent {
	text-indent: -0.5em; margin-left: 0.5em;
	font-size: 2em;
	line-height: 1.1em;
}
/*
.quoteBoxLarge .indent {
	text-indent: 0.92em;
	font-weight: normal;
	color: #7d7d7d;
	margin: 0 0 0 0;
}
*/
.quoteBoxLarge h3 {
	font-weight: normal;
	color: #7d7d7d;
	margin: 0 0 0 0.92em;
}
.quoteBoxSmall {
        background: #e0f5f7 url(../images/interface/small_quote_top.gif) 0 0 no-repeat;
	padding: 3px 0 0 0;
	margin: 10px 0 0 0;
}

.quoteBoxSmallInner {
	position: relative;
/*	background: #e0f5f7 url(../images/interface/small_quote_lynne_bg.jpg) right bottom no-repeat; */
        background: #e0f5f7 url(../images/interface/small_quote_blank_bg.jpg) right bottom no-repeat;
	padding: 7px 10px 10px 93px;
	height: 74px;
}
.quoteBoxSmallInnerNoPic {
       padding: 7px 10px 10px 10px;
}

/*
.quoteBoxSmallTop {
	background: #e0f5f7 url(../images/interface/small_quote_top.gif) 0 0 no-repeat;
	height: 3px;
	margin: 10px 0 0 0;
}
*/
.quoteBoxSmall .outdent {
	text-indent: -0.5em;
	margin: 0 0 0.33em 0.5em;
	font-size: 1.5em;
	color: #7d7d7d;
	line-height: 1.1em;
}
/*
.quoteBoxSmall .indent {
	text-indent: 0.75em;
	font-weight: normal;
	color: #7d7d7d;
	margin: 0 0 0 0;
	font-size: 1em;
}
*/
.quoteBoxSmall h3 {
        font-weight: normal;
	color: #7d7d7d;
        margin: 0 0 0 0.75em;
	font-size: 1em;
}
.quoteBoxSmall img.btn {
	border: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.highlight {
	color: #00a7b3;
}


/* NEWS */
body#news div.tabbedNav {
	margin: 50px 0 10px 0;;
}
body#news #contentBox h2 {
	color: #00a7b3;
}
/*
div.pageTitleStrip {
	border-bottom: 1px solid #ccecef;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
}
*/
div.pageTitleStrip {
    margin-bottom: 0;
    padding: 0;
}
div.pageTitleStrip h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}
a.rssLink {
	float: right;
	display: block;
	background: transparent url(../images/interface/rss2.gif)  right center no-repeat;
	padding: 0 22px 0 0;
	text-align: left;
	width: auto;
	text-decoration: underline;
	color: #666;
    line-height: 1.5em;
}
a:hover.rssLink {
	text-decoration: none;
}

div.latestNewsEntry {
	border-bottom: 1px solid #ccecef;
	padding: 10px 0;
}
div.latestNewsEntry h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
img.contentImg {
	float: left;
	margin: 0 10px 10px 0;
        border: 1px #e5e5e5 solid;
}
img.contentImgR {
	float: right;
	margin: 0 0 10px 10px;
        border: 1px #e5e5e5 solid;
}
img.contentImgFullWidth {
	margin: 0 0 10px 0;
        border: 1px #e5e5e5 solid;
}
div.newsEntry {
	margin: 10px 0;
	padding: 0;
}
div.lastEntry  {
	border-bottom: 1px solid #ccecef;
	padding-bottom: 10px;
}
/*
div.newsEntry h2 {
	display: inline;
	font-size: 1.2em; 
}
*/
div.newsEntry h2 {
	display: inline;
	font-size: 1.2em; 
}
div.newsEntry a {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
div.newsEntry a:hover {
	font-size: 1.2em;
	color: #666;
	text-decoration: underline;
}
/*
a.readTxtLink {
        
}
*/
/* NEWS DETAIL */
/*
div.newsDetail {
	border-bottom: 1px solid #ccecef;
	padding: 10px 0;
}
*/
body#newsDetail div#contentBox h2 {
	font-size: 1.5em;
        margin-top: 1em;
}
div.newsArticle p {
       margin-top: 0;
}
div.newsArticle .backBtn {
       float: left;
       clear: both;
}
p.newsDate {
        margin: 0;
}
/* EVENTS */
div.eventEntry {
	border-bottom: 1px solid #ccecef;
/*	padding: 10px 0; */
	padding: 10px 0 20px 0;
}
body#events div#contentBox h2 {
	font-size: 1.5em;
	margin-bottom: 0.25em;
}
div.eventEntry h3, div.eventDetail h3 {
	font-size: 1.5em;
	color: #00a7b3;
	margin: 0 0 0.333em 0;
}
body#events p.descriptiveText  {
	margin: 0.25em 0 30px 0;
}
div.eventEntry p.eventDate, div.eventDetail p.eventDate {
	font-size: 1.5em;
	color: #00a7b3;
	margin: 0.333em 0 0.25em 0;
}
div.eventEntry p.eventVenue, div.eventDetail p.eventVenue {
	font-size: 1.2em;
	margin: 0.25em 0;
}
div.externalEventEntry {
	margin: 20px 0 0 0;
}
div.externalEventEntry h3 {
	display: inline;
	font-size: 1.2em;
	color: #00a7b3;
	font-weight: normal;
}
div.externalEventEntry div.detailsWrapper {
        margin-bottom: 0.25em;
}
div.externalEventEntry a {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
div.externalEventEntry a:hover {
	font-size: 1.2em;
	color: #666;
	text-decoration: underline;
}
h2.externalEvents {
    margin-top: 30px;
}


/* GET TO KNOW US - PARTNERS */
body#academyPartners div.partnersIntro {
	border-bottom: 1px solid #ccecef;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
}
body#academyPartners #contentBox h2 {
        margin: 0 0 auto 0; /* MARGIN AUTO WAS ADDED TO FIX IE8 BUG - decenders were getting cropped from text */
}

body#collaborativePartners div.partnersIntro {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
div.featuredPartnerEntry {
	border-bottom: 1px solid #ccecef;
	padding: 10px 0;
}
div.partnerLogoBox {
        float: left;
        border: 1px #e5e5e5 solid;
        margin: 0 10px 10px 0;
        padding: 0;
}
img.partnerImg {
/*
	float: left;
	margin: 0 10px 10px 0;
	border: 1px #ccecef solid;
*/
}
div.featuredPartnerEntry h3 {
	display: inline;
	font-size: 1.5em;
}
div.collaborativeTeaser {
	margin: 10px 0 0 0;
	padding: 0;
}
{!--
body#collaborativePartners div.entriesWrapper {
	border-top: 1px solid #ccecef;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
--}
div.partnerEntry {
	border-bottom: 1px solid #ccecef;
	margin: 10px 0;
	padding: 0;
}
div.lastEntry  {
	border-bottom: 1px solid #ccecef;
	padding-bottom: 10px;
}
div.partnerEntry h2 {
	display: inline;
	font-size: 1.2em;
}
div.partnerEntry a {
	color: #00a7b3;
	text-decoration: none;
}
div.partnerEntry a:hover {
	color: #00a7b3;
	text-decoration: underline;
}
div.partnerTextWrapper {
	float: left;
	width: 444px;
}
{!--
body#collaborativePartners div.topPagination {
	margin: 30px 0 10px 0;
}
--}
body#collaborativePartners p.pagination {
     margin: 10px 0 0 0;
}
body#partnerDetail h1 {
	margin-bottom: 30px;
}
/* GET TO KNOW US - TEMPLATES */
div.gettoknowIntro {
	border-bottom: 1px solid #ccecef;
	margin: 0;
	padding: 0 0 15px 0;
}
body#aboutMenuPage div.gettoknowEntry, body#gettoknowList div.gettoknowEntry {
	border-bottom: 1px solid #ccecef;
	padding: 10px 0;
}
div.gettoknowImgBox {
	float: left;
	border: 1px #e5e5e5 solid;
	margin: 0 0 10px 0;
	padding: 0;
}
body#gettoknowList div.textWrapper {
        margin-left: 101px;
}
body#gettoknowDetail div.gettoknowEntry {
	padding: 10px 0;
}
body#gettoknowDetail div.gettoknowEntry p {
	margin-top: 0;
}
body#gettoknowDetail div#relatedWrapper, body#gettoknowSingle div#relatedWrapper {
        border-top: 0px solid #ccecef;
}

body#aboutMenuPage div.textWrapper {
        margin-left: 191px;
}


/* RELATED LINKS */
div#relatedWrapper {
	margin-top: 10px;
        border-top: 1px solid #ccecef;
        padding-top: 30px;
        width: 656px; /* width applied to fix IE 'hasLayout' bug */
}
div.relatedLinksBox {
	background: #e0f5f7 url(../images/interface/related_bg.gif) 0 0 no-repeat;
	margin: 10px 0 0 0;
}
div.relatedLinksInner {
	padding: 10px;
	background: transparent url(../images/interface/related_btm.gif) left bottom no-repeat;
	clear: both;
}
div.relatedLinksBox h2, div.relatedLinksBox h3, div.relatedLinksBox h4 {
	font-size: 1.5em;
	color: #00a7b3;
	margin: 0 0 10px 0;
}
div.relatedLinksBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.relatedLinksBox li {
	margin: 2px 0;
}
div.relatedLinksBox a {
	text-decoration: none;
	color: #00a7b3;
	background: transparent url(../images/interface/arrow_darkgreen.gif) 0 0.3em no-repeat; 
	padding: 0 0 0 10px;
}
div.relatedLinksBox a:hover {
	text-decoration: underline;
}
/* PHOTOS & VIDEOS */
a#vidPlayer {
	display:block;
	width: 480px;
	height: 270px;
	margin: 0 auto;
}
span.videoSplash {
	display: block;
	background: #000 url('') no-repeat 0 0;
/*	width: 434px;
	height: 244px; */
        width: 480px;
	height: 270px;
}
div.featureBox {
	background: #e0f5f7 url(../images/interface/featbox_bg.gif) 0 0 no-repeat;
	margin: 0 0 15px 0;
}
div.featureBoxInner {
	padding: 15px;
	background: transparent url(../images/interface/featbox_btm.gif) left bottom no-repeat;
	clear: both;
}
div.featureBox img {
	display: inline;
	margin-right: 10px;
	vertical-align: top;
}
div.featureBox p {
	display: inline;
	margin: 0;
	padding: 0;
}

#albumQuickLinks {
	text-align: right;
/*	background: #FF0033; */
        margin: 0 0 30px 0;
}
#albumQuickLinks label {
	display: inline;
	color: #666;
}
#albumQuickLinks select {
/*	display: inline; */
	font-size: 0.92em;
	margin: 0 5px 0 0;
}
#albumQuickLinks input#goBtn {
	display: inline;
/*	float: right;*/ 
	float: none; 
	padding: 0;
	margin: 0;
	vertical-align:top;
}
#albumWrapper div.thumbRow {
	background: transparent url(../images/interface/photos/albumrow_bg.gif) no-repeat 0 0;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%; /* added to fix ie bug where background image didn't show up */
}
#albumWrapper div.thumbRowInner {
	background: transparent url(../images/interface/photos/albumrow_btm.gif) no-repeat left bottom;
	margin: 0;
	padding: 0;
        padding-bottom: 2px;
}
#thumbWrapper {
	background: transparent url(../images/interface/photos/thumbrow_bg.gif) no-repeat 0 0;
	margin-top: 10px;
	width: 100%; /* added to fix ie bug where background image didn't show up */
}
#thumbWrapper div.thumbRow {
	padding: 0;
	width: 100%; /* added to fix ie bug where background image didn't show up */
/*      border-top: 10px #fff solid; */
}
#thumbWrapper div.thumbRowInnerLast  {
	background: transparent url(../images/interface/photos/thumbrow_btm.gif) no-repeat left bottom;
	margin: 0;
	padding: 0;
}
div.thumbBox {
	display:inline; /* added to fix ie double padding bug */
	float: left;
	width: 192px;
	text-align: center;
	background: #e0f5f7;
	margin: 10px;
	padding: 0;
}
h3.albumTitle {
	color: #00a7b3; font-size: 1em; font-weight: bold; margin: 5px 0 0 0;
}
h3.albumTitle a, h3.albumTitle a:hover { text-decoration: none } 
p.albumPicTotal {
	font-weight: normal; margin: 0 0 0 0;
}
p.albumDate {
	font-size: 0.92em;
	margin: 0;
}
h3.thumbTitle {
	color: #666; font-size: 1em; font-weight: bold; margin: 5px 0 0 0;
}
h3.thumbTitle a, h3.thumbTitle a:hover { color: #666; text-decoration: none}

#largePhotoBox {
	background: #e0f5f7 url(../images/interface/photos/largephoto_bg.gif) no-repeat 0 0;
        width: 100%;  /* added to fix ie bug where background image didn't show up */
	margin-top: 10px;
}
#largePhotoBoxInner {
	background: transparent url(../images/interface/photos/largephoto_btm.gif) no-repeat left bottom;
	margin: 0;
	padding: 0;
}
#largePhotoBoxContent {
	padding: 10px;
        text-align: center;
}
#largePhotoBox h3 {
	font-size: 1.2em;
        color: #666;
        font-weight: bold;
        margin: 5px 0 0 0;
        text-align: left;
}
#largePhotoBox p {
	margin: 5px 0 0 0;
        padding: 0;
        text-align: left;
}
div.subTitleStrip {
	margin: 20px 0 0 0;
}
div#subTitleStripL, div#subTitleStripR {
	float: left;
	width: 50%;
}
div.subTitleStrip h2 {
	margin: 0;
}
div.subTitleStrip #prevBtn {
	margin: 0 8px;
}

/*
div.subTitleStrip img {
	vertical-align: bottom;
}

div.subTitleStrip h2 {
	float: left;
	width: 50%;
	margin: 0;
}

*/
p.pagination {
/*	margin-top: 0.333em;  pushes text down to align with baseline of h2 */
/*	float: left; */
	text-align: right;
	margin: 0;
}
span.paginationNav {
	color: #00a7b3;
	margin-left: 10px; 
}
span.paginationNav a {
        margin: 0 2px;
}

/* CONTACT US */
body#contact #contentBox h2 {
	margin: 1.5em 0 0.5em 0;
}


/* ADDRESS */
.academyName {
       font-weight: bold;
}
#contentBox .academyName {
       color: #00a7b3;
}
ul.addressList {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#address1 {
        float: left;
        width: 300px;
}
#address2 {
        float: right;
        width: 300px;
}

/* LINKS */
div.linkCol {
	float: left;
	width: 30%;
	margin: 0 20px 10px 0;
}
div.linkNav {
	margin-top: 30px;
}
div.linkNav p {
	margin: 0.5em 0;
}
div.linkNav a {
	background: transparent url(../images/interface/green_arrow.gif) 0 0.3em no-repeat; 
	padding: 0 0 0 8px;
	text-decoration: none;
	font-weight: bold;
}
div.linkNav a:hover {
	text-decoration: underline;
}
div.linkRow {
	margin: 30px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccecef;
}
div.linkRow p {
	margin: 0.5em 0;
}
div.linkRow a {
	color: #666;
}
div.linkRow a.topLink {
	color: #00a7b3;
}

/* BLOGS */
div.blogBox {
	background: transparent url(../images/interface/related_bg.gif) 0 0 no-repeat;
	margin: 10px 0 0 0;
        padding-top: 2px;
        width: 656px; /* width applied to fix IE 'hasLayout' bug */
}
div.blogBoxInner {
	padding: 8px 10px 10px 10px;
	background: #e0f5f7 url(../images/interface/related_btm.gif) left bottom no-repeat;
/*	clear: both; */
}
div.blogBox h2 {
	margin-bottom: 0;
}
div.textWrapper {
	margin-left: 97px;
}
img.blogImg {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px #ccecef solid;
}
p.blogDetails {
	font-size: 0.92em;
	margin-top: 4px;
}
div.blogBox p {
	margin-bottom: 5px;
}
p.blogDetails a {
	font-weight: bold;
	text-decoration: none;
}
p.blogDetails a:hover {
	font-weight: bold;
	text-decoration: underline;
}
div.blogBox a.readTxtLink {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
div.blogBox a:hover.readTxtLink {
	text-decoration: underline;
}
div.blogBox div.btnLink {
	margin-top: 15px;
}

/* BLOG LIST */
#blogList div.pageTopStrip, #blogDetail div.pageTopStrip {
	margin-bottom: 40px;
}
#blogList div.pageTitleStrip, #blogDetail div.pageTitleStrip {
	margin-bottom: 20px;
}
#blogList div.blogEntry {
	border-bottom: 1px solid #ccecef;
	padding: 10px 0;
}
#blogList div.btmPagination {
	margin-top: 10px;
}
/* BLOG DETAIL */
#blogDetail div.blogEntry {
	border-top: 1px solid #ccecef;
/*	border-bottom: 1px solid #ccecef; */
	padding: 10px 0 0 0;
}
/*
#blogDetail div#relatedWrapper {
	border-top: 1px solid #ccecef;
}
*/
/*
#blogDetail div#pageBtmButtons {
	border-top: 0px solid #ccecef;
}
*/

/* SITE MAP */
div#siteMapWrapper {
	margin: 30px 0;
}
div#siteMapWrapper h2 {
	font-size: 1.2em;
	margin: 20px 0 2px 0;
}
div#siteMapWrapper ul {
	list-style-type: none;
	margin: 0 0 5px 10px;
	padding: 0;
}
div#siteMapWrapper ul ul {
	margin: 0 0 0 10px;
}
div#siteMapWrapper ul li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
        font-weight: bold;
}
div#siteMapWrapper ul ul li {
        font-weight: normal;
        margin: 0;
}
div#siteMapWrapper a {
	background: transparent url(../images/interface/arrow_darkgreen.gif) 0 0.3em no-repeat; 
	text-decoration: none;
	padding: 0 0 0 10px;
}
div#siteMapWrapper a:hover {
	text-decoration: underline;
}