/*		Main Content Styles		*/

body {
	
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;	
}
	
p {
	padding: 2px 0 5px;
	margin: 2px 0;
}

.white_link,
a.white_link:link,
a.white_link:visited {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a.white_link:hover
{
	text-decoration: underline;
}


ul {
	list-style: none;	
}

li
{
	list-style-type: circle;	
}

#news li
{
	padding: 2px 0;
	margin: 2px 0;
	list-style-image: url('images/hand_12.gif');
}

#content li a:link,
#content li a:visited
{
	list-style: none;
}


a:link, 
a:visited {
	color: #5c8727;
}

a:hover,
a:active {
	text-decoration: none;	
}

.sidebar img {
	display: block;
	margin: 0 auto;	
}

.textsize {
	color: #FFF;
	font-size: 12px;
	text-align: center;	
	padding: 10px 4px;	
}

.textsize a:link,
.textsize a:visited {
	color: #FFF;
	font-size: 12px;	
	padding-left: 18px;
}

.textsize a:hover,
.textsize a:active  {
	text-decoration: none;
}


#content {
	color: #444;
    padding: 135px 20px 30px 20px;
    font-size: 11px;
    line-height: 1.3em;
    width: 548px;
    float: left;
}

#rhs {
	padding: 195px 0px 0px 0px;
	width: 185px;
	float: left;
}

#content ul {
	padding: 0;
	margin: 5px 0 5px 30px;	
}

#content ul li {
	padding: 1px 0;
	margin: 0;	
}
	
#index-page {
	color: #444;
    padding: 135px 20px 30px 20px;
    font-size: 11px;
    line-height: 1.3em;
}

#index-page ul {
	padding: 0;
	margin: 5px 0 5px 30px;	
}

#index-page ul li {
	padding: 1px 0;
	margin: 0;	
}

#news ul {
	color: #333;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}

#news ul a:link,
#news ul a:visited {
	color: #333;	
}

#postcode_search {
	/*background: url(images/victoria.jpg) no-repeat center center;*/
/*	height: 40px;*/
	margin: 0px auto;
	padding: 0 20px 0 0;
	text-align: center;
	width: 90%;  
}

#postcode_search td heading,
#postcode_search label
{
	color: #000;	
}

#postcode_wrapper {
	background: url('images/victoria.jpg') no-repeat 65px 8px;	
	padding: 0 0 45px 0; 
}

#postcode_wrapper2 {
	background: url('images/victoria.jpg') no-repeat 20px 25px;	
	padding: 0 0 45px 0; 
}


.header {
	color: #4a620c;
	font-size: 10pt;
	background: #ebbe3f;
	font-weight: bold;	
}

/*		Table Styles		*/

table.resource_table {
	border: 0; 
	margin: 0;
	padding: 0;	
	font-size: 11px;
}
	
table.resource_table td {
	padding: 15px 6px 6px 3px;
}

table.resource_table tr.resource_table:hover,
table.resource_table tr.resource:hover,
table.resource_table tr.alt_resource:hover {
	background: #eeeeee;	
}

table.resource_table tr.resource_table td,
table.resource_table tr.resource td,
table.resource_table tr.alt_resource td {
	border-top: 1px dotted #eeeeee;	
	border-bottom: 1px dotted #dddddd; 
}


/*		Footer Styless		*/

#footer
{
	background: #314853;
	border: 0;
	color: #FFF;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	width: 1003px;

}

#clc-footer
{
	background: #C46E31;
	border: 0;
	color: #FFF;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	width: 1003px;

}

#clc-footer a:link,
#clc-footer a:visited {
	color: #FFF;	
}


#footer a:link,
#footer a:visited {
	color: #FFF;	
}

#footer a:hover,
#footer a:active {
	text-decoration: none;	
}

#subfooter {
	text-align: right;
	margin: 0 auto;
	padding: 0 0 15px 0;	
	width: 980px; 
}

#subfooter a:link,
#subfooter a:visited {
	color: #000;	
	font-size: 10px;
	text-decoration: none;
}

#subfooter a:hover,
#subfooter a:active {
	text-decoration: underline;
}





/* 		Rounded Fluid Box 		*/
.box,
.box-left,
.box-right {
	background: url('images/box_bottomright_bg.gif') no-repeat bottom right;	
	float: left;
	font-size: 100%;
	margin: 15px 5px 0 5px;
	width: 360px;
}

.box-left {
	float: left;	
	margin: 15px 0 0 0;
}

.box-right {
	float: right;
	margin: 15px 0 0 0;	
}

.box .layer,
.box-left .layer,
.box-right .layer {
	background: url('images/box_topright_bg.gif') no-repeat top right;
	margin: 0;
	padding: 0
}

