@charset "utf-8";
/* CSS Document */

BODY {
	background: #00487f url(../images/background_blue.gif) top repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.75em;
	margin: 0; padding: 0;
	text-align: center; 
	color: #ffffff;
}

#wrapper {
	background: url(../images/background_wrapper.jpg) top center no-repeat;
	width: 760px; height: 700px;
	margin: 0 auto; padding: 0;
	text-align: left;
}

BODY.home #wrapper { /* Changes background to full blue */
	background: url(../images/background_content-home.jpg) top center no-repeat;
}

/* CONFERENCE CENTRE STYLES */

BODY.conference {
	background: #00487f url(../images/background_star-tile.gif) top repeat-x;
}

BODY.conference #wrapper { /* Changes background to full blue */
	background: url(../images/background_wrapper-cc.jpg) top center no-repeat;
}

/* I have no idea why this is here....but it seems to do nothing but fuck up ie6

BODY.conference.home #wrapper { 
	background: url(../images/background_content-cchome.jpg) top center no-repeat;
}

*/

BODY.conference .widget .menu UL {
	background: url(../images/widget_menuback-green.gif) top right repeat-y;
}
BODY.conference .widget .menu UL LI.selected {
	background: url(../images/widget_arrow-green.gif) center left no-repeat;	
}

BODY.food-and-beverage .widget .menu ul{ /* << orange version of the menu */
	background: url(../images/widget_menuback-orange.gif) top right repeat-y;
}
BODY.food-and-beverage .widget .menu UL LI.selected {
	background: url(../images/widget_arrow-orange.gif) center left no-repeat;	
}
#moduleid-food-beverage .categories{
	margin-left:64px; }





/* END CC STYLES */

a:link, a:visited {
	color: #93c6e8;
}

a:hover {
	color: #d8ebf8;
}

img {
	margin: 0; padding: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 240%; line-height: 1.1em;
	margin: 0 0 0.5em 0;
	color: #a3b768;
}

/*	On Blue Backgrounds (case-by-case basis):
	color: #efeab0; */
	
h2 {
	font-size: 160%; line-height: 1.1em;
	margin: 0 0 0.25em 0;
	color: #ffffff;
}

h3 {
	font-size: 120%; line-height: 1.1em;
	color: #93c6e8;

}

h4 {
	font-size: 100%; line-height: 1.1em;
	
	color: #93c6e8;
}

body.home h1 {
	font-size: 180%;
	color: #efeab0;
}

body.home h2 {
	font-size: 120%;
	color: #efeab0;
	margin:0 0 1.25em;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

ul, ol {
	margin: 0 0 1em 20px;
	padding: 0;
}
/* 
not sure why this is here - disabled because ie6 doesnt like it. 
i suspect this was part of the debugging process 
if not, enable it but be aware of the ie6 issue


body.home ul {
	list-style: url(../images/bul_arrow-wht.gif);
}
*/

li {
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
}

.floatright {float: right}
.floatleft {float: left}
.clear {clear: both; display:none;}
.clear-left {clear: left; height: 0px; margin: 0; visibility: hidden;}
.clear-right {clear: right; height: 0px; margin: 0; visibility: hidden;}

.rss{
	float:right;
	width:auto;
	clear:right;
	height: auto;
}
.rss img{
	float:left;
	padding:0 3px 0 0;
}
.rss p{
	font-size: 11px;
	font-weight:bold;
	color:#FF9900;
	line-height:10px;
	width:80px;

}
.rss p a:link,
.rss p a:visited{
	font-size:10px;
	font-weight:normal;

}



/* TABLE STYLES
------------------------------------------------ */


body.events table {
	width: 100%;
}

body.events table {
	margin: 10px 0 20px 0;
	padding: 0;
	background: #ffffff;
}

body.events table td, body.events table th {
	margin: 0;
	padding: 3px 8px;
	color: #153056;
}

body.events table tr th {
	background: #a3b768;
	border-bottom: 1px solid #5b6a2e;
	border-top: 1px solid #d1dbb3;
	color: white;
	font-weight: bold;
}

body.events table tr td {
	background: #e0ebf4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #b7c5d4;
}

body.events table tr:hover td,
body.events table tr.over td{
	margin:200px;
	background: #9cb8cf;
	border-top: 1px solid #b2c8d8;
	border-bottom: 1px solid #809ab4;
	cursor:pointer;
	
}

body.events table a:link, table a:visited {
	color: #2271ae;
	text-decoration: none;
}

body.events table a:hover {
	color: #024;
	text-decoration: underline;
}

table tr.event-details td {
	margin: 0; padding: 0;
	border: none;

}

table tr.event-details div {
	background: #000 url(../images/table_detailback-blue.gif) top repeat-x;
	padding: 10px;
	color: #fff;
	height: 100%;
	overflow:hidden;
	cursor:default;
	}
	
table tr.event-details ul{
	margin: 0;
	list-style:none;
	background: #000;
}

table tr.event-details ul li{
	float:left;
	padding: 0 3px 0 0;
	margin:0 5px;
	width:140px;
}

table tr.event-details a:link, table tr.event-details a:visited {
	color: #93c6e8;
}

table tr.event-details a:hover {
	color: #d8ebf8;
}

table tr.event-details img {
	float:right;
	border: 2px solid white;
}

/* FORMS */

form ol {
	list-style: none;
	margin: 0; padding: 0;
}

form ol li {
	display: block;
	background: #005698;
	border-top: 1px solid #4d89b7;
	border-bottom: 1px solid #002b4c;
	padding: 6px  10px;
	color: white;	
	margin: 0;
}

form label {
	width: 240px;
	display:block;
	float:left;
	padding:0 0 0 5px;
}

form#newsletter-form label{
	width: 100px;
}

