/**
 * @author Dani Cabrera <dani@fryewiles.com>
 * @version 0.0.9 20080612 DC
 * @version 0.0.1 20080602 DC
 */
 
#flash-container {
	width: 630px;
	float: left;
	line-height: 0px;
}



#welcome {
	float: right;
    width: 320px;
    margin-top: 50px;
}

#company-links {
	background: url(/resources/images/home/company-links-bg.gif) repeat-x #002766;
	border-top: solid 5px #768CB0;
	
	color: #fff;

}

#company-container {
	
	width: 950px;
	padding: 25px 0px 25px 25px;
	

}

#company-trust {
	background: url(/resources/images/home/ca-logo-transparent.png) no-repeat;

	width: 250px;
	float: left;
}


#company-links h2 {
	border-bottom: none !important;
	margin-bottom: 10px;
	font-family: "Helvetica", sans-serif;
	font-size: 2em;
	text-transform: uppercase; 
	color: #fff;
	padding-bottom: 5px;
	line-height: 1.25em;
	width: 200px;
	
}

.our-columns {
	width: 150px;
	margin: 0px 0px 0px 80px;
	float: right;
}

.first-column {
	margin: 0px !important;
}

.arrows {
	background: url(/resources/images/home/our-link-arrows.png) no-repeat top right;
}

.arrows a {
	display: block;
	color: #fff;
}

#company-links .our-columns h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 40px 5px 0;
	
}

#company-links .our-columns h4 {
	font-size: 1.10em;
	text-transform: uppercase;
	margin-top: 10px;
}

#company-links .our-columns ul {
	margin-left: 20px;
}

#company-links .our-columns ul li {
	margin: 10px 0;
	list-style: url(/resources/images//home/our-check-mark.png);
}

#company-links .our-columns a {
	color: #ffffff;
	
}

#company-links .our-columns a:hover {
	color: #59749F;
	
	
}

.no-checks {
	list-style: disc !important;
}



#content-container {
	width: 975px;
}

.contact-bttn {
	margin-top: 25px;

}