@charset "utf-8";

/*@import url('csc.css');*/

body  {
	font: 0.7em Verdana;
	background: #9c9d9f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr #container { 
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/BG.gif) repeat-y;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD url(images/BGHeader.gif) no-repeat; 
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#imageGallery { 
	float: right;
	width: 392px;
	height: 115px;
	padding: 15px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-right: 8px solid transparent;
	overflow: hidden;	
}

div#imageGalleryPhoto { 
	position: absolute;
	top: 25px;
	height: 115px;
	overflow: hidden;
	float: right;
	z-index: 0;
}

#translationLinksA {
	position: absolute;
/*	right: 0px;*/
	top: 25px;
	width: 190px;
	height: 30px;
	padding-left: 203px;
	float: right;
	z-index: 10;
	text-align: right;
}

#translationLinksA a {
	color: #FFFFFF;
	text-decoration: none;
}

#translationLinksA a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div#headerLanguageLinkENA {
	float: left;
	background: url(http://powys.info-engine.org.uk/fileadmin/templates/images/translationBoxEnglish.gif) no-repeat;
	padding-top: 2px;
	width: 94px;
	height: 30px;
	z-index: 10;	
	text-align: center;
}

div#headerLanguageLinkCYA {
	float: right;
	background: url(http://powys.info-engine.org.uk/fileadmin/templates/images/translationBoxEnglish.gif) no-repeat;
	padding-top: 2px;
	width: 94px;
	height: 30px;
	z-index: 10;
	text-align: center;	
}

#topNavigation {
	background: #transparent;
	padding: 15px 0px 0px 0px;
	width: 275px;
	height: 28px;
}

#topNavigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#topNavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.navTL {
/*background: #b3d2d3 0 0 no-repeat;*/
}

.navTR {
/*background: #b3d2d3 100% 0 no-repeat;*/
padding: 3px 10px;
}
 
.navBR {
background: url(images/topNavRight.gif) 100% 100% no-repeat;
}

.navBL {
background: #b3d2d3 url(images/topNavLeft.gif) 0 100% no-repeat;
width: 350px;
text-align: center;
}

.logo {
	float: left;
	padding: 0px 0px;
	z-index: 0;
}

.thrColFixHdr #newsTicker {
	background: #b3d2d3;
	padding: 0px;
	height: 22px;
	float: left;
	width: 568px;
	margin-left: 20px;
	color: #006a6b;
}

.rssImage {
	float: left;
	width: 22px;
}

.rss {
	float: right;
	padding-left: 150px;
	background: #b3d2d3;
	padding: 5px 0px 4px 0px;
	color: #006a6b;	
	z-index: 10;
	overflow: hidden;
}

.thrColFixHdr #dateBox {
	background: #8cbcbc url(images/dateRight.gif) right top no-repeat;
	padding: 5px 0px 4px 0px;
	width: 194px;
	text-align: center;
	float: right;
	margin-right: 28px;	
	color: #FFFFFF;
	font-weight: bold;
	z-index: 10;	
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 46px 15px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent { 
	margin: 0 225px 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 395px;
}

/* This is the main categories banner at top of main content box */

.thrColFixHdr #mainCategoriesHeader {
	background: url(images/BGMainCatsBox.gif) no-repeat right top;
	color: #FFFFFF;
	font-weight: bold;
}

.thrColFixHdr #mainContentBox {
	background: #FFFFFF;
	padding: 10px 20px;
}

#mainContentBox h1 {
	font-size: 1.2em;
	color: #e85c0f; 
}

#mainContentBox ul {
	padding-left: 30px;
}

#mainContentBox li {
	list-style-type: square;
}

/* Boxes that go down the right hand side */

/* Search Box */

#searchBoxHeader {
	background: url(images/BGSearchBox.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	width: 194px;	
}

#searchBox {
	background: url(images/BGSearchBoxMain.gif) no-repeat;
	height: 269px;
	width: 194px;
}

