* {

	margin: 0;
	padding: 0;
	line-height: 1;

	}
	
body {

	font-size: 62.5%;
	font-family: verdana, arial, helvetica, "sans serif";
	color: #000;

	}
	
#container {

	width: 780px;
	margin: 0 auto;
	font-size: 1.2em;

	}

#d_top {
	
	width: 780px;
	height: 247px;
	background-repeat: no-repeat;
	background-position: left top;
	
	}
	
#d_and_c #d_top {

	background-image: url("images/click_on_description_inactive.png");

	}

#d #d_top {

	background-image: url("images/d_visible_d_title.png");

	}
	
#c #d_top {

	background-image: url("images/d_inactive_c_title.png");

	}
	
#eaic #d_top {

	background-image: url("images/eaic_title.png");

	}
	
	#d_top a {

		display: block;
		width: 780px;
		height: 247px;
		background-repeat: no-repeat;
		background-position: left top;

		}
		
		#d_and_c #d_top a:hover, #d_and_c #d_top a:focus {
	
		background-image: url("images/click_on_description_active.png");
	
		}
	
		#c #d_top a:hover, #c #d_top a:focus, #c #d_top a:active {
		
			background-image: url("images/c_title_d_active.png");
		
			}
			
		#eaic #d_top a:hover, #eaic #d_top a:focus, #eaic #d_top a:active {
		
			background-image: url("images/eaic_d_active.png");
		
			}

			#d_top a span {

				display: block;
				position: absolute;
				left: -8000px;

				}
	
#c_bottom {

	width: 780px;
	height: 193px;
	background-repeat: no-repeat;
	background-position: left top;

	}
	
	#d_and_c #c_bottom {

		background-image: url("images/click_on_captions_inactive.png");

		}

	#c #c_bottom, #eaic #c_bottom {

		background-image: url("images/c_visible.png");

		}
		
	#d #c_bottom {

		background-image: url("images/c_inactive.png");

		}
	
		#c_bottom a {

			display: block;
			width: 780px;
			height: 193px;

			}
			
			#d_and_c #c_bottom a:hover, #d_and_c #c_bottom a:focus {
			
				background-image: url("images/click_on_captions_active.png");
			
				}
			
			#eaic #c_bottom a:hover, #eaic #c_bottom a:focus, #eaic #c_bottom a:active, #d #c_bottom a:hover, #d #c_bottom a:focus, #d #c_bottom a:active {
			
				background-image: url("images/c_active.png");
				background-position: left bottom;
				background-repeat: no-repeat;
				outline: 0;
			
				}
	
				#c_bottom a span {

					display: block;
					position: absolute;
					left: -8000px;

					}
	
#content {

	width: 780px;
	height: auto;
	background-image: url("images/content_slice.png");
	background-position: left top;
	background-repeat: repeat-y;
	padding: 1em 0;
	position: relative;

	}
	
	#content object {
	
		width: 640px;
		height: 480px;
	
		}
	
	#content h1 {
	
		margin: 0 70px 1em 80px;
		font-family: "trebuchet ms", verdana, arial, "sans serif";
	
		}
		
		#d #content h1, #c #content h1, #eaic #content h1 {
		
			position: absolute; left: -8000px; top: -8000px;
		
			}
		
	#content p, #content iframe {
	
		margin: 0 70px 1em 80px;
		line-height: 1.4em;

		}
		
	#content h2 {
	
		font-family: "trebuchet ms", geneva, helvetica, sans-serif;
		font-size: 1.8em;
		line-height: 1.5em;
		margin: 1em 70px 1em 80px;
	
		}
		
	#content h3 {
	
		text-transform: uppercase;
		margin: 0 70px 1em 80px;
		
		}
		
	#content iframe {
	
		border: 0;
		margin-top: 25px;
		width: 630px;
	
		}
		
	#content p#video {
	
		margin: 20px 80px 0 70px;
		padding: 0;
		position: relative;
	
		}
		
		#content p.vidCaption {
		
			font-size: .8em;
			margin-top: 10px;
			margin-bottom: 20px;
			text-align: center;
		
			}
		
		#content ul {
		
			margin: 0 70px 1em 80px;
			line-height: 1.4em;
		
			}
			
			#content ul li {
			
				margin-left: 20px;
				margin-bottom: .7em;
			
				}
		
		#d_and_c #content p {
		
			width: 50%;
		
			}
			
		#d_and_c #content #eaicBadge {
		
			float: right;
			margin: 0 70px 0 0;
			width: 229px;
			height: 223px;
		
			}
			
			#d_and_c #content #eaicBadge a {
			
				width: 229px;
				height: 223px;
				display: block;
				background-image: url("images/eaic_badge.png");
				background-repeat: no-repeat;
				background-position: left top;
			
				}
				
			#eaicBadge a span {
			
				display: block;
				position: absolute; left: -9999px;
			
				}
		
	#content a {
	
		text-decoration: none;
	
		}
		
		#content a:hover, #content a:focus {
		
			text-decoration: underline;
		
			}
		
	#content img.placeholder {
	
		display: block;
		border: 0;
		width: 640px;
		height: 480px;
		margin: 20px auto;
	
		}
		
#container p.footer {

	text-align: center;
	margin: 1em auto .7em auto;

	}
		
.valid {

	width: 50%;
	margin: 1em auto 0 auto;
	text-align: center;

	}
	
	.valid img, .valid a {
	
		border: 0;
	
		}
		
.floatRight {

	display: block;
	float: right;
	margin: 0 70px 0 10px;
	padding: 10px;
	border: 1px solid #09c;

	}
