@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	line-height: 18px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img {
	border: none;
	margin: 0px;
	padding: 0px;
}


/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	color: #222;
	background: #fff;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
h1 {
	font-size: 24px;
	margin-bottom: 18px;
	color: #9F0C05;
	text-transform: uppercase;
	line-height: 36px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #013759;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 18px;
	color: #537203;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin: 0 0 1.5em;
	text-align: justify;
}

a:focus, 
a:hover     {
	color: #9F0C05;
}
a           {
	color: #013759;
}

blockquote  {
	margin: 18px;
	color: #666;
	font-style: italic;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     {
	margin: 0 0 18px;
	font-style: italic;
}
del         { color:#666; }

pre 				{
	margin: 18px 0;
	white-space: pre;
}
pre,code,tt {
	font: 12px/18px 'andale mono', 'lucida console', monospace;
}


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       {
	padding-left: 12px;
	margin: 0 18px;
	line-height: 18px;
}
ul  ul {
	margin-bottom: 0px;
	list-style: circle;
}

ul, ol      {
	line-height: 18px;
	padding-left: 12px;
	margin: 0 18px 18px;
}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          {
	margin: 0 0 18px;
}
dl dt       {
	font-weight: bold;
	line-height: 18px;
}
dd          {
	margin-left: 18px;
}


/* Tables
-------------------------------------------------------------- */

table       {
	margin-bottom: 18px;
	width:100%;
	background: #FFFFFF;
	border: 1px solid #013759;
}
th          {
	font-weight: bold;
	background: #8EB135;
}
thead th 		{
	background: #013759;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	padding-top: 18px;
}
th,td,caption {
	padding: 10px;
}
tr.even td  {
	background: #D2E3A4;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
tr.even th {
	background: #9FC53F;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      {
	font-size: 10px;
	margin-bottom: 18px;
}
.large      {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}
.hide       { display: none; }

.quiet      {
	color: #666666;
}
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.required {
	color: #FF0000;
}


.first      { margin-left:0; padding-left:0; }
.last       {
	margin-right:0;
	padding-right:0;
	border-right-style: none;
}
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* -------------------------------------------------------------- 

   Layout.css
   
-------------------------------------------------------------- */

.container {width:950px;}
.clear {
	clear: both;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}

.last {
	margin-right: 0px;
	padding-right: 0px;
	border-right-style: none;
}

#top {
	background: url(images/top-bg.gif) repeat-x;
}

#topNav {
	background: #999999;
	height: 16px;
	list-style: none;
	margin: 0px;
	padding: 2px 0px 0px;
	text-align: right;
	text-transform: uppercase;
	line-height: 1em;
}
#topNav li {
	display: inline;
	padding-right: 12px;
}
#topNav a:link, #topNav a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#topNav a:hover, #topNav a:active {
	color: #FFFFFF;
}
#navigation {
	position: relative;
}

#leftNav {
	width: 250px;
	float: left;
	height: 348px;
	background: #013759;
}
#leftNav ul {
	margin: 0px;
	list-style: none;
	line-height: 1em;
	height: 224px;
	padding: 18px 0px 0px;
	width: 250px;
	overflow: hidden;
}
#leftNav  ul li a {
	display: block;
	text-decoration: none;
	padding-left: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#leftNav  ul li a:link,#leftNav ul li a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #ebe6d9;
	text-transform: uppercase;
}
#leftNav  ul li a:hover,#leftNav ul li a:active {
	color: #9f0c05;
	background: #ebe6d9;
}
#attendeesNav {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 232px;
	position: absolute;
	left: 250px;
	display: block;
	z-index: 999;
	text-indent: 12px;
	top: 99px;
	color: #9F0C05;
}
#attendeesSubNav   {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	line-height: 22px;
	background: #9F0C05;
	text-transform: none;
	height: 241px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#attendeesSubNav a {
	display: block;
	color: #FCADA9;
	text-decoration: none;
}
#attendeesSubNav a:hover {
	color: #013759;
	background: #FFFFFF;
}





#exhibitorsNav {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 233px;
	position: absolute;
	left: 483px;
	display: block;
	z-index: 999;
	text-indent: 12px;
	top: 99px;
	color: #ffcc00;
	}
#exhibitorsSubNav   {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	line-height: 22px;
	background: #ffcc00;
	text-transform: none;
	height: 241px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#exhibitorsSubNav a {
	display: block;
	color: #886C00;
	text-decoration: none;
}
#exhibitorsSubNav a:hover {
	color: #013759;
	background: #FFFFFF;
}




#meetingPlannersNav {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 231px;
	position: absolute;
	left: 717px;
	display: block;
	z-index: 999;
	text-indent: 12px;
	top: 99px;
	color: #560b95;
}
#meetingPlannersSubNav   {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	line-height: 22px;
	background: #560b95;
	text-transform: none;
	height: 241px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#meetingPlannersSubNav a {
	display: block;
	color: #C187F1;
	text-decoration: none;
}
#meetingPlannersSubNav a:hover {
	color: #013759;
	background: #FFFFFF;
}
#masthead {
	width: 700px;
	height: 242px;
	background: #CCCCCC;
	position: absolute;
	z-index: 888;
	overflow: hidden;
	top: 124px;
	left: 250px;
}
#content {
	margin-top: 1px;
}

