/**
 * Comcast Contact Us Stylesheet
 *
 * @author HUGE/Misha
 * @author HUGE/Karl
 * @version 0.1
 *
 * 
 *
 *
 */


#contactUs p {
	font-size: 14px; 
	color: #444444;
	line-height: 20px;
}


/* ----------------------------- Contact Us Header --------------------------------- */

#contactUsHeader {
	text-align: center;
}
#contactUsHeader h1 {
	margin: 0!important;
	padding: 0!important;
	font-size: 45px;
	color: #404040;
	font-weight: bold;
	border: none;
	text-align: center;
}
#contactUsHeader p {
	color: #999999;
	font-size: 14px;
}
#contactUs {
	width: auto;
	margin: 0 0 73px;
}
#contactUs h2 {
	color: #5fc2ef;
	font-size: 24px;
}
#contactUs .left {
	width: 463px;
	margin: 0 46px 0 0;
	padding: 0;
	float: left;
}
#contactUs ul {
	margin: 20px 0 0;
	width: 213px;
	float: left;
}
#contactUs ul.first {
	margin-right: 34px;
}
#contactUs li {
	border-bottom: 1px #cccccc dashed;
	padding: 0 0 10px 0;
	margin: 14px 0 0;
	font-size: 12px;
}
#contactUs .right {
	width: 461px;
	margin: 0;
	float: right;
}
#contactUs .right p {
	color: #938d8f;
	font-size: 12px;
}
#contactUs .right img {
	float: left;
}
#contactUs .right p.help {
	padding-top: 27px;
}
#contactUs .right p.number {
	font-size: 25px;
	color: #666666;
	font-weight: bold;
}


















