@charset "UTF-8";
/* CSS Document */

/*------BASIC STYLES-----*/


* {
	margin:0;
	padding:0;
	}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:85%;
	background:#E0E0D6 url(../images/bgd.jpg) repeat-x top left;
	
	}
p {
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:left;
	
	}

.wrapper {
	position:relative;
	width:766px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#FFF url(../images/wrapper-bgd.jpg) repeat-y top left;
	
	}

#clear {
	clear:both;
	}
.clear {
	clear:both;
	}

br .break {
	line-height:18px;
	}
div .break {
	clear:both;
	}
/*-----------------------POSITIONING---------------------------*/

#banner {
	position:relative;
	background:#ccc url(../images/ad-bgd.jpg) repeat top left;
	/*background:#C7EB2D url(../images/header.jpg) no-repeat top left;*/
	height:85px;
	}
#banner p{
	text-align:center;
	padding:1.5em;
	}

#flash {
	position:relative;
	margin:0 auto;
	padding:0;	
	top:0;
	left:0;
	width:766px;
	height:350px;
	background:#FFF;
	}
	
#flash p {
	padding:20px;
	text-align:center;
	}

#header {
	border-top:#69603F.2em solid;
	border-bottom:#69603F.1em solid;
	position:relative;
	background:#69603F url(../images/nav-bgd.jpg) repeat-x top left;
	height:50px;
	}
#header h1 {
	margin-left: -9000px;
}

#header #logoImage {
	position:absolute;
	top:0;
	right:0;
	width:200px;
	height:200px;
	background:url(../images/logo-image.gif) no-repeat top right;
	}
	
/*----MAIN NAVIGATION STYLE----*/	

#header ul {
	margin:0;
	padding:0;
	position:absolute;
	left:1em;
	top:1em;
	width:766px;
	/*width:97%;*/
	list-style:none;
	
	/*border:1px dotted #fff;*/
	/*background:url(../images/nav-bgd.jpg) repeat-x left;*/
	}

#header ul li {
	float:left;
	}

#header ul a {
	padding:0 1em 0 1.5em;
	font-size:.97em;
	line-height:1.8em;
	text-decoration:none;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	display:block;
	background:url(../images/menu-sep.jpg) no-repeat top left;
	text-transform:uppercase;
	
	}
#header ul a:hover {
	color:#fff;
	}	

#header ul a.first {
	background:none;
	}
	

div#main { 
	background:#fff;
	}

#content {
	position:relative;
	margin:0 auto;
	width:766px;
	text-align:left;
	padding:0;
	}
/*#content h1 {
	color:#3F841C;
	border-bottom:1px dotted #AECA4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	width:95%;
	margin:1em 0 .8em 1.2em;
	text-transform:uppercase;
	letter-spacing:-1px;
	
	}*/
#content p {
	margin:0 ;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	padding:0 0 .8em 0;
	}
#content img {
	border:none;
	margin:0 1em 0 0;
	top:0;
	right:0;
	}
#content img.rightImage {
	border:none;
	margin:0 0 0 1em;
	width:275px;
	}
	
/*∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆ COLUMNS ∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆*/

#leftSide {
	float:left;
	width:250px;
	margin:1em 0 0 0;
	padding:0 0 1em 0;
	/*border-right:1px dotted #69603F;*/
	}
#leftSide p {
	margin:0 .5em 0;
	color:#000;
	}

#leftSide h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:13px;
	margin:0 0 .5em .5em;
	text-transform:lowercase;
	color:#69603F;
	}

#middle {
	float:left;
	width:250px;
	margin:1em 0 0 1em;
	padding:0 0 1em 1em;
	text-align:left;
	border-left:1px dotted #69603F;
	}

#middle h1 {
	/*background:url(../images/li-arrow.jpg) top right no-repeat;*/
	border:0;
	width:5em;
	font-size:13px;
	margin:0 0 .3em;
	color:#AE9F68;
	font-weight:bold;
	letter-spacing:-1px;
	}

#middle p {
	margin:0;
	color:#69603F;
	}
#middle li, #rightSide li {
	background:url(../images/li-arrow.jpg) no-repeat top left;
	list-style:none;
	padding:0 0 1em 1em;
	text-align:left;
	/*text-indent:1em;*/
	}
	
#rightSide {
	float:right;
	width:200px;
	margin:1em 0 0 1em;
	padding:0 0 1em 1em;
	text-align:left;
	border-left:1px dotted #69603F;
	}
	
#rightSide h1 {
	border:0;
	margin:0 0 .5em 0;;
	padding:0;
	font-size:13px;
	color:#69603F;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:normal;
	}
