/* ### Globals ### */

html, body {
	margin: 0; padding: 0;
	background: #ececec;
	font-size: 12px;
	font-family: 'Verdana', sans-serif;
	color: #636363;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: normal;
}

ul, ol {
	margin: 0; padding: 0;
	list-style-type: none;
}

a {
	color: #636363;
	text-decoration: underline;
}

.textbox {
	padding: 3px;
	font-family: 'Arial', sans-serif;
	border: 0;
}

::-moz-selection { 
	background: #8cc53f;
	color: #ffffff;
}
.darkgreen ::-moz-selection { 
	background: #00793e;
	color: #ffffff;
}

::selection { 
	background: #8cc53f;
	color: #ffffff;
}
.darkgreen ::selection { 
	background: #00793e;
	color: #ffffff;
}

.moreinfo {
	background: url(../images/arrow.png) no-repeat right center;
	float: right;
	color: #709B35;
	padding: 0 13px 0 0;
	margin: 0 5px 0 0;
	text-decoration: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* ### Generics ### */

.box {
	background: #ffffff;
	margin: 20px 0;
	position: relative;
}
.box .content {
	padding: 15px;
	overflow: hidden;
}

.box .content h1 {
	font-size: 2.0em;
	padding: 4px 0 7px 0;
}

.box .content h2 {
	font-size: 1.7em;
	padding: 4px 0 7px 0;
}

.box .content h3 {
	font-size: 1.3em;
	padding: 4px 0 7px 0;
}



.box .content ul,
.box .content ol {
	margin: 0 0 0 30px;
	padding: 10px 0;
}

.box .content ul li {
	list-style: disc;
}

.box .content ol li {
	list-style: decimal;
}

.warning {
	color: #7daf3a;
	font-weight: bold;
}

.highlight {
	background: yellow;
	font-weight: bold;
}




.box .index {
	background: url('../images/index_darkgreen.png') top right no-repeat #028143;
	position: absolute;
	top: 0; right: 0;
	color: #ffffff;
	height: 73px;
	width: 54px;
	float: right;
	text-align: center;
}
.box .index span {
	font-family: 'Arial', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 46px;
}
.box .type {
	background: url('../images/type_left.png') top left no-repeat #8dc63f;
	position: absolute;
	top: 10px; right: 10px;
	padding: 0 0 0 18px;
}
.box .type span {
	background: url('../images/type_right.png') top right no-repeat;
	display: block;
	padding: 0 18px 0 0;
	line-height: 38px;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 1.9em;
	font-weight: normal;
}
.box .image {
	border-top: 1px solid #012e1a;
}
.box .image img,
.box .image a {
	display: block;
	border: 0;
}


.header .title {
	background: url('../images/title_left_green.png') top left no-repeat #7daf3a;
	zoom: 1;
}
.header .title span {
	background: url('../images/title_right_green.png') top right no-repeat;
	display: block;
	padding: 5px 15px;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	zoom: 1;
}
.header .title span span {
	padding: 0;
	background: none;
	font-size: 1em;
}


.rounded_top .title  {
	background: url('../images/rounded_left.png') top left no-repeat !important;
	padding: 10px 0 0 0;
}
.rounded_top .title span {
	background: url('../images/rounded_right.png') top right no-repeat !important;
	padding: 5px 15px 0 15px;
	display: block;
	font-family: 'Arial', sans-serif;
	font-size: 4em;
	line-height: 1em;
	color: #8dc63f;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -2px;
}
.rounded_top .title span span {
	padding: 0;
	background: none !important;
	font-size: 1em;
}
.rounded_top .content {
	padding-top: 5px;
}


.rounded_bottom {
	background: url('../images/rounded_bottom_left.png') left bottom no-repeat #ffffff;
}
.rounded_bottom  .content {
	background: url('../images/rounded_bottom_right.png') right bottom no-repeat;	
}


.more {
	background: url('../images/more_right_green.png') right bottom no-repeat #648d2c;
	line-height: 1.2em;
	zoom: 1;
}
.more a {
	background: url('../images/more_left_green.png') left bottom no-repeat;
	display: block;
	padding: 8px 5px 9px 35px;
	color: #ffffff;
	text-decoration: none;
}


.imp {
	background: url('../images/info_imp.png') 0 2px no-repeat;
	padding-left: 25px;
}


.info {
	overflow: hidden;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
.info dt {
	font-weight: bold;
	color: #7daf3a;
	float: left;
	clear: both;
	padding: 8px 5px 8px 0;
}
.info dd {
	padding: 8px 0;
}
.info .imp {
	background-position: 0 8px;
	padding-left: 25px;
	height: 19px;
}


.key {
	overflow: hidden;
}
.key .item {
	float: left;
	clear: both;
	width: 74px;
	margin: 0 7px 0 0;
	line-height: 1.2em;
	padding: 5px 0 8px 0;
	list-style: none !important;
}
.key .alt {
	clear: none;
	*float: none;
}
.key a {
	display: block;
	color: #464646;
	font-weight: bold;
	overflow: hidden;
}
.key img {
	display: block;
	border: 0;
	position: relative;
}
.key span {
	display: block;
	padding: 2px 0;
	text-align: center;
}


.small_key {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 0 6px !important;
}
.small_key li {
	background: url('../images/small_key_left.png') no-repeat #dedbdb;
	float: left;
	margin: 2px;
	list-style: none !important;	
}
.small_key a {
	background: url('../images/small_key_right.png') top right no-repeat;
	float: left;
	height: 46px;
	padding: 4px 6px 4px 4px;
	color: #363636;
	font-weight: bold;
	font-size: 0.8em;
	width: 144px;
	line-height: 1.2em;
}
.small_key img {
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
.small_key .extra {
	overflow: hidden;
	display: block;
	width: 92px;
	height: 44px;
}


.pagination {
	background: url('../images/pag.png') no-repeat top left;
	//float: right;
	color: #ffffff;
	margin: 0 0 15px 0;
	overflow: hidden;
	width:576px;
	height:30px;
	padding:5px 0 0 7px;
	font-weight:bold;
}
/*
.pagination ul {
	background: url('../images/bar_right.png') top right no-repeat;
	overflow: hidden;
	padding: 0 5px;
}
*/

.pagination li {
	//float: left;
	line-height: 1em;
	font-weight: bold;
	margin: 0 1px;
}
.pagination span {
	padding: 4px 2px 5px 2px;
	//float: left;
}
.pagination a {
	color: #ffffff;
	text-decoration: none;
	//float: left;
	padding:1px 4px;
}
.pagination .selected,
.pagination a:hover {
	background: url('../images/pagination_selected.png') left 0px no-repeat;
	color: #7daf3a;
}
.pagination .selected span,
.pagination a:hover span {
	background: url('../images/pagination_selected_right.png') right 1px no-repeat;
}
.pagination .previous {
	background: url('../images/pagination_previous.png') left center no-repeat;
	padding: 4px 10px 5px 20px;
	color: #dbeac5;
}
.pagination .next {
	background: url('../images/pagination_next.png') right center no-repeat;
	padding: 4px 20px 5px 10px;
	color: #dbeac5;
}
.pagination .previous a,
.pagination .next a {
	background: none;
	color: #ffffff;
}

.pagination .pagePrevNext a{
	padding:1px 0;
}

.pagination .pagePrevNext a:hover{
	background:none;
	color:#fff;
	text-decoration:underline;

}

.pagePrevNext{
margin:0 5px 0 8px;
}


.bar {
	background: url('../images/bar_left.png') no-repeat top left #7daf3a;
	overflow: hidden;
	clear: both;
	margin: 15px 0;
	width: 574px;
}
.bar span {
	background: url('../images/bar_right.png') top right no-repeat;
	display: block;
	line-height: 1em;
	padding: 4px 10px 5px 10px;
	color: #ffffff;
	font-weight: bold;
}
.bar a {
	color: #ffffff;
	text-decoration: underline;
}


.form {
	overflow: hidden;
	clear: both;
	padding: 10px 0 20px 0;
}

.form form {
	margin: 0;
}

.form .single {
	padding: 3px 0;
}
.form label {
	display: block;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	font-size: 1.2em;
	margin: 6px 0 4px 0;
}
.form select {
	border: 0;
	margin: 1px 0;
	font-family: 'Arial', sans-serif;
}

.form .col {
	float: left;
	width: 274px;
}


/* ### Colours ### */


.darkgreen .title {
	background-color: #006236;
	background-image: url('../images/title_left_darkgreen.png');
	padding: 0;
}
.darkgreen .title span {
	background-image: url('../images/title_right_darkgreen.png');
}
.darkgreen_title .title span {
	color: #006236;
}
.darkgreen .more {
	background-color: #006236;
	background-image: url('../images/more_right_darkgreen.png');
}
.darkgreen .more a {
	background-image: url('../images/more_left_darkgreen.png');
}
.darkgreen .info dt {
	color: #006236;
}


/* ### Structure ### */

#header {
	background: #ffffff;
}

#logo {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0;
}
#logo a {
	background: url('../images/logo.png') no-repeat;
	width: 279px;
	height: 89px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}