form h2, form h3, form h4 {
	margin-top: 15px;
	color: #a3b768;
}

form input.button {
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	background: #a3b768;
	color: white;
	border: 1px solid white;
	line-height: 26px;
	height: 30px;
	padding: 0 10px;
}

p.error {
	color: #fff;
	display: block;
	background: #cc0000;
	padding: 2px 3px;
	border: 1px dotted #fff;
}

p.msg {
	color: #fff;
	display: block;
	background: #B3CC95;
	padding: 2px 3px;
	border: 1px dotted #fff;
}


/* NAVIGATION AREA
------------------------------------------------ */
.emwidth {
	height: 1em; 
	width: 1em;
	background: yellow;
}

/* DISABLES IMAGES SO THEY CAN BE CONTROLLED BY CSS */

#header #logo {
	height: 90px;
	width: 347px;
	margin: 0; padding: 0;
	background: url(../images/logo_regular.jpg) top left no-repeat;

}

#header #logo img { visibility: hidden; }

#header #logo a.logo-image:link,
#header #logo a.logo-image:link {
	display: block;
	width: 347px;
	height: 90px;
	margin: 0; padding: 0;
}

body.conference #header #logo {
	background: url(../images/logo_cc.jpg) top left no-repeat;
}

#header {    position:relative;}


#header #planners-btn{
    position:absolute;
    right:3px;
    top:74px;
    text-indent:-999em;
    display:block;
    width:244px;
    height:20px;
    background:url(../images/us-planners-btn.gif) no-repeat;
    display:bloack;
    }
    
#header #planners-btn:hover {
    background:url(../images/us-planners-btn.gif) bottom left no-repeat;
    }
/* FIN. */


#above-navi{
    text-align: right;
    margin: 0 3px 0 0;
    }
    
#navi {
	height: 50px;
	margin: 0 0 14px 0;
	padding: 0;
	position: relative;

}

#navi ul {
	list-style: none outside;
	margin: 0; padding: 0;
}

#navi ul li {
	display: inline;
	margin: 0; padding: 0;
}

#navi ul#big {
	width: 382px;
	float: left;
}

#navi ul#small {
	float: left;
	width: 378px;
	padding: 1px 0 0 0;
}

#navi p#booknow {
	float: left;
}


/* -- NAV >> BUTTONS */
#navi ul li a:link,
#navi ul li a:visited {
	background: #00375c; /* IE6 only */
	background: url(../images/nav-main-blue.jpg) left bottom no-repeat;
	color: white;
	text-decoration: none;
	float: left;
	text-align: center;
	margin: 0; padding: 0;
}

/* -- NAV >> BIG BUTTONS >> BLUE (default) */
#navi ul#big li a:link,
#navi ul#big li a:visited {
	text-align: left;
	width: 106px; height: 34px;
	/*line-height: 38px;*/
	font-size: 1.15em;
	font-weight: bold;
	margin: 3px 4px 0 0;
	padding: 3px 0 0 15px;
	}
#navi ul#big li a:hover {
	background-position: 0 0;
	color: #c5ebf8;
	}

	
/* -- NAV >> BIG BUTTONS >> GREEN */
#navi UL#big LI.but-cc A:LINK,
#navi UL#big LI.but-cc A:VISITED {
	background: url(../images/nav-main-green.jpg) left bottom no-repeat;
	}

#navi UL#big LI.but-cc A:HOVER {
	background-position: 0 0;
	color: #f9ffcc;
	}

	
