@charset "utf-8";
/* CSS Document */

body {
	background:#1d9ea2 url(../images/bg-repeat.gif) top repeat;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#header-container {
	margin:0 auto;
	width:996px;
	background:url(../images/header-bg.png) top left no-repeat;
}

#header {
	height:200px;
	background:url(../images/header_short.png) top left no-repeat;
	padding:30px 185px 0 110px;
}

	.header-left {
		width:500px;
		float:left;
		padding:128px 0 0 0;
	}
	
		.header-left h1 {
			display: none;
			margin:0;
			padding:0;
			font-size:37px;
			font-weight:normal;
			color:#1d9ea2;
			width:500px;

		}
		
	.header-right {
		width:190px;
		height:190px;
		float:right;
	}
	
	.intro {
		float:left;
		padding:5px 0 0 0;
		width:500px;
	}
	
	.intro p {
		margin:0;
		padding:0;
		font-size:16px;
		line-height:18px;
		color:#666;
	}

#content {
	margin:0 auto;
	width:871px;
	padding:20px 45px 10px 80px;
	background:url(../images/contentbg.gif) top left repeat-y;
	/*font-size: 12px;*/
}

	.content-left {
		width:583px;
		float:left;
		padding:0 20px 0 0;
		border-right:1px solid #6dcbd1;
		color:#999;
		position:relative;
	}
	
		.content-block {
			border-bottom:1px dashed #c6e7e8;
			clear:both;
			position:relative;
		}

		#content .disable-bottom-border {
			border-bottom: 0px dashed #C6E7E8;
		}

		.roadshow-block {
			border-bottom: 1px dashed #c6e7e8;
		}
		
			.alt-border {
				/*border-right:1px solid #1d9ea2;*/
				border:none;
			}
		
		.content-block h2 {
			font-size:33px;
			color:#e29fc6;
			font-weight:normal;
			border-bottom:1px dashed #1d9ea2;
			padding:0 0 5px 0;
			margin:0 0 10px 0;
		}
		
			.content-block h2 strong { 
			 	color:#a93e97;
				font-weight:normal;
			}
			
		.content-block h3 {
			font-size:18px;
			color:#A93E97;
			font-weight:normal;
		}
		
		.content-block p strong {
			color:#e29fc6;
			font-weight:normal;
		}
		
		.contentLink {
			font-size:17px;
			color:#e29fc6;
			padding:15px 0;
			border-top:1px dashed #1d9ea2;
			line-height:20px;
			background:#fff;
			position:relative;
		
		}
		
			.contentLink a {
				font-size:18px;
				padding-left:20px;
				background:url(../images/jump_arrow.gif) top left no-repeat;
			}
			
				.contentLink a:hover {
					background:url(../images/jump_arrow.gif) bottom left no-repeat;
				}
		.content-block h3.sex-in-the-city {
			color: #A93E97;
			text-align: center;
		}
			
		.contentShow {
			border-top:1px dashed #c6e7e8;
			background:#fff;
			padding-bottom:20px;
		}
		
			.contentShow p strong {
				color:#1d9ea2;
				font-weight:normal;
			}
			
		.backtotop {
			font-size:12px;
			line-height:14px;
		}
		
			.backtotop a {
				padding-left:15px;
				line-height:14px;
				background:url(../images/backup_arrow.gif) top left no-repeat;	
			}
			
			.backtotop a:hover {
				background:url(../images/backup_arrow.gif) bottom left no-repeat;	
			}
			
		img.float-left {
			float:left;
			margin:0 10px 20px 0;
		}
		
		img.float-right {
			float:right;
			margin:10px 0 20px 10px;
		}
		
		.expert-block {
			border-top:1px dashed #1d9ea2;
			position:relative;
		}
		
		.expert-block-left {
			float:left;
			width:170px;
			padding:20px 0 0 0;
		}
		
		.expert-block-right {
			float:right;
			width:400px;
			font-size:14px;
		}
			
			.expert-block-right h3 {
				font-size:16px;
				color:#a93e97;
				font-weight:normal;
				border-bottom:1px dashed #c6e7e8;
				padding:15px 0;
				margin:0 0 15px 0;
			}
			
			.expert-block-right h3 strong {
				font-size:16px;
				color:#e29fc6;
				font-weight:normal;
			}
			
			.expert-block-right p strong {
				color:#1d9ea2;
				font-weight:normal;
				
			}
			
		.roadshow-block-left {
			float:left;
			width:170px;
			padding:20px 0 0 0;
		}
		
		.roadshow-block-right {
			float:right;
			width:400px;
			font-size:14px;
		}
			p.book-tickets {
				padding:10px 10px 10px 48px;
				background:url(../images/ticket-icon.gif) left no-repeat;
				font-size:18px;
				color:#a93e97;
			}
			.roadshow-block-right table {
				border:5px solid #f2d2e4;
				background:#f2d2e4;
			}
			
			
			.roadshow-block-right table tr td, .roadshow-block-right table tr th {
				padding:5px 0;
				border-bottom:1px dashed #a93e97;
				color:#a93e97;
			}
			
			.roadshow-block-right table tr td.event-detail {
				text-align:center;
			}
			
	.content-right {
		padding:0 20px 0 0;
		width:227px;
		float:right;
		position:relative;
	}
	
		.content-right h3 {
			font-size:33px;
			color:#e29fc6;
			font-weight:normal;
			border-bottom:1px dashed #1d9ea2;
			padding:0 0 5px 0;
			margin:0;
		}
		
			 .content-right h3 strong { 
			 	color:#a93e97;
				font-weight:normal;
			}
	
		
	
	

