/* *****NOTE - #SITE  is the div that surrounds all content in the page so all styles must have #site aroudn them so as not to clash with cms styles*/

/* **NOTE - #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 cm£s 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) #site
	2.2) #container
	2.3) #header
	2.4) #content
	2.5) Column1
	2.6) Column2
	2.7) Column3
	2.8) Footer
	2.9) Feature Boxes

3) NAVIGATION
	3.1) Primary Navigation
	3.2) Secondary Navigation
	
4)	NEWS
	4.1) Basic News Styles
	
5)	FORMS
	5.1) Basic Form Styles

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)






/*BASIC STYLES FOR HTML TAGS*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*#1.1BASIC-HTML-DEFAULT-TAGS---------------------------------------------------------{}*/
#site a strong {
	color: #D05F27;
}

*{
margin:0;
padding:0;

}	

#site h1 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 2em;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: Italic;
	margin-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CF5D29;
	color: #000;
}


#site h2 {
	margin-left: 15px;
	font-size: 1.3em;
	font-weight: normal;
	color: #D05F27;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D05F27;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;

	color:Red;
}

#site h2 strong {
	color: #333333;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration:none;
	border:0px solid red;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#site #column1 strong a{
border: 0px solid red;
color: #333;
font-size:1em;
}


#content h3 {
	margin-left: 15px;
	font-size: 1.3em;
	font-weight: normal;
	color: #D05F27;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D05F27;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#site blockquote {
}

#site ol {
}

#site li {
	line-height: 1.5em;
	color:Gray;
}

#site #column1 table{
}

#site #column1 td, #site #column1 th {
}

#site #column1 th {
}

#site #column1 td {

}
#site #column1 caption {
}

#site #column1 tfoot td{
}



/*BASIC CSS TOOLS SUCH AS FLOAT AND CLEAR ETC*/
/*1.2) Site Tools (.float_left, clearfix etc )*/

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.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;
	border: 1px solid #CCCCCC;
	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: 42%;
}

#site .columns ul{
	margin-top: 0px;
	margin-bottom: 0px;
}



/*MAIN DIVS AND SECTIONS*/
/*	 1.3) Divs Structure (#header, #column1 etc) */

body {
	margin:0;
	padding:0;
}

#site {
	background-image: url(../media/siteImages/body-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F8A322;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	min-height: 600px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #301703;
	border-bottom-color: #301703;
	border-left-color: #301703;
	background-color: #F7E7C6;
	margin-bottom: 25px;
	width: 800px!important;
}

#content-header {
	min-height: 432px;
	background-image: url(../media/siteImages/content-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 1px;
	width: 800px!important;
	padding-left: 0;
	padding-right: 0;

}

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1000px;
	
}

#background {
	display: block;
	width: 100%;
	background-image: url(../media/siteImages/header-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	display: block;
	height: 123px;
}

#site #column1 {
	float: left;
	width: 65%;
	padding-bottom: 25px;
	margin-top: 25;
	display: block;
}

#site #column2 {
	background-color: #ECCA8A;
	float: left;
	width: 30%;
	margin-top: 15px;
	margin-left: 15px;
	padding-bottom: 25px;
	padding-top: 10px;
	padding-right: 15px;
	background-image: url(../media/siteImages/column2-corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}


* html #column2 {
	padding-right: 5px!important;
	margin-left: 10px!important;
}

#site #column3 {
display: none;
}

#pageimage-static {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 225px;
	width: 810px;
	margin-top: 10px;
}


#site #pageimage-larger {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 425px;
	width: 810px;
}

#site .feature {
	display: none;
	width: 30%;
	float: left;
	margin-left: 12px;
}

#footer {
	display: block;
	width: 100%;
	background-image: url(../media/siteImages/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #723D1E;
	padding-bottom: 15px;
}

#footer-background {
	width: 100%;
	background-image: url(../media/siteImages/footer-illustration.jpg);
	background-repeat: no-repeat;
	background-position: center -4px;
	padding-top: 235px;
}

#footer-content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-bottom: 5px;
}

.footer-section {
	display: block;
	float: left;
	width: 175px;
	margin-right: 19px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #28201E;
}

#header .contact-info {
	float: right;
	color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 15px;
	line-height: 2em;
	text-align: right;
}

#header .contact-info a {
	padding-right: 0;
}

