/* **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 cms styles*/
body {
    margin: 0;
    padding: 0;
}
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*//CSS KEY////////////////////////////////////////////////////////////////////////

1) BASICS
	 1.1) Default HTML Tags (h1, h2 etc for #site)
	 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) #Feature Boxes
	2.7) #Gallery Items

	2.9) 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------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#site p{
	margin-top: 0px;
	padding-top: 0px;
}
	
#site h1 {
	color: #184157;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3em;
}

#site h1 strong {
}

#site h2 {
	color: #009999;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 2em;
}

#site h3 {
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	color: #646C24;
	font-weight: normal;
	margin-bottom: 10px;
}

#site h3 a {
	color: #646C24;
	text-decoration: none;
}


#site h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #94A338;
	font-weight: normal;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 7px;
}


#site #content li
{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


/* ///////////////////////////////////////////////////////////////////////// 
#1-2-site-tools------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.map {
	padding: 2px;
	border: 2px solid #55B764;
	margin-bottom: 15px;
}

.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%;   
}  

.thumb-right {
	float: right;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
	margin-bottom: 5px;
	border:0;
}

.thumb-left {
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
	margin-bottom: 5px;
}

.thumb-below {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

/* ///////////////////////////////////////////////////////////////////////// 
#1-3-main-div-structure------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */


#site {
	background-color: #FAF1CD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
}

#site #container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 47px;
	padding-left: 47px;
	border: 0 solid green;
}

#site #center-column {
	min-height: 600px;
	width: 900px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
	
}

#site #header {
	height: 165px;
	background-image: url(../media/siteImages/header_bg.jpg);
	background-color: #38586D;
}

#site #header_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#site #header_curved_box {
	background-image: url(../media/siteImages/header_curvedbox.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 215px;
	float: right;
	background-color: #466448;
	padding-left: 36px;
}

#site #header_medal {
	float: right;
	height: 157px;
	width: 88px;
	background-color: #194258;
	position: absolute;
	margin-left: 805px;
	background-image: url(../media/siteImages/medal.jpg);
	background-repeat: no-repeat;
}

#site #content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#site #column1 {
	float: left;
	width: 540px;
}

#site #column2 {
	float: left;
	width: 240px;
	margin-left: 15px;
}

#site #column3 {
	display:none;
}

#site #image_column1 {
	float: left;
	width: 540px;
}

#site #image_column2 {
	float: left;
	width: 240px;
	margin-left: 15px;
}

#site #image .box1 {
	background-color: #184157;
	text-align: center;
	height: 345px;
}

#site #box_feature {
	background-image: url(images/feature-links-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.9em;

}

#site #box_feature strong {
	display: block;
	padding-bottom: 10px;
	padding-top: 6px;
	font-size: 1.3em;
	font-weight: normal;
}

#site #box_feature img {
	padding-right: 7px;
	padding-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#site #box_feature a {
	display: block;
	height: 80px;
	width: 163px;
	float: left;
	color: #C7E1EF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2A4D63;
	padding: 6px;
	background-color: #06324B;
	background-image: url(../images/feature-links-bg.jpg);
}

#site .box {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 15px;
}

#site a.box_button :hover{
	background-color: #365569;
}

#site .box_button {
	display: block;
	background-color: #1C455B;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 2px;
	font-size: 0.9em;
	margin-top: 10px;
	clear: both;
}

#site .box_button span{
	display: block;
	background-color: #1C455B;
	border: 1px solid #4F6E80;
	padding-top: 3px;
	padding-bottom: 3px;
}

#site .box ul a{
	color: #AC4E25;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1CDBE;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 7px;
}

#site .box ul a:hover{
	background-color: #FFFFFF;
}

#site .box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#site .box li {
}

#site .box1 {
	background-color: #184157;
}

#site #image .box1 {
	background-color: #184157;
	text-align: center;
	height: 345px;
}

#site .box2 {
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#site .logo {
	margin-top: 22px;
}


