@charset "utf-8";
/* CSS Document */

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img 
{
	margin : 0;
	padding : 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists 
table { border-collapse : collapse; border-spacing : 0; } */

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e1e1c7;
}

a {
	color:#003366;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #666666;
	color:#007fab;
}
h3 {
	margin-top:10px;
	color:#f5821f;
	font-size:16px;
}
h4 {
	margin-top:10px;
	color:#000000;
	font-size:16px;
}

div#wrapper {
	width:800px;
	margin:0 auto;
	background:url(/usengagement/images/bg_shadow.gif) top left repeat-y;
	padding:0 10px;
}

div#menu {
	height:38px;
	background:#000000;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	margin-left:220px;
	font-weight:bold;
}
div#menu ul li {
	float:left;
	display:block;
}	
div#menu ul li a {
	height:25px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:13px 9px 0 9px;
}
div#menu ul li a:hover {
	text-decoration:underline;
}

div#menu ul li.selected {
	background:url(/usengagement/images/tab_right.gif) top right no-repeat;
}
div#menu ul li.selected a {
	background:url(/usengagement/images/tab_left.gif) top left no-repeat;
	color:#000000;
}
div#leftCol {
	width:220px;
	float:left;
}
div#leftCol p {
	margin:8px 10px;
	font-size:11px;
}
div#mainContent {
	padding:10px 10px 10px 230px;	
}
div#mainContentBlack
{
	padding:10px 10px 10px 230px;
}

div#mainContentBlack li {
	padding-bottom:8px;
	font-size:12px;
	color:#000;
}
div#mainContent li {
	padding-bottom:8px;
	font-size:11px;
	color:#666666;
}
div#mainContent p {
	margin-top:8px;
}

div#mainContent table#table_pricing {
	margin-top:10px;
}
div#mainContent table#table_pricing td {
	padding:5px;
}
div#mainContent table#table_pricing td a {
	color:#990000;
}
div#mainContent table#table_pricing td a:hover {
	color:#990000;
	text-decoration:none;
}

div#mainContent table.agenda {
	margin-bottom:20px;
}
div#mainContent table.agenda td {
	padding:5px;
	border-bottom:1px solid #000000;
}
div#mainContent table.agenda td p {
	margin:0 0 5px 0;
}
div#mainContent table.agenda td ul {
	margin-bottom:0;
	margin-top:5px;
}



<!---------------------------- Engage Experience -------------------------->
div#offer {
	float:right;
	width:150px;
	border:2px solid #990000;
	padding:10px;
	color:#990000;
	margin:0 0 15px 15px;
}

div#hotel {
	float:right;
	width:300px;
	height:300px;
	padding:5px;
	margin:10px 0 5px 10px;
	border:1px dashed #000000;
	background:#ededed;
}
div#dinner {
	float:right;
	width:550px;
	padding:5px;
	background:#fef19d;
	margin-bottom:10px;
}
div#hotel p.first {
	margin-top:0px;
}

div#box-top
{
	background:url(/usengagement/images/box-top.gif) center top no-repeat;
}

div#box-bottom
{
	background:url(/usengagement/images/box-bottom.gif) center bottom no-repeat;
	padding-bottom:4px;
}

div#box-sides
{
	background:url(/usengagement/images/box-size.gif) center center repeat-y;
}

div#box-part1
{
	background:url(/usengagement/images/box-part1.png) top right no-repeat;
	margin-right:15px;
}
div#box-part2
{
	background:url(/usengagement/images/box-part2.png) top right no-repeat;
	margin-right:15px;
}
div#box-part3
{
	background:url(/usengagement/images/box-part3.png) top right no-repeat;
	margin-right:15px;
}
.greenBoldText {
	color:#498949;
	font-weight:bold;
}
.redText {color:#da2128}
.bluetext {color: #007fab}
.orangeText {color:#f5821f;}
.greyNormalText {color:#666666;}
.greyText {
	font-size:11px;
	color:#666666;
}
.clear {
	clear:both;
	}



