/*------------------------------------------------------------------
html5 reset
------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #666;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Colors


*/
/*------------------------------------------------------------------
html, body, #wrapper 
------------------------------------------------------------------*/

html {
	background:#5c4031 url(../images/bg-html.png) right top repeat-x;
}

body {
	font-family: 'IM Fell Double Pica', 'IM Fell Double Pica SC', georgia, 'times new roman', serif;
	font-size:14px;
	line-height:1.4em;
	color:#5c4031;
	min-width:1000px;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}

/*------------------------------------------------------------------
header
------------------------------------------------------------------*/

header {
	width:1000px;	
	padding-top:42px;
	position:relative;
	z-index:991;
	float:left;
	min-height:36px;
	background:url(../images/bg-header.png) center top no-repeat;
}

header #back-home {
	color:#CCAC99;
	position:absolute;
	left:25px;
	top:11px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*------------------------------------------------------------------
nav
------------------------------------------------------------------*/

nav {
	background:#56560e;
	color:#e9dec3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:10px 20px;
	position:relative;
	z-index:993;	
	float:left;
	width:960px;
	box-shadow:0 5px 7px rgba(0,0,0,.1);
}

	nav a {
		color:#e0d5c0;	
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		line-height:1.35em;
	}
	
	nav .active a {
		color:#fff;	
	}
	
	nav ul {
		float:left;
		position:relative;
		z-index:995;
		margin-bottom:0;
	}
	
		nav ul li {
			padding-left:32px;
			margin-left:17px;
			background:url(../images/nav-divider.png) left center no-repeat;
			float:left;
			position:relative;
			text-align:center;
		}
		
			nav ul li:first-child, nav ul li ul li {
				background:none;
				padding-left:0;
				margin-left:0;	
			}
			
			nav ul li a {
				padding-bottom:14px;
				display:block;
				margin-bottom:-10px;
			}
			
				nav ul li:hover > a, nav ul li a:hover {
					text-decoration:none;	
					color:#fff;
				}
			
			nav ul li ul {
				display:none;	
				text-align:left;
				position:absolute;
				top:50px;
				left:15px;
				background:#5b3f31;
			}
			
				nav ul li:hover > ul, nav ul li a:hover + ul, nav ul li ul:hover {
					display:block !important;	
				}
				
				nav ul li ul li, nav ul li ul li:first-child {
					padding:4px 10px;	
					text-align:left;
					min-width:140px;
					height:18px;
					position:relative;
				}
				
					nav ul.wide li, nav ul.wide li:first-child {
						min-width:220px;	
					}
				
					nav ul li ul li:hover {
						background:#56560e;
						color:#fff;
						text-decoration:none;	
					}
					
						nav ul li ul li.has-children:hover  {
							background:#56560e url(../images/nav-arrow.png) 145px center no-repeat;
						}
						
							nav ul.wide li.has-children:hover  {
								background:#56560e url(../images/nav-arrow.png) 225px center no-repeat;
							}
					
					nav ul li ul li a {
						padding-bottom:0;
						display:block;
						height:18px;	
					}
					
						nav ul li ul li:hover > a, nav ul li ul li a:hover {
							text-decoration:none;
							color:#fff;	
						}
					
					nav ul li ul li ul {
						display:none;	
						text-align:left;
						position:absolute;
						top:0px;
						left:160px;
						background:#5b3f31;
					}
					
						nav ul li ul.wide li ul {
							left:240px;	
						}
						
						nav ul li ul li ul li {
							position:relative;	
						}
						
	nav span {
		display:none;	
	}

/*------------------------------------------------------------------
#content
------------------------------------------------------------------*/

#content {
	background:#e0d5c0 url(../images/bg-content.png) bottom center repeat-x;	
	width:925px;
	padding:25px 25px 10px;
	overflow:hidden;
	min-height:500px;
	margin:0 auto;
	clear:both;
	box-shadow:0 0px 10px rgba(0,0,0,.3);
}


h1 {
	color:#5c4031;
	font-size:38px;
	line-height:1.1em;	
	font-family: 'IM Fell Double Pica', 'IM Fell Double Pica SC', georgia, 'times new roman', serif;
	padding-bottom:20px;
	font-weight:normal;
}

