/* **************************** BEGIN ERIC MEYER RESET **************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	/* remember to define focus styles! */
:focus {
	outline: 0;
}

	/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

	/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* **************************** BEGIN GENERAL STYLES **************************** */

/* !UNIVERSAL */

body {
	font-family:arial, verdana, sans-serif;
	font-size:0.8em;
	line-height: 130%;
	padding:18px;
/*	background-image: url(images/bg-template-crowborough.jpg);
	background-repeat: no-repeat;
	background-position: top left; */
}

/* !LAYOUT */
	
#wrapper {
	width:996px;
}

#header {
	line-height:normal;
	margin-bottom:15px;
}
	
	#logo, #message {
		border-bottom:1px solid #444b52;
	}
	
	#logo {
		float:left;
		width:auto;
	}
	
	#message {
		margin-left:148px;
	}


#sidebar {
	width:125px;
	}

#content {
	float:right;
	width:847px;
	}

#footer {
	clear:both;
	float:left;
	margin-top:15px;
	width:100%;
	}

#footer p {
	border-top:1px solid #444b52;
}

#footer p, #footer span.small {
	margin-left:148px;
}

/* !HEADINGS */

h1, h2, h3, h4, h5, h6 {
	color:#ca5620;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

/* !TYPOGRAPHY */

#content {
	color:#414042;
	overflow: hidden;
}

#content p {
	margin-right:400px;
	padding:0 0 10px 0;
}

.bold {
	font-weight: bold;
}

.highlight {
	color:#ca5620;
}

.small {
	font-size:xx-small;
}

/* !LISTS */

#content ul {
	margin:0 0 15px 15px;
}

#content ul li {
	list-style-type: disc;
}

/* !LINKS */

a {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

#sidebar a.active {
	color:#ca5620;
	font-weight:bold;
	text-decoration: none;
}

#sidebar a {
	font-weight: bold;
	color:#000;
}

a:hover, #sidebar a:hover {
	color:#e36226;
	text-decoration: underline;
}

/* !GENERAL */

.hidden {
	text-indent:-99999px;
	font-size:1px;
}


/* !SCROLLABLE IMAGES */

#slider ul, #slider ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider ul li{ 
	width:548px;
	height:341px;
	overflow:hidden;
}

span#prevBtn, span#nextBtn{
	position:relative;
	top:-341px;
	left:0;
	background-color: #fff;
}

.caption {
	float:right;
	width:auto;
}