/* Common */
body,table,input,select,textarea { 
  font-family:   Arial, sans-serif; 
  font-size:100%;
  line-height: 1.25em;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#000; 
  	background:#fff url('../images/09/i-bg.gif') repeat-x; 
}

h1 {
  margin:1em 0;
  color:#c40c42;
  font-size:1.2em;
}

h2 {
  margin:1em 0;
  background:#c40c42;
  color:#fff;
  padding: 3px;
  font-size:1em;
}
.highlight h2 {
	color:#c40c42;
	}
h3 {
	color:#c40c42;
	font-size:0.875em;
	}
h4 {
	font-size:0.75em;
	font-weight:bold;
	color:#000;
	background:#e1e1e1;
	padding: 3px 2px;
	margin-top: 20px;
	}
p, #content ul, #content ol, #content dl  { 
  margin:1em 0;
  font-size: 0.75em; 
  line-height:1.75em;
}
#content li {
	line-height: 1.75em;
}
#content li li {
	font-size:1.45em;
	}
#content ol li ul {
	list-style-type:disc;
	}
#content ol li ul li {
	margin-bottom: 5px;
	}
#content ul, #content ol {
	margin-left:18px;
	}
dl.col dt { 
  float:left; 
  width:6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left:7em;
}
#content a {
	color:#c40c42;
}
#content a:hover {
	color:#000;
}
.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}
.half {
	width:50%;
	}
.txt-center {
	text-align:center;
	}
.txt-right {
	text-align: right;
	display:block;
	}
.txt-sml {
	font-size:11px;
	}
/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}


/* Layout */
html, body {
	height: 100%;
}
#constrain {
	width:960px;
	margin:0 auto;
	min-height:100%;
	}
* html #constrain {
	height:100%;
	}
#header {
	height:205px;
	}
#logo {
	float:left;
	}	
#footer {
	margin:-66px auto 0 auto;
	height:66px;
}
#clearfooter {
	height: 66px;
}
#rhs { /* see also fullcontentwidth.css */
	width:330px;
	position:absolute;
	margin: 0 0 0 620px;
	text-align:center;
	}
#rhs img {
	margin:0 0 20px 0;
	}	
#content {
	padding: 10px 0 20px 0;
	min-height:720px;
	}
#lhs { /* see also fullcontentwidth.css */
	margin-right: 350px;
}
.leaderboard {
	padding: 17px 0 17px 217px;
	text-align:right;
	}

/* Navigation */
#nav {
	list-style-type:none;
	padding: 5px 0 0 190px ;
	}
#nav li {
	float:left;
	padding: 0 6px;
	background:transparent url('../images/09/i-nav-div-2.gif') no-repeat 0 8px;
	}
#nav li.first, #footer-nav ul li.first {
	background:none;
	padding-left: 10px;
	}
#footer-nav ul li.first {
	padding-left:1px;
	}
#nav li a {
	text-decoration:none;
	font-size:0.75em;
	color:#fff;
	display:block;
}
#nav li a:hover {
	text-decoration:underline;
	}
/* Subnav */
#nav li ul {
	position:absolute;
	list-style-type:none;
	background:#c40c42;
	border: 1px solid #fff;
	margin: 1px 0 0 -5px;
	visibility:hidden;
	z-index:10;
	}

#nav li ul li {	
	float:none;
	background:transparent url('../images/09/g-bullet.gif') no-repeat 6px 11px;
	padding-left: 15px;
	}
/* Footer */
#footer-nav {
	background:#dcddde;
	height:33px;
}
#footer-nav ul {
	width:970px;
	margin:0 auto;
	list-style-type:none;
	}
#footer-nav ul li {
	display:inline-block;
	padding:6px 10px;
	background:transparent url('../images/09/i-nav-div.gif') no-repeat 0 10px;
	}
#footer-nav ul li a {
	color:#333;
	text-decoration:none;
	font-size:0.75em;
	}
#footer-nav ul li a:hover {
	color:#c40c42;
	}
#footer-info {
	background:#c40c42;
	}
#footer-info p{
	width:970px;
	margin: 0 auto;
	color:#ccc;
	text-align:right;
	line-height:33px;
	white-space:nowrap;
	}