#rightSide p{
	margin:0;
	font-size:.8em;
	line-height:1.3em;
	}
/*∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆ ARROWS ∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆∆*/

p.arrow{
	background:url(../images/li-arrow.jpg) top left no-repeat;
	margin:0;
	padding:0 0 0 0px;
	text-indent:1em;
	color:#338BB1;
	font:normal 11px Arial;  
}

#sidebar {
	float:left;
	width:264px;
	padding:1em 0 .6em;
	}
#sidebar h1 {
	font-family: Arial, sans-serif;
	/*background:#C8E1DF;*/
	background:#C8E1DF url(../images/menu-bg.jpg) repeat-x left;
	border:1px dotted #666;
	padding:.4em;
	color:#;
	text-transform:uppercase;
	text-align:center;	
	font-size:1.4em;
	}
#sidebar p {
	font-size:.9em;
	color:#561216;
	padding:.8em 0 0;	
	}
	
#sidebar img {
	border:none;
	margin:0 0 1em;
	/*width:240px;*/
	}
#clear {
	clear:both;
	background:url(../images/content-bottom.jpg) no-repeat top right;
	}
#footer {
	clear:both;
	color:#000;
	background:#E0E0D6 url(../images/footer-bgd.jpg) repeat top left;
	border-top:#69603F.2em solid;
	font-size:.8em;
	margin:0;
	padding:0;
	height:100px;
	}
#footer p {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	padding:1em 1em 0 1em;
	text-align:center;
	line-height:1em;
	font-size:.8em;
	}
	
#footer a {
	padding:.2em;
	line-height:2em;
	text-decoration:none;
	color:#000;
	/*border:1px dotted #8D4477;*/
	}
#footer a:hover {
	background:#AE9F68;
	color:#fff;
	}
#footerNav {
	display:block;
	color:d6d6d6;
	text-transform:uppercase;
	font-size: 1em;
	margin:0;
	padding:0;
	}
#footerNav a {
	background:url(../images/menu-bgd.jpg) no-repeat top left;
	}
	
#footerWrapper {
	margin:0 auto;
	width:766px;
	}
/*-----------------------ABOUT-US---------------------------*/
#about-us-left {
	width:450px;
	float:left;
	padding:0 0 1em 1em;
	margin:1em 0 0 1em;
	}
/*-----------------------CULTURE_CHANGE---------------------------*/
#culture-change {
	width:700px;
	float:left;
	padding:0 0 1em 1em;
	margin:1em 0 0 1em;
	}
#culture-change h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
	margin:1em 0 .5em .5em;
	text-transform:lowercase;
	color:#69603F;
}
#culture-change img {
	border:3px solid #69603F;
	margin:0em 1em 1em 1em;
	}
/*-----------------------CAREERS---------------------------*/
#careersStepTwo h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
	margin:1em 0 .5em .5em;
	text-transform:lowercase;
	color:#69603F;
	}
#careersStepTwo {
	clear:both;
	float:left;
	width:766px;
	margin:0 0 .5em 0;
	padding:0 0 0 0;
	text-align:left;
	}
#careersStepThree {
	clear:both;
	float:left;
	width:766px;
	margin:.5em 0 2em 0;
	padding:1em 0 0 0;
	text-align:left;
	background:#E0E0D6 url(../images/bgd-hatch.gif) repeat top left;
	border-top:#69603F 1px solid;
	border-bottom:#69603F 1px solid;
	}

/* -------------PRIVATE PAGE STYLES-----------------*/
#login {
	/*clear:both;
	float:left;
	width:766px;
	
	padding:1em 0 0 0;*/
	margin:104px 0 2em;
	text-align:left;
	background:#E0E0D6 url(../images/bgd-hatch.gif) repeat top left;
	border-top:#69603F 1px solid;
	border-bottom:#69603F 1px solid;
	}
#login label.top {
	display:block;
	float:none;
	width:250px;
	margin:5px 0 0 1em;
	}
#login input {
	margin:0 0 1em 1em;
	}
#login img.login-image {
	margin:0 2em 0 0;
	}
#careersStepThree p, #careersStepThree img {
	margin:0 1em 1em 1.3em;
	font-size:.8em;
	line-height:1.5em;
	}
#careersStepThree img {
	margin:-2em 1em 1.6em 0;
	}
#careersStepTwo a, #careersStepThree a, #login a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
	}
#careersStepTwo a:hover, #careersStepThree a:hover, #login a:hover {
	background:#AE9F68;
	color:#fff;
	}

