/* ---------- Basic Layout ---------- */
html {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {
	font-family:"HelveticaNeue",Helvetica,Verdana,sans-serif;
	line-height: 1;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

a{outline: none;} /*Removes annoying dotted hightlight around links with negative indent applied in Firefox */


/* ---------- Standard Containers ---------- */

#wrapper {
	width: 100%;
}

#breadcrumb .wrapper, #access .wrapper, #header .wrapper, #contentwrap, #footer .wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
/* ---------- Accessibility Bar ---------- */
#access {
	width: 100%;
	height: 20px;
	background:url('http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/access_grad.gif') repeat-x;
	color: #ffffff;
	overflow: hidden;
}

.access_left {
	float: left;
	margin: 0 2px 0 2px;
}

.access_right {
	float: right;
	margin: 0 2px 0 2px;
}


.access_left li, .access_right li { 
	display: inline;
}

.access_left li a, .access_right li a {
	color: #ffffff;
	font-size: 70%;
	text-decoration: underline;

}

/* ---------- Header ---------- */
#header {
	width: 100%;
	height: 160px;
	background-image: url('http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/header_grad.gif');
	background-repeat:repeat-x;
}

#logo {
	float: left;
	display: block;
	width: 250px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/ppjazz_logo.gif') no-repeat;
}

#logo h1 a, #logo h2 {text-indent: -9999px;}

#year {
	float: right;
	display: block;
	width: 190px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	position:relative;
	top: 10px;
	background: url('http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/trumpet.gif') no-repeat;
}
/* ---------- Breadcrumb ---------- */

#breadcrumb {
	width: 100%;
	height: 30px;
	background-image: url('http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/breadcrumb_grad.gif');
	background-repeat:repeat-x;
	border-top: 1px solid #ffffff;
}

#breadcrumb p, #breadcrumb a {
	margin: 5px 0 0 0;
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
}

#trail {
	float: left;
	display: block;
	position: relative;
	width: 500px;
	height: 30px;
	font-size: 75%;
	}

#trail p, #trail a {
	margin: 5px 0 0 0;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0 0 10px;
}

#search {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	color: inherit;
	width: 170px;
	height: 26px;
	position: relative;
	text-align: left;
}

.search INPUT {
	float:left;
	width: 100px;
	padding: 2px 2px 2px 0;
	margin: 2px 0 0 2px;
	font-size: 70%;
}

.search_text {
	width:100px;
	float:left;
	padding-top: 3px;
}

.search_button {
	float:left;
	padding: 3px 0 0 0;
	margin: 0 0 0 0;
	color: inherit;
}

#contentwrap {
	width: 760px;
	margin: 0 auto;
	background: url(http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/content_rp.gif) repeat-y;
	min-height: 600px;
	height:auto !important;/* IE 6 Hack */
	height: 600px;/* IE 6 Hack */
}

#leftcol {
	float: left;
	width: 160px;
	background: #003448;
}

#maincol {
	margin-left:165px;
	width: 560px;
	padding: 15px 25px 5px 5px;
	background: #ffffff url(http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/bass.gif) no-repeat right bottom;
	min-height: 600px;
	height:auto !important;/* IE 6 Hack */
	height: 600px;/* IE 6 Hack */
}

#maincontent {
	width: 560px;
	padding: 5px 5px 5px 5px;
	background: transparent;
}

#maincontent p {
	padding-left: 5px;
	padding-bottom: 10px;
}

#maincol p {
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 95%;
}

#maincol li {
	font-size: 95%;
	color: #000;
	list-style-type: square;
}

#H1 {
	font-size: 135%;
	color: #003448;
	font-weight: bold;
}


#footer {
	width: 100%;
	height: 30px;
	border-top: 1px solid #ffffff;
	background: #003448;
	color: #ffffff;
}

#footer p {
	margin-top: 10px;
	font-size: 70%;
}


/*    MAIN MENU FUNCTIONALITY     */

/*---- Menu styles for local view menu ----*/

.sys_menu_container {
	height: 250px;
} 

html>body .sys_menu_container {
	min-height: 250px;
	height: auto;
} 

.sys_menu {
	width:159px;
	/* font-size: 105%; */
	font-size: 95%;
	border-left: 1px solid #003448;
	border-bottom: 1px solid #003448;
	border-right: 1px solid #ffffff;
	background: #003448; 
}

DIV.hr {background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu_hr.gif") repeat-x; 
	height: 1px;
	display:block;
	background: #7c7b71; 
}

DIV.hr HR {
	display: block;
	margin: 0;
	height: 1px;
}

.sys_menu div {
	border-bottom: 1px solid #ffffff;
}

