/* **NOTE: 16th April 08 
- #SITE  is the div that surrounds all content in the page so all styles must have #site around them so as not to clash with cms styles*/




/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*//CSS KEY////////////////////////////////////////////////////////////////////////

1) BASICS
	 1.1) Default HTML Tags (h1, h2 etc)
	 1.2) Site Tools (.float_left, clearfix etc )
	 1.3) Divs Structure (#header, #column1 etc)
	 
2) DIV-AREA-SPECIFIC-CSS
	2.1) Header
	2.2) Column1
	2.3) Column2
	2.4) Column3
	2.5) Footer
	2.6) Carry on with each element... 2g etc - write in here also

3) NAVIGATION
	3.1) Primary Navigation
	3.2) Secondary Navigation
	
4)	FORMS
	4.1) Basic Form Styles
	4.2) Status boxes
	
5) MODULES
	5.1) News module

6) UNCLASSIFIED 
	(Any styles that you havent classified or are yet to be sorted put here temporarily)

7) CSS RECYCLE BIN
	(Any styles you delete that you might want back)
	
	
////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */




/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
#1-BASICS---xxxxxxxxxxxxxxxxxxxxxxxx-----------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */



/*///////////////////////////////////////////////////////////////////////// */
#1-1-default-html-tags------------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */

body {
margin:0;
padding:0;
}

#site p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#site a{
	color: #FFFFFF;
}

#site a:hover {
	color: #FFFFFF;
}

#site h1 {
	font-size: 2.1em;
	color: #496914;
	margin-top: 0px;
	text-transform:capitalize;
}

#site h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #496914;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	display: block;
	clear: both;
	line-height: 17px;
	color:Red;
}

#site h3 {
	color: #496914;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #496914;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	display: block;
	clear: both;
	line-height: 17px;
}

#site h4 {
	color: #666666;
	margin-bottom: 3px;
	font-size: 1.2em;
	margin-top: 0px;
}


#site strong {
	color: #000000;
}

#site blockquote {
	color: #0072BC;
	font-size: 0.9em;
	margin-bottom: 15px;
	font-style: italic;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00B2F0;
}


#site ol,
#iframecolumn1 ol,
#iframeheader ol
{
	margin: 0;
	padding: 0;
	list-style-type: none;

}


#site li
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#site table{
	margin-bottom: 15px;
	width: 99%;
	border-collapse:collapse; 
}

#site td, #site th {
	padding: 6px;
	border: 1px solid #C1C1C1;
	border-collapse:collapse;
	background-color: #F7F7F7;
}


#site th {
	padding: 8px;
	text-align: left;
	color: #0066FF;
	text-transform: uppercase;
	background-color: #E6E6E6;
}
#site td {
	background-color: #F7F7F7;
}
#site caption {
	display: none;
}

#site tfoot td{
	display: block;
	margin-bottom: 20px;
	text-align: left;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	font-style: italic;
	color: #999999;
}




/*///////////////////////////////////////////////////////////////////////// */
#1-2-site-tools------------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */

#site .floatLeft {
    float: left;
}

#site .floatRight {
    float: right;
}

#site .clear {
    clear: both;
}

.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  



#site .thumb {
	padding: 3px;
	background-color:#e6dbc5;
	border: 1px solid #999999;
	margin-bottom: 15px;
}
#site .thumb p{ /*this bascially is for the google map view larger map link*/
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*The .columns styles can be used anywhere to have a two column in the content
They are used at the moment in Sectors Pages in  New Investors*/
#site .columns {
	float: left;
	width: 45%;
	margin-right: 4%;
}
*html #site .columns {
	width: 40%;
}

#site .columns ul{
	margin-top: 0px;
	margin-bottom: 0px;
}



/*///////////////////////////////////////////////////////////////////////// */
#1-3-main-div-structure------------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */


#site {
		font-family: "Trebuchet MS";
		font-size: 76%;
		background-color: #35221b;
		background-image:url(../media/siteImages/background.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		border-top: 1px solid #484848;
}