#footer-info a {
	color:#ccc;
	text-decoration:none;
	}
#footer-info a:hover {
	color:#fff;
	}
#partners div {
	width:970px;
	margin:0 auto;
	}
#partners {
	border-top: 1px solid #ccc;
}
#partners div p {
	float:left;
	padding-left:4px;
	}
#partners div img {
	padding: 10px 4px 10px 4px;
	}
/* Photo Overlay */
.photo-overlay {
	width:604px;
	height:253px;
	line-height:1.5em;
	}
.photo-overlay img{
	position:absolute;
	}
.photo-overlay .overlay {
	position:relative;
	background:transparent url('../images/09/g-photo-overlay.png') no-repeat;
	width:144px;
	height:226px;
	top: 15px;
	left:445px;
	}
.photo-overlay h2 {
	margin:0;
	padding-top:1px;
	color:#fff;
	font-size:0.75em;
	text-align:center;
	background:transparent;
	line-height:1.5em;
	}
.photo-overlay h3 {
	margin:1px 0 5px 0;
	color:#333;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	line-height:1.5em;
	}
#content .photo-overlay h4 {
	color:#fff;
	background:transparent;
	margin:0px 11px 0 11px;
	font-size:1.13em;
	padding: 0;
	line-height:1.125em;
	white-space:nowrap;
	}
.photo-overlay p {
	color:#fff;
	margin:4px 2px 5px 11px;
	line-height:1.5em;
	}
.photo-overlay a {
	color:#c40c42;
	font-weight:bold;
	}
.photo-overlay a:hover {
	color:#fff;
	}
	
/* Home page ctas */
.cta {
	width:146px;
	height:154px;
	float:left;
	margin: 10px 3px;
}
#content .cta a {
	color:#fff;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding-top: 127px;
	text-align:center;
	}
#content .cta a:hover {
	color:#000;
	}
.cta-member {	background:transparent url('../images/09/g-cta-member.jpg') no-repeat;	}
.cta-comingup {	background:transparent url('../images/09/g-cta-comingup.jpg') no-repeat;	}
.cta-book {	background:transparent url('../images/09/g-cta-book.jpg') no-repeat;	}
.cta-awards {	background:transparent url('../images/09/g-cta-awards.jpg') no-repeat;	}

.ImgR {
	float:right;
	border:1px solid #333;
	}
.ImgL {
	float:left;
	border: 1px solid #333;
	}
/* Event Booking Page */
.EventDetails {
	width:100%;
	margin: 0 0 20px 0;
	font-size:0.75em;
	}
.EventDetails th {
	background:#ccc;
	color:#c40c42;
	}
.EventDetails td {
	background:#eee;
	}
.EventDetails td, .EventDetails th {
	padding: 10px;
	}

.F .bookingform  th.tableheader {
	background:#c40c42;
	text-align:left;
	color:#fff;
	font-size:1.125em;
	}	
#content .F .bookingform, #content .F .bookingform p, #content .F .bookingform input, #content .F .bookingform select {
	font-size:12px;
	}
.F .bookingform {
	width:550px;
	margin-bottom:20px;
	}
.F .bookingform th {
	text-align:left;
	color:#333;
	font-weight:bold;
	width:200px;
	}
.F .bookingform td input, .F .bookingform td select {
	border:1px solid #999;
	padding:3px;
	font-size:0.875em;
	}
.F .bookingform th, .F .bookingform td {
	background:#eee;
	border-top: 1px solid #fff;
	}
#content .F .bookingform td ol li {
	line-height:30px;
	}
.F .bookingform td select {
	font-size:0.75em;
	padding:2px;
	}
#memberstatus {
	width:550px;
	padding:5px;
	}
#content .F .bookingform input.submit {
	background:transparent url('../images/09/g-button-standard.gif') no-repeat;
	color:#fff;
	width:159px;
	line-height:35px;
	height:35px;
	font-size:1.25em;
	text-align:center;
	border:0;
	cursor:pointer;
	}
.F .bookingform td table td, .F .bookingform td table th {
	border: 0;
	}
