@import url(base.css);
/* Default Stylesheet */
.HideFromScreen {
  position: absolute;
  top: -10000px;
}
.clear {
  clear: both;
}

html {
  color: #666;
  background: url(images/html_bg.png) repeat-x 0 156px;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

a img {
  border: 0;
}


/* Main Containers */
div {
  margin: 0;
  padding: 0;
}
div#wrapper {
	width: 995px;
  	margin: 0 auto;
  	text-align: left;
  	position: relative;
}


/* Header */
div#header {
    padding-top: 7px;
    border-bottom: 70px solid #f47b20;
}
div#NavHeader img {
	display: block;
	padding: 0;
	margin: 0;
}

div#NavHeader a img {
	position: absolute;
	top: -60px;
	left: 35px;
}
div#firstcontact {
	position: absolute;
	left: 22px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
	color: #2CA4A4;
}
div#firstcontact a {
	color: #2CA4A4;
	padding-left: 20px;
	background: url(images/morearrow.png) no-repeat 5px -38px;
}
div#firstcontact a:hover {
	color: #f60;
	background-position: 5px 1px;
}

div#welcome {
	position: absolute;
	right: 210px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
}
div#welcome span {
	font-weight: normal;
}
div#welcome a {
	color: #333;
	padding-left: 20px;
	margin-left: 10px;
	background: url(images/square_bullet.png) no-repeat 0 50%;
}
div#welcome a:hover {
	color: #2CA4A4;
}

div#banner {
	position: relative;
    background-color: #fff;
	padding-bottom: 16px;
}
div#banner a {
  display: block;
  float: left;
}
div#banner img {
  display: block;
  float: left;
}
div#bannerimage,
div#homepage_slideshow {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	width: 760px;
	height: 190px;
}

/* Footer */
div#footer {
	background: #fff url(images/aurora_footer.png) no-repeat 0 0;
	padding: 25px 35px;
	position: relative;
}
div#footer ul {
    margin: 0;
  padding: 0;
}
div#footer li {
  list-style-type: none;
  float: left;
  padding: 0 0 0 6px;
  margin: 0;
  background: transparent url(images/square_bullet.png) no-repeat 0 50%;
}
div#footer li.second {
  padding-left: 0;
  background: none;
}
div#footer li.mainpages { display: none; } 
div#footer li a {
  display: block;
  text-decoration: none;
    padding: 0 8px;
    font-size: 0.9em;
    font-weight: bold;
}
div#footer p {
  clear: both;
  padding: 0 8px;
  margin: 2px 0;
    font-size: 0.6875em;
}
div#nav div#navaddress {
	position: absolute;
	bottom: -170px;
	right: 10px;
	width: 225px;
	height: 164px;
	padding: 0;
	margin: 0;
    background: url(images/address_top.png) no-repeat 0 0;
}
div#nav div#navaddress address {
	position: absolute;
	top: 15px;
	right: 0;
  	padding: 0 20px 70px 20px;
    font-size: 0.8em;
    line-height: 1.4em;
    font-style: normal;
    width: 185px;
}
div#nav div#navaddress p#telephone { 
	position: absolute;
	top: 70px;
	right: 0;
  	padding: 20px 20px 50px 20px;
    width: 185px;
    font-size: 0.8em;
}
div#nav div#navaddress p#email{
	position: absolute;
	top: 90px;
	right: 0;
  	padding: 20px 20px 30px 20px;
    width: 185px;
    font-size: 0.8em;
    background: url(images/address_bottom.png) no-repeat 0 100%;
}

* html div#nav div#navaddress p#email {
	background-position: 1px 100%;
}

div#footer p#copyright {
	text-align: right;
	font-size: 0.5625em;
}
div#nav div#footer navaddress span.postcode {
	display: block;
}
div#footer p#designedby {
    text-align: right;
    padding: 2px 8px;
    margin-top: 20px;
	font-size: 0.5625em;
}
div#NavFooterText {
	position: absolute;
	right: 230px;
	top: 47px;
	width: 210px;
}
div#NavFooterText h2 {
	float: left;
	font-size: 0.65em;
	padding-left: 15px;
}
div#NavFooterText h2 a {
	font-weight: normal;
	text-decoration: none;
	color: #999;
}
div#NavFooterText h2 a:hover {
	text-decoration: underline;
}
/* in-page Search */
div#search {
  background: url(images/searchbubble.png) no-repeat 0 0;
	position: absolute;
	bottom: -220px;
	right: 8px;
  	width: 225px;
 	padding-left: 2px;
  	padding-top: 0;
  	height: 43px;
  	z-index: 9999;
}
div#aside div#search h3 {
	color: #006699;
	font-size: 1.15em;
	letter-spacing: 0;
	font-weight: bold;
	padding-left: 25px;
}
div#search label { 
	display: block;
	float: left;
	width: 0;
	padding: 0 0 0 5px;
	height: 22px;
	overflow: hidden;
}
div#search form, div#search p {
	margin: 0;
	padding: 0;
}