div #employment-form {
	clear:both;
	width:766px;
	height:460px;
	padding:0;
	margin:0;
	background:#E0E0D6 url(../images/bgd-hatch.gif) repeat top left;
	border-top:#69603F 1px solid;
	border-bottom:#69603F 1px solid;
}
div #staff-listing {
	
	clear:both;
	width:766px;
	
	padding:0;
	margin:0 0 1em 0;
	background:#E0E0D6 url(../images/bgd-hatch.gif) repeat top left;
	border-top:#69603F 1px solid;
	border-bottom:#69603F 1px solid;
}
div .line {
	border-bottom:1px solid #666;
	margin:-1em 0 1em 0;
	}
div .employment-formL {
	
	float:left;
	padding:1em 0 1em 1em;
	width:350px;
	
}

div #careersStepThree .consulting {
	margin:0;
	float:left;
	padding:0 0 0 1em;
	width:350px;
	
}

div #careersStepThree .consulting p {
	margin:0;
	padding:1em 0 1em 0;
	width:350px;
	font-size:13px;
	line-height:18px;
}
div .employment-formR {
	
	float:left;
	margin:0 0 0 1em;
	padding:1em;
	width:350px;
}

div .employment-formRwhite {
	background:#FFF;
	border:1px solid #666;
	float:right;
	margin:0 1em 1em 0;
	padding:.5em 0 .5em .5em;
	width:365px;
}

div #careersStepThree .employment-formRwhite p.arrow {
	margin:.5em 0 0 .8em;
	padding:.2em 0 .5em 0;
	line-height:10px;
	font-weight:bold;
	}
div #careersStepTwo #employment-form h2, div #careersStepThree h2, div #staff-listing h2, div #login h2, div #content #employment-form h2{
	text-align:left;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#261F0D;
	border-bottom:1px solid #69603F;
	margin:.6em 0 0 1em;
	font-weight:normal;
	}
div #careersStepThree h3 {
	margin:.6em 0 .4em .8em;
	border-bottom:1px solid #69603F;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#261F0D;
	font-size:16px;
}
div #careersStepThree p.contact-location {
	font-size:11px;
	}
#careersStepThree p.management a {
	margin:1em 0 1em 0;
	padding:0 0 0 0;
	font-size:11px;
	line-height:18px;
	
	}
div #careersStepThree h2 {
	margin:0 0 1em 1em;
	}
label .careersLabel {
	float:left;
	display:block;
	margin:0 2em 0 0;
	color:#666;
	}

	
/*-----------------------FACILITIES---------------------------*/
#facilitiesDetailBox h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
	margin:1em 0 .5em .5em;
	text-transform:lowercase;
	color:#69603F;
	}
#facilitiesDetailBox {
	clear:both;
	float:left;
	margin:0 0 .5em 1em;
	padding:0 0 0 0;
	text-align:left;
	}
#facilitiesDetailBox li.consultation-services {
	margin:0 0 0 0;
	font-size:.8em;
	}
#facilitiesDetailBox p.facility-location, #facilitiesDetailBox p.facility-location a, #employment-form p.facility-location, #employment-form p.facility-location a {
	float:none;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	border:0;
	margin:0;
	padding:0 10px 0 10px;
	text-indent:0em;
	color:#000;
	}
#facilitiesDetailBox p.facility-location a, #employment-form p.facility-location a {
	background:url(../images/li-arrow.jpg) no-repeat top left;
	}
#facilitiesDetailBox p.facility-location a:hover, #employment-form p.facility-location a:hover {
	color:#FFF;
	background:#69603F;
	}
	
#facilitiesDetailBox2 {
	clear:both;
	float:left;
	width:766px;
	margin:.5em 0 2em 0;
	padding:1em 0 0 0;
	text-align:left;
	background:#E0E0D6 url(../images/bgd-hatch.gif) repeat top left;
	border-top:#69603F 1px solid;
	border-bottom:#69603F 1px solid;
	}
#facilitiesDetailBox2 p {
	margin:0 1em .4em 1.3em;
	font-size:.9em;
	line-height:1.5em;
	}
#facilitiesDetailBox2 strong {
	margin:0 1em .4em 1.3em;
	font-size:.9em;
	line-height:1.5em;
	font-weight:bold;
	}

#facilitiesDetailBox2 img.imgLeft {
	float:left;
	text-align:left;
	border:none;
	margin:-1.7em 1em 1.6em 0;
	}
#facilitiesDetailBox2 img {
	margin:0 1em 0 0;
	}
#facilitiesDetailBox2 img.ladyDog {
	margin:-2em 1em 1.5em 1em;
	}
