@charset "utf-8";

/* Azure Sky */

/* Main background image for page */
body {
	background:url(../images/body-bg-azuresky.jpg) #013c88 top center repeat-y fixed;
}
/* Default link colour */
a {
	color:#1250ad;
}
/* Default link hover colour */
a:hover {
	color:#091354;
}
/* Colour of Site Name in Logo */
span#siteName {
	color:#fff;
}
/* Colour of Slogan Text in Logo */
span#siteSlogan {
	color:#fff;
}
/* Background and Colour for button at top of page */
#topBtn a,#topBtn a span {
	background:url(../images/topBtn-azuresky.png) #abdbf2 0 0 no-repeat;
	color:#000;
}
#topBtn a span {
	background-position:top right;
}
/* Background and border colour for feature box above nav */
#topFeatureWrapper {
	background:#fff;
	border:4px solid #091354;
}
/* Background colour for header navigation */
#navWrapper{background:#1250ad;}
/* Header image */
#topImg {
	background:url(../images/ChapBanr2-80.jpg) #091456 0 0 no-repeat;
}
/* Background for quote beneath header */
p#topImgQuote {
	background:url(../images/topImgQuote-bg-azuresky.png) 0 0 repeat;
	color:#fff;
}
/* Background colour for header navigation */
#topNav{background:url(../images/topNav-bg-azuresky.png) #091354 0 0 repeat-x;}
/* Border and link colour for header navigation items */
#topNav ul li {
	color:#4f4f4f;
}
/* Remove border from last header navigation item */
#topNav ul li.lastItem,#topNav ul li.active ul li{border:none;}
/* Background and link colour for header navigation items */
#topNav ul li a {
	color:#000;
}
/* Remove separator from first nav item */
#topNav ul li.firstItem a {background-position:-3px 0;}
/* Background colour for menu drop-down */
#topNav ul {
	background:#091354;
}
/* Background and Link Colour for header navigation sub-menu items */
#topNav ul li ul li a,#topNav ul li.active ul li a {
	background-image:none;
	color:#fff;
}
/* Link Colour for active/hover header navigation sub-menu items */
#topNav ul li.active ul li.active a,#topNav ul li.active ul li a:hover {
	background:url(../images/topSubNav-bg-azuresky.png) 0 0 repeat-x;
	color:#000;
}
/* Background for main content area beneath nav bar */
#contentWrapper {
	background:url(../images/content-bg-azuresky.png) #fff 0 0 repeat-y;
	border:2px solid #000;
}
#contentHeader {
	background:url(../images/content-top-azuresky.png) 0 0 no-repeat;
height: 27px;
}
#contentFooter {
	background:url(../images/content-bottom-azuresky.png) #fff 0 0 no-repeat;
}
/* Breadcrumb divider */
ul#breadcrumb li {
	background:url(../images/breadcrumb-divide-azuresky.png) 0 5px no-repeat;
}
/* Breadcrumb link colour */
ul#breadcrumb li a {
	color:#545454;
}
/* Default content colour */
#content {
	background:#fff;
	color:#000;
}
/* Content Headings colour */
#content h1, #content h2, #content h3 {
	color:#0471df;
}
/* Content Secondary Heading colour */
#content h2, #topFeature h2 {
	color:#1250ad;
}
/* Content Paragraph colour */
#content p {
	color:#012871;
        font-size: 0.9em;
}
/* Content Secondary Heading (2-Column) colour */
#content div.content2col h2 {
	color:#091354;
}
/* Footer Text and link colour */
#footer p,#footer p a {
	color:#fff;
}
