/*
	css based on code from Keith Donegan
	E-Mail: Keithdonegan@gmail.com
	http://www.code-sucks.com	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #bf4732;
}
#wrapper { 
	margin: 10px auto;
	padding: 10px;
	width: 920px;
	background:#fff;
}
#faux {
	background: url(../image/column.gif);
	margin-bottom: 10px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	float:left;
}
#header {
	background:#fff;
	width: 100%;
	padding: 0 0 10px 0;
	height: 218px;
	margin: 0px 0px 0px 0px;
}
#leftcolumn { 
	display: inline;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 187px;
	float: left;
}
#rightcolumn { 
	float: right;
	color: #333;
	margin: 0px;
	padding: 5px 10px 10px 0px;
	width: 683px;
	display: inline;
	position: relative;
}
#rightcolumn img {
	border: 4px solid #f8f0e3;
	margin: 0px 15px 10px 0px;
}
#rightcolumn img.right {
	margin: 0px 0px 5px 15px;
	float: right;
}
#rightcolumn img.left {
	margin: 0px 15px 5px 0px;
	float: left;
}

#footer { 
 width: 900px;
 clear: both;
 color: #7c5362;
 background: #eedaba;
 margin: 0px 0px 0px 0px;
 padding: 5px 10px 5px 10px;
 font-size: 90%;
}

/* links */
a { background: inherit; color: #bf4732; text-decoration: none; }
a:hover { background: inherit; color: #006631; text-decoration: none; }

/* headers */
h1, h2, h3 {
	font: bold 1em;
	color: #bf4732;
}
h1 { font-size: 1.25em; }
h2 { font-size: 1.1em; 
	_text-transform: uppercase;}
h3 { font-size: 1em; }

p, h1, h2 {
	margin: 0px 15px 10px 0px;
}
h3 {
	margin: 0px 15px 0px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

#leftcolumn h1, #leftcolumn h2, #leftcolumn h3 {
	margin: 20px 15px 5px 25px;
}
#leftcolumn p {
	margin: 5px 15px 10px 25px;
	font-size: 95%;
}

/* top navigation */
#navigation {
	color: #333;
	padding: 0px;
	margin: 0px;
}
#navigation ul {
	padding: 0;
	margin: 0 0px 10px 0;
	background-color: #cc6c5b;
	color: #fff;
	float: left;
	width: 100%;
	font-weight:bold;
	font-size: 100%;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	padding: 5px 15px;	
	text-decoration: none;
	background-color: #bf4732;
	color:#FFFFFF;
	float: left;
	border-right: 1px solid #fff;
}
#navigation li a:hover {
	background-color: #a0121b;
	color: #fff;
}
#navigation ul li.active a
  {
	background: #a0121b;
	color: #FFF;
}

/* side- or subnavigation */
#sidemenu { margin-left: 0px; }

ul.navlist,
ul.subnavlist {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

ul.navlist li {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FFFFFF;
}
ul.navlist li.last {
	border-bottom-style:solid;
	border-bottom-width:10px;
	border-bottom-color:#FFFFFF;
}
ul.navlist a {
	display: block;
	padding: 4px 10px 4px 25px;
	width: 152px;
	color: #000;
	text-decoration: none;
	
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #e7c395;
}

ul.navlist a:hover {
	color: #fff;
	background-color: #dda05d;
	background-image: url(../image/arrow_light.gif);
}
ul.navlist li.active a {
	color: #fff;
	font-weight:bold;
	background-color: #dda05d;
	background-image: url(../image/arrow_light.gif);
}

ul.navlist li ul.subnavlist {
	display:none;
}

ul.navlist li.active ul.subnavlist {
	display:inline;
}

ul.navlist li ul.subnavlist li,
ul.navlist li ul.subnavlist li.last {
	margin: 0px 0px 0px 20px;
	border-bottom-style:none;
}

ul.navlist li ul.subnavlist a {
	font-size: 90%;
	font-weight:normal;
	display: block;
	_padding: 4px 10px 3px 25px;
	width: 132px;
	color: #000;
	background-color: #eedaba;
	text-decoration: none;
	background-image: url(../image/arrow.gif);
}

ul.navlist li ul.subnavlist a:hover {
	color: #fff;
	background-color: #dda05d;
	text-decoration: none;
	background-image: url(../image/arrow_light.gif);
}
ul.navlist li ul.subnavlist li.active a {
	color: #fff;
	background-color: #dda05d;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../image/arrow_light.gif);
}

.clear { clear: both; background: none; }

/* ditto or news **/
.ditto_item h2 {
	margin: 15px 20px 4px 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#eedaba;
}
.ditto_item h2 a {
	font: bold 1.8em;
}