/* **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*/

#site #column1 .news_item_calltoaction {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 7px;
	margin-bottom: 10px;
}
#site #column1 .news_item_calltoaction p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#site #column2 .sidebox li a{
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

#site #column2 .twitter li {
	padding-bottom:20px;
	color:#FFF;
}

#site #column2 .twitter li a{
	display:inline !important;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	padding-left: 0px;
}

#site #column2 .twitter a{
	text-decoration:none;
	border:none;
}

#site #column2 .twitter .button {
	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;
	font-weight:normal;
}

#site #column2 .twitter a:hover{
	text-decoration:none;
	border:none;
}

#site #column2 .sidebox ul, #site #column2 .twitter ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*//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) 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 #content a{
	color: #B99865;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B99865;
	font-weight: bold;
}

#site #content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B99865;	
}

#site p{
	font-size: 0.8em;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 7px;
}
	
#site h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #B99865;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #362527;
	margin-bottom: 15px;
	clear: both;
}

#site h1 strong {
}

#site h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #B99865;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #362527;
	margin-bottom: 15px;
	clear: both;
}

#site h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #B99865;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#site h4 {

}
#site h4 em {

}
#site strong {
	
}

#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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#site #content li
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#site #content ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#site table{
	margin-bottom: 15px;
	width: 99%;
	border-collapse:collapse; 
}

#site td, #site th {
	font-size: 0.8em;
	color: #FFFFFF;
}

#site th {
	padding: 8px;
	text-align: left;
	color: #0066FF;
	text-transform: uppercase;
	background-color: #E6E6E6;
}

#site td {
	background-color: #F7F7F7;
}

#site caption {
	display: none;
}





/* ///////////////////////////////////////////////////////////////////////// 
#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;
	background-image: url(../media/siteImages/thumb-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 5px;
	border:0;
}

.thumb-left {
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
	background-image: url(../media/siteImages/thumb-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 5px;
}

.thumb-below {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	clear: both;
	display: block;
	background-image: url(../images/thumb-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 5px;
}


/*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%;
}


.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;

}


/* ///////////////////////////////////////////////////////////////////////// 
#1-3-main-div-structure------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */


#site {
	background-color: #B99865;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid blue;
}

#site #container {
	background-image: url(../media/siteImages/container-background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 47px;
	padding-left: 47px;
	border: 0px solid green;
}

#site #center-column 
{
	background-image: url(../media/siteImages/content-background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 600px;
	width: 900px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
	
}

#site #header {
	background-image: url(../media/siteImages/header-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 110px;
	border-top: 1px solid #000;
}



#site #content {
	padding-top: 26px;
	padding-right: 26px;
	padding-left: 26px;
}


#site #column1 {
	float: left;
	width: 560px;
	display: block;

}
#site #column2 {
	float: right;
	margin-left: 26px;
	width: 259px;
	display: block;
}


#site #column3 {
	display:none;
}

#site #contentanchor { /*this is the anchor  link to the content for accessibility*/
	position: absolute;
}


#site #image {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 314px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	overflow: hidden;
}


#site #footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
}


#site #center-column-footer {
	background-image: url(../media/siteImages/content-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	clear: both;
	height: 40px;
	width: 920px;
	padding-top: 1px;
}


#menu_container {
	margin:0;
	position:relative;
	width:900px;
	height:30px;
	z-index:100;
	background-color: #B99865;
	font-size: 1.1em;
}


/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////// 
#2-DIV-AREA-SPECIFIC-CSS---xxxxxxxxxxxxxxxxxxxxxxxx-----------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*BASIC STYLES FOR SPECIFIC DIVS OR AREAS E.G. COLUMN 1 LI ETC*/

	
	
	
	
/*///////////////////////////////////////////////////////////////////////// 
#2-1-HEADER-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#site #header p {
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 15px;
	padding-left: 40px;
	line-height: 1.7em;
}
#site #header strong {
	font-weight: bold;
	color: #B89867;
}
#site #header a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4D8C5;
	font-weight: normal;
}
#site #header a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



/*///////////////////////////////////////////////////////////////////////// 
#2-2-COLUMN1-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */






/*///////////////////////////////////////////////////////////////////////// 
#2-3-COLUMN2-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */






/*///////////////////////////////////////////////////////////////////////// 
#2-4-COLUMN3-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */











/*///////////////////////////////////////////////////////////////////////// 
#2-5-FOOTER-----------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
#site #footer p {
	padding-bottom: 10px;
	color: #362527;
}
#site #footer a {
	color: #362527;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #362527;
	font-weight: normal;
}
#site #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
#footer strong {
	font-weight: bold;
	color: #220E10;
}

#footer-cap {
	background-image: url(../media/siteImages/footer-cap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	clear: both;
	height: 36px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	margin-top: -10px;
}


/*///////////////////////////////////////////////////////////////////////// 
#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;
}
.foodbutton {
	background-image: url(../media/siteImages/featurebox-food.jpg);
	background-color: #7C5D24;
}
.venuebutton {
	background-image: url(../media/siteImages/featurebox-venue.jpg);
	background-color: #87331B;
}
.barbutton {
	background-image: url(../media/siteImages/featurebox-bar.jpg);
	background-color: #65957F;
}


/*///////////////////////////////////////////////////////////////////////// 
#2-7-NEWS-ITEMS-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
///////////////////////////////////////////////////////////////////////// */


.article_entry_divider {
	clear: both;
	display: block;
	height: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #362527;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
}
.article_entry {
	display: block;
	float: left;
}
.calendar {
	float: left;
	height: 59px;
	width: 57px;
	display: block;
	background-image: url(../media/siteImages/date-calendar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 10px;
}
.date {
	clear: both;
	font-size: 1.8em;
	font-weight: bold;
	color: #B99865;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1em;
}
.month {
	color: #220E10;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
}


/*//////////////////////////////////////////////////////////////////////////
#2-8-GALERY-ITEMS-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
////////////////////////////////////////////////////////////////////////// */

#gallerythumb {
	padding: 5px;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #362527;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #362527;
}

#gallerythumb a {
	float: left;
	border: 2px solid #B99865;
	padding: 1px;
	margin: 10px;
	display: block;
}
#gallerythumb a:hover {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#gallerythumb img {
border: 0;
}


/*///////////////////////////////////////////////////////////////////////// 
#2-9-MENU-ITEMS-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
////////////////////////////////////////////////////////////////////////// */


.menu {
	text-align: center;
	display: block;
	background-color: #362527;
	padding: 5px;
}
.menu h3 {
	background-color: #201516;
	margin-bottom: 10px;
}
.menu strong {
	color: #B99865;
}
.menu_divider {
	clear: both;
	display: block;
	height: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #201516;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 65%;
}
.smallprint {
	font-style: italic;
	margin-top: 15px;
}

.cocktailTable{
	width:100%;
	border:0px;
	margin:0px;
	padding:10px;
	}
	
	#site .cocktailTable td{
		background-color:#362527;
	}
		
	
.cocktailChampagneTable{	
	border:0px;
	margin:0px;
	padding:10px;
	}
	#site .cocktailChampagneTable td{
		background-color:#362527;
	}

/*///////////////////////////////////////////////////////////////////////// 
#2-10-SIDEBOX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
///////////////////////////////////////////////////////////////////////// */

.sidebox {
	background-color: #362527;
	padding: 12px;
	margin-bottom: 18px;
}

.twitter {
	background-color: #362527;
	padding: 12px;
	margin-bottom: 18px;
}

.sidebox_news {
	background-color: #362527;
	padding: 12px;
	margin-bottom: 18px;
	display:none;
}

#editableSidebox{
display: none;	
}

/*///////////////////////////////////////////////////////////////////////// 
#3-NAVIGATION-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-----------------------------{}
///////////////////////////////////////////////////////////////////////// */


	/*///////////////////////////////////////////////////////////////////////// 
	#3-1-PRIMARY-NAVIGATION-----------------------------------------------------------{}
	///////////////////////////////////////////////////////////////////////// */