#site #footer {
	background-color: #132D3C;
	min-height: 200px;
	padding-top: 10px;
	border-top: solid 14px #1D455C;
}

#site #footer_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#site #footer_content p {
	color: #FAF1CD;
}

#site #footer_content a {
	color: #FAF1CD;
}

#site #center-column-footer {
	display: block;
	clear: both;
	height: 40px;
	width: 920px;
	padding-top: 1px;
}

#site #menu_container {
	margin:0;
	position:relative;
	width:900px;
	height:30px;
	z-index:100;
	background-color: #B99865;
	font-size: 1.1em;
}

#site .content_column1 {
	float: left;
	width: 45%;
	margin-right: 5%;
}

#site .acceptedIcons {
    text-align: center;
    margin-top: 20px;
}

/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////// 
#2-DIV-AREA-SPECIFIC-CSS---xxxxxxxxxxxxxxxxxxxxxxxx-----------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*BASIC STYLES FOR SPECIFIC DIVS OR AREAS E.G. COLUMN 1 LI ETC*/

	
/*///////////////////////////////////////////////////////////////////////// 
#2-2-COLUMN1-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */






/*///////////////////////////////////////////////////////////////////////// 
#2-3-COLUMN2-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */






/*///////////////////////////////////////////////////////////////////////// 
#2-4-COLUMN3-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */


/*///////////////////////////////////////////////////////////////////////// 
#2-6-FEATURE-BOXES-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
#feature-boxes {
	display: none;
	height: 120px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

.feature {
	display: none;
	height: 50px;
	width: 280px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 70px;
	padding-left: 13px;
	color: #220E10;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.feature:hover {
	background-position: left -120px;
}

/*///////////////////////////////////////////////////////////////////////// 
#3-NAVIGATION-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
///////////////////////////////////////////////////////////////////////// */


	/*///////////////////////////////////////////////////////////////////////// 
	#3-1-PRIMARY-NAVIGATION-----------------------------------------------------------{}
	///////////////////////////////////////////////////////////////////////// */


/*see also #menu_container */
#site #primary_navigation {
	display: block;
	margin-top: 19px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#site #primary_navigation li{
	float: left;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#site #primary_navigation .vertical li {
    background-color: #658091;
    border-right: solid 1px #87A2B5;
    border-left: solid 1px #87A2B5;
    border-bottom: solid 1px #87A2B5;
}

#site #primary_navigation a{
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 16px;
	padding-left: 16px;
	font-size: 1.3em;
	font-weight: normal;
	height: 40px;
	display: block;
	line-height: 40px;
	float: left;
}

#site #primary_navigation a:hover{
	background-color: #4A697D;

}

	/*/////////////////////////////////////////////////////////////////////////
	#3-1-SECONDARY-NAVIGATION-----------------------------------------------------------{}
	///////////////////////////////////////////////////////////////////////// */
	
	
#site #sub-nav {
	height: 26px;
	margin-right: 9px;
	margin-left: 9px;
	display: block;
	clear: both;
	font-size: 1.1em;
}

#site #sub-naw li ul a {
	display:block;
	color:red;
	height:30px;
	line-height:29px;
	text-decoration:none;
	text-indent:5px;
	font-family: "Trebuchet MS";
	text-transform: lowercase;
	width: 110px;
}
	
#site #sub-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*///////////////////////////////////////////////////////////////////////// 
#4-FORMS-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
///////////////////////////////////////////////////////////////////////// */

	
	/*///////////////////////////////////////////////////////////////////////// 
	#4-1-BASIC-FORM-STYLES-------------------------------------------------------------{}
	///////////////////////////////////////////////////////////////////////// */

#site fieldset {
	border: 0 solid #B99865;
	width: 180px;
	padding: 5px;
}

#site legend {
	display: none;
}

#site .formItemHalf {
	float: left;
	width: 49%;
}
	
