@import url('reset.css');

/* Wrapper =============================== */
.wrapper, wrap { display: inline-block; }
.wrapper:after, .wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper, * html .wrap { height: 1%; }
.wrapper, .wrap { display: block; }


a, a:visited {
	color: #780d03;
}


body {
	font-family: helvetica, arial, sans-serif;
	color: #ccc;	
}
	#site {
		margin: 0 auto 0 auto;
		width: 800px;
	}
		#header {
			padding: 35px 0 50px 0;			
		}
			#header h1 {
				background: url('../img/pharrout.gif') no-repeat;
				display: block;				
				float: left;
				height: 52px;
				margin-right: 150px;
				text-indent: -9999px;
				width: 194px;			
			}
			#header p.address {
				color: #780d03;
				float: left;
				font-size: .75em;
				line-height: 1.3em;
				margin-top: 8px;
				width: 250px;
			}
			#header p.contactInfo {
				color: #780d03;	
				font-size: .75em;
				float: left;				
				line-height: 1.3em;							
				margin-top: 8px;				
				width: 200px;
			}
		h1.section {
			margin-top: 10px;
		}
		h1.section a {
			clear: both;
			color: #cccccc;	
			display: block;			
			font-size: 6em;
			font-weight: bold;	
			letter-spacing: -.05em;			
			line-height: .60em;
			padding-top: 14px;
			outline: none;
			text-decoration: none;		
		}
		h1.section a:hover, h1.section.on a {
			color: #fff;
			background-color: #780d03;
		}
	.block {
		background-color: #780d03; 
		padding: 20px;
		display: none;
	}
	#whoWeAre .inside, #whatWeDo .inside {
		width: 432px;
	}
		div.three {
			float: left;
			width: 144px;
		}
		.block p.highlight, .block h2 {
			color: #f17624;
			font-weight: bold;
			font-size: 1.1em;
			margin-bottom: 30px;
		}
		.block p {
			font-size: .8em;
			margin-bottom: 20px;
			line-height: 1.2em;
		}
		.block p.last {
			margin-bottom: 0;
		}
			.block p a, .block p a:visited, .block p a:hover {
				color: #ccc;
			}
		.block ul {
			margin-bottom: 20px;
		}
		.block ul li {
			font-size: .8em;
			list-style-type: disc;
			margin: 0 0 5px 20px;
		}
			.block ul.horizontal li {
				display: inline;
			}
		.client {
			background-color: #560901;
			float: left;
			margin: 0 21px 21px 0;
			padding: 5px;
			width: 359px;
		}
			.client.alt {
				margin-right: 0;
			}
			.client img {
				display: block;
				margin-bottom: 20px;
			}
				.client .info {
					padding: 0 20px 0 20px;
				}
					.client .info h2 {
						margin-bottom: 10px;
					}
	#footer {
		margin-top: 50px;
		text-align: right;
	}