#site #primary_navigation {
	margin:0;
	position:relative;
	width:900px;
	height:30px;
	z-index:100;
	background-color: #B99865;
	font-size: 0.9em;
	}

	#site .RadMenu_MainMenu {
	position:absolute;
	margin: 0px;
	padding: 0px;
	}
		
		* 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: 0px;
	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;
		}
		


	/*/////////////////////////////////////////////////////////////////////////
	#3-1-SECONDARY-NAVIGATION-----------------------------------------------------------{}
	///////////////////////////////////////////////////////////////////////// */
	
	
#site #sub-nav {
	height: 26px;
	margin-right: 9px;
	margin-left: 9px;
	background-image: url(../media/siteImages/sub-nav-background.jpg);
	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: 0px solid #B99865;
	width: 180px;
	padding: 5px;
}

#site  legend
{
	display: none;
}

#site .formItemHalf
{
	float: left;
	width: 49%;
}
	


#site label
{
	font-size: 0.8em;
	color: #FFFFFF;
}



#site .form_textbox, 
#site .form_textbox_multi, 

#site .formDropSmall
 {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../media/siteImages/formfield-background.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;
}




#site #column1 .formDropSmall
{
	width: 10%;
} 


#site .form_textbox, 
#site .form_textbox_multi, 

#site .formDropSmall {
	width: 99%;
}

#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;
}


/*///////////////////////////////////////////////////////////////////////// 
#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: 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: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;

}
#site #column1 .news_item_title{
	font-size: 1.2em;
	font-weight: normal;
	color: #B99865;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#site #column1 .news_item_title a{
	color: #008FD5;
	text-decoration: none;
}
#site #column1  .news_item_title a:hover{
	color: #FFFFFF;
}

#site #column1 .news_item_text {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}

#site #column1 .news_item_text p{
	margin-top:5px;
	padding:0;
}

#site #column1 .divHeadline .news_item_text {
display: none
}

#site #column1 .news_item_date {
	font-size: 0.8em;
	width: 54px;
	text-align: center;
	float: left;
	margin-bottom: 5px;
	color: #999999;
	background-image: url(../media/siteImages/date-calendar-bg.jpg);
	background-repeat: no-repeat;
	height: 68px;
	color: #FFFFFF;
	margin-right: 20px;
}


#site #column1 .news_item_date_month {
	color: #220E10;
	margin-top:10px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.1em;
}

#site #column1 .news_item_date_day {
	display: block;
	padding-right: 3px;
	font-size: 2.2em;
	color: #B99865;
	margin: 0px;
	line-height: 0.8em;
}
#site #column1 .news_item_date_year {
	display: block;
	font-size: 0.7em;
	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-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: 0px;
	margin-bottom: 0px;

}


#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 {
/*	margin-top: 0px;
	margin-bottom: 10px;
	color: #666666;*/
	 display:none;
}

#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;
	background-image: url(../media/siteImages/previous.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	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: 0px;
	margin-right: 0px;
	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-------------------------------------------------------------------------------{}

#site .ue {
	display: block;
	float: right;
	width: 290px;
	padding-right: 15px;
}


#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	border: 0;
}

#newsletter{
	color: #B0E8FF;
}

#site span{					/*used for pdf links */
border: 0px solid #fff;
}
#site .floatRight a {  /*used for pdf link on "contact.aspx page"*/
	margin:0;
	padding:0
}

.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;
}

.TableReservation .pickerWrapper_Default { width: 100px!important; }
.TableReservation .ReservationDateInput {
	width: 70px;
	font-size:0.8em;	
}

.TableReservation span
{
color:#B99865;
}

.FindTableButton
{
background-color:Red;
font-weight:bold;
color:#fff;
height: 30px; 
border: 0;

}


.radDate { width: 200px; /*border: 1px solid #fff;*/ position: relative; height: 20px; margin: 15px 0 0 0;}
.radDate table { width: 90px!important; margin: 0px 0 0 0; /*border: 1px solid green;*/ display: block; float: left;}
.radDate span { /*border: 1px solid red;*/ display: block; float: left;}


#7-CSS-RECYCLE-BIN-------------------------------------------------------------------------------{}
/*
Put old css in here:






*/























/*// 6) CSS RECYCLE BIN ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 

#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;
}






*/