#searchBoxReduced {
	background: url(images/BGSearchBoxReduced.gif) no-repeat;
	height: 122px;
	width: 194px;
}

.searchBoxLayout {
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.searchBoxField {
	border: 1px solid #333333;
	font-size: 1.0em;
	padding: 4px 0px;
	width: 130px;
}

.ShortlistBoxField {
	border: 1px solid #333333;
	font-size: 1.0em;
	padding: 4px 0px;
	width: 200px;
}

.searchBoxOptions {
	padding: 5px 10px;
	text-align: left;
	color: #FFFFFF;
}

/* Normal Box */

#normalBoxHeaderRight {
	background: url(images/BGNormalBoxes.gif) no-repeat;
	color: #006a6b;
	font-weight: bold;
	height: 22px;
	width: 194px;	
}

#normalBoxRight {
	background: #FFFFFF url(images/BGNormalBoxBase.gif) no-repeat bottom;
	width: 194px;
	padding: 5px 0px;
}

#normalBoxRight p {
	padding: 0px 10px;
}

#normalBoxRight ul {
	list-style-type: none;
	padding: 10px 10px;
	margin: 0px;
}

#normalBoxRight li {
	padding: 2px 0px;
	margin: 0px;
}

#normalBoxRight a {
	color: #e85c0f;
	text-decoration: none;
}

#normalBoxRight a:hover {
	color: #e85c0f;
	text-decoration: underline;
}

/* Boxes that go down the right hand side */

/* Navigation Box */

#navigationBoxHeader {
	background: url(images/BGNormalBoxes.gif) no-repeat right;
	color: #006a6b;
	font-weight: bold;
	height: 22px;
	width: 143px;	
}

#navigationBox {
	background: #FFFFFF url(images/BGNormalBoxBase.gif) no-repeat bottom;
	width: 143px;
	padding: 5px 0px;
}

#navigationBoxHeader a {
	color: #006a6b;
	text-decoration: none;
}

#navigationBox ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
/*border-bottom: 1px solid #006a6b;*/
}

navigationBox li {
margin: 5px 0px 5px 0px;
/*border-bottom: 1px solid #67A14D;*/
}

#navigationBox a {
display: block;
padding: 2px 2px 5px 10px;
text-decoration: none; /*lets remove the link underlines*/
}

.menu-lvl-1 a:link, .menu-lvl-1 a:active, .menu-lvl-1 a:visited, .menu-lvl-2 a:link, .menu-lvl-2 a:active, .menu-lvl-2 a:visited {
color: #006a6b;
}

.menu-lvl-1 a:hover, .menu-lvl-2 a:hover {
color: #e85c0f;
}

.menu-lvl-1 {
width:130px;
padding: 0px 0px 0px 0px;
}

.menu-lvl-2 {
width:120px;
padding: 0px 0px 0px 10px;
}

.menu-lvl-3 {
width:110px;
padding: 0px 0px 0px 20px;
}

.menu-lvl-3 a:link, .menu-lvl-3 a:active, .menu-lvl-3 a:visited {
color: #e85c0f;
}

.menu-lvl-3 a:hover {
color: #006a6b;
}

hr {
	height: 1px;
	color: #006a6b;
	margin-left: 15px;
}


/* Generic Text Links */

div#mainContent a, div#newsFeed a {
color: #006a6b;
text-decoration: none;
}

div#mainContent a:hover, div#newsFeed a:hover {
color: #006a6b;
text-decoration: underline;
}

/* What People are Searching For */

#whatPeopleAreSearchingFor {
	padding: 0px 10px;
	color: #FFFFFF;
}

#whatPeopleAreSearchingFor .titleText {
	font-size: 1.3em;
	text-weight: bold;
}

#whatPeopleAreSearchingFor .searchTermsBox {
	padding: 10px;
	height: 150px;
	overflow: hidden;
}

.searchTermsGreenText {
	font-size: 1.3em;
	color: #006a6b;
}

