/*	The Path to No Path - 11 April 2008	*/

body {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 85%;
	background-color: #eeaa55;
	text-align: center;
	padding-top: 5px;
}	

.wrapper {
	text-align: left;
/*	background: url('images/body_bg.png') repeat-y;	*/
	width: 96%;
}

.header {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.left_column {
	float: left;
	width: 230px;
	margin-top: 15px;
}

.column2 {
	width: 75%;
	vertical-align: top;
}

.right_column {
	padding: 10px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffe7d3;
	border-top: 1px solid #ffe7d3;
	background-color: #ffcc88;
	color: #442211;
	float: right;
	margin: 15px 10px 10px 5px;
}

.header h1 {
	border: 1px solid #EBB030;
	font-style: oblique;
}

.content{
	width: 100%;
}

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

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	float: left;
	margin: 10px;
}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}
	
#menu li a:link, #menu li a:visited {
	color: #442211;
	display: block;
	background: url(images/menu.gif) no-repeat;
	padding: 8px 0 0 30px;
}
	
#menu li a:hover {
	color: #fff;
	background: url(images/menu.gif) '0' -32px no-repeat;
	padding: 8px 0 0 30px;
}
	
#menu li a:active {
	color: #fff;
	background: url(images/menu.gif) 0 -64px no-repeat;
	padding: 8px 0 0 30px;
}

.footer {
	border-top: 1px solid #fff;
	color: #fff;
	clear: both;
	float: none;
	width: 100%;
/*	background: url('images/footer_bg.png') center bottom no-repeat;	*/
	padding: 25px 0 25px 15px;
	height: 2em;
	margin-top: 10px;
	text-align: center;
}

.bottom {
	text-align: center;
	font-size: 0.9em;
	text-indent: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

img {
	float: none;
	border: 0;
	azimuth:far-right;
}

.imageleft {
	float: left;
	margin: 8px 15px 10px 0;
}

.imageright {
	float: right;
	margin: 8px 5px 10px 15px;
}

.imagecentre {
	display: block;
/*	margin-left: auto;
	margin-right: auto;	*/
	margin: 3px 15px 10px 15px;
	text-align: center;
}

.search {
	float: right;
	margin:0 0 0.1em 0.5em;
}

h1 {
	margin-bottom: -10px;
	font-style: oblique;
	font-size: 1.8em;
	color: #884422;
}

h2 {
	margin-bottom: -15px;
	font-style: oblique;
	font-size: 1.5em;
	color: #884422;
}

h3 {
	margin-bottom: -15px;
	font-style: normal;
	font-size: 1.3em;
	color: #884422;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

a {
	color: #664422;
}

.clearingdiv {
	clear:both;
	height:20px;
	width:1px;
}

.nav {
	background:#ffcc88;
	color:#405050;
	display:block;
	padding:5px 4px 5px 10px;
/*	position:relative;	*/
	width:195px;
	text-decoration:none;
	margin-left: 10px;
	font-size: 0.9em;
	border-width:3px;
	border-style:solid;
	border-top-color:#ffe7d3;
	border-right-color: #dd8833;
	border-bottom-color: #dd8833;
	border-left-color:#ffe7d3;
}

.nav:hover,.active {
	background:#f0e8c0;
	color:#3070f0;
	font-weight:600;
	text-decoration:none;
/*	border:1px solid #309cd4;	*/
	border-top-color:#dd8833;
	border-right-color: #ffe7d3;
	border-bottom-color: #ffe7d3;
	border-left-color:#dd8833;
}

.sub {
	font-size:0.8em;
	margin:2px 0 2px 5px;
	padding:4px 4px 2px 10px;
	width:185px;
	margin-left: 15px;
	letter-spacing: 0px;
}

.sub:hover,.active {
	font-size:0.8em;
}

.quotation	{
	padding-left:1.5em;
	font-size:95%;
	padding-right: 2em;
}

/*=================================*/
