@import url(stylemedia.css);
@import url(styleinlines.css);
@import url(leftmenu.css);

BODY, body
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	margin : 0; 
	font-weight : normal; 
	font-size: 70%;
	color : #642F22;
}

/* Hide Form */
.formclass
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

/* wrapper */
#wrapper {width:770px; margin: 0 auto; text-align: left; position: relative;}


/* Top bannner */
#topbanner
{
	
}

/* Top Banner Image */
#topbanner img 
{
	padding-top: 20px;
	border: 0;
	display: block;
}

/* Top Utility Navigation */
#toputilnav 
{
	float: right;
	list-style: none;
	padding: 0;
	margin: 10px 0 0.2em 0;
	border: 0px;
}

#toputilnav li {
	display: inline;
	padding: 0em 0.5em 0em 0.5em;
}

#toputilnav li.end
{
	border-right: none;
}

#searchBox
{
   display:inline;
}

#searchBox img
{
   vertical-align: top;
   display:inline-block;
   padding:0;
}

#toputilnav a {
	color: #642F22;
	text-decoration: none;
	display:inline;
}

#toputilnav a:hover {
	text-decoration: underline;
}

#toputilnav label
{
	color: #642F22;
}

/* The top level which contains the top level navigation and search box */
#toplevel 
{
	width: 769px;
	clear: both;
	background-color: #F18037;
	display:block
}

/* Top level navigation (delete if not applicable) */
#toplevelnav,
#toplevelnav_cornish
{
	list-style: none;
	padding: 0;
	margin: 0;
   background-color: #E97E40;
   width:769px;
  	white-space: nowrap;
}

#toplevelnav li,
#toplevelnav_cornish li {
	float: left;
	white-space: nowrap;
	color: #FFFFFF;
}

#toplevelnav a,
#toplevelnav_cornish a {
	display: block;
	text-decoration: none;
	font-size:1.25em;
	color: #FFFFFF;
	padding:4px 12px 4px 12px;
	max-width:135px;
	height:18px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial;
}

#toplevelnav_cornish a
{
   padding:4px 6px 4px 4px;
}

#toplevelnav a:hover,
#toplevelnav a.selected,
#toplevelnav_cornish a:hover,
#toplevelnav_cornish a.selected {
	background-color: #DB3724;
}

/* Top Search Box */
#topsearchbox {
	float: right;
}

#topsearchbox form {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

#topsearchbox form fieldset 
{
	 border: none;
}

#topsearchbox form label {
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

/* The second level which contains navigation and the current date */
#seclevel {
	background-color: #FFFFFF;
	width: 100%; /* Specifying a width works around IE's peek-a-boo bug */
}

/* Second level navigation (delete if not applicable) */
#seclevelnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#seclevelnav li {
	float: left;
	white-space: nowrap;
	color: #FFFF00;
	font-weight: bold;
	background-color: #CC66CC;
}

#seclevelnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#seclevelnav a:hover {
	background-color: #660066;
	color: #FFFF00;
}

#seclevelnav a.selected {
	display: block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #FFCCFF;
	color: #FFFF00;
}

/* Top Date Box */
#topdatebox {
	float: right;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/* The main table used to split the left, central and right hand columns */
#maintable {
	clear: both;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

/* The left hand column which contains navigational elements */
#lefthandcolumn {
	width: 180px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#lefthandcolumn a.image img
{
	 border: none;
}

/* The central column which contains the main article contents */
#centralcolumn {
	width: auto;
	vertical-align: top;
	margin: 0;
	padding: 0 10px 0 10px;
	padding-top: 0px;
	margin-top: 0px;
}

#centralcolumnHome
{
	padding: 0 10px 0 0;
}

/* The right hand column which contains content related to an article */
#righthandcolumn {
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 185px;
	padding-top: 40px;
}

/* The breadcrumb navigation (path to the current article) */

#breadcrumb
{
	padding: 5px 0 15px 0;
}

.breadcrumbtitle
{
	color: #642F22;
}

#breadcrumbnav {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #642F22;
}

#breadcrumbnav li {
	display: inline;
	padding: 0 0 0 0.2em;
	color: #642F22;
}

#breadcrumbnav a {
	text-decoration: none;
	color: #642F22;
}

#breadcrumbnav a:hover {
	text-decoration: none;
}

#righthandcolumn ul {
	list-style: none;
	font-weight:bold;
	margin: 6px 0 6px 0;
	color: #C18C7F;
	padding: 0 0 6px 0;
	text-align:left;
	background-color: #FFFFFF;
	width: 185px;
}

#righthandcolumn ul li {
	list-style: none;
	font-weight:bold;
	margin: 6px 0 6px 0;
	color: #C18C7F;
	border-bottom: solid 1px #E6DEDC;
	padding: 0 0 6px 0;
	text-align:left;
	background-color: #FFFFFF;
	width: 185px;
}

#righthandcolumn ol {
	list-style: none;
	padding: 0 0 6px 0;
	margin: 0;
	background-color: #FFCCFF;
}

#righthandcolumn ol li {
	margin: 0;
	padding: 0;
}

#righthandcolumn a {
	color: #000000;
	text-decoration: none;
}

#righthandcolumn a:hover {
	text-decoration: underline;
}

/* The footer area (and its navigation) */
#footer 
{
	margin-top: 10px;
	border-top: solid 1px #FCE6D7;
	padding: 1em 0 1em 0;
	text-align: left;
	color: #642f22;
}