.searchTermsGreenText a {
	color: #006a6b;
	text-decoration: none;
}

.searchTermsGreenText a:hover {
	color: #006a6b;
	text-decoration: underline;
}

.searchTermsWhiteText {
	color: #FFFFFF;
}

.searchTermsWhiteText a {
	color: #FFFFFF;
	text-decoration: none;
}

.searchTermsWhiteText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer CSS */

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/BGFooter.gif) no-repeat bottom left;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#spacerBar {
	clear:both;
	height: 10px;
}

/* ADDED FOR HOME PAGE COLUMN LAYOUT */
#breadcrumbs {
	padding: 0px 0px 10px 0px;	
}

#breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000000;
	text-decoration: underline;
}

.home_page_cat_name {
	padding: 5px 0px;	
	vertical-align: top;
	font: 0.7em verdana;
}

.home_page_cat_desc {

	margin: 0px; 
	padding: 0px;
	
}

.colclear { 
	position: relative;
	clear: both; 
}

.td_heading {
	font: 0.7em verdana;
	font-weight: bold;
}

h2 {
	padding: 10px 0px;
	font: 1.25em verdana;
	font-weight: bold;	
	color: #006a6b;
}

.shortlist_links {
	font-size: 0.9em;
	color: #e85c0f;
}

.shortlist_links a {
	text-decoration: none; 
	color: #e85c0f;
}

.shortlist_links a:hover {
	text-decoration: underline; 
}

.shortlistDataHeader {
font: 0.7em Verdana bold;
background: #d9e9e9;
color: #006a6b;
padding: 5px 0px;
}

/* Refine Search Box */

.refineSearchTL {
background: url(images/refineSearchTopLeft.gif) 0 0 no-repeat;
}

.refineSearchTR {
background: url(images/refineSearchTopRight.gif) 100% 0 no-repeat;
padding: 3px 10px;
}
 
.refineSearchBR {
background: url(images/refineSearchRight.gif) 100% 100% no-repeat;
}

.refineSearchBL {
background: #e85c0f url(images/refineSearchLeft.gif) 0 100% no-repeat;
width: 350px;
/*height: 50px;*/
text-align: center;
color: #FFFFFF;
}

.refineSearchText {
	padding: 9px;
}

/* Form Fields etc */

.textBox {
	border: 1px solid #000000;
}

.TextAreaField {
	font: 1.0em Tahoma;
}

.stdButton {
	border: 1px solid #000000;
	background: #e85c0f;
	color: #FFFFFF;
	font: 1.0em Tahoma;
}

.stdTable {
	font: 1.0em Tahoma;
}

.formField {
	font-size: 1.0em;
	border: 1px solid #333333;
}

.manageSearchResults {
padding-bottom: 5px;
}

/* Advanced Search Box */

.advanceSearchTL {
background: url(images/asbTL.gif) 0 0 no-repeat;
}

.advanceSearchTR {
background: url(images/asbTR.gif) 100% 0 no-repeat;
padding: 3px 10px;
}
 
.advanceSearchBR {
background: url(images/asbBR.gif) 100% 100% no-repeat;
}

.advanceSearchBL {
background: #d9e9e9 url(images/asbBL.gif) 0 100% no-repeat;
width: 350px;
/*height: 50px;*/
vertical-align: middle;
text-align: left;
color: #006a6b;
}

.advanceSearchText {
	margin-bottom: 10px;
}

.caveatText a {
color: #e85c0f;
text-decoration: none;
}

.caveatText a:hover {
color: #e85c0f;
text-decoration: underline;
}

.thrColFixHdr #mainAnnouncementHeader {
	background: url(images/BGAnnouncementBox.gif) no-repeat right top;
	color: #FFFFFF;
	font-weight: bold;
}

.tblBG {
background: #d9e9e9;
}

.ShortlistBoxField {
	border: 1px solid #333333;
	font-size: 1.0em;
	padding: 4px 0px;
	width: 220px;
}