div#search input {
	color: #666;
	background-color: transparent;
	font-size: 0.9em;
	line-height: 15px;
	text-transform: capitalize;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
* html div#search input.pagesearchbutton {
	display: none;
}
div#search input#searchbox {
	width: 130px;
	height: 22px;
	padding-right: 0;
	margin-left: 28px;
	margin-top: 14px;
	padding-left: 5px;
}
div#search input.pagesearchbutton {
	margin-top: 9px;
	margin-left: 0;
}


/* Section */
div#section {
	background: url(images/content_bg.png) repeat-y 0 0;
}

/* content */
div#content {
	float: left;
	width: 750px;
}

div#content ul {
	margin-left: 1em;
	padding-left: 0;
}

/* article */
div#article {
	float: left;
  	width: 435px;
  	padding: 10px 80px 10px 220px;
  	min-height: 450px;
  	margin-top: -65px;
}
* html div#article {
  height: 450px;
}
div#article div#pagecopy h1 {
	margin-bottom: 30px;
}

/******************************** news article next previous stuff *************************/

div#nextprevious {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}
* html div#nextprevious {
	height: 108px;
}
div#nextprevious a.previouspage {
	background: blue url(images/previous.png) no-repeat 0 0;
	width: 85px;
	height: 28px;
	float: left;
	margin-left: 0;
	margin-top: 33px;
}
div#nextprevious a.previouspage:hover {
	background-position: 0 -35px;
}

div#nextprevious a.previouspage span {
	display: none;
}

div#nextprevious a.nextpage {
	background: red url(images/next.png) no-repeat 0 0;
	width: 85px;
	height: 28px;
	float: right;
	margin-top: 33px;
	margin-right: 0;
}
div#nextprevious a.nextpage:hover {
	background-position: 0 -35px;
}
div#nextprevious a.nextpage span {
	display: none;
}

div#nextprevious a.top {
	background: green url(images/top_of_page.png) no-repeat 0 0;
	width: 170px;
	height: 75px;
	position: absolute;
	left: 190px;
	top: 34px;
	margin: 0;	
	
}
div#nextprevious a.top:hover {
	background-position: 0 -78px;
}
div#nextprevious a.top span {
	display: none;
}

div#content a.back {
	display: none;
	text-align: left;
	background: url(images/back.png) no-repeat left 0;
	padding: 2px 0 10px 20px;
	margin-top: 10px;
	margin-left: 25px;
	font-weight: bold;
	color: #777;
	font-size: 0.8em;
	line-height: 1.2em;
}
div#content a.back:hover {
	background-position: left -44px;
	color: #f60;
}
div#content a.back span {
}



/**
 *  Blog(calendar) listings
 */

div.blog {
 margin-top: 5px;
}
div.blog h3 {
  font-size: 1em;
  background: #f8f8f8;
  clear: both;
  padding: 3px 10px;
  margin-left: -10px;
  margin-right: -10px;
}
div.blog h3.head span {
  font-size: 1em;
  float: right;
  color: #999;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.previews {
	margin-top: 4px;
}
div.previews h3 {
  font-size: 0.8em;
  float: none;
  background: #f8f8f8;
  padding: 0;
  margin: 0;
}
div.previews span.date {
	font-weight: bold;
}
div.previews p {
	font-size: 0.6875em;
}
div.blog p.foot {
  text-align: right;
  margin: 0 0 12px 0;
}
div.blog a.more-link {
	display: inline-block;
}

/* breadcrumb trail */
div#breadcrumbs,
div#pagemenu {
	display: none;
}

/* Search page */
form#searchform {
  margin: 10px;
}
form#searchform input#q {
  width: 64%;
}
form#searchform input.button {
  width: 32%;
  margin-left: 2%;
}
div#searchnavigation {
  height: 26px;
}
div#searchnavigation div.info {
  float: left;
  font-size: 0.75em;
  padding: 5px 10px;
}
div#searchnavigation div.controls {
  float: right;
  padding: 0 4px;
}
div#searchnavigation div.controls form {
  display: inline;
}