/* -- NAV >> BIG BUTTONS >> ORANGE */
#navi UL#big LI.but-fb A:LINK,
#navi UL#big LI.but-fb A:VISITED {
	background: url(../images/nav-main-orange.jpg) left bottom no-repeat;
	}

#navi UL#big LI.but-fb A:HOVER {
	background-position: 0 0;
	color: #fff1da;
	}
	



#navi ul#big li.booknow a:link,
#navi ul#big li.booknow a:visited {
	width: 30.75em; height: 1.6em;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: bold;
	margin: 3px 10px 0 0;
	background: url(../images/navi_booknow-off.gif) left top no-repeat;
	color: #fff;
}

#navi ul#big li.booknow a:hover {
	background: url(../images/navi_booknow-on.png) left top no-repeat;
	color: #c5ebf8;
}

#navi ul#small li {
	margin: 0; padding: 0;
}

#navi ul#small li a:link,
#navi ul#small li a:visited {
	background: url(../images/navi_button-off.png) left top no-repeat;
	width: 10.55em; height: 2em;
	line-height: 22px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0 3px 6px;
}
#navi ul#small li a:hover{
	background: url(../images/navi_button-on.png) left top no-repeat;
	}
	
	
#intro ul li a:link,
#intro ul li a:visited {
	background: #00375c; /* IE6 only */
	background: url(../images/navi_section-new.png) left top no-repeat;
	color: white;
	text-decoration: none;
	float: left;
	text-align: center;
	margin: 0; padding: 0;
}

#intro ul#small {
	/*float: left;*/
	padding: 1px 0 0 0;
	margin-top: 25px;
	margin-left: 60px;
}

#intro ul#small li a:hover {
	background: url(../images/navi_button-on.png) left top no-repeat;
	color: #c5ebf8;
}

#intro ul#small li {
	margin: 0; padding: 0;
	display:inline;
}

#intro ul#small li a:link,
#intro ul#small li a:visited {
	background: url(../images/intro-button-off.gif) left top no-repeat;
	width: 107px; height: 2em;
	line-height: 22px;
	text-align: left;
	font-size: 90%;
	word-spacing:-2px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 1px 3px 0;
}

#intro ul#small li a:hover {
	background: url(../images/intro-button-on.gif) left top no-repeat;
	color: #c5ebf8;
}

ul.breadcrumb li {
	margin: 0; padding: 0;
	font-size: 1em; line-height: 2em;
	display: inline;
}

ul.breadcrumb {
	list-style: none outside;
	margin: 0 3px; padding: 0;
}



/* LAYOUT of MAIN AREA
------------------------------------------------ */

.contentarea {
	clear: both;
	margin: 20px 0 0 0; padding: 0 10px;
	color: white;
}

.contentarea #swf {
	text-align: center;
}

.page-experience .contentarea {
	padding: 0;
}

.page-experience .contentarea h1{
	margin : 0 0 5px 10px;
}

body.home .contentarea {
	padding: 0 0px;
}

body.page-news .contentarea {
	width: 66%;
}


.leftcol {
	clear: both;
	float: left;
	width: 520px;
}

.rightcol {
	margin: 0 0 0 540px;
}

/* Two Equal Columns (Home Page) */

body.home .contentarea .leftcol {
	clear: both;
	float: left;
	width: 370px;
}

body.home .contentarea .rightcol {
	margin: 0 0 0 389px;
}

body.events .contentarea .leftcol,
body.partners .contentarea .leftcol  {
	float: left;
	width: 180px;
	margin: 0; padding: 0;
}

body.events .contentarea .rightcol,
body.partners .contentarea .rightcol {
	margin: 0 0 0 200px;
	width: 540px;
}

.contentarea .module-pages {
	width: auto;
	padding-right: 200px;
}



/* WIDGET */

.contentarea .widget {
	width: 375px;
	float: right;
	margin: 0 0 20px 20px;
	position: relative;
	background: black url(../images/widgets/planners/widget.jpg) 0 -300px;
}

.conference .widget {
	background:url(../images/widgets/planners/widget.jpg) 0px -2400px;
}

.food-and-beverage .widget {
	background:url(../images/widgets/planners/widget.jpg) 0px -600px;
}

.food-and-beverage .widget .menu ul{ /* << orange version of the menu */

}


.widget .tlc {
	position: absolute;
	top: 0; left: 0;
	background: url(../images/corner_tl.gif) top left no-repeat;
	z-index: 10;
}

.widget .trc {
	position: absolute;
	top: 0; right: 0;
	background: url(../images/corner_tr.gif) top right no-repeat;
	z-index: 10;
}