#nav {
	background: url('../images/nav_repeat.png') repeat-x top #2f2f2f;
}
#nav ul {
	width: 770px;	
	margin: 0 auto;
	overflow: hidden;
}
#nav li {
	float: left;
	padding: 0 10px 0 0;
}
#nav a {
	background: url('../images/nav.png') 0 0 no-repeat;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	color: #ffffff;
}

#nav .home a  {
	background-position: 0 0;
	width: 66px;
}
#nav .home .active,
#nav .home a:hover  {
	background-position: 0 -35px;
}
#nav .search a {
	background-position: -66px 0;
	width: 70px;
}
#nav .search .active,
#nav .search a:hover  {
	background-position: -66px -35px;
}
#nav .help a {
	background-position: -136px 0;
	width: 52px;
}
#nav .help .active,
#nav .help a:hover  {
	background-position: -136px -35px;
}


#nav .admin a {
	background-position: -188px 0;
	width: 70px;
}
#nav .admin .active,
#nav .admin a:hover  {
	background-position: -188px -35px;
}


/*CYM*/

#nav .Catref a  {
	background-position: 0 -70px;
	width: 66px;
}
#nav .Catref .active,
#nav .Catref a:hover  {
	background-position: 0 -105px;
}
#nav .Chwilio a {
	background-position: -66px -70px;
	width: 70px;
}
#nav .Chwilio .active,
#nav .Chwilio a:hover  {
	background-position: -66px -105px;
}
#nav .Cymorth a {
	background-position: -136px -70px;
	width: 52px;
}
#nav .Cymorth .active,
#nav .Cymorth a:hover  {
	background-position: -136px -105px;
}


