@import url('global.css');

/*
Ultra 16
- Company Styles
- Modified: 5/07/2008
*/

#about {
	padding: 35px 0 0 0;
}
#about h1 {
	margin: 0 0 10px 0;
	font-size: 2.4em;
	color: #464646;
	line-height: 26px;
}
#about div.banner {
	margin: 0 0 15px 0;
}

	#about-content {
		width: 100%;
	}
	#about-content div.aCol {
		width: 315px;
		float: left;
	}
		#about-content p.teaser {
			margin: 230px 0;
			padding: 20px 120px 0 12px;
			font-size: 1.5em;
			font-weight: bold;
			line-height: 20px;
			color: #333;
			background: url(/img/border/teaser.border.green.gif) no-repeat 0 0;
		}
	#about-content div.bCol {
		width: 600px;
		float: left;
	}
	#about-content h2 {
		margin: 0 0 12px 0;
		font-size: 3.6em;
		color: #00aeef;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 40px;
	}
	#about-content h3 {
		margin: 0 0 18px 0;
		font-size: 1.7em;
		color: #333;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 21px;
	}
	#about-content h4 {
		margin: 0 0 5px 0;
		font-size: 1.3em;
		color: #464646;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 22px;
	}
	#about-content p {
		margin: 0 0 21px 0;
		font-size: 1.3em;
		color: #666;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 22px;
	}
	#about-content ul {
		margin: 0 0 21px 0;
		list-style: inside disc;
		font-size: 1.3em;
		color: #666;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 22px;
	}
	#about-content ul li {
		width: 100%;
		margin: 0 0 3px 0;
		color: #666;
	}
	#about-content ul li a {
		color: #666;
	}
	#about-content ul li a:hover {
		color: #666;
	}
	#about-content ul li ul {
		margin: 0;
		padding: 5px 0 0 25px;
		font-size: 1.0em;
	}