#site #content {

}



#site #column3 {

}

#site #contentanchor { /*this is the anchor  link to the content for accessibility*/
	position: absolute;
}


#site #image {

}




#site #column1{
	float: left;
	background-color: #F3EBD6;
}


#site #column2  {
	float: left;
}



#column1, #column2  {
	padding: 0px;

}


#site .column_padding {
	padding-top: 20px;
	padding-left: 15px;
}

#site #myGallery
{
	width: 530px;
	height: 355px;
	z-index:3;
	display: block;
	margin-bottom: 0px;
	background-position: right top;


	clip: rect(auto,auto,auto,auto);

	overflow: hidden;
}

#site #header_left {
	width: 290px;
	float: left;
}
#site #header_right {
	width: 530px;
	float: left;
}
#site #container_outer {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	text-align: left;
	background-color: #FFFFFF;
	border: 12px solid #FFFFFF;
	margin-top: 10px;
}

#site #container_inner {
	background-color: #FFFFFF;
	width: 820px;
	text-align: left;

	margin-right: 10px;
	margin-left: 10px;
}
#site #content {
	margin-bottom: 15px;
	background-image: url(../media/siteImages/column1-bg.jpg); /*background colour of col 1*/
	background-repeat: repeat-y;
}
#site #footer {
	color: #666666;
}



/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
#2-DIV-AREA-SPECIFIC-CSS---xxxxxxxxxxxxxxxxxxxxxxxx-----------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*BASIC STYLES FOR SPECIFIC DIVS OR AREAS E.G. COLUMN 1 LI ETC*/

	
	
	
	
/*///////////////////////////////////////////////////////////////////////// */
#2-1-HEADER-----------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */





/*///////////////////////////////////////////////////////////////////////// */
#2-2-COLUMN1-----------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */
#site #column1 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#site #column1 li{
	display: block;	
}

#site #column1 li a{
	display: block;
	color: #496914;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: underline;
}

#site #column1 li a:hover{
	color: #666666;
}

#site #column1 h2 a{
	color: #496914;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	background-color:none;
}
#site #column1 h2 a:hover{
	color: #496914;
	background-color:none;
}


#site #column1 a{
	color: #496914;
	text-decoration: underline;
	background-color:none;
}

#site #column1 a:hover{
	color: #000000;
	text-decoration: none;
	background-color:none;
}

/*///////////////////////////////////////////////////////////////////////// */
#2-3-COLUMN2-----------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */

#site #column2 h2 {
	color: #496914;
}


#site #column2 h2 a{
	color: #496914;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
#site #column2 h2 a:hover{
/*	background-color: #000000;
*/}

#site #column1 h2 {
	color: #496914;
}

#site #column1 h2 a{
	color: #496914;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}


#site #column1 h2 a:hover{
}

#site #column2 a{
	color: #496914;
	text-decoration: underline;
}

#site #column2 a:hover{
	text-decoration:underline;
	color: #496914;
	text-decoration: none;
}


/*///////////////////////////////////////////////////////////////////////// */
#2-4-COLUMN3-----------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */











/*///////////////////////////////////////////////////////////////////////// */
#2-5-FOOTER-----------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */
#site #footer a{
	color: #496914;
	text-decoration: underline;
	cursor: pointer;
}
#site #footer a:hover{
	color: #000000;

}

#site #footer div {
position: absolute;
padding-top: 20px;
float: left;
}

#site #footer #designed{
text-align: center;
margin-left: 390px;
}





