/****************************************************
 GLOBAL
****************************************************/

* {
 margin: 0;
 padding: 0;
}

body {
 background: transparent url(/_img/bg.gif) 0 0 repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-align: center;
}

h1 {
 display: none;
}

td {
 padding: 2px 0;
 font-size: 12px;
}

h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #000;
 margin: 10px 0 0 0;
 font-weight: bold;
}

body#home h2, body#home h3 {
 color: #ee3b33;
}

h3 {
 color: #ee3b33;
}

h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000;
 font-weight: bold;
 line-height: 18px;
}

#map {
 float: left;
 width: 226px;
 margin: 0 10px 0 0;
 color: #000;
 text-align: center;
 line-height: 16px;
}

ol {
 margin-left: 5px;
}

blockquote {
 color: #252a2e;
 margin-top: 20px;
 margin-right: 20px;
 margin-bottom: 20px;
 margin-left: 50px;
 padding: 0 0 0 10px;
 padding-bottom: 1px;
 border-left: 10px solid #252a2e; 
 font-style: italic;
 font-size: 1em;
 line-height: 1.6;
}

/****************************************************
 WRAPPER
****************************************************/

/*#wrapper {
 position: relative;
 margin: 0 auto;
 width: 837px;
 text-align: left;
}

#wrapper-inner {
 background: transparent url(/_img/bg_body.png) top center no-repeat;
 z-index: 99;
 overflow:hidden;
}*/

/****************************************************
 WRAPPER HOME
****************************************************/

#wrapper {
 position: relative;
 margin: 0 auto;
 width: 1026px;
 text-align: left;
}

#wrapper-inner {
 background: transparent url(/_img/bg_body.png) top center no-repeat;
 z-index: 99;
 overflow:hidden;
/* border: 1px solid #000;*/
}

body#home #wrapper-inner {
 background: transparent url(/_img/bg_body_home.png) top center no-repeat;
 z-index: 99;
 overflow:hidden;
/* border: 1px solid #000;*/
}


/****************************************************
 HEADER
****************************************************/

#header {
 position: relative;
 margin: 0 auto;
 z-index: 99;
 width: 950px;
}

/****************************************************
 MAIN NAV
****************************************************/

#nav {
 position: relative;
 margin: 0 auto;
 height: 31px;
}

ul#navmenu-h { 
 list-style: none; 
 position: relative; 
}

ul#navmenu-h ul {
 position: absolute;
 top: 31px;
 left: 0;
 width: 190px; /* Sub Menu Width */
 list-style: none;
 display: none;
}

ul#navmenu-h ul ul, 
ul#navmenu-h ul ul ul { 
 position: absolute;
 top: 0; 
 left: 0; 
}

ul#navmenu-h li { 
 float: left; 
 display: inline; 
 position: relative; 
 margin-left: 1px; 
}

ul#navmenu-h ul li { 
 width: 100%; 
 display: block; 
}

/* Root Menu */
ul#navmenu-h a {
 padding: 8px;
 float: left;
 display: block;
 color: #b9b9b9;
 font: bold 12px Arial, Helvetica, sans-serif;
 text-decoration: none;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
 border: 0;
 background-color: #fff;
 color: #ee3b33;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
 float: none;
 background-color: #000;
 border-top: 1px solid #fff;
 color: #fff;
 font: normal 11px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
 background-color: #ee3b33;
 color: #fff;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }

/****************************************************
 MASTHEAD
****************************************************/

#masthead {
 position: absolute;
 top: 70px;
 left: 200px;
 width: 628px;
 height: 233px; 
}

/****************************************************
 CONTENT
****************************************************/

/*#content {
 position: relative;
 margin: 280px 10px 0 210px;
 width: 600px;
}*/

#content {
 position: relative;
 margin: 280px 220px 0 220px;
 width: 575px;
}

body#liveWebinar  #content {
 position: relative;
 margin: 50px 10px 0 220px;
 width: 583px;
}

#content .inner {
 margin: 0;
}

