@charset "utf-8";

@import url("reset.css");

/* -- TYPE -- */
body {
	font-family:Helvetica, Arial, sans-serif;
	color:#4c4d4e;
	
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	
	background-repeat:no-repeat; 
	background-position:center top;
	
	text-align:center;
}
h1 {
	font-size:1.3em;
	font-weight:normal;
	line-height:1.1em;
	margin-top:30px;
	margin-bottom:20px;
}
h1.larger {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
	line-height:1.1em;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:0.5em;
}
h2.larger {
	font-size:1.3em;
}
h2.smaller {
	font-size:0.9em;
	font-weight:bold;
}
h3 {
	font-size:1.2em;
	line-height:1.1em;
	margin-top:2em;
	margin-bottom:0.5em;
}
h4 {
	font-size:0.9em;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:0.5em;
}

p, .bodyText, .fakeParagraph {
	/*margin-top:0.75em;*/
	margin:0px;
	line-height:1.4em;
	padding-bottom:10px;
}
p.subtitle {
	font-weight:bold;
	color:#8eb90a;
}
p.leadingParagraph {
	font-size:1em;
	color:#111111;
}
p.larger {
	font-size:1.1em;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}


span.referenceTitle {
	font-weight:bold;
}
h3.referenceType {
	color:#8eb90a;
}
span.atFromImagination {
	color:#8eb90a;
}

a img {
	border:none;
}
a {
	text-decoration:none;
	color:#4c4d4e;
}
a:hover {
	text-decoration:underline;
}
a:visited {
}
a:active {
}


.printOnly {
	display:none;
}

/* -- CORE LAYOUT -- */
.primaryCentredHolder {
	position:relative;
	margin:0 auto;
	width:750px;
	/*min-height:510px;     /* sets min-height - only works for browsers except IE */
	/*height:auto !important;     /* sets height to auto - only works for browsers except IE as IE ignores !important */
	/*height:510px;*/
	text-align:left;
}
.accessibilityLinks {
	display:none;
}

/* MAIN HEADER */
.mainHeader {
	position:relative;
	width:750px;
	height:150px;
}
.mainHeader .mainLogo {
	position:absolute;
	right:0px;
	top:0px;
}