/*///////////////////////////////////////////////////////////////////////// */
#3-NAVIGATION-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
/*///////////////////////////////////////////////////////////////////////// */






	/*///////////////////////////////////////////////////////////////////////// */
	#3-1-PRIMARY-NAVIGATION-----------------------------------------------------------{}
	/*///////////////////////////////////////////////////////////////////////// */
	
		#site #primary-navigation {
		
		}
		/* r.a.d.menu Plain skin */

		
		.RadMenu_MainMenu {
			position:absolute;
			top: 0px;
		}
		
		* html .RadMenu_MainMenu {
			top: 21px;
		}
		
		.RadMenu_MainMenu_Context{
			background: none;
			border:0;
		}
		
		.RadMenu_MainMenu .link /*Top level navigation*/
		{
			line-height: 21px;			
			text-decoration:none;
			color: #496914;
			padding:0 0 8px 0;
			font-size: 1.2em;
			border-right: dotted 1px #8b9a6d;

		}
		
		.RadMenu_MainMenu .link:hover
		{
			background-image: url(../media/siteImages/menu/blue-arrow.gif);
			background-repeat: no-repeat;
			background-position: center bottom;
			cursor: pointer;
			line-height: 21px;
			background-color: transparent;
		}
		
		.RadMenu_MainMenu .link:hover, /*Highlighted state*/
		.RadMenu_MainMenu .focused,
		.RadMenu_MainMenu .expanded
		{
			background-image: url(../media/siteImages/menu/blue-arrow.gif);
			background-repeat: no-repeat;
			background-position: center bottom;
			color: #496914;
			background-color: transparent;
		}
		
		.RadMenu_MainMenu .text
		{
			padding-left: 10px;	
			padding-right: 15px;
		
		}
		
		.RadMenu_MainMenu .group
		{
			border: solid 1px #496914;
			border-right: 0px;
			border-bottom: 0px;
		}
		
		.RadMenu_MainMenu .group .link /*Sub links*/
		{
			border-bottom: solid 1px #8b9a6d;
			border-right: dotted 1px #8b9a6d;
			text-align: left;
			padding:0;
			color: #496914;
			font-size: 1.1em;
			background-color: #496914;
			background-image: none;
		}
		
		#site  .RadMenu_MainMenu .group .link:hover,
		#site  .RadMenu_MainMenu .group .focused,
		#site  .RadMenu_MainMenu .group .expanded
		{
			border-bottom-color: #8b9a6d;
			font-weight: normal;
			background-color: #496914;
			color: #FFFFFF;
			background-image: none;
		}
		
		.RadMenu_MainMenu .leftArrow,
		.RadMenu_MainMenu .rightArrow,
		.RadMenu_MainMenu .topArrow,
		.RadMenu_MainMenu .bottomArrow,
		.RadMenu_MainMenu .leftArrowDisabled,
		.RadMenu_MainMenu .rightArrowDisabled,
		.RadMenu_MainMenu .topArrowDisabled,
		.RadMenu_MainMenu .bottomArrowDisabled
		{
			background: #ededed url('../media/siteImages/menu/left.gif') center center no-repeat;
			width:15px;
		}
		
		.RadMenu_MainMenu .topArrow,
		.RadMenu_MainMenu .topArrowDisabled
		{
			background-image:url('../media/siteImages/menu/top.gif');
			width:100%;
		}
		
		.RadMenu_MainMenu .bottomArrow,
		.RadMenu_MainMenu .bottomArrowDisabled
		{
			background-image:url('../media/siteImages/menu/bottom.gif');
			width:100%;
		}
		
		.RadMenu_MainMenu .rightArrow,
		.RadMenu_MainMenu .leftArrow
		{
			height:100%;
		}
		
		.RadMenu_MainMenu .rightArrow,
		.RadMenu_MainMenu .rightArrowDisabled
		{
			background-image: url('../media/siteImages/menu/right.gif');
		}
		
		.RadMenu_MainMenu .vertical .separator .text
		{
			padding-top: 2px;
			background: #ccc;
			font-size: 1px;
		}
		
		.RadMenu_MainMenu .expandLeft,
		.RadMenu_MainMenu .expandRight
		{
			background: transparent url(../media/siteImages/menu/groupImage.gif) right center no-repeat;
			margin-right: 4px;
		}
		
		.RadMenu_MainMenu_rtl .expandLeft,
		.RadMenu_MainMenu_rtl .expandRight
		{
			background: url(../media/siteImages/menu/groupImageRTL.gif) left center no-repeat;
		}
		
		.RadMenu_MainMenu .link:hover .expandLeft,
		.RadMenu_MainMenu .link:hover .expandRight,
		.RadMenu_MainMenu .focused .expandLeft,
		.RadMenu_MainMenu .focused .expandRight,
		.RadMenu_MainMenu .expanded .expandLeft,
		.RadMenu_MainMenu .expanded .expandRight
		{
			background:transparent url(../media/siteImages/menu/invertedGroupImage.gif) right center no-repeat;
		}
		
		.RadMenu_MainMenu_rtl .link:hover .expandLeft,
		.RadMenu_MainMenu_rtl .link:hover .expandRight,
		.RadMenu_MainMenu_rtl .focused .expandLeft,
		.RadMenu_MainMenu_rtl .focused .expandRight,
		.RadMenu_MainMenu_rtl .expanded .expandLeft,
		.RadMenu_MainMenu_rtl .expanded .expandRight
		{
			background:transparent url(../media/siteImages/menu/groupImageRTL.gif) left center no-repeat;
		}
		

	/*///////////////////////////////////////////////////////////////////////// */
	#3-2-SECONDARY-NAVIGATION-----------------------------------------------------------{}
	/*///////////////////////////////////////////////////////////////////////// */
		#secondaryNavigation {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			display: none;
		}
		#secondaryNavigation li {
			float: right;
			padding-left: 10px;
			font-size: 1.1em;
			padding-top: 7px;
		}
		
		
		
