@import "reset.css";


/* BASICS */

body	{
	color: #000;
	background: #f8f2de;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: #FFFFFF;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: #285b17;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #285b17;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #285b17;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #763411;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
}

li {
	line-height: 1.5;
	margin: 5px;
	margin-left: 30px;
	font-size: 0.8em;
}

p {
	margin: 10px 0;
}

h1	{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 0;
	padding-bottom: 5px;
	}

h2	{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: normal;
	color:#204712
	}
	
h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	color: black;
	font-weight: bold;
	font-size: 1.1em;

}

	
/* PAGE DIVS + ALL PAGE ELEMENTS */

#canvas {
	margin: 0 auto;
	padding: 0;
	background-color: white;
	width: 770px;
	
}

#head {
	width: 770px;
	height: 210px;
	border-bottom:1px solid #D9D9D9;
	margin:0 0 1px 0;
}


#address {
	color: #fff;
	font-size: 1px;
	text-align: center;
	visibility: hidden;	
}

#content {
	width: 720px;
	background-color: #f0f1ef;	
	border-right: 25px solid #285b17;
	border-left: 25px solid #285b17;
	overflow: auto;
}
body.concierge #content{
	border-right: 25px solid #000 !important;
	border-left: 25px solid #000 !important;	
}
body.concierge #main a, body.concierge #main a:hover{color:#000;}
body.concierge div.quote{background: url(../images/quote-bc.gif);color:#fff;padding:15px 10px 20px 10px;width:230px;text-align:right;font-style:italic;font-size:18px;}
body.concierge div.quote span{font-size:14px;color:#CCCCCC;font-weight:normal;}


#topmenu {
	width: 720px;
	background: url("/images/bg_menu_v2.jpg") #e1e2de no-repeat;
	border-bottom: 1px solid #fff;
}
body.concierge #topmenu{background: url("/images/bg_menu_v2-concierge.jpg") #e1e2de no-repeat;}
#foot {
	font-size: 12px;
	padding: 6px;
	padding-right: 35px;
	padding-top: 10px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.05em;
}

#credit {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	font-size: 11px;
}

#credit a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}


/* TOP / MAIN MENU */

#topmenu ul, #topmenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu ul {
	padding: 8px 0 8px;
	text-align: center;
}

#topmenu ul li {
	display: inline;
	margin-right: .3em;
}

#topmenu ul li.last {
	margin-right: 0;
}
#topmenu ul li a {
	color: #204712;
	padding: 5px 0;
	text-decoration: none;
	font-size: 12px;
}

#topmenu ul li a:hover, #topmenu ul li a.selected {
	color: #5e8249;
}

body.concierge #topmenu ul li.concierge a{background:#000;color:#fff !important;padding:5px 12px;}

body.concierge #topmenu ul li a {
	color: #333333;
	padding: 5px 4px;
	text-decoration: none;
	font-size: 12px;	
}

body.concierge #topmenu ul li a:hover, body.concierge #topmenu ul li a.selected {
	color: #FFFFFF;
	background: url(../images/bg_menu_v2-s.gif) repeat-x;
}

/*\*//*/
#topmenu ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#topmenu ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #topmenu ul li a {
	padding: 0;
}
/**/


/* HOME PAGE */

#flash {
	width: 720px;
	height: 340px;
}

#logos {
	width: 720px;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #e1e2de;
}

/* CONTENT PAGE */

#main {
	float: left;
	width: 385px;
	padding-left: 30px;
	padding-bottom: 35px;
	padding-top: 20px;
}

#column1 {
	float: right;
	width: 250px;
	padding-bottom: 15px;
}

h2.reference {
	width: 100%;
	border-bottom: 1px solid #5e8249;
}

#metaphor {
	padding: 0;
	margin: 0;
	
}

#titleimage {
	float: left;
	width: 169px;
}

#main p {
	font-size: 0.8em;
	line-height: 1.5;
	text-align: justify;
}

#main p.quote {
	line-height: 1.5;
	
}
#main p.request {
	padding: 3px;
	border: 1px solid silver;
	background-color: #fff;
	text-align: center;
	margin-top: 0;
}

body.concierge #main p.request{
	padding: 6px 0 0 0;
	width:384px;height:56px;
	background: url(../images/request_btn.gif) no-repeat;
	text-align: center;
	margin-top: 25px;
	display:block;	
	color:#E1E0E0;
	font-size:20px;
	font-weight:normal;
	line-height:120%;
}
body.concierge #main p.request a, body.concierge #main p.request a:hover{color:#fff;text-decoration:underline;}
a.request {
    display:block;
    width:340px;height:70px;
	text-indent: -9999px;overflow:hidden;
	background: url(../images/request_btn.gif) no-repeat;
	margin:20px auto;
}
#main p.name {
	line-height: 1;
	font-style: italic;
}

