/* copy, imgs, links, nav, */


/* Typekit fonts

Pho Helvetica - Light:

font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 300;


Pho Helvetica - Regular:
font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;


Pho - Bauer Bodoni

font-family: "ambroise-std", Georgia, "Times New Roman", Times, serif;
font-style: normal;
font-weight: 400;

*/

body {
	font-size: 12px;
	color: #444444;
	font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}




/* COPY */
h1 {
	margin: 0 0 15px 0;
	line-height: 1.4em;
	font-family: "ambroise-std", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	color: #52b6b3;
}

	body#home #content h1 {
		text-align: center;
		font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		color: #191616;
	}
	
	#facebox h1 {
		font-size: 26px;
	}


h2 {
	margin: 0 0 15px 0;
	line-height: 1.4em;
	font-size: 20px;
	color: #52b6b3;
	font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}

	body#home #content h2 {
		text-align: center;
	}
	
	h2.quote {
		background: url('../images/bg_quote.png') transparent center center no-repeat;
		padding: 26px 0 0 0;
		height: 71px; /* 97 */
		text-align: center;
		font-size: 18px;
		color: #696767;
	}
	
h3 {
	margin: 0 0 12px 0;
	line-height: 1.8em;
	font-weight: 400;
	font-size: 14px;
	color: #191616;
}

	body#home #content h3 {
		text-align: center;
		font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 300;
	}
	
h4 {
	margin: 0 0 9px 0;
	line-height: 1.8em;
	font-size: 12px;
	color: #444444;
}

	body#home #content h4 {
		text-align: center;
	}
	
	
p {
	margin: 0 0 12px 0;
	line-height: 1.8em;
	font-size: 13px;
}

	p.vert-mid * { vertical-align: middle; }

	body#home #content p {
		text-align: center;
	}

	#footer-col-left p,
	#footer-col-right p {
		padding: 65px 0 0 0;
		text-transform: uppercase;
		color: #b3b3b3;
	}

	p.large {
		line-height: 30px;
		zoom:1;
		padding: 1px;
	}
	
	p.right {
		float: right;
	}


strong { font-weight: bold; }

em { font-style: italic; }

span.phone {
	background: url('../images/icon_contact.png') transparent left top no-repeat;
	margin: 0 9px 0 0;
	width: 30px;
	height: 30px;
	display: inline-block;
}

span.email {
	background: url('../images/icon_contact.png') transparent left -30px no-repeat;
	margin: 0 9px 0 0;
	width: 30px;
	height: 30px;
	display: inline-block;
}

span.linkedin {
	background: url('../images/icon_contact.png') transparent left -60px no-repeat;
	margin: 0 9px 0 0;
	width: 30px;
	height: 30px;
	display: inline-block;
}

	h3 span {
		color: #52b6b3;
	}
	
ul {
	margin: 0 0 15px 2em;
	padding: 0 0 0 0;
	list-style-type: disc;
}

ol {
	margin: 0 0 15px 2em;
	padding: 0 0 0 0;
	list-style-type: decimal;
}

li {
	margin: 0 0 .75em 0;
	line-height: 1.4em;
}

ul ul,
ol ul {
	margin: .5em 0 .75em 3em;
}

ol ol,
ul ol {
	margin: .5em 0 .75em 3em;
	list-style-type: lower-alpha;
}



/* IMAGES */

img.left {
	margin: 0 10px 10px 0;
	float: left;
}

img.right {
	margin: 0 0 10px 10px;
	float: right;
}

img.center {
	margin: 0 auto;
	display: block;
}

#logo img {
	display: block;
}
	
#footer-col-mid img {
	text-align: center;
}








/* LINKS */

a:link,
a:visited {
	text-decoration: none;
	color: #55afab;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #55afab;
}

	#footer-col-right a:link,
	#footer-col-right a:visited {
		color: #b3b3b3;
	}
	
	#footer-col-right a:hover,
	#footer-col-right a:focus,
	#footer-col-right a:active {
		color: #b3b3b3;
	}
	
	a.pdf {
		background: url('../images/icon_pdf.png') transparent left top no-repeat;
		padding: 0 0 0 22px;
		line-height: 16px;
		display: block;
		font-weight: bold;
	}
	
	div.btn-service a {
		width: 141px;
		height: 141px;
		display: block;
		text-indent: -999em;
	}
	
	
	
/* TABLES */	
table {
	margin: 0 0 30px 0;
	width: 100%;
}

th {
	font-weight: bold;
}
	
td, th {
	padding: 8px;
	border: 1px #CCC solid;
}
	
	
	
	
	
	


/* TOP NAV */
#nav ul {
	display: inline-block;
	list-style: none;
}

#nav li {
	padding: 0 12px 0 12px;
	float: left;
}

	/* would of used :first-child, :last-child but :last-child isn't IE7 friendly */
	#nav li.first { padding: 0 12px 0 0; }
	#nav li.last { padding: 0 0 0 12px; }

#nav li a:link,
#nav li a:visited {
	height: 40px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #201d1e;
	font-weight: 300;
}

#nav li a:hover,
#nav li a:focus,
#nav li a:active {
	text-decoration: none;
	color: #48a39f;
}

#nav li.on a {
	height: 37px;
	border-bottom: 3px #55afab solid;
}