/*This label works also for CMS -> Add New Component*/
#site label {
	font-size: 0.8em;
	color: #000;
}

#site .form_textbox, 
#site .form_textbox_multi, 
#site .formDropSmall
{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0;
	padding-top: 2px;
	font-size: 13px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 99%;
}

#site #column1 .formDropSmall {
	width: 10%;
} 

#site .form_textbox {
	height: 23px;
	line-height: 23px;
}

#site .form_textbox_multi {
	height: 50px;
}

#site .form_button {
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #977A55;
	font-size: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #220E10;
	margin-top: 5px;
}

#site .formButtonNegative {
	height: 23px;
	background-color: #CCCCCC;
	border: 2px solid #CCCCCC;	
	margin-left: 10px;
	color: #666666;
}

#site .formButtonDiv {
	text-align: right;
	clear: both;
}

#site .site_search_textbox {
    width: 120px;
    color: #999999;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 5px;
}

#site .site_search_button {
   margin-top: 0px; 
   border: none;
   background: transparent url(../media/siteImages/site-search-bg.jpg);
   background-repeat: no-repeat;
   width: 23px;
   height: 23px;
   font-family: "Trebuchet MS" Times New Roman;
}

#site #search-results td, 
#site #search-results th, 
#site #search-results table {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: inherit;
}

	/*///////////////////////////////////////////////////////////////////////// 
	#4-2-STATUS BOXES-------------------------------------------------------------{}
	///////////////////////////////////////////////////////////////////////// */

.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;
}

 .form_statusbox_fail {
	background-color: #FCF3CF;
	/*background-image: url(../media/images/icon-statusbox-incorrect.gif);*/
	border: 1px solid #F5D851;
	color: #8C661E;
}

 .form_statusbox_fail li {
	color: #8C661E;
}

.form_statusbox_success {
	background-color: #F8FFF0;
	background-image: url(../media/images/icon-statusbox-correct.gif);
	border: 1px solid #A0DC11;
	color: #37782E;
}

.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;
}

.form_statusbox ul {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


/*/////////////////////////////////////////////////////////////////////////*/
/*#5-MODULES-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}*/
/*/////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////////// */
/*#5-1-NEWS-MODULES-------------------------------------------------------{}*/
/*///////////////////////////////////////////////////////////////////////// */

/*#-----news-styles-column-one----------------------------{}*/

#site #column1 .news_item_container {
	margin-top: 10px;
	margin-bottom: 10px;

}
#site #column1 .news_item_title {
	font-size: 15px;
	font-weight: bold;
	color: #646C24;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#site #column1 .news_item_title a {
	color: #646C24;
	text-decoration: none;
}

#site #column1  .news_item_title a:hover{
}

#site #column1 .news_item_text {
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}

#site #column1 .news_item_text p{
	margin-top:5px;
	padding:0;
}

#site #column1 .divHeadline .news_item_text {
	display: none
}

#site .news_item_date {
	float: left;
	text-align: center;
	color: #FFFFFF;
	padding-right: 5px;
}

#site .news_item_date_month {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #98A637;
	font-family: Georgia, Trebuchet MS, Times New Roman;
}

#site .news_item_date_day {
	display: block;
	font-weight: normal;
	font-size: 31px;
	color: #98A637;
	font-family: Georgia, Trebuchet MS, Times New Roman;
}
#site .news_item_date_year {
	display: none;
}

#site .news_item {
	float: left;
	width: 72%;	
	padding-left: 10px;
	border-left: solid 1px #98A637;
}

#site #column1 .news_item_more {
}

#site #column1 .news_item_date strong {
}

#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-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}

#site #column2 .news_item_container strong {
	color: #FFFFFF;
}

#site #column2 .news_item_title {
	margin-top: 0;
	margin-bottom: 0;

}

#site #column2 .news_item_title a {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#site #column2  .news_item_title a:hover {
}

#site #column2 .news_item_text {

}

#site #column2 .news_item_date {
	color: #B99865;
}