.widget .blc {
	position: absolute;
	bottom: 0; left: 0;
	background: url(../images/corner_bl.gif) bottom left no-repeat;
	z-index: 10;
}

.widget .brc {
	position: absolute;
	bottom: 0; right: 0;
	background: url(../images/corner_br.gif) bottom right no-repeat;
	z-index: 10;
}

.widget .menu ul {
	list-style: none outside;
	margin: 0; padding: 0;
	float: right;
	background: url(../images/widget_menuback.gif) top right repeat-y;
	width: 170px;
	min-height: 195px;
}


.widget .menu ul li {
	padding: 4px 10px 4px 25px;
	margin: 2px 0;
	HEIGHT:1%;
}

.widget .menu ul li.selected {
	background: url(../images/widget_arrow.gif) center left no-repeat;	
}

.widget .menu ul li.selected A {
	background:none;
	}
.widget .menu ul li.selected a:link,
.widget .menu ul li.selected a:visited {
	color: #FFFF00;
}

.widget a:link,
.widget a:visited {
	font-size: 100%;
	line-height: 0.75em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.widget a:hover {
	color: #ffff00;
}

.contentarea .widget.amenities {background: url(../images/widgets/planners/widget.jpg) 0 0 no-repeat;}
.contentarea .widget.floorplans {background: url(../images/widgets/planners/widget.jpg) 0px -300px no-repeat;}
.contentarea .widget.food {background: url(../images/widgets/planners/widget.jpg) 0 -600px no-repeat;}
.contentarea .widget.onlineinquiry {background: url(../images/widgets/planners/widget.jpg) 0 -1000px no-repeat;}
.contentarea .widget.promoservice {background: url(../images/widgets/planners/widget.jpg) 0 -1200px no-repeat;}
.contentarea .widget.testimonials {background: url(../images/widgets/planners/widget.jpg) 0 -1500px no-repeat;}
.contentarea .widget.eventservice {background: url(../images/widgets/planners/widget.jpg) 0 -1800px no-repeat;}
.contentarea .widget.typesofevents {background: url(../images/widgets/planners/widget.jpg) 0 -2100px no-repeat;}
.contentarea .widget.ccentre {background: url(../images/widgets/planners/widget.jpg) 0 -2400px no-repeat;}


/* CATEGORY BOXES 
=================================== */

#categories {
	clear: both;
	margin: 0 0 20px 0; padding: 0;
}

.catbox {
	width: 138px;
	float: left;
	margin: 0 5px;
	background:none !important;
}
.catbox A {
	padding:85px 5px 25px 5px;
	display:block;
	width:128px;
}

.catbox a:link, .catbox a:visited {
	font-weight: bold;
	color: #004376;
	text-decoration:none;
}

/* NOT USED 
.catbox img {padding: 6px 6px; margin: 0;}

.catbox-bottom {
	background: url(../images/catbox_bottom.gif) center bottom no-repeat;
	padding: 6px 20px 12px 4px;
}
*/




.catbox:hover .catbox-bottom a:link,
.catbox:hover .catbox-bottom a:visited,
.catbox a:hover {
	color: #000033;
}

.banquets A{background: url(../images/catbtns/planners/banquets.gif) 0 0 no-repeat;}
.banquets A:hover, .banquets A.selected {background: url(../images/catbtns/planners/banquets.gif) -138px 0 no-repeat;}

.meetings-and-seminars A {background: url(../images/catbtns/planners/meetings.gif) 0 0 no-repeat;}
.meetings-and-seminars A:hover, .meetings-and-seminars A.selected  {background: url(../images/catbtns/planners/meetings.gif) -138px 0 no-repeat;}

.weddings A {background: url(../images/catbtns/planners/weddings.gif) 0 0 no-repeat;}
.weddings A:hover, .weddings A.selected  {background: url(../images/catbtns/planners/weddings.gif) -138px 0 no-repeat;}

.consumer-shows A {background: url(../images/catbtns/planners/consumershows.gif) 0 0 no-repeat;}
.consumer-shows A:hover, .consumer-shows A.selected {background: url(../images/catbtns/planners/consumershows.gif) -138px 0 no-repeat;}

.warehouse-sales A{background: url(../images/catbtns/planners/consumer.gif) 0 0 no-repeat;}
.warehouse-sales A:hover, .warehouse-sales A.selected {background: url(../images/catbtns/planners/consumer.gif) -138px 0 no-repeat;}

.cultural-events A{background: url(../images/catbtns/planners/cultural.gif) 0 0 no-repeat;}
.cultural-events A:hover, .cultural-events A.selected {background: url(../images/catbtns/planners/cultural.gif) -138px 0 no-repeat;}

