﻿/*----------------------------------------------------------
	Updates to this file must be run through the compressor at:
	http://www.cssdrive.com/index.php/main/csscompressoradvanced/
	select the follwing options:
	* Spaces and tabs - select all
	* New lines handling - 'Replace multiple empty lines with just one empty line'
	* Comment handing - 'Strip ALL comments'
	* Other Options - select all

	save the output to company.min.css
----------------------------------------------------------*/

/* Company Profile
----------------------------------------------------------*/

div.profile-section {
	margin-left: 0;
	float: left;
}

div.profile-section p {
	margin: 10px 0;
	padding: 0;
}

div.intro p {
	font-size: 14px;
}

div.contact p {
	font-size: 16px;
}

div.profile-section p.header {
	background: transparent url(/css/images/backgrounds/widget-header-bg.gif) repeat-x 0 15px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

div.profile-section p.header span {
	background: #fff;
	padding: 0 4px;
}


div.profile-section ul.level-two {
	margin-bottom: 5px;
}

div.profile-section ul li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

div.profile-section ul.level-two li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 0px;
	font-size: 12px;
}

div.company-info ul {
	float: left;
	width: 50%;
}

div.intro {
	text-align: center;
	padding-top: 20px;
}

div.intro p {
	font-size: 16px;
	margin: 20px 0;
}