#facilitiesDetailBox2 img.ladyDog2 {
	margin:-2em 1em 1.5em 1em;
	}

#facilitiesDetailBox img {
	margin:-2em 1em 1.6em 0;
	}
#facilitiesDetailBox a, #facilitiesDetailBox2 a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
	}
#facilitiesDetailBox a:hover, #facilitiesDetailBox2 a:hover {
	background:#AE9F68;
	color:#fff;
	}

div #faclities {
	clear:both;
	width:766px;
	height:450px;
	padding:0;
	margin:0;
	background:#E0E0D6 url(../images/bgd-hatch.gif) repeat top left;
	border-top:#69603F 1px solid;
	border-bottom:#69603F 1px solid;
}
div .facilitiesL {
	float:left;
	padding:1em 0 1em 1em;
	
}
div .facilitiesR {
	float:left;
	padding:1em;

}

div #facilitiesDetailBox #facilities h2, div #facilitiesDetailBox2 h2, div #employment-form h2, #content #employment-form h2 {
	text-align:left;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#261F0D;
	border-bottom:1px solid #69603F;
	margin:.6em 0 0 1em;
	font-weight:normal;
	}
div #facilitiesDetailBox2 h2 {
	margin:0 0 1em 1em;
	}
#facilitiesDetailBox2 p.address {
	margin:0 0 1em 2em;
	padding:0 0 0 0;
	font-size:10px;
	line-height:13px;
	}
#facilitiesDetailBox2 img {
	float:right;
	border:3px solid #69603F;
	margin:1em 1em 1em 1em;
	}
	
/*------------------------FORM STYLES-------------------------*/
/*#regForm {
	border-top:1px solid #00CCFF;
	border-right:none;
	border-bottom:1px solid #00CCFF;
	border-left:1px solid #00CCFF;
	margin:10px 5px 0 24px;
	}*/
.clear {
	clear:both;
	}
input, select, option, textarea {
	width:200px;
	}
#content input {
	border:1px solid #666;
	background:#F6F6F6;
	}
#content select, #content textarea {
	display:block;
	} 
/*#radio-yes, #radio-no {
	width:auto;
	margin:0;
	padding:0;
	background:0;
	border:0;
	}*/
div #careersStepThree textarea.contact-textarea {
	width:200px;
	height:200px;
	border:1px solid #666;
}

/* -----reset for non-text inputs -----*/
#content input:focus, #content textarea:focus {
	background:#CFCFCF;
	border:1px solid #69603F;/*--purple--*/
	}
#content input.radio, #content input.checkbox, #content input.submit {
	display:inline;
	width:auto;
	margin:0 .5em 0 0;
	background:0;
	border:0;
	}

	

/* display labels next to form elements, add a class for when you want them to stack----*/
label {
	float:left;
	display:block;
	margin:0 2em 0 0;
	color:#69603F;
	}
#sidebar label.top {
	display:block;
	float:none;
	width:350px;
	margin:5px 0;
	}
label.top {
	display:block;
	float:none;
	width:200px;
	margin:5px 0;
	}
label.topWide {
	display:block;
	float:none;
	width:350px;
	margin:5px 0;
	}
#informationType {
	margin:20px 0;
	}
/* ---display labels inline with textboxes----*/
#careersStepTwo label.radio, #careersStepTwo label.checkbox {
	float:none;
	display:inline;
	padding:0 0 0 2px;
	}

#careersStepTwo input .checkbox {
	padding:0 15px 0 0;
	}
/*----align columns of checkboxes or radio buttons----*/
div.group1, div.group2, div.group3 {
	float:left;
	width:15em;
	padding:0 0 0 10px;
	}
/*----feedback messages----*/
label .feedback {
	position:absolute;
	margin:1.3em 0 0 9em;
	position:250px;
	font-weight:bold;
	color:#990000;
	padding:0 0 5px 24px;
	background:url(../images/feedback-required.gif) no-repeat left top;
	/*--width for IE--*/
	width: 200px;
	}
	
div.feedback {
	position:absolute;
	margin:1.4em 0 0 12em;
	position:250px;
	font-weight:bold;
	color:#990000;
	padding:0 0 5px 24px;
	background:url(../images/feedback-required.gif) no-repeat left top;
	/*--width for IE--*/
	width: 200px;
	}
label .feedbackWide {
	position:absolute;
	margin:1.4em 0 0 -1.3em;
	position:250px;
	font-weight:bold;
	color:#990000;
	padding:0 0 5px 24px;
	background:url(../images/feedback-required.gif) no-repeat left top;
	/*--width for IE--*/
	width: 200px;
	}