/*///////////////////////////////////////////////////////////////////////// */
#4-FORMS-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
/*///////////////////////////////////////////////////////////////////////// */

	
/*///////////////////////////////////////////////////////////////////////// */
#4-1-BASIC-FORM-STYLES-------------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */



#site fieldset p
{
	margin-top: 12px;
	margin-bottom: 0px;
}

#site  legend
{
	display: none;
}

#site .formItemHalf
{
	float: left;
	width: 49%;
}
	


#site label
{
	color: #666666;
	margin-top: 5px;
}

#site #column1 .form_textbox
{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../media/images/form-bg.jpg);
	background-repeat: repeat-x;
	background-position: left -7px;
	padding-left: 0px;
	padding-top: 2px;
	font-size: 13px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	display: block;
	width:250px;
}

#site #column2 .form_textbox, 
#site .form_textbox_multi, 
#site .formDrop, 
#site .formDropSmall
 {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../media/images/form-bg.jpg);
	background-repeat: repeat-x;
	background-position: left -7px;
	padding-left: 0px;
	padding-top: 2px;
	font-size: 13px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	display: block;
	width:480px;
}




#site #column1 .formDropSmall{
	width: 10%;
} 


#site #image .form_textbox, 
#site #image .form_textbox_multi, 
#site #image .formDrop,
#site #image .formDropSmall
  {
	width: 99%;
}

#site  .form_textbox {
	height: 23px;
	line-height: 23px;
}

#site  .form_textbox_multi   {
	height: 50px;

}


#site .form_button{
	background-color: #FFFFFF;

	color: #496914;
	font-weight: bold;
	height: 38px;
	display: block;
	border: 2px solid #cfd8bd;
	background-image: url(../media/siteImages/button-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 10px;
}



#site  .formButtonNegative {
	height: 23px;
	background-color: #CCCCCC;
	border: 2px solid #CCCCCC;	
	margin-left: 10px;
	color: #666666;
}


#site .formButtonDiv {
	text-align: right;
	clear: both;
}


/*///////////////////////////////////////////////////////////////////////// */
#4-2-STATUS BOXES-------------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */


#site .form_statusbox{
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 28px;
}

#site .form_statusbox_fail{
	background-color: #FCF3CF;
	background-image: url(../media/images/icon-statusbox-incorrect.gif);
	border: 1px solid #F5D851;
	color: #8C661E;
}

#site column1 .form_statusbox_fail li{
	color: #8C661E;
}