.home h1 {
	padding-bottom:0;	
}

h5 {
	font-family: 'IM Fell Double Pica', 'IM Fell Double Pica SC', georgia, 'times new roman', serif;
	color:#56560e;
	font-size:18px;
	line-height:1.2em;
	font-weight:normal;
}

h5.large {
	font-size:21px;	
}

h6 {
	font-family: 'IM Fell Double Pica', 'IM Fell Double Pica SC', georgia, 'times new roman', serif;
	color:#56560e;
	font-size:22px;
	line-height:1.2em;
	padding-bottom:20px;
	font-weight:normal;
}

p, li, label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:1.4em;
}

p, ol, ul {
	margin-bottom:1em;	
}

/*------------------------------------------------------------------
article
------------------------------------------------------------------*/

article {
	float:right;
	width:585px;
	margin:30px 10px 30px 0;	
}

	.home article {
		background:url(../images/home-map.png) center bottom no-repeat;
		padding:0 15px 130px;
	}
	
	article a, .link {
		color:#9d6617;
		text-decoration:underline;
	}
	
		article a:hover, .link:hover {
			text-decoration:underline;
			color:#2b2B00;
		}
	
.img-right {
	float:right;
	margin:5px 0 5px 15px;
}

.img-left {
	float:left;	
	margin:5px 15px 5px 0px;
}

.img-full {
	float:none;	
}

.img-center {
	float:none;
	text-align:center;
	width:100%;	
}

.img-full + p, .img-center + p {
	clear:both;	
}

	
p.caption {
	text-align:center;
	color:#56560e;
	font-style:italic;
	margin-bottom:10px;	
	padding-top:6px;
}

.indent {
	padding-left:40px;	
}

p.error {
	color:#a90000;	
	font-weight:bold;
}

/*------------------------------------------------------------------
aside
------------------------------------------------------------------*/

aside {
	float:left;
	margin:0px 0 30px 0px;	
}

	aside .aside-nav {
		background:#cdbd9f;
		padding:15px 20px;
		width:230px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
		.aside-nav li {
			list-style-type:none;	
			font-size:18px;
			clear:both;
			position:relative;
		}
		
			.aside-nav li.text {
				font-size:10px;
				margin-bottom:1.4em;
				font-family:helvetica, arial, sans-serif;	
			}
		
		.aside-nav li.subpage {
			padding:3px 0;	
		}
		
			.aside-nav span {
				float:right;
				font-size:14px;	
				font-family:"Times New Roman", Times, serif !important;
				font-style:normal !important;
				position:absolute;
				right:0;
				top:4px;
			}
			
				.aside-nav li li span {
					top:1px;	
				}
			
				.aside-nav ul span {
					font-size:11px;	
				}
	
		.aside-nav a {
			color:#56560e;	
		}
	
		.aside-nav ul {
			display:block;
		}
		
			ul.dropdown-3 {
				margin-bottom:0;
				margin-top:3px;	
			}
			
			.aside-nav li.active-level > a {
				color:#5c4031;	
			}
		
		.aside-nav > li > ul {
			border-top:1px solid #947e68;
			padding-top:10px;
			margin-top:5px;
			padding-left:10px;
		}
		
			.aside-nav li.active ul {
				display:block;	
			}
			
			.aside-nav ul li {
				font-size:15px;
				padding-bottom:3px;	
				position:relative;
			}
			
				.aside-nav ul ul li {
					padding-left:15px;	
					font-style:italic;
					font-size:12px;
				}
				
					.aside-nav ul ul li a {
						font-style:italic;
					}
				
					.aside-nav ul ul li.active {
						
						color:#5c4031;
					}

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/

footer {
	width:1000px;
	border-top:14px solid #56560e;
	background:url(../images/bg-footer.png) center top no-repeat;
	color:#e0d5c0;
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
	text-align:center;
	padding:65px 0 15px;
	clear:both;
	line-height:1.2em;
}

	footer p {
		color:#e0d5c0;
		font-size:11px;
		line-height:1.2em;	
	}

	footer p a {
		color:#e0d5c0;
	}