/* Colors 
Red: #CC1F26
Grey: #6B6E6D
*/

/* General styles */

body {
  font-family: 'Frutiger', "Arial", sans-serif; 
	font-size: 0.75em; /* 16px * 0.75em = 12px */
	margin: 0;
	padding: 0;
	background: #6B6E6D url('images/background.png') repeat center center;
}

	a {
		text-decoration: none;
		color: #CC1F26;
	}
	
		a img {
			border: 0;
		}
	
		a:hover {
			text-decoration: underline;
		}
		
		a.active {
			color: black;
		}
	
	p,
	li {
		line-height: 1.6em;
	}
	
	p:first-child {
		margin-top: 0;
	}
	
	ol,
	ul {
		padding-left: 0;
	}
	
		ul {
			list-style: none;
			padding-left: 0;
			}
				
		li {
		}
	
	.clear {
		clear: both;
	}
	
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	
	.emphasis {
		font-style: italic;
	}

/* Layout */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 2em 30px;
	background-color: white;
}

#header {
	padding-top: 1.5em;
}

#logo-and-clients {
	width: 105px;
	margin-right: 50px;
	margin-left: 10px;
}

	#logo-and-clients,
	#content {
		float: left;
	}
	
	#logo-and-clients h1 {
		margin-top: 0;
	}
	
.columns .col {
	float: left;
}

.columns .col-1 {
	width: 300px;
	margin-right: 20px;
}

.columns .col-2 {
	width: 400px;
}


/* Main styles */

h1 #logo {
	background: transparent url("images/logo.png") no-repeat scroll 0 0;
	border: 0 none;
	display: block;
	height: 208px;
	text-indent: -50000px;
	width: 105px;
	text-align: center;
	margin: 0;
}

div.client-list {
	margin-top: 4em;
	font-size: 0.9em;
}

#content {
	margin: 0;
	width: 780px;
	float: left;
}

#page-content {
	font-size: 1.05em;
}

	.banner {
		margin-bottom: 2em;
	}

	.intro {
		margin-bottom: 3em;
		font-size: 1.2em;
	}
	
	.pull {
		font-size: 1.9em;
/*		padding: 0.5em;*/
/*		background-color: #ECECEC;*/
		color: #363642;
		font-family: georgia;
	}
	
	.gd-teaser {
		border: 2px solid #363642;
		text-align: center;
		padding: 15px 0;
		width: 300px;
		margin-bottom: 1em;
	}

	.pdf-label {
		font-size: 0.75em;
		color: #AAA;
	}
	

	h3 {
		margin-top: 0;
		font-family: georgia;
		color: #363642;
	}
	
	ul li {
		margin-bottom: 0.5em;
		line-height: 1.3em;
	}

	a.read-more {
		font-style: italic;
	}
	
#footer {
	border-top: 1px solid #CC1F26;
	margin: 1em 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

	.phone {
		color: #CC1F26;
		margin-left: 1em;
	}