fieldset {
	margin:1.4em 20px 5px 20px;
	display:block;
	padding:0 0 0 15px;
	}
legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:lowercase;
	padding:2px 5px;
	color:#666666;
	margin:-2px 0 20px -16px;
	display:inline;
	}
/*---these styles use attribute selectors in the focus pseudo-class selector to style form elements in DOM-compliant browsers. Other browsers will ignore these styles and render the default ---*/
fieldset[id=personalinfo] {
	background:#ccc url(../images/green-stripe-bgd.gif) repeat top center;
	border:1px solid #3F841C;
	}
fieldset[id=chaperoneinfo] {
	background:#ccc url(../images/green-stripe-bgd.gif) repeat top left;
	border:1px solid #3F841C;
	}
fieldset[id=resortinfo] {
	background:#ccc url(../images/green-stripe-bgd.gif) repeat top left;
	border:1px solid #3F841C;
	}
legend[class=personallegend], legend[class=chaperonelegend], legend[class=resortlegend] {
	background:#ccc url(../images/green-stripe-bgd.gif) repeat bottom right;
	border-top:1px solid #3F841C;
	border-right:1px solid #3F841C;
	border-left:1px solid #3F841C;
	}
input:focus, textarea:focus {
	border:2px solid #3F841C;
	}
/*---SUBMIT BUTTON---*/
#content #submit {
	margin:1em 0 1em 2em;
	width:124px;
	height:36px;
	background:url(../images/submit-form-button.gif) no-repeat top left;
	border:none;
	color: #ffffff;
	padding: .5em;
	/*text-indent: -9000em;*/
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	}
#content #submit:hover {
	background:url(../images/submit-form-button-hover.gif) no-repeat top left;
	}
input.submit-employ {
	width:auto;
	margin:1em 0;
	padding:1em;
	color:#009FB2;
	border:1px solid #666;
	background:#F6F6F6;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	}
#content input.submit-employ:hover {
	color:#330000;
	background:#D1D1D1;
	}
#careersStepThree #uploadBtn, #login .submit {
	margin:0 0 1em 1em;
	padding:.8em;
	width:140px;
	color:#009FB2;
	background:#F6F6F6;
	border:1px solid #333333;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	}
#careersStepThree #uploadBtn:hover, #login .submit:hover {
	color:#330000;
	background:#D1D1D1;
	}
#employment-form .submit-employ {
	margin:0 0 2em 0;
	} 
dl {
	margin:.5em 0 .7em 2em;
	font-size:.9em;
	color:#333;
	}
dd {
	margin:0 0 0 2em;
	}
	
dl.general-services, ul.general-services {
	margin:.5em 0 .7em 3em;
	font-size:13px;
	color:#333;
	}
ul.secondary-list {
	margin:.5em 0 .7em 3em;
	font-size:13px;
	color:#333;
	}
ul.resources-links li {
	color:#333;
	list-style:none;
	margin:0 0 1em 2.4em;
	padding:0 0 0 2em;
	background:url(../images/li-arrow.jpg) no-repeat top left;
	}
ul.facility-services {
	color:#333;
	margin:0 0 1em 2.4em;
	}
#careersStepTwo a.careers-button {
	border-bottom:none;
	}
#careersStepTwo a.careers-button:hover {
	border-bottom:none;
	background:none;
	}
	
/*===============================================*/

div#rightSide ul a {
	font-size:10px;
	list-style:none;
	color:#333;
	text-align: left;
	}
div#rightSide ul li {
	margin:0 0 5px 3px;
	}
	
ol {
margin:10px 0 10px 4em;
}
ol li {
	margin:0 0 5px 0;
	}
	
	
/*===============================================*/
#facRight {
	float: right;
	width: 240px;
	margin:0 1em .4em 1.3em;
	padding: 25px 5px 0 5px;
}

/*===============================================*/
img.floatLeft { 
    float: left; 
    margin: 4px; 
}




/*===============================================*/
#footer2 {
	clear:both;
	color:#000;
	background:#E0E0D6 url(../images/footer-bgd.jpg) repeat top left;
	border-top:#69603F.2em solid;
	font-size:.5em;
	margin:0;
	padding:0;
	height:100px;
	}
#footer2 p {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	padding:1em 1em 0 1em;
	text-align:left;
	line-height:1em;
	font-size:10px;
	}
	
#footer2 a {
	padding:.2em;
	line-height:2em;
	text-decoration:none;
	color:#000;
	/*border:1px dotted #8D4477;*/
	}
#footer2 a:hover {
	background:#AE9F68;
	color:#fff;
	}