#site #content-header{
	min-height: 432px;
	background-image: url(../media/siteImages/content-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 1px;
}



/*BASIC STYLES FOR SPECIFIC DIVS OR AREAS E.G. COLUMN 1 LI ETC*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
#BASIC-HTML-AREA-SPECIFIC-TAGS------------------------------------------------------------------------------------------------------------{}
/*	2.1) #site*/

/*	2.2) #container*/

/*	2.3) #header*/
#header .contact-info a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#header .contact-info a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*	2.4) #content*/
#content h4 {
	margin-left: 15px;
	font-size: 1em;
	font-weight: normal;
	color: #D05F27;
	margin-bottom: 5px;
}

#content h1 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 2em;
	margin-left: 15px;
	font-style: italic;
	margin-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CF5D29;
}
#content h2 {
	margin-left: 15px;
	font-size: 1.3em;
	font-weight: normal;
	color: #D05F27;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D05F27;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#content h2 strong {
	color: #333333;
	font-weight: normal;
	font-size: 1.2em;
}

#content h3 {
	margin-left: 15px;
	font-size: 1.3em;
	font-weight: normal;
	color: #D05F27;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D05F27;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#content h3 strong {
	color: #333333;
	font-weight: normal;
	font-size: 1.2em;
}

#content h4 {
	margin-left: 15px;
	font-size: 1em;
	font-weight: normal;
	color: #D05F27;
	margin-bottom: 5px;
}

#content p {
	margin-left: 15px;
	color: #333333;
	font-size: 0.9em;
	margin-bottom: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;

}
#content ul {
	margin-left: 15px;
	padding-left: 15px;
	color: #666666;
	margin-bottom: 15px;
}
#content li {
	line-height: 1.5em;
}
	
/*	2.5) Column1*/
/*-----column-one-basic-styles----------------------------{}*/

#site #column1 a {
	font-size: 0.9em;
	color: #D05F27;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D05F27;
	margin:0;
	padding:0;
}

#site #column1 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #333333;
}

#site #column1 li {
	line-height: 1.5em;
}

#site #column1 ul {
	margin-left: 15px;
	padding-left: 15px;
	color: #666666;
	margin-bottom: 15px;
}

#site #column1 p, #site #column2 p {
	margin-left: 15px;
	color: #333;
	font-size: 0.9em;
	margin-bottom: 10px;
}

/*	2.6) Column2*/
/*-----column-two-basic-styles----------------------------{}*/
#site #column2 ul, #site #column2 p, #site #column2 h2{
}

#site #column2 li {
}

#site #column2 a{
	font-size: 0.9em;
	color: #D05F27;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #D05F27;
}

#site #column2 a:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #333333;
}

/*	2.7) Column3*/


/*	2.8) Footer*/

#site #footer p {
	color: #FFFFFF;
	line-height: 1.8em;
}

#site #footer strong {
	font-weight: bold;
	color: #FFFFFF;
}

#site #footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

#site #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer-content h4 {
	font-weight: normal;
	color: #CF5D29;
	font-size: 1em;
	margin-bottom: 5px;
}
#footer-content p {
	font-size: 0.9em;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#footer-content a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer-content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



#site #page-image p {
}

#site #page-image strong {
}


/*	2.9) Feature Boxes*/
/*-----feature-box-----------------------------------------------------------{}*/

#site .feature a { 
	padding-left: 5px;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 0.9em;
	color: #D05F27;
	text-decoration: none;
	border-bottom: 1px dotted #D05F27;
}

#site .feature a:hover {
	padding-left: 5px;
	background-color: #FBF4E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color: #333333;
}

#site .feature p {
	margin-left: 15px;
	color: #333;
	font-size: 0.9em;
	margin-bottom: 10px;
}


/*3.BASIC STYLES FOR NAVIGATION*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*3) NAVIGATION*/

/*	3.1) Primary Navigation*/

.RadMenu_MainMenu {
	display: block;
	height: 42px;
}

* html .RadMenu_MainMenu {
	top: -2px;
}
.RadMenu_MainMenu ul {
	list-style-type: none;
}
.RadMenu_MainMenu li {
	float: left;
}

#site .RadMenu_MainMenu a {
	display: block;
	height: 32px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center -42px;
	padding-right: 15px;
	padding-left: 15px;
}