/* Main Navigation */
div#nav {
	position: absolute;
	top: 44px;
	right: 10px;
    width: 250px;
    margin-right: 10px;
    padding: 0 0 40px 0;
    background: #fff url(images/nav_bottom.png) no-repeat 13px 100%;
}
* html div#nav {
	right: 9px;
}
div#nav ul {
    margin: 0;
    padding: 15px 0 0 11px;
    background: url(images/nav_top.png) no-repeat 13px 0;
}
div#nav ul ul {
    background-image: none;
    padding: 0;
}
div#nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#nav li a {
	font-size: 1.2em;
    color: #fff;
    padding: 0 10px 0 35px;
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    height: 40px;
    margin-left: 13px;
    width: 155px;
    line-height: 40px;
    background: url(images/nav_bg.png) repeat-x 0 0;
}
div#nav li li a {
	font-size: 0.95em;
    padding: 0 10px 0 35px;
    height: 30px;
    line-height: 30px;
	text-align: left;
	width: 155px;
	overflow: hidden;
}
div#nav li li a span {
	padding-left: 15px;
	background: url(images/2nd_level_ball.png) no-repeat 0 50%;
}

div#nav li.H a {
	padding-left: 10px;
	width: 180px;
	background-image: none;
	background-color: transparent;
}
div#nav li.H a span {
	padding-left: 25px;
	background: url(images/home_icon.png) no-repeat 0 50%;
}
div#nav li.T5 a {
	padding-left: 10px;
	width: 180px;
	background-image: none;
	background-color: transparent;
}
div#nav li.T5 a span {
	padding-left: 25px;
	background: url(images/contact_icon.png) no-repeat 0 50%;
}
div#nav li a:hover {
	background-image: none;
	background-color: #4f8fc8;
}

div#nav li li {
    display: none;
}
div#nav li.active li,
div#nav li.active li.active li,
div#nav li.active li.active li.active li {
    display: block;
}

/* aside */
div#aside {
	float: left;
 	padding: 0 0 0 50px;
}
* html div#aside { height: 80px; }
div#aside h3 a,
div#topsearches h3 {
    display: block;
    margin: 0;
    color: #333;
}
div#aside h3 a:hover {
  color: #666;
}
div#aside p {
	line-height: 1.5em;
}
div#aside a.more-link {
}
div#aside h3, div#aside h2 {
    font-size: 0.875em;
    letter-spacing: 0px;
    line-height: 1em;
    color: #333;
}
div#aside div.navitem {
    padding: 0 0 8px 0;
}

/********************************************* Pages **********************************/

/*div#pages {
	margin-top: 20px;
}

div#pages h3 {
	background-color: #fff;
	font-size: 1.2em;
}

div#pages div.pic {
	float: left;
}
div#pages div.pic a img {

}
div#pages div.three-cols h2 {
	font-size: 0.9em;
}
div#pages div.three-cols h2 a {
	text-decoration: none;
}
div#pages div.inner {
	display: none;
}
div.hoverTip,
div#pages div.column:hover div.inner {
	z-index: 1000;
	position: absolute;
	top: -80px;
	left: 25px;
	display: block;
	background: url(images/hover_bubble.png) no-repeat 0 0;
	width: 305px;
	height: 110px;
}

div.hoverTip a img,
div#pages div.column div.inner a img {
	width: 50px;
	height: 50px;
	margin-left: 20px;
	padding-right: 10px;
}
div.hoverTip h3,
div#pages div.column div.inner h3 {
	font-size: 0.9em;
	background-color: transparent;
	width: 250px;
	margin-left: 20px;
	margin-top: 7px;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0;
	font-style: normal;
	padding-bottom: 5px;
	text-decoration: none;
}
div.hoverTip h3 a,
div#pages div.column div.inner h3 a {
	text-decoration: none;
	font-style: none;
}
div.hoverTip p,
div#pages div.inner p {
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 0.75em;
	line-height: 1.1em;
	color: #777;
}
div.hoverTip div.text,
div#pages div.inner div.text {
	height: 52px;
	overflow: hidden;
}

div#pages div.inner h3 {
	padding: 0;
	margin: 0;
}
div.hoverTip a img {
	float: left;
	margin-right: 15px;
}

div#pages div.preview {
	width: 160px;
}
* html div#pages div.preview {
	width: 150px;
}

*/
/*  Single Column Page Styles */

div#pages div.inner div.pic,
div#pages div.inner h3 {
	display: none;
}
div#pages {
	margin-top: 10px;
}
div#pages div.inner {
	border-bottom: 1px solid #e4e4e4;
}
div#pages div.preview h2 a {
	text-decoration: none;
	font-size: 0.65em;
	color: #0d6aa6;
	font-style: normal;
}
div#pages div.preview h2 a:hover {
	color: #f47b20;
}