#footerutilnav {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
	text-align: left;
	color: #642f22;
}

#footerutilnav li {
	display: inline;
	padding: 0 0.5em 0 0.5em; 
	border-left: solid 1px #642f22;
	color: #642f22;
}

#footerutilnav li.start {
	display: inline;
	padding: 0 0.5em 0 0; 
	color: #642f22;
	border:none;
}

#footerutilnav a {
	text-decoration: none;
	color: #642f22;
}

#footerutilnav a:hover {
	text-decoration: underline;
}

/* General line spacing tab */
.spacing
{
	 line-height:22px;
}

/* Display print button not as a list */
#centralcolumn div.noprint ul li {display:block; list-style-type:none; margin-left: 20px; padding-left: 20px;}

/* Style general links */
a.aboldlink {text-decoration:none; font-weight:bold; color:#000;}
a.aboldlink:hover {text-decoration:underline;}

/* Siblings of the currently selected article */
#righthandcolumn ul li a
{margin: 3px 0 3px 0; font-weight: bold; color: #000000;}

#righthandcolumn ul li a, #righthandcolumn ul li a:link, #righthandcolumn ul li a:visited, #righthandcolumn ul li a:active, #righthandcolumn ul li a:focus
{text-decoration : none; display: block; color: #F18037;}

#righthandcolumn ul li a:hover
{color: #000000;}

#righthandcolumn ul li a.left1sel
{color: #000000;}

/* Remove any margins from the print li */
div.noprint ul li a
{
	 text-align: left;
	 list-style-position: outside;
	 list-style-image: none;
	 list-style-type: none;
	 font-weight: normal;
	 text-decoration: none;
	 margin-left: -40px;
	 color:#000;
}

div.noprint ul li a:hover
{
	 text-decoration:underline;
}

.btntext
{
}

a
{
	 font-weight:normal;
	 color:#642F22;
	 text-decoration:none;
	 text-align: left;
}

a:hover
{
	 color:#000;
	 text-decoration:underline;
}

div.clear
{
	 clear: both;
}

a:visited
{
}

a:link
{
	 color:#642f22;
}

ul.editicon
{
}


/* Styles for lists in the central block */

#centralcolumn ul
{
	padding: 0px;
	margin: 0px;
}

#centralcolumn ul li.centraleven
{
	display:block;
	width: 95%;
	list-style-type:none;
	background-color: #FDF2EB;
	list-style-image: none;
	padding: 5px;
}

#centralcolumn ul li.centralodd
{
	display:block;
	width: 95%;
	list-style-type:none;
	background-color: #FFFFFF;
	border-bottom: solid 1px #FDF2EB;
	list-style-image: none;
	padding: 5px;
}

#centralcolumn ul li.centralodd a, #centralcolumn ul li.centraleven a
{
	color: #F18037;
}

/* Left image */
div.mainfeatureimage img
{
	clear: right;
	border: 0px;
}


/* Related Images */
.relatedimageblock
{
	float: right;
	margin: 0 0 5px 15px;
}

.relatedimagedescription
{
	display: block;
	background-color: #FEF2EB;
	padding: 5px;
	width: 50px;
}

.imagedescription
{
	font-size: 80%;
}


/* Give inline links underline status */
#centralcolumn p a
{
	text-decoration: underline;
}


/* Display image inlines on the right hand side */
.positionnone img
{
	float: right;
	margin: 5px 0 5px 5px;
}

/*-------------------------------------------------------------------------------*/
/* Language links
/*-------------------------------------------------------------------------------*/
div.languagebar
{
   float:right;
   margin:4px 3px;
}

div.languagebar ul
{
   list-style-type:none;
}

div.languagebar ul li
{
   float:left;
}

div.languagebar a
{
   color:#BB8E6B;
   padding:5px;
}

div.languagebar ul li#first
{
   border-right:1px solid #BB8E6B;
}

div.languagebar li.selected a
{
   color:#000;
   text-decoration:none;
}

/*-------------------------------------------------------------------------------*/
/* Add cornish to you day...
/*-------------------------------------------------------------------------------*/
#addcornish
{
   padding:3px 0 3px 3px;
   background:url(../images/featurelink.gif) no-repeat 95% 97%;
   float:left;
   margin-bottom:8px;
}

#addcornish a
{
   height:35px;
   float:right;
   width:35px;
   z-index:0;
   top:30px;
   position:relative;
}

#addcornish h2,
#translation h2 {
   margin: 0 0 5px;
   color: #F1823B;
   font-size:2.1em;
   line-height:1.25em;
   font-weight:normal;
   width:137px;
   float:left;
   font-family:Arial;
}

#addcornish .quote
{
   padding-top:28px;
}

#addcornish .quote_cornish
{
   padding-top:90px;
}

#addcornish p
{
   width:145px;
   clear:left;
   float:left;
   line-height:1.5em;
   margin:0;
}

/*-------------------------------------------------------------------------------*/
/* Online translation service
/*-------------------------------------------------------------------------------*/
#translation
{
   padding:10px 0;
   float:left;
   width:100%;
   border-top:1px #FCE6D7 solid;
   border-bottom:1px #FCE6D7 solid;
   background:url(../images/requestservice_quotes.png) no-repeat top right;
}

#translation a
{
   height:100px;
   position:relative;
   top:80px;
   overflow:auto;
}

#translation h2
{
   width:160px;
}