#FormErrors {
	color:#990000;
	}
.F .bookingform td .radio {
	border:0;
	}
ol.lettered {
	list-style-type: lower-alpha;
	}

/* Button */
#content .button, #content .button-new {
	background:transparent url('../images/09/g-button-l.gif') no-repeat;
	padding-left: 12px;
	float:left;
	color:#fff;
	text-decoration:none;
	}
#content .button span, #content .button-new span {
	display:block;
	height:30px;
	line-height:30px;
	background:transparent url('../images/09/g-button-r.gif') no-repeat right top;
	padding-right:20px;
	}
#content a.button:hover, #content a.button-new:hover {
	color:#000;
	}
p.clear-button {
	height:30px;
	display:block;
	width:100%;
	}
#content .button-fixed {
	width:170px;
}
/* Awards Dates page */
.awards-dates {
	margin-bottom: 30px;
	}
.awd-highlight {
	background:#f3dce6;
	padding: 10px;
}
#content .awd-highlight p {
	margin:0;
	}
.award-dates dt, .award-dates dd {
	margin-bottom: 5px;
	}
#content .award-dates dl {
	margin-top:10px;
	margin-left: 10px;
	}
.award-dates img.right {
	margin:5px 0;
	}

#content dl.past-winners {
	line-height:2em;
	margin-top:-10px;
	margin-bottom: 30px;
	}
dl.past-winners dt {	
	width:235px;
	background:#eee;
	}
dl.past-winners dd {
	margin-left: 250px;
	}
dl.past-winners dt, dl.past-winners dd {
	padding: 4px;
	margin-bottom:2px;
	}
	
/* Benefits */
.highlight-grey {
	background:#eee;
	padding:5px;
	margin: 2px 0;
	}
#content ul.benefits {
	list-style-type:none;
	margin:0;
	}
ul.benefits li {	
	background:#eee;
	margin-bottom:2px;
	padding:5px;
	}
ul.benefits h5 a{
	font-size: 1.15em;
	text-decoration:none;
	font-weight:normal;
	}
	
#content .ebutton {
	width:75px;
	height:19px;
	background:transparent url('../images/09/g-button-eform.gif') no-repeat;
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:left;
	padding: 4px 0 0 25px;
	font-size:0.875em;
	margin-left: 520px;
	}
#content .email {
	background:transparent url('../images/09/g-button-email.gif') no-repeat;
}

.sponsors-logos img {
	margin: 0 5px;
}
.border {
	border: 1px solid #666;
}
img.right {
	margin-left: 20px;
}
hr {
	height:1px;
	background:#999;
	color:#999;
	margin: 2em 0;
}
.awards-list li {
	margin-bottom: 15px;
}
.top-highlight {
	background: #f9e6ec url('../images/g-box-top.gif') no-repeat;
	padding: 10px 0 0 0;
	float:right;
	border-left: 30px solid #fff;
	width:181px;
	color:#333;
}
.top-highlight p {
	margin: 0 10px -5px 10px;
}
#content .top-highlight ul {
	list-style-type:none;
	margin: 10px 0 5px 10px ;
}
#content .top-highlight ul li {
	background:transparent url('../images/g-tick.png') no-repeat 0 3px;
	padding: 0 0 0 20px;
}
#content .weblinking-box {
	font-size:0.9em;
	text-align:center;
}
.top-highlight img {
	margin-bottom: -5px;
}
blockquote {
	margin: 0 0 0 0;
	border-left: 2px solid #999;
	padding-left: 10px;
}
.maroon {
	color:#e9394d;
}

div#member-login-or-out
{
  font-size: 12px;
  text-align: right;
  margin: -12px 18px 12px 0;
}
#content .submit-sml {
	background:#C40C42;
	color:#fff;
	cursor:pointer;
	border:1px solid #C40C42;
}
div.box {
	background:#eee;
	border: 1px solid #ccc;
	width:auto;
	color:#333;
	font-size:0.875em;
	padding: 0 10px;
}

img.event-logo { margin: 0 0 3px 3px; float: right; }
img.event-speaker-photo { margin: 0 0 3px 3px; border: 1px solid #fff; float:right; }