#main table {
	width: 100%;
}

#main td {
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#main td.header {
	padding-top: 12px;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px dotted grey;
}

#main td.submit {
	text-align: right;
	border-top: 1px solid grey;
	padding-top: 15px;
	padding-right: 0px;
}

#column1.corporatepartners {
	padding-top: 65px;
}

#column1.corporatepartners h1 {
	padding-bottom: 20px;
	font-size: 16px;
}

#column1 p {
	padding-right: 25px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 0.6;
}

#column1 p.testmonials {
	text-align: left;
	font-style: normal;
	font-size:16px;
	color:#285b17
}

#column1 p.testmonials2 {
	text-align: right;
	font-style: normal;
	font-size:16px;
	color:#204712;
	line-height: 1.2;
}

#column1 p.signature {
	padding-right: 30px;
	padding-top: 0px;
	text-align: right;
	font-style: italic;
	line-height: 1.1;
}


.clear {
	line-height: 1px;
	clear: both;
}


/* FORMS */

#main td.label {
	font-size: 14px;
	vertical-align: top;
	padding: 4px;
	padding-top: 7px;
}

td INPUT, td TEXTAREA {
	border: 1px solid #285b17;
	padding: 4px;
	font-weight: bold;
	background-color: white;
}
body.concierge input, body.concierge textarea{border:1px solid #000;}

ul.concierge-services{list-style-type:none;margin-right:25px;}
ul.concierge-services p b{line-height:100%;display:block;padding:0 0 5px 0;}
ul.concierge-services p{*margin-top:0;}
ul.concierge-services li{padding:0 0 15px 120px;margin:0 0 15px 30px;min-height:100px;border-bottom:1px solid #CBCCCA;background-position:0 0 !important;}
ul.concierge-services li.shopping {background: url(../images/shopping.jpg) no-repeat;}
ul.concierge-services li.dining {background: url(../images/dining.jpg) no-repeat;}
ul.concierge-services li.entertainment {background: url(../images/entertainment.jpg) no-repeat;}
ul.concierge-services li.health-beauty {background: url(../images/health-beauty.jpg) no-repeat;}
ul.concierge-services li.fintess-lifestyle {background: url(../images/fintess-lifestyle.jpg) no-repeat;}
ul.concierge-services li.home {background: url(../images/home.jpg) no-repeat;}
ul.concierge-services li.travel {background: url(../images/travel.jpg) no-repeat;}

.top-nav ul{width:496px;height:36px;padding:3px 3px 0 3px;background: url(../images/top-nav-bc.gif) no-repeat left;color:#fff;margin:0 auto;display:block;list-style-type:none;}
.top-nav ul li{float:left;height:33px;padding:0;margin:0;}
.top-nav ul li#parking{background: url(../images/top-nav-d.gif) no-repeat right top; padding:0 1px 0 0;}
.top-nav ul li#concierge{background: url(../images/top-nav-d.gif) no-repeat right top; padding:0 1px 0 0;}
.top-nav a{display:block;overflow:hidden;text-indent:-9999px;height:33px;float:left;}
.top-nav a:hover, .top-nav a.selected{background-position:0 0 !important;}

body.concierge .top-nav li#parking a{background: url(../images/nav-24-parking-management.gif) no-repeat;width:182px;background-position:0 -33px;}
body.concierge .top-nav li#concierge a{background: url(../images/nav-24-concierge.gif) no-repeat;width:143px;background-position:0 -33px;}
body.concierge .top-nav li#temporary a{background: url(../images/nav-24-temporary-staffing.gif) no-repeat;width:169px;background-position:0 -33px;}

.top-nav li#parking a{background: url(../images/nav-parking-management.gif) no-repeat;width:182px;background-position:0 -33px;}
.top-nav li#concierge a{background: url(../images/nav-concierge.gif) no-repeat;width:143px;background-position:0 -33px;}
.top-nav li#temporary a{background: url(../images/nav-temporary-staffing.gif) no-repeat;width:169px;background-position:0 -33px;}


body.concierge .top-nav ul{background: url(../images/con-top-nav-bc.gif) no-repeat left;}
body.concierge .top-nav ul li#parking{background: url(../images/con-top-nav-d.gif) no-repeat right top;}
body.concierge .top-nav ul li#concierge{background: url(../images/con-top-nav-d.gif) no-repeat right top;}

body.concierge h2{font-weight:bold;text-align:center;color:#000;font-size: 1.5em;}


table.references td{height:109px !important;width:150px !important;border:1px solid #285B17;background:#fff;padding:20px 0 !important;*padding:10px 10px  !important;}