.box .layer .body,
.box-left .layer .body,
.box-right .layer .body {
	background: url('images/box_topleft_bg.gif') no-repeat top left;
	height: 120px;
	margin: 0;
	padding: 15px;
}

.box .layer2,
.box-left .layer2,
.box-right .layer2 {
	background: url('images/box_bottomleft_bg.gif') no-repeat bottom left;
	margin: -4px 0 0;
	padding: 0px 20px;
	height: 30px;
}

.box2,
.box2-left,
.box2-right {
	background: url('images/box_bottomright_bg.gif') no-repeat bottom right;	
	float: left;
	font-size: 100%;
	margin: 15px 5px 0 5px;
	width: 260px;
}

.box2-left {
	float: left;	
	margin: 15px 0 0 0;
}

.box2-right {
	float: right;
	margin: 15px 0 0 0;	
}

.box2 .layer3,
.box2-left .layer3,
.box2-right .layer3 {
	background: url('images/box_topright_bg.gif') no-repeat top right;
	margin: 0;
	padding: 0
}

.box2 .layer3 .body2,
.box2-left .layer3 .body2,
.box2-right .layer3 .body2 {
	background: url('images/box_topleft_bg.gif') no-repeat top left;
	height: 210px;
	margin: 0;
	padding: 15px;
}

.box2 .layer4,
.box2-left .layer4,
.box2-right .layer4 {
	background: url('images/box_bottomleft_bg.gif') no-repeat bottom left;
	margin: -4px 0 0;
	padding: 0px 20px;
	height: 30px;
}


/*		Heading Styles 		*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5c8727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	margin: 0;
    padding: 3px 0px 10px 0px;	
}
	
h1 {
	color: #5c8727;
	font-size: 24px;
	margin: 20px 0px 10px 0px;
	line-height: 1.2em;	
}

h2 {
	color: #e0922f;
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	line-height: 1.2em;
}

h3 {
	color: #e0922f;
	font-size: 18px;
	line-height: 1.2em;
}

h4 {
	color: #6b8634;
	font-size: 18px;
	line-height: 1.2em;
}

h5 {
	color: #e0922f;
	font-size: 18px;
	border-bottom: 1px dashed #e0922f;
	margin: 20px 0px 10px 0px;
	line-height: 1.2em;
}

h6 {
	color: #000;	
	font-size: 12px;
	line-height: 1.2em;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
	text-decoration: none;
}


.layer h3,
.layer h4,
.layer2 h3,
.layer2 h4,
.layer3 h3,
.layer3 h4 {
	line-height: 0.5em;
}

#content h6 {
	color: #333;
	font-size: 11px;
	margin: 5px 0 0;	
}

.h6-class {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
}

/*		Sitemap Styles		*/

a.sm_level0, 
a.sm_level0:link, 
a.sm_level0:visited {
	color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

a.sm_level0:hover {
    text-decoration: none;
}

a.sm_level1, 
a.sm_level1:link, 
a.sm_level1:visited {
    color: #B1BB38;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

a.sm_level1:hover {
    color: #FFF;
    text-decoration: none;
}

a.sm_level2, 
a.sm_level2:link, 
a.sm_level2:visited {
	color: #5C8727;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

a.sm_level2:hover {
    text-decoration: none;
}

a.sm_level3, 
a.sm_level3:link, 
a.sm_level3:visited {
	color: #F7941E;
    font-size: 10px;
    text-decoration: underline;
}

a.sm_level3:hover {
    text-decoration: none;
}

TD.level0, 
.level0 {
	display: block;
	background-color: #F7941E;
    text-align: center;
	padding:4px;
	width:200px;
	margin: 0 auto;    
}

TD.level1, 
.level1 {
	background-color: #314853;
    text-align: center;
	padding:4px;    
}

TD.level2, .level2 {
	padding:2px;
}

TD.level3, .level3 {
    padding-left:10px;
}

/*		End of sitemap styles 		*/

/*		Form elements		*/
form {
	margin: 0;
	padding: 0;	
}

input, select, textarea {
	font-size: 10px;
	padding: 2px;	
}

.sidebar {
	background: #B1BB38 url('images/header_left_2.jpg') no-repeat;	
	color: #FFF;
}



.member-sidebar {
	background: #6b8635 url('images/member-header_left_2.jpg') no-repeat;	
	color: #FFF;
}

.clc-sidebar {
	background: #314853 url('images/clc-header_left_2.gif') no-repeat;	
	color: #FFF;
}


#search {
	margin: 0px 0 15px 0;
	text-align: right;	
	padding: 0 4px;
}

#search h6 {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;	
	margin: 5px 0!important;
	padding: 0;
}

#login {
	width: 185px;
	/* background: #B0BF00; */
	padding: 5px 0 0 0; 
	margin: 0 auto;
	
}