#content .inner p {
 text-align: left;
 line-height: 20px;
 margin: 0 0 25px 0;
}

#content .inner h2 {
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 letter-spacing: -1px;
 line-height: 22px;
 margin: 0 0 15px 0;
}

#content .inner .introText {
 font-size: 16px;
 line-height: 22px;
 /* font-weight: bold; */
}

#content .inner ul {
 margin: 20px 0 20px 0;
 list-style: none;
}

#content .inner .checkMark li {
 background: #fff url(/_img/icon-check-mark.gif) 0 7px no-repeat;
 padding-left: 20px;
 line-height: 26px;
}

#content .inner ul.basicList {
 list-style: disc;
 padding-left: 15px;
}

#content .inner ul.basicList li {
 margin: 0 0 5px 0;
 line-height: 18px;
}

/****************************************************
 LEFT COL
****************************************************/

/*#leftCol {
 float: left;
 width: 210px;
 margin: 25px 0 0 0;
 text-align: center;
}
*/

#leftCol  {
 float: left;
 width: 210px;
 margin: 25px 0 0 0;
 text-align: center;
}

#leftCol h2 {
 position: relative;
 text-indent: -9999px;
 background: transparent url(/_img/h2_learnMore.gif) top center no-repeat;
 width: 125px;
 height: 16px;
 margin: 0 auto 20px auto;
}

/*#leftCol h2 {
 position: relative;
 text-indent: -9999px;
 background: transparent url(/_img/h2_meetPartners.gif) top center no-repeat;
 width: 113px;
 height: 34px;
 margin: 0 auto 20px auto;
}*/

#leftCol p {
 margin: 0 0 10px 0;
 font-size: 12px;
}

#leftCol a {
 color: #fff;
}

/****************************************************
 RIGHT COL
****************************************************/

#rightCol {
 float: right;
 width: 210px;
 margin: 80px 0 0 0;
 text-align: center;
}

#rightCol h2 {
 position: relative;
 text-indent: -9999px;
 background: transparent url(/_img/h2_meetPartners.gif) top center no-repeat;
 width: 113px;
 height: 34px;
 margin: 0 auto 20px auto;
}

#rightCol p {
 margin: 0 0 10px 0;
}

/****************************************************
 SIDEBAR
****************************************************/

#sidebar {
 float: right;
 width: 140px;
 padding: 0 0 0 10px;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 margin: 0 0 15px 15px;
}

#sidebar .inner {
 position: relative;
 text-align: center;
}

#sidebar .inner ul {
 list-style: none;
 line-height: 18px;
 font-size: 11px;
}

#sidebar .inner ul li {
 margin: 0 0 10px 0;
}

/****************************************************
 FOOTER
****************************************************/

/*#footer {
 position: relative;
 background: transparent url(/_img/bg_footer.gif) 0 0 repeat-x;
 width: 627px;
 margin: 0 0 0 199px;
 text-align: center;
 line-height: 20px;
 padding: 10px 0 20px 0;
 clear: both;
 z-index: 1;
}*/

#footer {
 position: relative;
 background: transparent url(/_img/bg_footer.gif) 0 0 repeat-x;
 width: 627px;
 margin: 0 0 0 200px;
 text-align: center;
 line-height: 20px;
 padding: 10px 0 20px 0;
 clear: both;
 z-index: 1;
}

/****************************************************
 DEFAULT LINKS
****************************************************/

a:link { 
 color: #b2140b;
 font-weight: bold;
}

a:visited { 
 color: #b2140b;
 font-weight: bold;
}

a:hover, a:active { 
 color: #b2140b;
 font-weight: bold;
}

/****************************************************
 IMAGES
****************************************************/

.photo-left {
 display: block;
 float: left;
 margin: 5px 20px 10px 0;
 padding: 4px;
 border: 2px solid #ccc;
}

.photo-left-thumb {
 display: block;
 float: left;
 margin: 5px 20px 10px 0;
 padding: 3px;
 border: 1px solid #ccc;
}