.RadMenu_MainMenu a:hover {
	color: #241E1E;
	background-color: #2E201D;
	cursor: pointer!important;
}

#site .RadMenu_MainMenu .focused,
#site .RadMenu_MainMenu .expanded {
	background: url(../media/siteImages/navigation.jpg); 
	color: #333;
}
.RadMenu_MainMenu .link a {
	line-height: 21px;
	text-decoration:none;
	color: #00B2EE;
	padding:0 0 15px 0;
	font-size: 1.3em;
}

.RadMenu_MainMenu .link a:hover {
	background-image: url(../media/siteImages/menu/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
	line-height: 21px;
}


.RadMenu_MainMenu .slide .item a {
	background-color:#2e201d;
	margin-left:1px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px!important;
	line-height: 27px!important;
	height: 27px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	text-align: left!important;
}

.RadMenu_MainMenu .slide .item a:hover {
	background-color: #FCBC5C;
}

#site .RadMenu_MainMenu .slide .focused,
#site .RadMenu_MainMenu .slide .expanded {
	background-image:none;
	color: #333;
	background-color: #000000;
}


/*	3.2) Secondary Navigation*/

#sub-nav {
	display: block;
	height: 30px;
}
#sub-nav ul {
	list-style-type: none;
}
#sub-nav li {
	float: left;
}
#sub-nav a {
	display: block;
	height: 22px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#sub-nav a:hover {
	text-decoration: underline;
}



/*4. BASIC STYLES FOR NEWS*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*#4.1) Basic News Styles---------------------------------------------------------{}*/

/*NEWS IN MAIN CONTENT COLUMN 1  START //////////////////////////////////////*/
#site #column1 .news_item_container {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	margin-top: 10px;
	margin-bottom: 30px;

}

#site #column1 .news_item_title{
	color: #333333;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D05F27;
	width:120%;
}

#site #column1 .news_item_text {
	margin-left: 15px;
	color: #333333;
	font-weight: normal;
	font-size: 1.0em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D05F27;
	padding-bottom: 3px;
	margin-bottom: 2px;
	display:none;
}

 #site #column1 .news_item_date {
	float: right;
	height: 73px;
	width: 69px;
	background-image: url(../media/siteImages/calendar.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.6em;
	margin-top: -25px;
	position: relative;
}

#site #column1 .news_item_date_month {
	color: #FFFFFF;
	margin: 0px;
	font-size: 0.9em;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;	
}

#site #column1 .news_item_date_day {
	clear: both;
	font-size: 1.8em;
	font-weight: bold;
	color: #D05F27;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}
#site #column1 .news_item_date_year {
	display: none;
	padding-right: 3px;
	color: #666666;	
}

#site #column1 .news_item {
	float: left;
	width: 80%;	
}
#site #column1 .news_item_more {
	/*display: none;*/
}

#site #column1 .news_item_date strong {
	font-weight: normal;
}

#site #column1 .news_item_date span{
}

/*NEWS IN COLUMN 1  END //////////////////////////////////////*/


/*NEWS IN COLUMN 2  START //////////////////////////////////////*/

#site #column2 .news_item_date {
display: inline;
}

#site #column2 .news_item_date_month {
	color: #333;
	margin: 0px;
	margin-left:5px;
	font-size: 0.9em;
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;	
}

#site #column2 .news_item_date_day {
	clear: both;
	font-size: 0.9em;
	font-weight: lighter;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	margin: 0px;
}
#site #column2 .news_item_date_year {
	padding-right: 3px;
	color: #333;	
	display:inline;
}
/*NEWS IN COLUMN 2  END //////////////////////////////////////*/


/*5. BASIC STYLES FOR FORMS*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*#5.1) Basic Form Styles---------------------------------------------------------{}*/

.largelink {
	display: block;
	height: 36px;
	padding-top: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #F5E3BF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../media/siteImages/largelink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.largelink:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left -53px;
}

#site .form_button {
	color: #231F20;
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../media/siteImages/largelink.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 54px;
	width: 225px;    
}

#site #column1 label {
	margin-top: 6px;
	font-weight: lighter;
	font-size: 1em;
	color: #333333;
}

#site #column2 label {
	margin-top: 6px;
	font-weight: lighter;
	font-size: 1em;
	color: #333333;
}

#site fieldset {
	border: none;
}