#site #column2 .news_item_date_month {
	display: inline;
	padding-right: 3px;
}

#site #column2 .news_item_date_day {
		display: inline;
		padding-right: 3px;
}

#site #column2 .news_item_date_year {
	display: inline;
	padding-right: 3px;
}

#site #column2 .news_item {
	float: left;
}

#site #column2 .news_item_more {
	display: none;
}

#site #column2 .news_item_date strong {
	font-weight: normal;
	color: #B99865;
}

#site #column2 .news_item_date span {
}

/*#-----news-styles-detail-individual-page------------------------------------------------------{}*/
/*INDIVIDUAL NEWS ITEMS - START//////////////////////////////////////////////////*/

#site #individual-news-story-previous-page-link a {
	color: #B99865;
	font-size:0.9em;
	font-weight: bold;
	text-decoration: none;
	border:0;
	display: block;
	padding-bottom: 40px;
	padding-left: 25px;
}

#site #individual-news-story-previous-page-link a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#site #column1 .divHeadline  {
	font-size: 1.1em;
	color: #007CB9;
}

#site #column1 #individual-news-story .floatRight, #site #column1 .news_item_container .floatRight, #site #column1 #individual-news-story .floatLeft, #site #column1 .news_item_container .floatLeft {
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 210px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

#site #column1 #individual-news-story .floatRight, #site #column1 .news_item_container .floatRight {
	margin-left: 15px;
}

 #site #column1 #individual-news-story .floatLeft, #site #column1 .news_item_container .floatLeft {
	margin-right: 15px;
}

#site #column1 #individual-news-story .news_item_date {
	font-size: 0.9em;
	margin-right: 5px;
}

/*INDIVIDUAL NEWS ITEMS - END////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/


/*
#6-UNCLASSIFIED-------------------------------------------------------------------------------{}
*/