/* MAIN NAVIGATION */
.navColumn {
	float:left;
	padding-top:4px;
	width:300px;
	height:400px;
}
.navColumn ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.navColumn ul li {
	margin-bottom:1px;
}
.navColumn ul li div {
	width:130px; /* -17 for padding, -3 for gutter */
	
	line-height:1.2em;
	font-size:0.8em;
	font-weight:bold;
	
	background-colour:#FFFFFF;
	
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	
	margin-bottom:0px;
}
.navColumn ul li div.active {
	background-color:#8eb90a;
	
	background-image:url(../images/_ui/nav_arrow.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
.navColumn ul li div.active a {
	color:#FFFFFF;
}
/* Second level of the menu */
.navColumn ul li ul {
	position:absolute;
	left:150px;
	
	padding:0px;
	margin:0px;
	
	list-style:none;
}
.navColumn ul li ul li {
	margin-bottom:3px;
}
.navColumn ul li ul li div a {
	font-weight:normal;
}
.navColumn ul li ul li div.active a {
	font-weight:bold;
}

/* MAIN CONTENT COLUMN */
.contentColumn {
	position:relative;
	
	float:right;
	width:450px;
	
	font-size:0.9em;
}
.bodyList {
	/*margin-top:0.75em;*/
	/*margin:0px;*/
	margin-top:0px;
	padding-bottom:10px;
	line-height:1.3em;
}
ul.bodyList {
	list-style:none;
	overflow:hidden; /* NOTE: this prevents li's with background images as bullets from getting hidden behind floats */
}
ol.bodyList li {
	margin-bottom:7px;
	margin-left:30px;
	padding-left:10px;
}
ul.bodyList li {
	padding-left:20px;
	margin-bottom:7px;
	
	background-image:url(../images/_ui/bullet.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
}
.bodyList_sublist {
	margin-top:7px;
}


.contentColumn p a, .fakeParagraph a, a.pLink {
	background-color:#c2c2c2;
	
	text-decoration:none;
	padding-top:3px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}
.contentColumn p a:hover, .fakeParagraph a:hover, a.pLink:hover {
	background-color:#8eb90a;
	color:#FFFFFF;
}
.contentColumn p a:visited, .fakeParagraph a:visited, a.pLink:visited {
	font-weight:normal;
}
.contentColumn p a:active, .fakeParagraph a:active, a.pLink:active {
	font-weight:normal;
}

.contentColumn p a.hiddenLink, .fakeParagraph a.hiddenLink {
	background-color:transparent;
	padding:0px;
}
.contentColumn p a.hiddenLink:hover, .fakeParagraph a.hiddenLink:hover {
	background-color:transparent;
	color:#4c4d4e;
	padding:0px;
}

.bodyImage {
}
.bodyImage_left {
	float:left;
	clear:left;
	padding-right:10px;
}
.bodyImage_right {
	float:right;
	clear:right;
	padding-left:10px;
}

.bodyCol {
	width:225px;
}
.bodyCol_right {
	float:right;
	clear:right;
}
.bodyCol_left {
	float:left;
	clear:left;
}

/* FOOTER */
.mainFooter {
	position:relative;
	margin-top:0px;
	margin-bottom:30px; 
	
	clear:both;
}
.mainFooter .printPage {
	position:absolute;
	top:-30px;
	left:2px;
	
	font-size:0.6em;
}
.mainFooter .printPage img {
	margin-right:5px;
}
.mainFooter .bookmarkPage {
	position:absolute;
	top:-50px;
	left:0px;
	
	font-size:0.6em;
}
.mainFooter .bookmarkPage img {
	margin-right:5px;
}

.mainFooter .divider {
	margin-bottom:10px;
	
	height:1px;
	background-color:#e0e0e0;
}

.mainFooter .footerMenu {
	float:left;
	font-size:0.7em;
}
.mainFooter .footerMenu ul {
	list-style:none;
}
.mainFooter .footerMenu li {
	margin-bottom:5px;
}
.mainFooter .footerMenu a {
	color:#8eb90a;
}
.mainFooter .copyright {
	float:left;
	clear:left;
	margin-top:10px;
	
	color:#a3a3a5;
	font-size:0.7em;
}
.mainFooter .footerLogo {
	float:right;
	margin-right:10px;
	
	width:98px;
	height:61px;
	
	text-indent:-400px;
	overflow:hidden;
	
	background-image:url(../images/_ui/lancaster_logo.gif);
	background-repeat:no-repeat;
}


/* -- GENERIC ELEMENTS -- */

.columnImage {
	border:1px solid #c2c2c2;
	margin-bottom:10px;
}

.sectionBox {
	margin-bottom:30px;
	position:relative;
	display:block;
}
.sectionBox_stacked {
	margin-bottom:1px;
}
.sectionBox .titleBar {
	background-color:#8eb90a;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:9px;
	padding-right:9px;
}
.sectionBox .titleBar h2 {
	margin-top:0px;
	margin-bottom:0px;
}
.sectionBox .titleBar_small h2 {
	font-size:0.9em;
	font-weight:bold;
}
.sectionBox .titleBar td {
	vertical-align:middle;
}
.sectionBox .titleBar table {
	width:100%;
}
.sectionBox .titleBar .title {
	margin-left:5px;
	width:300px;
}
.sectionBox .body {
	margin-top:1px;
	display:block;
	
	background-color:#e5e5e5;
}
.sectionBox .body img {
	display:block;
}
.sectionBox .body_alt {
	background-color:#f2f2f2;
}
.sectionBox .body_alt2 {
	background-color:#cccccc;
}
.sectionBox .body_dark {
	background-color:#5e5f61;
	color:#FFFFFF;
}
.sectionBox .body h2, .sectionBox .body h3 {
	margin-top:0px;
}
.sectionBox .body .flushImage_left {
	float:left;
	margin-right:9px;
}
.sectionBox .body .flushImage_border {
	border:1px solid #f2f2f2;
}
.sectionBox .body .image_left {
	float:left;
	margin-right:9px;
}
.sectionBox .copy {
	padding-top:7px;
	padding-bottom:0px;
	padding-left:9px;
	padding-right:9px;
}
.sectionBox .cta .copy {
	padding-bottom:5px;
}
.sectionBox .body_contiguous {
	margin-top:0px;
}

.sectionBox .cta {
	margin-top:1px;
	margin-right:-13px;
	padding-right:13px;
	
	background-color:#e5e5e5;
	font-weight:bold;
	font-size:0.9em;
	
	text-align:right;
	overflow:visible;
	
	background-image:url(../images/_ui/cta_arrow_grey.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
.sectionBox .cta_contiguous {
	margin-top:0px;
}
.sectionBox .cta_left {
	margin-right:0px;
	padding-right:0px;
	margin-left:-13px;
	padding-left:13px;
	
	text-align:left;
	
	background-image:url(../images/_ui/cta_arrow_grey_left.gif);
	background-position:center left;
}
.sectionBox .cta_list {
	text-align:left;
}
.sectionBox_expanding .titleBar table td.col2 {
	width:90px;
}
.sectionBox_expanding .expandButton, .sectionBox_expanding .contractButton {
	background-position:top right;
	background-repeat:no-repeat;
	
	float:right;
	padding-right:14px;
}
.sectionBox_expanding .expandButton, .sectionBox_expanding .contractButton {
	font-size:0.75em;
	font-weight:bold;
}
.sectionBox_expanding .expandButton {
	background-image:url(../images/_ui/expand_icon.gif);
}
.sectionBox_expanding .contractButton {
	background-image:url(../images/_ui/contract_icon.gif);
	
	display:none;
}
.sectionBox_expanding .hiddenItems {
	display:none;
}

.sectionBox_noParagraphs .copy {
	padding-bottom:5px;
}

.sectionBox_grey .titleBar {
	background-color:#5e5f61;
	color:#FFFFFF;
}
.sectionBox_green .titleBar {
	color:#FFFFFF;
}
.sectionBox_green .body {
	background-color:#ddeab5;
}
.sectionBox_green .body_alt {
	background-color:#eef5da;
}
.sectionBox_green .cta {
	background-color:#ddeab5;
	background-image:url(../images/_ui/cta_arrow_green.gif);
}
.sectionBox_green .cta_left {
	background-image:url(../images/_ui/cta_arrow_green_left.gif);
}
.sectionBox_green .cta_list {
	background-color:#8eb90a;
	background-image:url(../images/_ui/cta_arrow_list_green.gif);
}
.sectionBox_green .cta_list a {
	color:#FFFFFF;
}

.sectionBox_orange .titleBar {
	background-color:#ff7a00;
	color:#FFFFFF;
}
.sectionBox_orange .body {
	background-color:#ffd7b2;
}
.sectionBox_orange .body_alt {
	background-color:#ffebd9;
}
.sectionBox_orange .cta {
	background-color:#ffd7b2;
	background-image:url(../images/_ui/cta_arrow_orange.gif);
}
.sectionBox_orange .cta_left {
	background-image:url(../images/_ui/cta_arrow_orange_left.gif);
}

.sectionBox_twitter .titleBar {
	background-color:#1dbaee;
	color:#FFFFFF;
}
.sectionBox_twitter .body {
	background-color:#d2f1fc;
}
.sectionBox_twitter .cta {
	background-color:#bbeafa;
	background-image:url(../images/_ui/cta_arrow_twitter.gif);
}
.sectionBox_twitter .cta_left {
	background-image:url(../images/_ui/cta_arrow_twitter_left.gif);
}
.sectionBox_twitter .tweetCredit {
	background-color:#eefafd;
	background-image:url(../images/_ui/tweet_bg.gif);
	background-repeat:no-repeat;
	font-size:0.8em;
	color:#a5a6a6;
	
	padding-top:5px;
	padding-bottom:3px;
	padding-left:30px;
	padding-right:5px;
}
.sectionBox_twitter a {
	color:#0fa2d3;
}



.bodyTable {
	width:100%;
}
.bodyTable td {
	padding-top:6px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	
	vertical-align:top;
}
.bodyTable .col1 {
	width:150px;
}
.bodyTable .evenRow td {
	background-color:#e5e5e5;
	border-top:1px solid #f2f2f2;
}
.bodyTable .oddRow td {
	border-top:1px solid #f2f2f2;
}

.layoutTable {
	width:100%;
}
.layoutTable td {
	vertical-align:top;
}
.layoutTable .col1 {
	width:150px;
}
.layoutTable .col1_halfWidth {
	width:75px;
}


/* TABS */

.tabButtons {
	list-style:none;
}
.tabButtons li {
	float:left;
	position:relative;
	top:1px;
	margin-top:-1px;
	
	background-image:none;
	padding:0px;
}
.tabButtons a {
	float:left;
	font-size:1.1em;
	
	border-top:1px solid #464646;
	border-left:1px solid #464646;
	border-right:1px solid #464646;
	
	padding-top:8px;
	padding-bottom:7px;
	padding-left:12px;
	padding-right:12px;
	
	color:#FFFFFF;
	background-color:#464646;
	
	margin-right:8px;
	
	text-decoration:none;
}
.tabButtons a:hover {
	text-decoration:none;
	background-color:#8eb90a;
	color:#262626;
}
.tabButtons a.active-tab {
	border-top:1px solid #8eb90a;
	border-left:1px solid #8eb90a;
	border-right:1px solid #8eb90a;
	
	padding-bottom:8px;
	
	color:#8eb90a;
	background-color:#262626;
}
.tabContent {
	display:none;
	clear:left;
	
	border-top:1px solid #8eb90a;
	padding-top:20px;
	padding-bottom:30px;
}
.tabContent.active-tab-body {
	display:block;
}

/* HELPERS */ 
.margin_top_0 {
	margin-top:0px;
}
.margin_bottom_0 {
	margin-bottom:0px;
	padding-bottom:0px;
}
.margin_top_1 {
	margin-top:15px;
}
.margin_top_2 {
	margin-top:30px;
}
.margin_bottom_1 {
	margin-bottom:15px;
}

.clearDummy, .endDummy {
	clear:both;
}

.width_2col {
	width:300px;
}
.width_3col {
	width:435px; /* -15px for gutter */
}
.leftCol {
	clear:left;
	float:left;
}
.rightCol {
	clear:right;
	float:right;
}

.font_white {
	color:#FFFFFF;
}
.font_green {
	color:#8eb90a;
}

.hideLinks a, a.hideLinks {
	text-decoration:none;
}