#site #column2 fieldset {
	margin: 0;
	padding: 10px;
	width: 100%;
	display: block;
}

#site #column1 fieldset {
	padding: 25px;
	margin-left: 10px;
}

#site .form_textbox {
	display: block;
	width: 95%;
	height: 23px;
	line-height: 23px;
	border-color: #ccc;
	border-style: none;
	margin-bottom: 10px;
	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;
}

#site .form_textbox_multi {
	display: block;
	width: 95%;
	height: 100px;
	line-height: 23px;
	border-color: #ccc;
	border-style: none;
	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;
}

#-----status-boxes-------------------------------------------------------------{}


#site .form_statusbox {
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 28px;
	width: 80%;
	
}

#site .form_statusbox_fail {
	background-color: #FCF3CF;
	background-image: url(../media/images/icon-statusbox-incorrect.gif);
	border: 1px solid #F5D851;
	color: #8C661E;
	margin-left:0px;
}

#site column1 .form_statusbox_fail li {
}

#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;
}

#site #column2 .ShowFormButton {
	padding-left: 20px;
	padding-bottom: 20px;
	text-decoration: underline;
}


/*UNCLASSIFIED*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*#6.UNCLASSIFIED---------------------------------------------------------{}*/

.ue {
	text-align: center;
	display: block;
	height: 15px;
	width: 810px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 15px;
}

#logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.map {
	display: block;
	padding: 20px;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 450px;
	background-image: url(../media/siteImages/contact-map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.walk-link {
	background-color: #F4E1B7;
	display: block;
	padding: 4px;
	margin-left: 15px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.walk-link img {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 1px solid #FFFFFF;
}

.walk-link:hover {
	background-color: #FBF4E6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.itinerary-distance {
	display: block;
	padding: 5px;
	background-color: #FCF4E4;
}

#price {
	background-color: #F4E1B7;
	display: block;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#price p {
	margin-left: 0px;
}
#price h4 {
	margin-left: 0px;
}


#home .home, #about .about, #walks .walks, #testimonials .testimonials, #news .news, #contact .contact, #site {
	color: #200401;
	background-position: center top;
}

.packages{
	display: none;
}

#site #flashContent {
	width: 810px;
	height: 425px;
	display:block;
	position: relative;

}

/*BIN*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*#7.OLD STYLES NOT IN USE---------------------------------------------------------{}*/
/*

.RadMenu_MainMenu_Context{
	background: none;
	border:0;
}
*/

/*
.RadMenu_MainMenu .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_MainMenu .group .link
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	padding:0;
	color: #0066B4;
	font-size: 1.1em;
	background-color: #F9F9F9;
	background-image: none;
}

#site #content_header .RadMenu_MainMenu .group .link:hover,
#site #content_header .RadMenu_MainMenu .group .focused,
#site #content_header .RadMenu_MainMenu .group .expanded
{
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	background-color: #008FD5;
	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;
}

*/

/*
#site #column1 .news_item_title a{
	color: #008FD5;
	text-decoration: none;
}
#site #column1  .news_item_title a:hover{
	color: #FFFFFF;

}

#site #column1 #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 #column1 #individual-news-story-previous-page-link a{
	color: #0099CC;
}

#site #column1 #individual-news-story-previous-page-link a:hover{
	color: #FFFFFF;
}

#site #column1 .divHeadline p {
	font-size: 1.4em;
	color: #007CB9;
}

#site #column1 #individual-news-story .floatRight, #site #column1 .news_item_container .floatRight {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 5px;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
}




#site #column1 #individual-news-story .news_item_date {
	font-size: 0.9em;
	margin-right: 5px;
}



#-----footer-page-print-etc-----------------------------------------------------------{}

#site #page-footer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 335px;

}
#site .page_footer_icon {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-right: 14px;
}



#site .page_footer_print {
	background-image: url(../media/siteImages/icon-print.gif);
}
#site .page_footer_email {
	background-image: url(../media/siteImages/icon-send.gif);
}
#site .page_footer_favourite {
	background-image: url(../media/siteImages/icon-favorites.gif);
}
#site .page_footer_top {
	background-image: url(../media/siteImages/icon-top.gif);
}

#site fieldset p
{
	margin-top: 12px;
	margin-bottom: 0px;
}

#site  legend
{
	display: none;
}

#site .formItemHalf {
	float: left;
	width: 49%;
}
	









*/