#nav .Golygu a {
	background-position: -188px -70px;
	width: 70px;
}
#nav .Golygu .active,
#nav .Golygu a:hover  {
	background-position: -188px -105px;
}

/**/



#nav .langtogglecym,
#nav .langtoggle {
	float: right;
	padding: 0 0 0 10px;
}

#nav .langtoggle a {
	background-position: -258px 0;
	width: 82px;
}
#nav .langtoggle .active,
#nav .langtoggle a:hover  {
	background-position: -258px -35px;
	width: 82px;
}

#nav .langtogglecym a {
	background-position: -258px -70px;
	width: 82px;
}
#nav .langtogglecym .active,
#nav .langtogglecym a:hover  {
	background-position: -258px -105px;
	width: 82px;
}




#holder {
	width: 770px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 30px 0;
}

#side {
	width: 185px;
	float: right;
	min-height: 1px;
}
#side .key {
	margin: 0 -8px 0 0;
}

#page {
	overflow: hidden;
	padding: 0 10px 0 0 ;
}
#page .end {
	clear: both;
}

#admin_login {
	float: left;
	width: auto;
	margin: 0;
}


/* ### Specific ### */

#map {
	position: relative;
}
#map .search_again {
	background: url('../images/search_again_left.png') top left no-repeat #ffffff;
	position: absolute;
	top: 6px; right: 10px;
	margin: 0;
}
#map .search_again a {
	background: url('../images/search_again_right.png') top right no-repeat;
	display: block;
	color: #719d34;
	text-decoration: none;
	padding: 1px 8px 2px 8px;
	font-weight: bold;
}
#map .tip {
	margin: 0;
	border-top: 1px solid #527426;
	background: url('../images/tip_left.png') bottom left no-repeat #82b53b;
	color: #ffffff;
	font-family:'Arial',sans-serif;
	font-size:1.5em;
	line-height:1.2em;
	font-weight: bold;
}
#map .tip span {
	background: url('../images/tip_right.png') bottom right no-repeat;
	display: block;
	padding: 4px 10px 7px 30px;
}
#map .tip span span {
	background: none;
	padding: 0;
}
#map img {
	display: block;
}
#map .alt {
	background: url('../images/map.jpg') no-repeat;
	padding: 25px;
	width: 525px;
	height: 353px;
	line-height: 1.8em;
}
#map .alt h2 {
	font-size: 1.8em;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	line-height: 1em;
}
#map_canvas {
	width: 575px;
	height: 403px;
}