.trade-shows A{background: url(../images/catbtns/planners/tradeshows.gif) 0 0 no-repeat;}
.trade-shows A:hover, .trade-shows A.selected {background: url(../images/catbtns/planners/tradeshows.gif) -138px 0 no-repeat;}

.parking-lot A{background: url(../images/catbtns/planners/parkinglot.gif) 0 0 no-repeat;}
.parking-lot A:hover, .parking-lot A.selected {background: url(../images/catbtns/planners/parkinglot.gif) -138px 0 no-repeat;}

.specialty-events A {background: url(../images/catbtns/planners/specialty.gif) 0 0 no-repeat;}
.specialty-events A:hover, .specialty-events A.selected {background: url(../images/catbtns/planners/specialty.gif) -138px 0 no-repeat;}

.concerts A{background: url(../images/catbtns/planners/concerts.gif) 0 0 no-repeat;}
.concerts A:hover, .concerts A.selected {background: url(../images/catbtns/planners/concerts.gif) -138px 0 no-repeat;}

.retail A{background: url(../images/catbtns/planners/retail.gif) no-repeat;}
.retail A:hover, .retail A.selected {background: url(../images/catbtns/planners/retail.gif) -138px 0 no-repeat;}



/* LARGER CATEGORY BOXES 200 x 155 */

.largecats { clear: both; margin: 0 0 20px 35px; padding: 0;}

.catbox-lg {
	width: 200px;
	float: left;
	margin: 0 10px;
	background:none !important;
}


.catbox-lg A {
	padding: 5px 15px 150px 5px;
	display:block;
	width:180px;
}

.catbox-lg a:link, .catbox-lg a:visited {
	font-size: 140%;
	font-weight: bold;
	color: #004376;
	text-decoration:none;
}

.aboutthechef A{background: url(../images/catbtns-lg/aboutthechef.gif) 0 0 no-repeat;}
.aboutthechef A:hover, .banquets A.selected {background-position: top right;}

.menus A{background: url(../images/catbtns-lg/menus.gif) 0 0 no-repeat;}
.menus A:hover, .banquets A.selected {background-position: top right;}

.inthekitchen A{background: url(../images/catbtns-lg/inthekitchen.gif) 0 0 no-repeat;}
.inthekitchen A:hover, .banquets A.selected {background-position: top right;}

.retailservices A{background: url(../images/catbtns-lg/retailservices.gif) 0 0 no-repeat;}
.retailservices A:hover, .banquets A.selected {background-position: top right;}


/* CATEGORY LIST - HOMEPAGE
=================================== */

#category-list UL {
	margin:0;
	padding:0 10px 15px 10px;
	overflow:hidden;
	}
#category-list LI {
	float:left;
	width:136px;
	list-style:none;	
	margin:3px 0;
	padding:0 0 0 12px;
	background:url(../images/bul_arrow-wht.gif) 0 3px no-repeat;
	}
	
#category-list LI A {
	text-decoration:none;
	}
#category-list .top {
	background:  url(../images/box_category-list_top.gif) bottom center no-repeat !important;
	height: 5px;
}

#category-list UL,
#category-list H1 {
	background: #003366;
}
#category-list H1 {
	margin:0;
	padding:5px 10px;

}
#category-list .bottom {
	background: url(../images/box_category-list_bottom.gif) top center no-repeat !important;
	height: 5px;
	margin: 0 0 5px 0;
}

/* BOXES - HOME PAGE
=================================== */
/* Generic "Box" style */

div.box {
	margin: 0 0 15px 0;
	padding: 0;
}

div.box img {
	margin: 0; padding: 0;
	border: 0;
}

div.clearblock {
	display: block;
	height: 5px; width: 100%;
	background: green;
}


/* "Promo" Box - Home Page (Left Side) */

div.promo {
	width: 370px; height: 277px;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 100%;
	position: relative;
}
div.promo H2 {
background:#97B9E3;
padding:20px 0 20px 20px;
color:#FFF;
position:Absolute;
bottom:20px;
left:0;
width:350px;
font-size:140%;
}
/* CUSTOM PROMO BOX STYLES: */

.wedding {	background: url(../images/homepagebox/weddings.jpg) center center no-repeat; }
.concerts {	background: url(../images/homepagebox/concerts.jpg) center center no-repeat;}
.conferences {	background: url(../images/homepagebox/conferences.jpg) center center no-repeat;}
.cultural {	background: url(../images/homepagebox/cultural.jpg) center center no-repeat;}
.food {	background: url(../images/homepagebox/food.jpg) center center no-repeat;}
.meetings {	background: url(../images/homepagebox/meetings.jpg) center center no-repeat;}
.specialty {	background: url(../images/homepagebox/specialty.jpg) center center no-repeat;}

