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

* {
  margin: 0;
  padding: 0;
}

	/*font-family:"Times New Roman", Times, serif;
	font-size: 18px;*/

body {
  color: #000;
  font: 18px/26px Times New Roman, Times, serif;
  margin: 20px auto 0;
  text-align: left;
  /*text-shadow: 0 -2px 1px #000;*/
  -webkit-font-smoothing: antialiased;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
  background-color: #FFF;
  }



h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:25px;
	margin: 10px auto 0;
	margin-bottom:20px;
	color:#F05822;
	}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	margin: 10px auto 0;
	margin-bottom:5px;
	color:#faf9d4;
	}

h3 {
  	font-family:"Times New Roman", Times, serif;
  	font-style:normal;
  	font-size:40px;
  	margin: 10px auto 0;
  	margin-bottom:20px;
  	color:#000;
    background-color: #eee;
    text-align: center;
  	}

#wrapper {
  width: 960px;
  margin: 0 auto;
  }

#calcolour {
	color:#F05822;
	}

#columnleft {
	width: 650px;
	margin-right: 15px;
	/*height: 200px;*/
	padding: 20px;
	background-color: #FFF;
	float: left;
	}
#columnleft ul{
	margin-left:20px;
	line-height:30px;

	}

#columnright {
	width: 200px;
	/*height: 200px;*/
	padding: 20px;
	margin-top:20px;
	background-color: #f4945b;
	float: right;
	}
#sidebar
	{
	width: 200px;
	float: right;
	padding:  20px 20px 20px 20px;
}


/* Links */

a
	{
	color: #F05822;
	text-decoration: none;
	line-height: 1.5;
}

a:link
	{
	border-bottom: none;
}

a:visited
	{
	border-bottom: none;
}

a:hover
	{
	color: #26201C;
	border-bottom: none;
}

a:active, a:focus
	{
	color: #26201C;
	background-color: #666;
	border-bottom: none;
}

a#newsletter
{
color: #26201C;
text-decoration: none;
line-height: 1.2;
}

a:hover#newsletter
	{
	color: #faf9d4;
	border-bottom: none;
}

nav#top-nav {
	width: 960px;
	margin: 10px auto 0 auto;
	height: 55px;
	/*background-color: #FFF;*/
	padding-top: 25px;
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	}

nav#footer-nav {
    width:850px;
  	margin: 10px auto 0 auto;
  	/*background-color: #FFF;*/
  	padding-top: 25px;
  	bottom: 0px;
  	left: 0;
  	right: 0;
  	}

ul#drop-nav {
	font-size: 14px;
	list-style: none;
	float: right;
	}

ul#drop-nav li {
    display: block;
	position: relative;
	float: left;
	padding-right: 40px;
	background-color: #F05822;
	z-index: 100;
}

li ul {
	display: none; /* this sets the sub menu ul not to display until the :hover is activated */
	}

ul#drop-nav li a {
	display: block;
	background: #F05822;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
    white-space: nowrap; /* specifies that the text will not wrap to the next line */
	color: #FFF;
	}

ul#drop-nav li a:hover {
	background: #F06823;
	}

li:hover ul {
	display: block; /* this sets the sub menu ul to display when the :hover is activated  */
	position: absolute;
	width: 110px;
	}

li:hover li {
	float: none;
	width: 80px;
	}

li:hover li a:hover {
	/*background: #000;*/
	width: 100px;
	padding-right: 40px;
	}

ul#dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

li#dots {
  padding-left: 1em;
  text-indent: -.7em;
}
li#dots::before{
  content: "•";
  padding-right:7px;
  color: #F05822;
}

  Blockquote {
      line-height: 1.4;
      width: auto;
      background-color: #fff;
      padding: 8px 12px;
      border-left: 4px solid #F05822;
      word-wrap: break-word;
    }

      /* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    text-decoration: underline;
}




/* a {
  color: #0F0;
  text-decoration: none;
  }



/* Links */

/*a
	{
	color: #F60;
	text-decoration: none;
	line-height: 1.5;
}

a:link
	{
	border-bottom: 1px solid #999;
}

a:visited
	{
	color: #0CC;
	border-bottom: 1px dotted #099;
}

a:hover
	{
	color: #26201C;
	background-color: #CCC;
	border-bottom: none;
}

a:active, a:focus
	{
	color: #26201C;
	background-color: #666;
	border-bottom: none;
}

nav#top-nav {
	width: 960px;
	margin: 0 auto 10px;
	height: 0px;
	background-color: none;
	/*padding: 15px 0;*/

	}

/*ul#drop-nav {
	font-size: 16px;
	list-style: none;
	margin-left: 20px;
	}

ul#drop-nav li {
	display: block;
	position: relative;
	float: right;
	padding-right: 50px;
	background-color: #666;
	z-index: 100;
	text-align: left;
	}

li ul {
	display: none; /* this sets the sub menu ul not to display until the :hover is activated */
	}

/*l#drop-nav li a {
	display: block;
	background: #099;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
    white-space: nowrap;
	color: #FFF;
	text-align: left;
	}

ul#drop-nav li a:hover {
	background: #666;
	text-align: left;
	}

li:hover ul {
	display: block;
	position: absolute;
	width: 110px;
	}

li:hover li {
	float: none;
	width: 110px;
	}

li:hover a {
	background: #099;
	}

li:hover li a:hover {
	background: #099;
	width: 110px;
	padding-right:  40px;
	}




/* from here to bottom needs sorting*/





/* Navigation 2 - In the Sidebar */

#nav
	{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #F05822;
}

#nav a
  {
    color: #F05822
  }

#nav li
	{
	margin: 0;
	padding: 0;
}

#nav li a
	{
	display: block;
	border-bottom: 1px #F05822 solid;
	padding: 7px 0 7px 20px;
	background-position: 5px center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#nav li a:hover
	{
	background-color: #F05822;
	color: #26201C;
}




/* Lists */

ol {
	line-height: 1.3;
}

ul
	{
	line-height: 1.3;
}



/* to here needs sorting */












/*=== Footer ===*/

#footer
{
	padding: 40px 0;
	font-size: 18px;
	line-height: 0.8em;
	text-align: center;
	color: #FFF;
	background-color: #F05822;
	clear: both;
}

.discovery
	{
	text-transform: uppercase;
	font-weight: bold;
}