/*
#7-CSS-RECYCLE-BIN-------------------------------------------------------------------------------{}
*/
/* 

#site .ue {
	display: block;
	float: right;
	width: 290px;
	padding-right: 15px;
}


#newsletter{
	color: #B0E8FF;
}

#site span{			
border: 0px solid #fff;
}

#site .floatRight a {  
	margin:0;
	padding:0
}

#site .formButton, .formbutton{
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #977A55;
	font-size: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #220E10;
	margin-top: 5px;
}

.event a:hover{
	background-color: Red;
}


#site .columns {
	float: left;
	width: 45%;
	margin-right: 4%;
}
*html #site .columns {
	width: 40%;
}


.pdf {
	background-image: url(../media/siteImages/pdf.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	}

.google {
	background-image: url(../media/siteImages/google.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	padding-bottom: 2px;

}

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	border: 0;
}

#secondary-navigation{
	display: block;
	height: 20px;
	background-color: #000000;
	padding: 5px;
}
#secondary-navigation ul {
	list-style-type: none;
}
#secondary-navigation li {
	float: left;
	color: #B99865;
}
#secondary-navigation a {
	display: block;
	font-size: 0.8em;
	color: #B89764;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B89764;
	margin-right: 5px;
	margin-left: 5px;
}
#secondary-navigation a:hover {
	color: #B99863;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B89764;
}


	#site .RadMenu_MainMenu {
	position:absolute;
	margin: 0;
	padding: 0;
	}
		
		* html #site  .RadMenu_MainMenu {
		}
		
		#site .RadMenu_MainMenu_Context{
		}
		
		#site .RadMenu_MainMenu .link
		{
		display:block;
		color:#806B55;
		height:30px;
		line-height:29px;
		text-decoration:none;
		text-indent:5px;
		font-family: "Trebuchet MS";
		text-transform: lowercase;
		width: 110px;
		}
		
		#site  .link:hover,
		#site .expanded {
			color: #463720;
			background-color: #D1BC9C;
				cursor: pointer;
		}


		#site .RadMenu_MainMenu .text
		{
		}
		
	#site .RadMenu_MainMenu .group .link {
	min-width:120px;
	text-align: left;
	color: #463720;
	font-size: 0.9em;
	background-color: #D1BC9C;
	background-image: none;
	line-height: normal;
	height: auto;
	width: 170px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	font-weight: normal;
	text-indent: 5px;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	cursor: pointer;
	}
	
	*html #site .RadMenu_MainMenu .group .link {
		width: 120px;
	
	}
		
		#site  .RadMenu_MainMenu .group .link:hover,
		#site  .RadMenu_MainMenu .group .focused,
		#site  .RadMenu_MainMenu .group .expanded {
	
			background-color: #E0D1BC;
			color: #463720;
			background-image: none;
			border-top-color: #71579B;
		}
		

		
		#site .RadMenu_MainMenu .leftArrow,
		#site .RadMenu_MainMenu .rightArrow,
		#site .RadMenu_MainMenu .topArrow,
		#site .RadMenu_MainMenu .bottomArrow,
		#site .RadMenu_MainMenu .leftArrowDisabled,
		#site .RadMenu_MainMenu .rightArrowDisabled,
		#site .RadMenu_MainMenu .topArrowDisabled,
		#site .RadMenu_MainMenu .bottomArrowDisabled
		{
			background: #ededed url('../media/siteImages/menu/left.gif') center center no-repeat;
			width:15px;
		}
		
		#site .RadMenu_MainMenu .topArrow,
		#site .RadMenu_MainMenu .topArrowDisabled
		{
			background-image:url('../media/siteImages/menu/top.gif');
			width:100%;
		}
		
		#site .RadMenu_MainMenu .bottomArrow,
		#site .RadMenu_MainMenu .bottomArrowDisabled
		{
			background-image:url('../media/siteImages/menu/bottom.gif');
			width:100%;
		}
		
		#site .RadMenu_MainMenu .rightArrow,
		#site .RadMenu_MainMenu .leftArrow
		{
			height:100%;
		}
		
		#site .RadMenu_MainMenu .rightArrow,
		#site .RadMenu_MainMenu .rightArrowDisabled
		{
			background-image: url('../media/siteImages/menu/right.gif');
		}
		
		#site .RadMenu_MainMenu .vertical .separator .text
		{
			padding-top: 2px;
			background: #ccc;
			font-size: 1px;
		}
		
		#site .RadMenu_MainMenu .expandLeft,
		#site .RadMenu_MainMenu .expandRight
		{
			background: transparent url(../media/siteImages/menu/groupImage.gif) right center no-repeat;
			margin-right: 4px;
		}
		
		#site .RadMenu_MainMenu_rtl .expandLeft,
		#site .RadMenu_MainMenu_rtl .expandRight
		{
			background: url(../media/siteImages/menu/groupImageRTL.gif) left center no-repeat;
		}
		
		#site .RadMenu_MainMenu .link:hover .expandLeft,
		#site .RadMenu_MainMenu .link:hover .expandRight,
		#site .RadMenu_MainMenu .focused .expandLeft,
		#site .RadMenu_MainMenu .focused .expandRight,
		#site .RadMenu_MainMenu .expanded .expandLeft,
		#site .RadMenu_MainMenu .expanded .expandRight
		{
			background:transparent url(../media/siteImages/menu/invertedGroupImage.gif) right center no-repeat;
		}
		
		#site .RadMenu_MainMenu_rtl .link:hover .expandLeft,
		#site .RadMenu_MainMenu_rtl .link:hover .expandRight,
		#site .RadMenu_MainMenu_rtl .focused .expandLeft,
		#site .RadMenu_MainMenu_rtl .focused .expandRight,
		#site .RadMenu_MainMenu_rtl .expanded .expandLeft,
		#site .RadMenu_MainMenu_rtl .expanded .expandRight
		{
			background:transparent url(../media/siteImages/menu/groupImageRTL.gif) left center no-repeat;
		}
*/