.promo .text {
	position: absolute;
	right: 20px;
	left: 70px;
	bottom: 20px;
	/* margin: 205px 20px 10px 70px; */
	background: url(../images/promobox-textarea.png) left repeat-y !important;
	background: #c0d4f0;
	padding: 15px 20px 15px 28px;
	border-right: 10px solid #153056;
	text-align:right;
}

.promo .text p {
	margin: 0; padding: 0;
	font-size: 120%;
	color: #153056;
	font-weight: bold;
}


/* "Intro" Box */

#intro div.top {
	background: url(../images/box_splash-top.gif) center bottom no-repeat;
	height: 5px;
	margin: 0; padding: 0;
	display:block;
	line-height:0;
	font-size:0;
}

#intro div.content {
	background: #0062ad url(../images/box_splash-mid.gif) top repeat-x;
	height: 267px;
	padding: 0 15px;
	color: white;
}

#intro div.bottom {
	background: url(../images/box_splash-bottom.gif) center top no-repeat;
	height: 5px;
	margin: 0; padding: 0;
}

#intro h1 {
	padding-top: 5px;
	border-bottom: 1px dotted white;
	padding-bottom: 6px;
	color: #efeab0;
	font-size: 160%;
}

#intro ul {
	margin: 0px;
	padding: 0;
	list-style: none outside;
}

#intro ul li {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
}

#intro ul li a:link,
#intro ul li a:visited {
	padding: 1px 5px 2px 20px;
	margin: 0;
	color: white;
	background: #003a66 url(../images/bul_arrow-wht.gif) 5px center no-repeat;
	text-decoration: none;
}

#intro ul li a:hover {
	background-color: #2271ae;
}

/* MAP box */

#map .top {
	background: url(../images/box_map-top.gif) bottom no-repeat;
	height: 5px;
}

#map .content {


	background: #e0ebf4;
	padding: 5px 10px;
}

#map .bottom {
	background: url(../images/box_map-bottom.gif) top no-repeat;
	height: 5px;
}

#map img {
	border: 5px solid #bacbd9;
}

#map h1 {
	color: #153056;
	font-weight: bold;
	font-size: 160%;
}

#map ul {
	list-style: none outside;
	margin: 5px 0 10px 0; padding: 0;
}

#map ul li {
	display: inline;
}

#map ul li a:link, #map ul li a:visited {
	display: block;
	float: left;
	width: 160px; height: 25px;
	line-height: 25px;
	padding: 0 0 0 9px;
	margin: 0 11px 5px 0;
	background: #7099b9 url(../images/map_bullet.gif) center right no-repeat;
	color: white;
	font-size: 100%; font-weight: bold;
	text-decoration: none;
}

#map ul li a:hover {
	background: #003a66 url(../images/map_bullet.gif) center right no-repeat;
}

#map ul li.nospc a {
	margin: 0 0 5px 0;
}

#map div.icon {
	height: 25px; width: 25px;
	float: left;
	margin: 0 10px 0 0;
}

#map div.car { 	background: url(../images/map_icon-car.gif); }
#map div.plane { 	background: url(../images/map_icon-plane.gif); }
#map div.bus { 	background: url(../images/map_icon-bus.gif); }
#map div.train { 	background: url(../images/map_icon-train.gif); }

.mapform {
	clear: left;
	margin: 5px 0;
}

.mapform input, .mapform button {
	margin: 0; padding: 0;
	vertical-align: middle;
}

/* PLANNERS AREAS 
==================================== */

#featurebox #widget.amenities {background: url(../../media/planners/sections/amenities.jpg)}
#featurebox #widget.floor-plans {background: url(../../media/planners/sections/floorplans.jpg)}
#featurebox #widget.food-and-beverage {background: url(../../media/planners/sections/food.jpg)}
#featurebox #widget.online-inquiry {background: url(../../media/planners/sections/onlineinquiry.jpg)}
#featurebox #widget.promotional-services {background: url(../../media/planners/sections/promoservices.jpg)}
#featurebox #widget.testimonials {background: url(../../media/planners/sections/testimonials.jpg)}
#featurebox #widget.eventservice {background: url(../../media/planners/sections/eventservices.jpg)}


/* EVENTS AREAS 
==================================== */

#featurebox #widget.concerts {background: url(../../media/events/widget-concert.jpg)}

/* PICS */

#events-pics {
	color: white;
	
}

#events-pics img {
	border: 1px solid white;
}
.partners #events-pics img {
	border: 1px solid #0062ad;
}
#events-pics img:hover {
	border: 1px solid #0062ad;
}