#header_cart h6,
#login h6 {
	color: #FFF!important;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	text-align: center;
}



#login table {
	border: 0; 
	margin: 0 auto;
	width: 100%; 

}

#login_member table {
	border: 1px solid #A3BF6B;
	background: #819F45;
}

#login td {
	font-size: 12px;
	color: #FFF; 
}

#login td label {
	font-weight: bold;	
}


.btelement {
	background: #9FAB1E;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.btelement:hover {
	background-color: #EEE;
	color: #F90;
}

.postcode_button {
	border: 2px solid #89887E;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background: #BBB; 
	font-size: 11px; 
	width:55px; 
	height:22px;	
}

.txtboxelement {
	border: 1px solid #E4EB9C;
	background: #bfc66b;
	font-size: 11px;	
}

.txtboxelement-intranet {
	color: #FFF;
	border: 1px solid #A3BF6B;
	background-color: #819F45;
}

.txtboxelement-clc {
	border: 1px solid #638E9F;
	font-size: 11px;	
}

.btelement-clc {
	background: #638E9F;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.btelement-clc:hover {
	background-color: #EEE;
	color: #F90;
}


fieldset {
	border: 1px solid #DDD;
	color: #444;
	margin: 0 auto;
	padding: 5px 10px;
	width: 90%;
	display: block;
}

fieldset legend {
	color: #B1BB38;	
	font-weight: bold;
	margin: 0 0 5px;
}


label {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;	
}

fieldset label,
#content label {
	color: #333;
	display: block;
	font-weight: bold;
	margin: 10px 0 0;
}

#form_postcode label {
	margin: 0;
	color: #000;	
}


fieldset textarea {
	border: 1px solid #DDD;
	display: block;
	font-size: 12px;
	margin: 0 auto;	
	width: 99%;
}

fieldset select {
	/*display: block;*/
	font-size: 11px;
}

fieldset input {
	margin: 0;
	padding: 0;	
}

#resource_tree {
	width:470px;

	background-color:#f5f5f5; 
	border:1px solid Silver;
	overflow:auto!important;	
}

#search-results div {
	width:230px;
}

.message_div{
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 380px;
	font-size: 8pt;
	line-height:15px;
	padding:3px;
	margin:0;
}

.message_header{
	color: #ffffff;
	border: 1px solid #999999;
	background-color: #999999;
	width: 350px;
	padding:3px;
	margin:0px;
}

.search_header{
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-color: #6b8635;
    padding: 4px;
	margin: 0;
	border: 0;
}

.search_result_title {
	font-weight:bold;
	color: #e0922f;	
}

.highlight{
	background-color: #ccffcc;
}

/*.error_div{
	background-color:#CF1808;
	color:#ffffff;
	width: 345px;
	border: 1px solid #444444;

}*/

.error_div h4 {
	/*background: #df0000;*/
	background: #B80000;
	
	color: #FFF;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	
	}
	
.error_div {
	border: 1px solid #df0000;
	width:450px;
}

.error_div p {
	
	padding:3px;
}


.skin0{
	position:absolute;
	width:268px;
	border:1px solid #999999;
	background-color:#ffffff;
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	line-height:18px;
	cursor:default;
	font-size:12px;
	color: #666666;
	z-index:100;
	visibility:hidden;
	padding:2px;
	padding-right:6px;
}

.menuitems{
	padding-left:5px;
	padding-right:8px;
}

#lhs-image{
	padding: 0px 0px 30px 0px;
}

/*		Custom List items		*/

#custom_list_items ul
{
	padding: 10px 0px 10px 40px;
	margin: 0px;	
	list-style: none;
}

.custom_list_items li,
custom_list_items li,
#custom_list_items li {
	list-style-image: url('images/hand_20.gif');
	line-height:20px;
}

#custom_list_items li:hover {	
	list-style-image: url('images/hand_20_hv.gif');
}


.custom_list_items li,
custom_list_items li,
#custom_list_items li a:link,
#custom_list_items li a:visited
{
	font-size: 16px;
	color: #999;
	text-decoration: none;	
	display: block;
}

#custom_list_items li a:hover
{
	color: #333;
}

#custom_list_items li a
{
	margin: 0px 0px 5px 0px; 		
}

/*		End of custom List items		*/

#bc 
{
	width: 548px;
}