body#home .photo-right{
 display: block;
 float: right;
 margin: 7px 0 10px 20px;
 padding: 4px;
 border: 2px solid #ccc;
}

body#home .photo-left{
 display: block;
 float: left;
 margin: 7px 20px 10px 0;
 padding: 4px;
 border: 2px solid #ccc;
}

.photo-right {
 display: block;
 float: right;
 margin: 7px 0 10px 20px;
}

.photo-center {
 display: block;
 margin: 0 auto;
}


/****************************************************
 FORMS
****************************************************/

#Form1 fieldset, .thisform fieldset {
 border: 1px solid #000;
 padding: 1px;
 margin: 10px 0;
}

#Form1 legend, .thisform legend {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
 color: #fff;
 background-color: #000;
 border: 1px solid #000	;
 border-bottom-color: #000;
 border-right-color: #000;
 padding: 4px 8px;
}

#Form1 input:focus, #Form1 textarea:focus, .thisform input:focus, .thisform textarea:focus {
 background: #000;
}

#Form1 .hideBorder, .thisform .hideBorder {
 border: none;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Form1 input.send-btn {
width: 90px;
height: 22px;
background: #fff url(/_img/btn-send.gif) no-repeat;
outline: none;
border: 0;
}

#Form1 input.login-btn {
width: 90px;
height: 22px;
background: #fff url(/_img/btn-login.gif) no-repeat;
outline: none;
border: 0;
}

/****************************************************
 NEWS DATE
****************************************************/

.dateblock {
 float: left;
 text-align: center;
 width: 50px;
 height: 60px;
 font-family: Arial;
 background: #ee3b33;
 color: #fff;
 margin: 5px 10px 0 0;
}

.day {
 margin: 5px 0 0 0;
 font-size: 26px;
 position: relative;
 top: -5px;
}

.month {
 margin: 0 0 0 0;
 font-size: 12px;
}

.year {
 margin: 3px 0 0 0;
 font-size: 12px;
 position: relative;
 top: -10px;
}

/*#flashMasthead {
 position: absolute;
 top: 30px;
 right: 12px;
 z-index: -1;
}*/

#flashMasthead {
 position: absolute;
 top: 30px;
 right: 200px;
 z-index: -1;
}

.promo {
 position: relative;
 padding: 5px;
 color: #fff;
 background: #005cab url(/_img/promo-conf-call.03.10.gif) bottom right no-repeat;
 margin: 0 0 20px 0;
}

.promo .inner { 
 position: relative;
 padding: 10px;
 border: 1px solid #fff;
}

.promo h3 {
 color: #fff;
}

.promo h3 a:link {
 color: #fff;
}

#promoHome {
 position: absolute;
 top: 100px;
 right: 7px;
/* border: 1px solid #000;*/
 width: 185px;
 height: 491px;
}

#promoHome a {
 position: absolute;
 top: 0;
 right: 7px;
/* border: 1px solid #000;*/
 width: 185px;
 height: 491px;
}

#promoHome h3, #promoHome p, #promoHome ul {
 display: none;
}

#liveTwitterHome {
 position: absolute;
 top: 600px;
 right: 9px;
/* border: 1px solid #000;*/
 width: 185px;
 height: 402px;
}

#liveTwitter {
 position: absolute;
 top: 100px;
 right: 14px;
/* border: 1px solid #000;*/
 width: 185px;
 height: 602px;
 z-index: 99;
}

#breakOut {
 float: right; 
 margin: 7px 10px 10px 20px; 
 padding: 10px; 
 background-color:#ef4035; 
 width: 200px; 
 color: #fff;
}          

#breakOut p { 
 margin: 0; 
 padding: 0;
}


/****************************************************
 OBSTACLES
****************************************************/

.redBox {
 position: relative;
 padding: 10px 10px 10px 10px;
 margin: 0 0 20px 0;
 background-color: #ee3b33;
 color: #fff;
}

.redBox h3 {
 color: #fff;
}

.finalCost {
 font-weight: bold;
 font-size: 16px;
}