#site .form_statusbox_success{
	background-color: #F8FFF0;
	background-image: url(../media/images/icon-statusbox-correct.gif);
	border: 1px solid #A0DC11;
	color: #37782E;
}




#site #column1 .form_statusbox li, #site #column2 .form_statusbox li{
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	padding-left: 12px;
}


#site .form_statusbox ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



































/*///////////////////////////////////////////////////////////////////////// */
#5-MODULES-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
/*///////////////////////////////////////////////////////////////////////// */



/*///////////////////////////////////////////////////////////////////////// */
#5-1-NEWS-MODULES-----------------------------------------------------------{}
/*///////////////////////////////////////////////////////////////////////// */

#-----news-styles-column-one----------------------------{}

#site #column1 .news_item_container {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;

}
#site #column1 .news_item_title{	/*The green news item title*/
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	color: #496914;
	margin-top: 0px;
	margin-bottom: 7px;
}


#site #column1 .news_item_title a{
	color: #496914;
	text-decoration: none;
}
#site #column1  .news_item_title a:hover{
	color: #000000;
}

#site #column1 .news_item_text {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
}

#site #column1 .news_item_date {
	font-size: 0.8em;
	width: auto;
	float: left;
	margin-bottom: 5px;
	color: #999999;
	color: #FFFFFF;
	margin-right: 20px;
}

#site #column1 .news_item_date_month {
	margin:0;
	padding:0;
	color: #666666;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	margin-right: 3px;
}

#site #column1 .news_item_date_day { /*The day of the month*/
	margin:0;
	padding:0;
	color: #666666;
	display: inline-block;
	float:left;
	margin-right: 3px;
}

#site #column1 .news_item_date_year {
	margin:0;
	padding:0;
	color: #666666;	
	display: inline-block;
	float:left;
}

#site #column1 .news_item {
	float: left;
	width: 100%;	
}
#site #column1 .news_item_more {
	/*display: none;*/

}

#site #column1 .news_item_date strong {  /*The day of the month*/
	font-weight: normal;
	color: #666666;
}

#site #column1 .news_item_date span{


}



#-----news-styles-column-two----------------------------{}

#site #column2 .news_item_container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;

}
#site #column2 .news_item_title{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 7px;
}


#site #column2 .news_item_title a{
	color: #496914;
	text-decoration: none;
}
#site #column2  .news_item_title a:hover{
	color: #FFFFFF;

}

#site #column2 .news_item_text {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;
}

#site #column2 .news_item_date {
	font-size: 0.8em;
	width: 54px;
	text-align: center;
	float: left;
	margin-bottom: 5px;
	color: #999999;
	background-image: url(../media/siteImages/calendar-bg.jpg);
	background-repeat: no-repeat;
	height: 68px;
	color: #FFFFFF;
	margin-right: 20px;
}


#site #column2 .news_item_date_month {
	display: block;
	color: #496914;
	padding-right: 3px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

#site #column2 .news_item_date_day {
	display: block;
	padding-right: 3px;
	font-size: 2.9em;
	color: #666666;
	margin: 0px;
	line-height: 1em;
}

#site #column2 .news_item_date_year {
	display: block;
	padding-right: 3px;
	color: #666666;	
}

#site #column2 .news_item {
	float: left;
	width: 80%;	
}
#site #column2 .news_item_more {
	display: block;	/*display: none;*/

}

#site #column1 .news_item_date strong {
	font-weight: normal;
	color: #666666;
}

#site #column1 .news_item_date span{


}





#-----news-styles-detail-individual-page------------------------------------------------------{}
/*INDIVIDUAL NEWS ITEMS - START//////////////////////////////////////////////////*/
#site #column2 #individual-news-story-previous-page-link {
	background-image: url(../media/siteImages/arrow-left.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 25px;

}
#site #column2 #individual-news-story-previous-page-link a{
	color: #496914;
}

#site #column2 #individual-news-story-previous-page-link a:hover{
	color: #000000;
}

#site #column2 .divHeadline p {
	font-size: 1.2em;
	color: #000000;
	font-weight:bold;
}

