#top-bar {
	background:#000;
	padding:18px 0;
	width:100%;
}

#top-bar-content ul {
	padding:0;
	margin:0;
}
	#top-bar-content ul li {
		font-weight:bold;
		font-size:11px;
		color:#fff;
		display:inline;
		list-style:none;
		padding:0 0 0 5px;
		margin:0;
	}
	#top-bar-content ul li a {
		font-weight:bold;
		color:#2887B2;
		text-decoration:none;
	}

#intro {
	height:450px;
	background:#45B2D9;
	border-top:1px solid #00C2FF;
	width:100%;
}
	#intro-container {
		height:430px;
		background:url(../images/bg_home_banner.jpg) no-repeat top left #45B2D9;
		padding-top:20px;
	}

	
#logo h1 {
	background:#75C8E2;
	border: 1px solid #75C8E2;  
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	padding:5px 10px;
	font-weight:bold;
	font-size:3.3em;
	letter-spacing:-1px;
	color:#fff;
	text-shadow: 1px 1px 1px #999999;
	text-align:center;
}
	#logo h1 .tm {
		font-size:10px;
		border:none;
		letter-spacing:2px;
		color:#dbf4fb;
		text-shadow:none;
	}

#intro h2 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	font-size:2.6em;
	letter-spacing:0px;
	color:#fff;
	text-shadow: 1px 1px 1px #1797BF;

}

#intro p {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1.4em;
	letter-spacing:1px;
	color:#fff;
	text-shadow: 1px 1px 1px #1797BF;

}
#intro ul {
	padding:0;
	font-weight:normal;
	font-size:1.5em;
	letter-spacing:1px;
	color:#fff;
	text-shadow: 1px 1px 1px #1797BF;
	margin:10px 0 0 30px;
}
	#intro ul li {
		margin:0; padding:0 0 0 10px;
		list-style-image: url('../images/check.png');
	}
	
#content { margin-top:35px; padding-bottom:40px;}

#content h3 {
	color:#2E9CCD;
	
}
#content h3.gray {
	text-align:right;
	font-size:1.2em;
	color:#6A7980;
}
#featured img {
	border:3px solid #DFDFDF;
}

#video img{
	background:#7CCBE4;
	padding:10px;
	-webkit-box-shadow: 0px 0px 30px #3D9EBF;
	margin-top:110px;  
}

.button {
	background: url(../images/button.png) repeat-x left center #000;
	padding:0px 30px;
 	-moz-border-radius: 4px;  
 	-webkit-border-radius: 4px; 
 	border-bottom:1px solid #3A96B4;
	text-decoration:none; color:#24809F;
	font-weight:800;
	font-size:18px;
	position:absolute;
	line-height:40px;
	font-family:  arial; text-shadow: 0 1px 3px #fff;
	letter-spacing:0.02em;
	margin-top:15px;
	width:314px;
}
.button img {
	position:relative;
	top:4px;
	padding-right:10px;
	
}