#leftCol {
	width: 250px;
	float: left;
}
#middleCol {
	float: left;
	width: 442px;
	padding-right: 28px;
	padding-left: 28px;
	padding-top: 18px;
}
#rightCol {
	float: left;
	width: 202px;
	background: #f1f1f1;
}
#rightCol2 {
	float: left;
	width: 640px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 18px;
	background: #f1f1f1;
}
.fourcol {
	width: 150px;
	margin-right: 10px;
	float: left;
}
.twocol {
	width: 315px;
	margin-right: 10px;
	float: left;
	position: relative;
}
.last {
	margin-right: 0px;
	padding-right: 0px;
	border-right-style: none;
}
.box {
	background: #FFFFFF;
	padding: 18px;
	border: 1px solid #8EB135;
}
.leftColContent #subnav {
	margin: 0px 12px 0px 0px;
	padding: 0px;
	list-style: none;
}
.leftColContent #subnav li {
	display: block;
}
.leftColContent #subnav a {
	display: block;
	height: 18px;
	padding-top: 9px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 9px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
.leftColContent #subnav a.last {
	border-bottom: none;
	text-decoration: none;
}

.leftColContent #subnav a:hover {
	color: #9F0C05;
}
.rightColContent  {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 9px;
}
.leftColContent {
	padding-right: 1px;
	padding-left: 12px;
	padding-top: 9px;
}
.rightColContent dt, .leftColContent dt {
	font-weight: normal;
}
.rightColContent dd, .leftColContent dd {
	font-weight: bold;
	margin-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 11px;
	margin-bottom: 16px;
}
#bottom {
	background: #333333;
}
#footer {
	color: #CCCCCC;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer p, #footer address, #footerNav  {
	text-align: center;
	font-size: 10px;
}
#footerNav  {
	margin: 0px 0px 18px;
	padding: 0px;
	list-style: none;
}
#footerNav  li {
	display: inline;
}
#footerNav  a   {
	margin-right: 5px;
	border-right: 1px solid #CCCCCC;
	padding-right: 6px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
}
#footerNav a.last {
	margin-right: 0px;
	padding-right: 0px;
	border-right-style: none;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.pressReleaseBox {
	float: right;
	width: 300px;
	margin-bottom: 18px;
	margin-left: 18px;
	background: #FFFFFF;
	padding: 18px;
	border: 1px solid #8EB135;
}
.entryBlock {
	border-bottom: 1px solid #8EB135;
	margin-bottom: 18px;
	}
a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/css/images/page_white_acrobat.png) center left no-repeat;
}
a.pdfImg {
display:block;
padding-left:0px;
line-height:normal;
background:transparent;
}
#exhibitorsSubNav a[href$='.pdf'], #meetingPlannersSubNav a[href$='.pdf'] {
display:block;
padding-left: 0px;
background: url(none);
}
#exhibitorsSubNav a[href$='.pdf']:hover, #meetingPlannersSubNav a[href$='.pdf']:hover {
display:block;
padding-left: 0px;
background: #FFFFFF;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/css/images/page_white_word.png) center left no-repeat;
}
a[href$='.ppt'], a[href$='.pps'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/css/images/page_white_powerpoint.png) center left no-repeat;
}
a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(/css/images/page_white_excel.png) center left no-repeat;
}




.nobullets {
	list-style-type:none;
	padding-left: 0px;
}
#map {
	height: 315px;
	width: 315px;
	position: absolute;
}
#map iframe {
	float: left;
}
#mailListSignup {
	padding:1.5em;
	border:1px solid #CCCCCC;
	background: #F1F1F1;
	margin-right: 1.5em;
}

.append-bottom { padding-bottom:1.5em; }
.append-top { padding-top:1.5em; }





/* -------------------------------------------------------------- 

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */
#eventFilterFrm {
	display: block;
	padding: 17px;
	background: #FFFFFF;
	border: 1px solid #8EB135;
	margin-bottom: 18px;
}
label       {
	font-weight: bold;
}
#rfp   label, #requestBrochureFrm  label, #icpsignup label {
	font-size: 11px;
	text-align: right;
	display: block;
}
#pressLoginFrm label {
	display: block;
	text-align: left;
}

#mailListSignup label {
	text-align:left;
}



fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, textarea:focus, select:focus { 
  border-color:#666; 
}
input.text    {
	padding: 3px;
}
#mailListSignup input.text {
	border: 2px inset #CCCCCC;
}
textarea      {
	padding:3px;
}

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p {
	margin-bottom:0px;
	line-height: 18px;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.hint {
	font-size: 10px;
}
.note {
	font-size: 10px;
	font-style: italic;
}
.redbg {
	background: #9F0C05;
}
.yellowbg {
	background: #FFCC00;
}
.violetbg {
	background: #560B95;
}
.bluebg {
	background: #013759;
}
.greenbg {
	background: #8EB135;
}