#events-pics div.pic {
	width: 117px;
	float: right;
	margin: 0 0 0 9px;
}
body.home #events-pics div.pic{
	float:left;
	margin:0 41px 0 0px;
}
.events #events-pics div.pic,
.partners #events-pics div.pic {
	float: left;
	margin: 0 9px 0 0;
}
body.home #events-pics div.last{
	margin: 0 3px 0 0;
}
#events-pics div.last {
	margin: 0;
}

body.events #events-pics,
body.partners #events-pics {
	margin: 10px 25px;
}

body.events #events-pics div.pic,
body.partners #events-pics div.pic {
	margin: 0 25px 0 0;
}

body.events #events-pics div.last,
body.partners #events-pics div.last{
	margin: 0;
}

.event h1, .event h2 {
	color: #efeab0;
	}

/*consider reworking how this is displayed. Until then - hardcoded the width to prevent overlaps */
.event h2 {
	width:180px;
	}
.event h3 {
	float: right; 
	font-size: 100%;
	color: white;
	width:150px;	
}

body.home .event h2 {
    margin: 0 0 0.25em;
}

div.event {
	clear: both;
	padding: 0 0 1px 0;
}

div.event a:link,
div.event a:visited {
	color: #efeab0;
	text-decoration:none;
	display: block;
	background: #005698;
	border-top: 1px solid #4d89b7;
	border-bottom: 1px solid #002b4c;
	padding: 3px 5px;
	color: white;	
	width: 360px;
	height: auto;
	/*used for ie7 */
	cursor:pointer;
}

div.event a:hover {
	background: #003366;
	border-bottom: 1px solid #2d6997;
	border-top: 1px solid #002b4c;
}

ul#events-links {
	list-style: none outside;
	margin: 10px 0 10px 0; padding: 0;
	background: none;
}

ul#events-links li {
	display: inline;
	margin: 0; padding: 0;
}

ul#events-links li a:link,
ul#events-links li a:visited {
	padding: 3px 5px;
	margin: 0 3px 0 0;
	color: white;
	background: #003a66;
	text-decoration: none;
}


/* DROP DOWN LISTS 
===================================== */

ul.ddl {
	list-style: none outside;
	margin: 0; padding: 0;
}

ul.ddl li {
	margin: 0; padding: 0;
}

ul.ddl li.header {
	color: white;
	font-size: 120%;
	font-weight: bold;
	background: #a3b768;
	padding: 4px 6px;
	border-top: 1px solid #bfcd96;
	border-bottom: 1px solid #7d9257;
	text-transform: uppercase;
}

ul.ddl li.nonlink {
	padding: 4px 6px;
	font-size: 100%; line-height: 1.2em;
	background: #e0ebf4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #b7c5d4;
	color: #153056;
}

ul.ddl li a:link, ul.ddl li a:visited {
	display: block; 
	padding: 4px 6px;
	font-size: 100%; line-height: 1.2em;
	background: #e0ebf4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #b7c5d4;
	color: #153056;
	text-decoration: none; 
}

ul.ddl li a:hover {
	background: #acbbcb;
	border-top: 1px solid #c5d0db;
	border-bottom: 1px solid #8495a9;
}

ul.ddl li.selected a:link, ul.ddl li.selected a:visited {
	color: #ffffff;
	background: #00487f;
	border-bottom: 1px solid #4d7fa6;
	border-top: 1px solid #00315d;
}

ul.ddl ul {
	list-style: none outside;
	margin: 0; padding: 0;
	border-bottom: 1px solid #153056;
	border-top: 1px solid #000;
}

ul.ddl ul li {
	margin: 0; padding: 0;
}

ul.ddl ul li a:link,
ul.ddl ul li a:visited,
ul.ddl li.selected ul li a:link, 
ul.ddl li.selected ul li a:visited  {
	background: #8c9bab;
	color: #153056;
	padding-left: 20px;
	border: none;
}

ul.ddl ul li a:hover,
ul.ddl ul li.selected ul li a:hover {
	color: white;
	background: #153056;
}


ul#events-links li a:hover {
	background: #2271ae;
}

/* Search AREA 
===================================== */

div.sortbox {
	padding: 5px 10px;
	background:#e0ebf4;
	border: 1px solid #153056;
	text-align: left;
	margin: 0 0 0px 0;
	height: 30px;
}

div.sortbox form {
	margin: 0; padding: 0;
}

div.sortbox p {
	font-size: 100%;
	line-height: 2em;
	margin: 0; padding: 0;
	color: #000000;
}

div.sortbox p a:link, div.sortbox p a:visited {
	color: #00487f;
}

