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

/*START RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END RESET*/


/*START CLEARFIX*/

.clearfix:after { /* This class makes a container clear floats. There's a bit more to this in styles-ie.css */ 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/*END CLEARFIX*/




body {
	background:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	}

#binding {
	width:960px;
	margin: 0 auto;
	}
	
	#header {
		width:960px;
		height:288px;
		}
		
	#content {
		background:#ffffff;
		padding:35px 25px 20px 25px;
		overflow:auto;
		}
	
		
		#current-webcast {
			padding-bottom:15px;
			border-bottom: 3px solid #e1e1e1;
			overflow:hidden;
			}
			
			img#current-webcast-image {
				float:left;
				padding-right:25px;
				background:#ffffff;
				}
			
			span.featured {
				font-weight:bold;
				font-size:14px;
				margin:0;
				padding:0;
				line-height:15px;
				float:left;
				clear:right;
				}
				
				span.featured strong {
					color:#953c1c;
					}
		
		#current-webcast h2 {
			margin: 25px 0px 10px 0px;
			color:#913088;
			font-size:23px;
			font-weight:normal;
			padding:0;
			}
			
		#current-webcast span.date-time {
			color:#808080;
			font-weight:bold;
			font-size:15x;
			}
		
		#current-webcast img#info-boxes-current {
			padding-top:10px;
			}
		
		#current-webcast img.register-button {
			float:right;
			margin: 30px 0px 10px 10px;
			}
		
		#current-webcast .icons {
			padding-top:10px;
			margin-left:7px;
			}
			
			#current-webcast .icons img {
				padding-right:2px;
				}
		
		#current-webcast .description {
			color:#333333;
			font-size:12px;
			margin-top:12px;
			border-top: 1px solid #e1e1e1;
			padding-right:120px;
			padding-top:10px;
			width:488px;;
			line-height: 115%;
			float:right;
			}
			
			#current-webcast .description p,
			#current-webcast .description ul {
				margin: 10px 0px 10px 0px;
				}
			
			#current-webcast .description ul {
				list-style:inside;
				}
				
				#current-webcast .description ul li {
					}

	#recent-webcasts {
		width:260px;
		padding-left:10px;
		margin-top:25px;
		float:left;
		overflow:hidden;
		clear:left;
		}
		
		#recent-webcasts h2 {
			color:#913088;
			font-size:21px;
			font-weight:normal;
			margin-bottom:6px;
			}
		
		#recent-webcasts p {
			font-size:17px;
			margin:6px 0px 6px 0px;
			}
			
		#recent-webcasts select#select_topic {
			width:243px;
			height:25px;
			border:1px solid #809db9;
			font-size:17px;
			font-family:Arial, Helvetica, sans-serif;
			}
			
	#upcoming-webcasts {
		width:600px;
		margin-top:25px;
		margin-left:19px;
		padding-left:20px;
		float:left;
		border-left:1px solid #e1e1e1;
		}
		
		#upcoming-webcasts h2 {
			color:#913088;
			font-size:21px;
			font-weight:normal;
			margin-bottom:25px;
			}
		
		#upcoming-webcasts .webcast {
			position:relative;
			padding: 5px 0px 12px 0px;
			border-bottom:1px solid #CCCCCC;
			overflow:auto;
			width:100%;
			}
			
		#upcoming-webcasts .last {
			border-bottom:none;
			}
		
		#upcoming-webcasts .webcast p {
			font-size:16px;
			color:#666666;
			line-height:125%;
			float:left;
			width:495px;
			}
			
			#upcoming-webcasts .webcast p strong {
				font-weight:bold;
				color:#000000;
				}
				
			#upcoming-webcasts span.more {
				font-size: 15px;
				color:#99380D;
				background:url(images/more-magnifying-glass.gif) no-repeat right;
				padding-right:15px;
				text-decoration:underline;
				}
		
		#upcoming-webcasts .webcast .icons {
			float:left;
			clear:left;
			padding-top:10px;
			width:300px;
			}
			
			#upcoming-webcasts .webcast .icons img {
				padding-right:2px;
				}
				
		#upcoming-webcasts .webcast img.register-button {
			float:right;
			margin-top:12px;
			}
			
#icon_key {
	clear:both;
	margin-top:40px;
	padding-top:18px;
	border-top:1px solid #e1e1e1;
	}
	
	#icon_key h2 {
		font-size:17px;
		}
		
	#icon_key p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#666666;
		font-weight:bold;
		line-height:123%;
		}
	
	#icon_key ul {
		margin-top:16px;
		overflow:auto;
		}
		
		#icon_key ul li {
			float:left;
			font-size:12px;
			font-weight:bold;
			color:#000000;
			padding: 7px 15px 7px 15px;
			line-height:15px;
			border-bottom:1px solid #cccccc;
			line-height:141%;
			}
		
		#icon_key ul li img {
			float:left;
			margin-right:11px;
			margin-top:3px;
			}

	p#resource-center-link {
		margin-top:16px;
		float:left;
		}

	p#resource-center-link a {
		color:#99380D;
		font-weight:bold;
		font-size:13px;
		}
#footer {
	padding-top:30px;
	}
	
	#footer #sponsor_icon {
		width:250px;
		text-align:right;
		height:85px;
		padding-top:25px;
		padding-right:37px;
		border-right:1px solid #c9c9c9;
		float:left;
		}
		
	#footer #more_info {
		float:right;
		width:630px;
		padding-top:10px;
		font-size:12px;
		}
		
		#footer #more_info p {
			padding:10px;
			line-height:125%;
			}
			
		#footer #more_info p#aia_series {
			background:#ededed;
			border:1px solid #90bdbd;
			display: inline-block;
			}
			
			#footer #more_info p a {
				color:#178888;
				text-decoration:none;
				}
				
			#footer #more_info p a:hover {
				text-decoration:underline;
				}
	
	#footer_links {
		float:left;
		clear:both;
		width:100%;
		text-align:center;
		font-size:12px;
		margin-top:25px;
		padding-top:25px;
		border-top:1px solid #c9c9c9;
		color:#666666;
		}
		
	#footer_links p {
		padding-bottom:12px;
		}
	
	#footer_links p a {
		color:#000000;
		text-decoration:none;
		}
	
	#footer_links p a:hover {
		text-decoration:underline;
		}

