@charset "utf-8";

/* Cornflower */

/* Main background image for page */
body {
	background:url(../images/107-cornflower-body-bg.jpg) #dacaa9 0 0 repeat-x;
}
/* Default link colour */
a {
	color:#336666;
}
/* Default link hover colour */
a:hover {
	color:#a8b8c1;
}
/* Colour of Site Name in Logo */
span#siteName {
	color:#482b0b;
}
/* Colour of Slogan Text in Logo */
span#siteSlogan {
	color:#482b0b;
}
/* Background and border colour for feature box above nav */
#topFeatureWrapper {
	background:#fff;
	border:4px solid #482b0b;
}
/* Background colour for header navigation */
#navWrapper{background:#a45040;}
/* Background colour for header navigation */
#topNavSearch{background:url(../images/107-cornflower-topNav-bg32.png) 0 0 no-repeat;}
/* 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 {
	background:url(../images/107-cornflower-topNavLink-bg.png) 0 0 no-repeat;
	color:#666666;
}
/* Remove separator from first nav item */
#topNav ul li.firstItem a {background-position:-3px 0;}
/* Background and link colour for active/hover header navigation items */
#topNav ul li.active a, #topNav ul li a:hover {
	background-position:0 -70px;
	color:#fff;
}
/* Background colour for menu drop-down */
#topNavSubNavBg,#topNav ul ul {
	background:#476576;
}
/* 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:#a8b8c1;
}
/* 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 {
	color:#fff;
}
/* Background image for search box */
#searchBox input#searchInput {
	background:url(../images/107-cornflower-searchInput-bg.png) #fffcea 0 0 repeat-x;
}
/* Background for main content area beneath nav bar */
#contentWrapper {background:url(../images/107-cornflower-contentWrapper-bg.png) #fff 0 0 repeat-x;}
/* Breadcrumb divider */
ul#breadcrumb li {
	background:url(../images/107-cornflower-breadcrumb-divide.png) 0 5px no-repeat;
}
/* Breadcrumb link colour */
ul#breadcrumb li a,span.B_crumbBox,span.B_crumbBox a {
	color:#545454;
}
/* Current breadcrumb item colour */
span.B_crumbBox span.B_currentCrumb {
	color:#000;
}
/* Default content colour */
#content {
	color:#000;
}
/* Content Headings colour */
#content h1, #content h2, #content h3 {
	color:#482b0b;
}
/* Content Secondary Heading colour */
#content h2, .topFeature h2 {
	color:#336666;
}
/* Content Paragraph colour */
#content p {
	color:#000;
}
/* Content Secondary Heading (2-Column) colour */
#content div.content2col h2 {
	color:#482b0b;
}
/* Background for Footer */
#footer {
	background:#6c553c;
}
/* Footer Text and link colour */
#footer p,#footer p a {
	color:#fff;
}

/* Change the look of your captions here */

#slider .nivo-caption p{
	font-family:arial, helvetica;
	color:#fff;
font-weight:bold;
margin-left: 15px;
}
