/* CSS Reset */
html, body, img, p, h3, div {
margin: 0;
padding: 0;
border: 0;
outline:0
} 


body {
	background-image: url(darkerparchmenttile_small.jpg);
	line-height: 1;
	}


#container {
	background-color: #5c4833;
	margin: 40px;
	border: 6px solid #fff;
}

#header {
	background-image: url(parchmenttile_small.jpg);
}
	

/* Styles for main navigation area */


#sidenav {
float: left;
width: 175px;
background-color: #5c4833;
color: #dc6b04;
font-family: 'Gill Sans MT';
margin: 0;
}

#sidenav ul, li {
	list-style: none;
        padding-left: 10px;
	padding-top: 20px;
	margin: 0;
	}

/* Expandable menu styles */

.menu li {
padding:0;
margin-bottom:5px;
 }
 
.menu a {
padding:2px 5px;
display:block;
 }
 
.hidden {display:none;}


/* Main content area styles */
	
#whatsnew {
	background-image: url(parchmenttile_small.jpg);
	margin-top: 20px;
	margin-left: 185px;
	margin-right: 195px;
	padding: 0 10px 0 10px;
	border: 6px solid #fff;
	text-align: left;
	font-size: small;
	}

h2 {
	font-family: KelmscottRoman;
	color: #5c4833;
	text-transform: uppercase;
	padding-top: 5px;
	}

h3 {
	font-family: KelmscottRoman;
	color: #dc6b04;
	padding-top: 2px;
	padding-bottom: 2px;
	}

	
#whatsnew p {
padding-bottom: 15px;
line-height: 1.25;
}

#whatsnew img {
border: 4px solid #756149;
margin: 5px 5px 10px 2px;
}

#whatsnew li {
font-family: 'Gill Sans MT';
list-style-type: circle; 
}
		

/* Featured services */

#righticons {
	background-color: #5c4833;
	float: right;
	width: 185px;
	padding-top: 20px;
	text-align:center;
	}

/*Footer styles */

#footer {
background-color: #5c4833;
color: #fff;
margin: 20px 10px 0 10px;
padding: 5px;
clear:both;
font-size: 85%;
border-top: 1px solid #756149;
}

#footer p {
padding: 1px;
}

p {
font-family: 'Gill Sans MT';
}

a:link {
text-decoration: none;
color: #dc6b04;
}

a:hover {
text-decoration: underline;
}

a:visited {
	color: #F60;
}

.center {
text-align:center;
}

@font-face {
  font-family: 'KelmscottRoman';
  src: url('KELMSCOT.eot');
  src: local('KelmscottRoman'), local('KelmscottRoman'),
    url("KELMSCOT.woff") format("woff"),
    url("KELMSCOT.TTF") format("truetype"),
    url("KELMSCOT.svg#KelmscottRoman") format("svg");
}

.bold {
font-weight: bold;
color: #5c4833;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.clearleft {
clear: left;
}

.clearright {
clear: right;
}