div.sortbox p a:link, div.sortbox p a:visited {
	padding: 0px 5px;
	background: #153056;
	color: white;
	text-decoration: none;
}

div.sortbox p a:hover {
	background: #00487f;
}


/* ACCORDION INFO */
div.accordion {
clear:both;
	width: 540px;
}

.partners div.accordion,
.directions div.accordion {
	clear:none;
	 }

body.planners div.accordion,
body.exhibitors div.accordion{
	width: 330px;
}

body.directions div.accordion {
	width: 330px !important;
}

body.page-event-service-providers div.accordion {
	width: 540px !important;
	clear: right;
}

body.page-event-service-providers div.accordion P {
	width: 300px !important;
	clear: right;
}

div.accordion img {
	float: right;
	padding: 2px 0 0 0;
}

div.accordion h3 {
	margin: 0;
}

div.accordion h3 a:link, 
div.accordion h3 a:visited {
	display: block;
	text-decoration: none;
	background: #e0ebf4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #b7c5d4;
	color: #153056;
	font-weight: bold;
	font-size: 100%;
	line-height: 20px;
	padding: 3px 10px;
	margin: 0;
}

div.accordion h3 a:hover {
	background: #9cb8cf;
	border-top: 1px solid #b2c8d8;
	border-bottom: 1px solid #809ab4;
}

div.accordion UL {
	padding:5px 20px !important;
	}
	
div.accordion .acc-panel {
	/*background: #111222 url(../images/table_detailback-blue.gif) top repeat-x;*/
	/*padding: 15px 10px;*/
	color: #fff;
}

div.accordion .acc-panel p {
	padding: 10px 15px;
}

div.acc-panel img {
	float: right;
	border: 3px solid #00487f;
	margin: 0 0 0 100px;
}

div.module-sitemap ul {
	list-style: none outside;
	margin: 0; padding: 0;
}

div.module-sitemap ul li {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	width: 230px;
	display: block;
	float: left;
}

div.module-sitemap ul ul {
	margin: 6px 0 10px 20px;
}

div.module-sitemap ul ul li {
	font-weight: normal;
	font-size: 100%;
	float: none;
	margin: 0 0 3px 0;
}

/* SERVICES BOX AREA 
===================================== */

#servicebox {
	clear: both;
	margin: 10px 0 30px 0;
	color: #003864;
}

#servicebox .top {
	background:  url(../images/servicebox-top.gif) bottom center no-repeat !important;
	height: 5px;
}

#servicebox .content {
	background: #003864;
	color: white;
	padding: 2px 10px;
}

#servicebox .bottom {
	background: url(../images/servicebox-bottom.gif) top center no-repeat !important;
	height: 5px;
	margin: 0 0 5px 0;
	clear: both;
}

#servicebox ul {
	list-style: none;
	margin: 0 0 10px 0; padding: 0;
}

#servicebox li {
	display: block;
	float: left;
	width: 130px;
	margin: 0 3px 10px 0px;
	background: url(../images/bul_arrow-wht.gif) center left no-repeat;
	padding: 0 0 0 10px;
}

#servicebox a:link, #servicebox a:visited {
	text-decoration: none;
	}

#servicebox a:hover {
	color: white;
}

#servicebox h2 {
	color: #efeab0;
}


/* FOOTER AREA 
===================================== */

#footer {
	clear: both;
	margin: 10px 0 30px 0;
	color: #abd0ed;
}

#footer .top {
	background:  url(../images/box_footer-top.gif) bottom center no-repeat !important;
	height: 5px;
}

#footer .content {
	background: #2271ae;
	color: white;
}

#footer .bottom {
	background: url(../images/box_footer-bottom.gif) top center no-repeat !important;
	height: 5px;
	margin: 0 0 5px 0;
}

#footer ul {
	list-style: none;
	margin: 0; padding: 0;
}

#footer li {
	display: inline;
	margin: 0 20px 0 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	}

#footer a:hover {
	
}

/* Social Links */
#social-links {
    position: absolute;
    right: 0;
    margin-top: 2px;
    width: 230px;
}

#social-links .at300m, #social-links .at300b { padding-top: 2px !important; }
#social-links .addthis_button_facebook_like { padding-top: 0 !important; }

#social-links .addthis_toolbox {
    float: left;
}

#at15s {
    color: black;
}

#social-links .link {
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    float: left;
    line-height: 16px;
    margin: 2px 3px 0;

}

#social-links .fb {
    background: url(../images/facebook-16.png) center left no-repeat;
}
#social-links .twitter {
    background: url(../images/twitter-16.png) center left no-repeat;
}
#social-links .li {
    background: url(../images/linkedin-16.png) center left no-repeat;
}