#bc,
#bc a:link,
#bc a:visited
{
	color: #999;
	font-size: 11px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 5px 0px 5px 5px;
	font-style: italic;
	text-decoration: none;
}

#bc a:hover
{
	text-decoration: underline;
}

.map_mouseover:link,
.map_mouseover:visited
{
	background: url('images/fclc_map3_trans.gif') no-repeat;
	height: 159px;
	width: 210px;
	display:block;
}

.map_mouseover:hover
{
	background: url('images/fclc_map3.gif') no-repeat;
}


.survey {
	padding: 0 20px;
}

body .sidebar #homelink,
body .member-sidebar #homelink {
	display: block; 
	width: 200px; 
	height: 180px; 
	position: relative; 
	text-decoration: none;
}


/** Gallery styles **/


#gallery .image_tile {
	background: #f0f2ef;
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin: 3px;
	padding: 10px 5px;
	text-align: center;
	width: 30%;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	vertical-align: middle;
}

#gallery .image_tile span {
	display: block;	
	font-size: 11px;
	line-height: 1.2em;
}

#gallery .fixed_height {
	height: 180px;	
}

#gallery .image_tile:hover {
	border: 1px solid #777;
}

#gallery p {
	clear: both;
}

#gallery .prev,
#gallery .next,
#gallery .num {
	font-size: 11px;
	display: block;
	float: left;
	width: 18px;
	height: 18px;	
	margin: 0 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#gallery .num {
	background: #adbea5;
	margin: 0 1px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#gallery span.num {
	background: #858F80;	
}

#gallery a.num:link,
#gallery a.num:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

#gallery .prev { background: #adbea5 url('images/prev.gif') no-repeat center center; }
#gallery .next { background: #adbea5 url('images/next.gif') no-repeat center center; }

#gallery span.prev {background-color: #858F80; }
#gallery span.next {background-color: #858F80; }


#gallery a.prev:hover,
#gallery a.next:hover,
#gallery a.num:hover { 
	background-color: #0B396D; 
}

#gallery .image_tile img {
	border: 0;
}


/**	End gallery styles **/

#content p.resource_page_back_to_top {
	float: right;	
}

#content table.resource_table img.thumbnail {
	float: left;
    margin-right: 10px;
}

#content div.category_div h2 {
	margin-top: 10px;
	clear: both;
}

#homepage_box_one .homepage_box_one_feature_item {
	max-height: 150px;
	display: none;
	overflow: hidden;
}





#content a.continue_cart:link,
#content a.continue_cart:visited,
#content a.clear_cart:link,
#content a.clear_cart:visited
{
	
	background-color:#eeeeee;
	border: 1px solid #B1BB38;
	
	cursor: pointer;
	font-size: 14px;
	padding: 2px 10px 2px 8px;
	text-decoration:none;
	color: #000000;
}

#header_cart{
	margin-left:10px;
	padding:5px;
	
}


#header_cart a.view_cart:link,
#header_cart a.view_cart:visited{
	
	font-size: 14px;
	
	
	color: #ffffff;
	
}


a.view_cart img {
	padding-right: 3px;
	vertical-align: top;
}

#content .submit_order,
#content .add_to_cart{
	background-color:#eeeeee;
	border: 1px solid #B1BB38;	
	font-size: 14px;
	width:150px;
	cursor: pointer;
	
}


#content #order_details label {
	float: left;
	display: block;
	width: 140px;
	clear:left;
	margin:0;
	padding:0;
	line-height:20px;
}

#content #order_details input,
#content #order_details select {
	margin-bottom: 2px;
	vertical-align: top;
}

/*#order_details #billing_details {
	float: left;
	width: 48%; 
}
#order_details #delivery_details {
	float: left;
	width: 48%;
	margin-left:10px;
}

*/
#order_details{
	margin-top:5px;
	
}

#order_details #contact_details,
#mevent_applicant_details{
	clear: both;
}


#region_results{
	display:inline-block;	
}
#content table.order_details {
	border: none;
	border-collapse: collapse;
}

#content table.order_details td {
	border: 1px solid #dddddd;	
	padding: 3px 5px;
}

#content table.order_details th {
	background: #ffffff;
	border: 1px solid #bbbbbb;	
	color: #000000;
	padding: 4px 2px;
}

#content table.order_details p {
	padding: 0;	
}

#content #order_details input.textbox{
	border:1px solid #999999;	
}

#content table.order_details tr.alt_row,
#content table.order_details tr.alt_row td  {
	background: #dddddd;
}

#content #order_details input.textbox{
	border:1px solid #999999;	
}
#content .compulsory{
	
	/*border: 1px solid salmon;*/
	border: 1px solid #B1BB38;
}

