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

#phone {
	width: 179px;
	height: 200px;
	background-color: #CDD8CA;
	margin: 12px 0px 0px 0px;
}

#phone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 60px 0px 0px 35px;
	text-transform: uppercase;
}

#col-2 {
	width: 614px;
	float: right;
}

#main-image {
	border-right: solid #448899 28px;
	padding-right: 11px; 
}

#company {
	width: 614px;
	height: 101px;
	margin-top: 9px;
	position: relative;
	background-color: #EEF5EB;
}

#name {
	width: 350px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#name h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #448899;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: -.04em;
}

#name h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	color: #000000;
	text-transform: uppercase;
}

#desc {
	width: 280px;
	position: absolute;
	top: 15px;
	right: 10px;
}

#desc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#desc p span {
	font-weight: bold;
}

#featured {
	padding-top: 15px;
}

#featured h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/featured.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 12px;
	padding-left: 20px;
	line-height: 25px;
	padding-bottom: 10px;
}

.featured-list {
	width: 295px;
	padding-right: 10px;
	float: left;
	position: relative;
}

.featured-list h5 {
	color: #666600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}

.list-image {
	width: 125px;
	float: left;
}

.list-image img {
	border: 1px #000000 solid;
}

.list-content {
	width: 170px;
	float: left;
}

.list-content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.list-content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/detail-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 17px;
	padding-top: 13px;
	width: 100px;
}

.list-content h6 a {
	color: #448899;
	text-decoration: none;
}

.list-content h6 a:hover {
	color: #000000;
	text-decoration: underline;
}