.sys_menu A{
	COLOR: #fff;
	display: block;
	padding: 8px 5px 8px 8px;
	font-size: .9em;
	/* font-weight:bold; */
	background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/current_folder_item.gif"); 
background-repeat:no-repeat; background-position:128px; text-decoration: none;
}

.sys_menu A:Hover {
	background-color: #19485A; 
	color: #fff;
	text-decoration: none;
	/* font-weight:bold; */
	background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/current_folder_item_mouseover.gif"); 
background-repeat:no-repeat; background-position:128px; text-decoration: underline;
}

.sys_home {font-weight: bold;}

.sys_menu .sys_home A{
	background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/up_arrow.gif"); 
background-repeat:no-repeat; background-position:128px; text-decoration: none; color: #000;
}

.sys_menu .sys_home A:Hover {
	background-color: #19485A; 
background-image:url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/up_arrow_home_mouseover.gif"); background-position:128px; background-repeat:no-repeat; color: #000; text-decoration: underline;
}

.sys_current_item {}

.sys_menu .sys_current_item A {
	background-color: #003448; background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/current_folder_item_mouseover.gif"); background-position: 128px;background-repeat: no-repeat; color: #fff; text-decoration: none; 
}

.sys_menu .sys_current_item A:Hover {
	background-color: #19485A; background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/current_folder_item_mouseover.gif"); background-position:128px; background-repeat:no-repeat; color: #fff; text-decoration: underline;
}

.sys_current_folder {font-weight: bold;}

.sys_menu .sys_current_folder A {
	background-color: #003448; background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/current_folder_selected.gif"); background-repeat:no-repeat; background-position:128px;  color: #fff; text-decoration: none;
}
.sys_menu .sys_current_folder A:Hover {
	background-color: #19485A; 
	background-image:url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/current_folder_selected.gif");
	background-repeat: no-repeat;
	background-position:128px; 
	color: #FFF;text-decoration: underline; border: 0;
}

.sys_parent_folder {font-weight: bold;}

.sys_menu .sys_parent_folder A {
	background-color: #003448;
	background-image:url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/up_arrow.gif"); 
	background-position:128px; 
	background-repeat:no-repeat;
	color: #ffffff;
	text-decoration: none;
}

.sys_menu .sys_parent_folder A:Hover {
	background-color: #19485a;
	background-image: url("http://test.pontypooljazzinthepark.contensis.co.uk/SiteElements/images/menu/current_folder_selected.gif");
	background-repeat:no-repeat;
	background-position:128px;
	text-decoration: underline;
	color: #fff;
}

/*    END OF MAIN MENU FUNCTIONALITY     */


/* -------- SEARCH FACILITY STYLES -------- */

#system_search {
padding: 0;
font-weight: normal;
}

.sys_search_results {
	float:left;
}

.sys_searchresultswrapper {
	font-size: 80%;
}

/* .sys_searchresultswrapper a:link, .sys_searchresultswrapper a:active, .sys_searchresultswrapper a:visited {
color: #000;
text-decoration: underline;
padding-bottom: 4px; */
}

.sys_searchresultswrapper a:hover {
color: #000;
text-decoration: underline;
}

.sys_didyoumean {}

.sys_didyoumean a:link, .sys_didyoumean a:active, .sys_didyoumean a:visited {
color: #000;
text-decoration: underline;
}

.sys_didyoumean a:hover {
color: #000;
text-decoration: underline;
}

.system_spaninline {
display: inline;
font-weight: bold;
}

/*======================================================================*/

/* KERI'S EXTRA CODE - for formatting the searh results title, content & full path */


/*== Controls the title link text //==*/
.sys_searchtitlelink {
	padding-bottom: 4px; 
}

.sys_searchtitlelink a {
	color: #000 /* TEXT COLOUR */
}

.sys_searchtitlelink a:hover {
	color: #003448 /* DARK BLUE TEXT COLOUR */
}


/*== Controls the main text content area //==*/
.sys_searchtext {
	color: #000; /* TEXT COLOUR */ 
	margin-bottom: 4px; 
}


/*== Controls the full path link //==*/
.sys_searchFullpathLink {
	font-size: 90%;
}

.sys_searchFullpathLink a {
	text-decoration: none !important; 
	color: #00f !important; /* TEXT COLOUR OF FULL PATH LINK - CURRENTLY SET AT BLUE */ 
	margin: 0;
}

.sys_searchFullpathLink a:hover {
	color: #00f !important; /* TEXT COLOUR [LINK HOVER]
	text-decoration: underline;
}


/* -------- END OF SEARCH FACILITY STYLES -------- */