/***LOGIN & SEARCH BOXES***/

#box {
	background: url('../images/search_top.png') top left no-repeat #8dc63f;
	width: 574px;
	position: relative;
	color: #ffffff;
	margin: 20px 0;
	padding: 14px 0 0 0;
}
#box .content {
	background: url('../images/search_bottom.png') bottom left no-repeat;
	padding: 20px 100px 20px 100px;
	min-height: 256px;
}

.login .content {
	padding: 20px 75px 20px 100px !important;
}

#box h1,
#box h2 {
	font-family: 'Arial', sans-serif;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: -1.5px;
	line-height: 1em;
}
#box h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
#box label {
	width: 250px;
}
#box .textbox {
	width: 350px;
}
#box select {
	width: 356px;
}


#search_info h4 {
	color: #709b35;
	font-family: 'Arial', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 0 4px 0;
}
#search_info .content {
	padding: 5px 15px 15px 15px;
}
#search_info p {
	margin: 0;
}
#search_info select {
	width: 150px;
	margin: 5px 0 0 0;
}
#search_info .imp {
	font-weight: bold;
	line-height: 1.2em;
	padding: 5px 0 5px 25px;
	background-position: 0 6px;
}


#search_icon {
	background: url('../images/search_icon.png') no-repeat;
	width: 126px;
	height: 126px;
	position: absolute;
	top: 13px; left: -35px;
}

#search_icon_small {
	background: url('../images/search_icon_small.png') no-repeat;
	width: 87px;
	height: 87px;
	position: absolute;
	top: 15px; left: -14px;
}

.search_summary {
	background: url('../images/box_top.png') top left no-repeat #8dc63f !important;
}

.search_summary .content {
	min-height: 1px !important;
	padding: 10px 15px 5px 15px !important; 
}

.search_summary label ,
.search_summary .label,
.search_summary .control {
	float: left;
	font-weight: bold;
	width: auto !important;
}

.search_summary label ,
.search_summary .label {
	padding:  0 5px 0 0;
}

.search_summary select {
	width: 75px !important;
}

.search_summary .radius {
	clear: both;
	overflow: hidden;
	float: right;
	text-align: right;
	padding: 3px 0 5px 0;
}

.search_summary .radius .control {
	margin: 0;
}

.search_summary .info {
	background: url(../images/tip.png) no-repeat scroll left 3px;
	padding: 0 0 0 26px;
	line-height: 1.8em;
}

.search_summary .content {
	overflow: hidden;
}


.search_summary .viewmore a {
	color: #ffffff;
}

.search_summary .submit {
	margin: -3px 0 0 5px;
	float: left;
}

.password  {
	overflow: hidden;
}

.password .textbox {
	float: left;
}

.login .forgot_password a,
.error {
	color: #000;
	font-weight: bold;
}

.login .submit {
	float: right;
	margin: -2px 0 0 0 !important;
}

.mainsearch .submit {
	float: left;
}

.submit {
	margin: 15px 0 0 0;
	display: block;
}

.advanced {
	float: right;
	margin: 15px 24px 0 0;
	color: #ffffff;
	font-weight: bold;
}

.forgot_password {
	margin: 0;
	padding: 10px 0;
}

.remember {
	padding: 10px 0 0 0;
}

.remember input {
	margin: 5px 5px 0 0;
}

.details {
	position: relative;
}