div#pages div.preview div.pic {
	float: left;
	padding-right: 10px;
}
/* Files */
div#files {
  margin-top: 8px;
}
div#files ul {
  margin: 0;
  padding: 0;
}
div#files ul a {
  display: block;
}
div#files ul a:hover {
}
div#files li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Flash element for homepage */
div.flash {
}
div.flash object a {
  display: block;
  width: 100%;
  line-height: 100px;
  height: 100px;
  text-align: center;
}
div.flash object a img {
  vertical-align: middle;
}

/* General definition list  */
dl {
  padding: 2px 10px;
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  padding: 1px 0;
  margin: 0 10px;
}
dd.icons {
  text-align: center;
}


/* Associations */
div.association {
  position: relative;
  padding-bottom: 2px;
}
div.association h3 {
	padding-top: 0;
	padding-bottom: 0;
}

div.association h3 a {
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
}
div.association h3 a:hover {
	color: #2ca4a4;
}
div.association p {
	font-size: 0.8em;
}


/* Two Column Layout */
div.two-cols {
}
div.two-cols div.column {
  float: left;
  width: 275px;
  margin: 0;
  padding-left: 10px;
}
div.two-cols div.left {
  padding-left: 0;
}
div.two-cols div.right {

}

/* Three Column Layout */
div.three-cols {
}
div.three-cols div.column {
  float: left;
  width: 130px;
  margin: 0;
  padding-left: 10px;
}
div.three-cols div.left {
  padding-left: 0;
}
div.three-cols div.right {

}


/* Four Column Layout */
div.four-cols div.column {
  float: left;
  width: 134px;
  margin: 0;
  padding-left: 8px;
}
div.four-cols div.left {
  padding-left: 0;
}

/* Gallery styles */

#gallery h5 a {
  color: #555;
  letter-spacing: 0px;
}
#gallery ul li p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

/* navitem */
div.navitem {
  position: relative;
}
div.navitem h3 a {
  text-decoration: none;
}
div.imgleft div.left {
  position: absolute;
  left: 0;
}
div.imgleft div.right {
  padding-left: 85px;
  min-height: 40px;
}
* html div.imgleft div.right {
  height: 40px;
}
div.imgright div.right {
  position: absolute;
  right: 0;
}
div.imgright div.left {
  padding-right: 85px;
  min-height: 40px;
}
* html div.imgleft div.left {
  height: 40px;
}

/* Form styles for contact forms */
form#contact { 
  padding: 5px 0;
  color: #666;
}
form#contact input, 
form#contact label,
form#contact select,
form#contact strong,
form#contact span.form_fieldmsg
{
  font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}
form#contact textarea.form_textarea {
  height: 120px;
  font-family: Arial, Helvetica, sans-serif;
}

form#contact span.form_req { color: red; }
form#contact input.form_text, form#contact textarea.form_textarea {
  width: 320px;
  margin: 2px 0;
}
form#contact label.form_fieldreq, form#contact label.form_field {
  display: block;
  float: left;
  clear: both;
  width: 120px;
  text-align: right;
  padding: 4px 4px 0 0;
}
/* begin IE < 7 doubled float margin bug fix */
* html form#contact label.form_fieldreq, * html form#contact label.form_field {
  display: inline;
}
/* end IE < 7 */

form#contact select {
  margin: 2px 0;
}

form#contact input.form_submit {
  margin: 8px 0 8px 124px;
}

form#contact div.form_ok {
  clear: both;
  border-width: 0 4px;
  border-style: solid;
  border-color: #fff;
}
form#contact div.form_alert {
  background: #ccc url(images/redarrow.png) no-repeat 4px 50%;
  clear: both;
  border-width: 0 4px;
  border-style: solid;
  border-color: #aaa;
}
* html div.form_ok, * html div.form_alert { height: 1px; }
form#contact span.form_fieldmsg {
  display: block;
  text-align: center;
  font-weight: bold;
}

/* subpage navigation */
div#subpageheader {
	background-color: #eee;
	margin: 10px -10px;
}
div#subpageheader ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
div#subpageheader li {
	margin: 0 8px;
	padding: 2px 20px;
	float: left;
	font-weight: bold;
}
div#subpageheader li.active {
	background-color: #ccc;
	border-style: solid;
	border-color: #2CA4A4;
	border-width: 0 1px;
}

/* User account and order history */
div.ordersummary {
	position: relative;
	margin: 10px -10px;
	padding: 5px 10px;
	background: #eee url(images/grad-v.png) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
}
div.ordersummary span.code {
	position: absolute;
	right: 9px;
	top: 0;
	color: #eee;
	font-weight: bold;
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 1.8em;
	line-height: 1em;
}
div.ordersummary div.itemisation a img {
	border: 1px solid #2CA4A4;
}
div.ordersummary div.itemisation a:hover img {
	border: 1px solid #F60;
}