#site #column2 #individual-news-story .floatRight, #site #column2 .news_item_container .floatRight, #site #column2 #individual-news-story .floatLeft, #site #column1 .news_item_container .floatLeft {
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

#site #column1 #individual-news-story .floatRight, #site #column2 .news_item_container .floatRight {
	margin-left: 15px;
}

 #site #column2 #individual-news-story .floatLeft, #site #column2 .news_item_container .floatLeft {
	margin-right: 15px;
}



#site #column2 #individual-news-story .news_item_date {
	font-size: 0.9em;
	margin-right: 5px;
}

/*INDIVIDUAL NEWS ITEMS - END////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/







#6-UNCLASSIFIED--xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-------------------------------------------------{}

#site #primary_navigation {
	position: absolute;
	margin-top: 120px;
	margin-left: 305px;
	z-index: 20;
	width: 542px;
}




#site .grid {
	width: 232px;
	float: left;
	margin-right: 20px;
}








#site #header_logo {
	background-color: #496914;
	height: 155px;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.95em;

}
#site #header_strapline {
	height: 170px;
	background-color: #cfd8bd;
	padding: 15px;
	font-size: 1.4em;
	color: #72884d;
	font-weight: normal;
	text-align: justify;
}

#site #header_right {
	/*	background-image: url(images/image1.jpg);*/
	background-repeat: no-repeat;
	height: 355px;
	background-image: url(../media/siteImages/gallery/home/image1.jpg);
	background-position: right top;
}
#site #header_menu {
	background-color: #496914;
	height: 155px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 530px;
	position: absolute;
	margin-left: 290px;
	margin-top: 0px;
	z-index: 5;
}

#site #header_details{
	color: #6D6249;
	font-size: 0.85em;
}

#site #header_details p{
	margin: 0px;
	padding: 0px;
	display: none;
}
#site #header_details a{
		color: #6D6249;
}
#site #header_book {
	color: #FFFFFF;
	position: absolute;
	margin-left: 562px;
	margin-top: 10px;
	z-index: 10;
	padding: 5px;
	text-align: right;
}


#site #header_book p{
	margin: 0px;
	padding: 0px;
}

#site #header_book span{
	font-size: 0.85em;
	color: #CB7C7A;
	display: block;
}


#site #header_book a{
/*	background-image: url(../media/siteImages/book_bg.jpg);
	background-repeat: repeat-x;
	background-color: #496914;
	display: block;
	height: 50px;*/
	color: #FFFFFF;
	text-decoration: none;
/*	padding: 10px;*/
}

#site #header_book a:hover{
	background-color: #496914;
	background-image: none;

}
#site #header_menu ul{
	background-color: #496914;
	filter:alpha(opacity=99);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: #FFFFFF;
	display: block;
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#site #header_logo p{
	font-size: 1em;
	color: #CB7C7A;
	padding: 0px;
	margin-right: 30px;
	margin-left: 30px;
}



/*Food menus*/

#column2 .download_pdf {
	color: #666666;
	text-decoration: none;
	background-image: url(../media/siteimages/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;

}

#column2 .download_txt {
	color: #666666;
	text-decoration: none;
	background-image: url(../media/siteimages/icon-txt.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
	padding-top: 2px;
	padding-bottom: 22px;
	padding-left: 30px;

}

#column2 .pdf_link_font {
	color: #496914;
	text-decoration: none;
	background-position: left 3px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;

}

#column2 .download_pdf span{
	display: block;
	font-size: 0.9em;
	color: #000000;
}

#column2 a.download_pdf:hover {
	background-color: #cfd8bd;
}



#site #column2 .sitemap_container a 
{
text-decoration:none;
font-size: 1.4em;

}
#site #column2 .sitemap_container li 
{
	list-style-type: square;
}







#7-CSS-RECYCLE-BIN---xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx--------------------------------------{}
/*
Put old css in here:






*/























/*// 6) CSS RECYCLE BIN ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 









*/