.details  .details_summary {
	background: url(../images/details.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 574px;
	height: 28px;
	text-align: center;
	padding: 5px 0 0 0;
}

.details .keyboard {
	width: 434px;
}

.details .keyboard  li{
	background: url(../images/btn_keyboard.png) no-repeat;
	width: 38px;
	height: 24px;
	float: left;
	text-align: center;
	padding: 3px 0 4px 0;
	font-size: 1.2em;
}

.details .keyboard .active {
	background: url(../images/btn_keyboard_active.png) no-repeat;
	color: #8ec63f;
}

.details .keyboard .active a {
	color: #8ec63f;
}

.details .keyboard  .search_all {
	background: url(../images/btn_search_all.png) no-repeat;
	width: 108px;
	height: 26px;
	text-indent: -5000px;
	padding: 3px 0 0 0;
	margin: 2px 0 0 3px;
	cursor: pointer;
}

.details .keyboard a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.matches {
	width: 574px;
}

.matches .list {
	background: url(../images/rounded_left.png) no-repeat left top;
}

.matches .list_inner {
	background: url(../images/rounded_right.png) no-repeat right top;
	padding: 12px 0 20px 0;
}

.matches  .content {
	padding: 0;
}

.matches .info {
	font-size: 1em;
	padding: 5px 0 8px 20px;
	border-bottom: 1px solid #dad9d9;
}

.matches .last {
	border: none;
}

.matches .info dt ,
.matches .info dd {
	padding: 3px 10px 3px 0;
}

.matches .info a,
.matches .info dd {
	color: #006236;
}


.login_details .title {
	text-indent: -5000px;
}

.login_details .content {
	padding: 5px 15px 5px 10px;
	width: 160px;
	overflow: hidden;
}

.login_details p {
	padding: 1px 0;
	margin: 0;
	color: #006236;
	font-weight: bold;
}

.login_details a {
	color: #018048;
	text-decoration: none;
}

.login_details .logout {
	margin: 5px 0 0 0;
}



.update_details .content {
	padding: 5px 0 20px 0 !important;
}



.update_details .form .col label,
.update_details .form .col .textbox {
	width: 256px !important;
}

.update_details .btn_save {
	overflow: hidden;
}

.update_details .btn_save input {
	float: right;
	margin: 15px 10px 0 0;
} 

.update_details .border {
	background: url(../images/form_small_top.gif) no-repeat center top;
	margin: 10px 0 0 0;
	padding: 0 0 0 7px;
}

.update_details .border_wide {
	overflow: hidden;
	clear: both;
	padding: 0 0 6px 0;
}

.update_details .border_wide_inner {
	background: url(../images/form_large_top.gif) no-repeat center top;
	padding: 1px 0 0 10px;
	width: 548px;
	margin: 10px 0 0 8px;
	clear: both;
}

.update_details .border_wide_inner .textbox {
	width: 537px !important;
}

.update_details .border_wide p {
	padding: 0 5px;
}

.update_details .col {
	margin: 0 4px 0 7px;
	display: inline;
}

.update_details  h3 {
	position: relative;
	bottom: 10px;
	left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.update_details  h3 span {
	background: #8dc63f;
	padding: 0 6px;
}

.update_details table td {
	overflow: hidden;
	width: 269px;
}

.update_details table input {
	float: left;

}

.update_details table label {
	margin: 0;
	width: auto !important;
}


.update_details .col_footer {
	background: url(../images/form_small_bottom.gif) no-repeat center top;
	height: 8px;
}

.update_details .col_footer_wide {
	background: url(../images/form_large_bottom.gif) no-repeat center top;
	height: 8px;
}
.update_details #map_canvas {
	width: 542px;
}

.update_details .details_intro {
	padding: 0 0 0 85px;	
}


.details_intro h2 {
	margin: 9px 0 0 5px !important;
	font-weight: normal !important;
}

.details_intro p {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 10px 0;
}

.details_intro a {
	color: #ffffff;
}


.material_type label {
	font-weight: bold;
}

.material_type .list {
	padding: 20px 0 0 0;
}

.material_type .item {
	overflow: hidden;
	padding: 0 0 15px 0;
	float:left;
	width:270px;
}

.material_type .image {
	width: 100px;
	min-height: 100px;
	float: left;
	border: none;
	overflow: hidden;
}

.material_type .image img {
	margin: auto;
}

.material_type .description {
	overflow: hidden;
	padding: 0 0 0 15px;
}


.material_type h3 {
	font-size: 1.2em !important;
	padding: 0 !important;
	font-weight: bold;
}

#admin_home li {
	list-style: none !important;
}


.service .item {
	overflow: hidden;
}

.service .icon {
	float: left;
	padding: 0 0 15px 10px;
}

.service h3 {
	color: #709B35;
	padding: 0 0 10px 0;
}

.service .summary {
	padding: 0 0 10px 0;
}

.service .description {
	overflow: hidden;
	padding: 0 10px;
	clear: both;
}

.service .service_description {
	padding: 5px 0;
}

.feature {
	zoom: 1;
}

.feature .content {
	padding: 0 0 25px 0 !important;
	position: relative;
}

.feature p {
	margin:0;
}

