@import url(stylemedia.css);
@import url(styleinlines.css);
@import url(leftmenu.css);
@import url(../styleicmrender.css);

/* 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
{
	height: 110px;
}

/* 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;
}

#toputilnav a {
	color: #642F22;
	text-decoration: none;
}

#toputilnav a:hover {
	text-decoration: underline;
}

#toputilnav label
{
	color: #642F22;
}

/* The top level which contains the top level navigation and search box */
#toplevel 
{
	width: 770px;
	clear: both;
	background-color: #F18037;
}

/* Top level navigation (delete if not applicable) */
#toplevelnav 
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#toplevelnav li {
	float: left;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F18037;
}

#toplevelnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	/* padding: 0.5em 0.5em 0.5em 0.5em; */
	margin:0;
	padding: 0;
	/* border-right: solid 1px white; */
}

#toplevelnav a:hover {
	/* background-color: #FFCCFF; */
	color: #642F22;
}

#toplevelnav a.selected {
	display: block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	/* background-color: #FFCCFF; */
	color: #642f22;
}

/* 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;
}

.formgobtn 
{
	vertical-align: top;
}

/* 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;
}

/* The right hand column (related bits and pieces) */
#righthandcolumn h2 {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #990099;
	color: #FFFFFF;
	font-weight: bold;
}

#righthandcolumn h3 {
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-size: 100%;
	font-weight: bold;
	background-color: #FFCCFF;
}

#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 div {
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #FFCCFF;
}

#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.start {
	display: inline;
	padding: 0 0.5em 0 0; 
	border-right: solid 1px #642f22;
	color: #642f22;
}

#footerutilnav li {
	display: inline;
	padding: 0 0.5em 0 0.5em; 
	border-right: solid 1px #642f22;
	color: #642f22;
}

#footerutilnav li.end
{
	 border-right: none;
	 color: #642f22;
}

#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 */
.limage
{
	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;
}