@charset "utf-8";
/* -------------------------------- Main Page Styles -------------------------------- */ 

/* -------------------------------- Header Styles -------------------------------- */ 

/* -------------------------------- Content Area Styles -------------------------------- */ 

#main-ad-area {
  height: 325px;
  width: 580px;
  background-image: url(/images/ap-panel-glow.jpg);
}

#main-ad-panel {
  margin-top:9px;
  margin-left:20px;
  height: 295px;
  width: 546px;
  position:relative;	
  overflow-y:auto;
}

#main-ad-panel .column-container {
}

#adimage {
  position:absolute;
  width:546px;
  height:295px;
  z-index:2;
}

#rounded-corners {
  position:absolute;
  width:536px;
  padding-left:10px;
  height:295px;
  z-index:3;
  background-image:url(/images/home-rounded-corner-overlay.png);
}

#rounded-corners { behavior: url(/iepngfix.htc); }

#rounded-corners p{
  width:270px;
  font-size: 85%
}

.learnmore {
  color:#87B1C1;
}

.learnmore:hover{
  text-decoration:underline;
}

#rounded-corners h1{
  font-family:  "Walkway Semibold", "Helvetica Light", "Century Gothic", "Tahoma", Helvetica, Arial, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif;
  width:270px;
  font-size:400%;
  font-weight:normal;
  margin-top:10px;
}

#adnavigation {
  position:absolute;
  margin-top:265px;
  padding-left:10px;
  font-size:85%;
  z-index:4;
}

#adnavigation a{
  color:#87B1C1;
}

#adnavigation a:hover { text-decoration:underline;}

#adnavigation a.wishlist { margin-left: 20px; color:#fff;}
#adnavigation a.wishlist:hover { text-decoration:underline;}

#main-page-text {
	font-size: 130%;
}

/* ----- Have Questions? ----- */
#questions{
	width:230px;
	padding: 0;
	margin:10px 0 0 0;
	background-color:#000000; /* -- #fff -- */
	background-image:url(/images/form-bg-middle-req.png);
	background-repeat:repeat-y;
	display:block;
}

#questions h1{
	font-size:115%;
	color: #FFFFFF;
	margin-top:0px;
	margin-left: 20px;
	margin-right:20px;
	margin-bottom: 10px;
}

#questions p{
	font-size:75%;
	margin-left: 20px;	
	margin-right:20px;	
}
#questions ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#questions li {
	margin:0px;
	padding:0px;
	padding-top:5px;
	clear:both;
	list-style-type: none;
	/*border:1px #fff solid;  */
	width:230px;
}

#questions label{
	font-size:75%;
	display:block;
	float:left;
	padding: 0px 0px 0px 20px;
	margin-bottom:0px;

}

#other_questions {
	width:190px;
	margin-bottom:10px;
	overflow: auto;	
	margin-left: 20px;	
	margin-right:20px;
}

.questions-inputs{
	background-color: #ffffff;
	color: #054E7A;
	padding:1px;
	display:block;
	font-size:75%;
	float:right;
	margin-left:10px;
	margin-right:20px;
	border: 1px solid #000;
	clear:right;
	font-family: Arial;
}

.questions-inputs-left{
	background-color: #ffffff;
	color: #054E7A;
	padding:1px;
	display:block;
	font-size:75%;
	margin: 0px 20px 0px 20px;
	border: 1px solid #000;
	font-family: Arial;
	float:right;
}

.required-field { /* i added class "required-field" to the required form fields in booking. - NP *//* Patrick had me change the color back, but i think we'll go in circles on this one. - NP */
background-color: #FFFFFF;
}

#name {
	width: 140px;
}

#company {
	width: 90px;
}

#email {
	width: 140px;
}

#phone {
	width: 140px;
}

#interested_in {
	width: 187px;
	margin-top:3px;
}

#speaker_name {
	width: 100px;
}

#event_date {
	width:100px;
}

#event_city {
	width:100px;
}

#budget_range {
	width:100px;
}

#questions_submit{
	margin: 6px auto 6px auto;
	background-color:#076298;
	border: none 0px;
	color: #fff;
	font-size: 90%;
	font-weight:bold;
	text-decoration:underline;	
	cursor: pointer;
}

#questions_tell_us_more{
	margin: 6px;
	background-color:#076298;
	border: none 0px;
	color: #fff;
	font-size: 90%;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
}

.questiontopandbottomfix {
	padding:0px;
	margin:0px;
}

#checkbox-holder .checkbox-label {
	display: inline;
	float: none;
	padding-left:0px;

}

#checkbox-holder {
	clear:both;
	padding:0px 0px 0px 20px;
	margin:0px;
	display:block;

}

#questions .preferred-label {
	float: none;
}

.checkboxes {
	margin:0px;
	padding:0px;
}

#questions p {
	text-align: right;
	margin: 0px 20px 5px 0px;
	padding: 0px;
}

#button-holder {
  text-align: center;
}

/* -------------------------------- Footer Styles -------------------------------- */ 