#footer {
	margin:0 auto;
	width:836px;
	height:220px;
	background:url(../images/footer-bg.gif) top left no-repeat;
	padding:20px 80px 0 80px;
	font-family:Arial, Helvetica, sans-serif;
	
}

	.footer-left {
		width:583px;
		float:left;
		font-size:10px;
		color:#666;
		padding-top:70px;
		background:url(../images/bayer_logo_cross.png) 0px 0px no-repeat;
	}
	
		.footer-left p {
			margin:0;
			padding:0 0 10px 0;
		}
		
		.footer-left p strong {
			font-size:12px;
			color:#333;
			font-weight:normal;
		}
		
		.footer-left p a  {
			color:#666;
		}
	
	.footer-right {
		width:233px;
		height:105px;
		float:right;
		border-left:1px solid #6dcbd1;
		
	}

a {
	color:#a93e97;
}

a:hover {
	color:#e29fc6;
}

.clear {
	clear:both;
	font-size:5px;
	height:10px;
}

.flickr-widget {
	position:relative;
	z-index:0;
	top:0;
}

.flickr-button {
	position:relative;
	z-index:1;
	top:-221px;
	width:240px;
	height:170px;
}

	.right-nav .flickr-button a {
		display:block;
		width:240px;
		height:170px;
		margin:0;
		padding:0;
		float:none;
		text-decoration:none;
		background:url(../images/flickr_bg.png);
	}
	
	 .right-nav .flickr-button a:hover {
	 
	 }
	
	.right-nav .flickr-button a strong {
		display:none;
	}

.box-out {
	background: #a93e97 url(/site-resources/images/box-out-2.png) no-repeat left center;
	padding: 0px 55px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size:14px
}
	
	.contentShow p.box-out strong {
		font-weight: bold;
	}

	.box-out.box-out-two {
		height: 28px;
		line-height: 14px;
		padding: 6px 55px;	
	}

	.box-out.box-out-many {
		height: auto;
		background-image: none;
		line-height: 14px;
		padding: 10px 10px;	
	}

ol.references {
	padding: 0px 2em;
}
.references {
	font-size: 10px;
	color:#a93e97;
}

.didyouknow {
	background: #a93e97;
	color: #fff;
	padding: 0px 10px 10px 10px; 
	margin-top: 0px;
}

ul.didyouknow {
	margin: 0px 0px;
	padding: 0px 10px 10px 30px;
}

.didyouknow.title {
	font-weight: bold;
	margin-bottom: 0px;
	padding: 10px 10px 0px 10px;
}

.didyouknow a {
	color: #fff;
}

p.strong {
	color: #a93e97;
}

p.title {
	font-size: 16px;
}

.content-video {
	/*border-bottom:1px dashed #1d9ea2;*/
	padding: 0px 0px 10px 0px;
	border-bottom:1px dashed #c6e7e8;
}

.content-video .label {
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

.disclaimer {
	font-size: 10px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}
.mini-clear {
	font-size: 1px;
	height: 1px;
}


