@font-face {
	font-family: 'PTSans';
	src: url('fonts/PT_Sans.eot');
	src: local('PT Sans'), local('PTSans-Regular'), url('fonts/PT_Sans.woff') format('woff'), url('fonts/PT_Sans.ttf') format('truetype'), url('fonts/PT_Sans.svg#PTSans-Regular') format('svg');
}




body {
	color: white;
	font-family: "Myriad Pro", PTSans, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

	::selection {
		background-color: white;
		color: #7c1313;
	}
	
	::-moz-selection {
		background-color: white;
		color: #7c1313;
	}

	.header .menu a, .header .menu span {
		line-height: 10px;
		color: white;
		text-transform: uppercase;
		font-size: 80%;
		text-decoration: none;
		padding-left: 20px;
		padding-right: 20px;
		font-family: "Myriad Pro", PTSans, Helvetica, Arial, sans-serif;
	}
	
	.header .menu span {
		color: #CCC;
	}
	
		.header .level2 a {
			color: #b8b8b8;
			line-height: 13pt;
		}
		
		.content {
			font-size: 8pt;
			line-height: 13pt;
		}
		
		.content a {
			display: inline-block;
			color: #CCC;
			text-decoration: none;
			padding-right: 14px;
			background-image: url(images/linkarrow-static.gif);
			background-position: right 2px;
			background-repeat: no-repeat;
			text-shadow: -1px -1px 0px #450a0a;
		}
		
		.content a:hover {
			background-image: url(images/linkarrow.gif);
			color: white;
			text-shadow: black 1px 1px 0px;
		}
		
		/* @group Social Networks */

a.social-network {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	height: 16px;
	width: 16px;
	overflow: hidden;
	text-indent: -1000px;
	vertical-align: middle;
	background: url(images/social-sprite.png) no-repeat 0px 0px;
	cursor: pointer;
}

a.social-network.facebook {
	background-position: 0px 0px;
}

a.social-network.twitter {
	background-position: 0px -16px;
}

a.social-network.linkedin {
	background-position: 0px -32px;
}

a.social-network:hover {
	background: url(images/social-sprite.png) no-repeat 0px 0px;
}

a.social-network.facebook:hover {
	background-position: 0px 0px;
}

a.social-network.twitter:hover {
	background-position: 0px -16px;
}

a.social-network.linkedin:hover {
	background-position: 0px -32px;
}

/* @end */
		
		.error h3 {
			font-family: "Myriad Pro Light", "Myriad Pro", PTSans, Helvetica, Arial, sans-serif;
			font-size: 20pt;
			line-height: 30pt;
			font-weight: 100 !important;
		}
		
		.grey {
			color: #ccc;
		}
		
		.error {
			font-size: 11pt;
			line-height: 20pt;
		}
		
		.text h3 {
			font-size: 12pt;
			font-weight: lighter;
		}
		
		.text h4 {
			font-size: 9pt;
			font-weight: lighter;
			text-transform: uppercase;
			margin-bottom: 1em;
		}
		
		.big {
			/* Skip regular myriad if the light variant isn't available. Can't have this text looking bold. */
			font-family: "Myriad Pro Light", PTSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 14pt;
			font-weight: lighter !important;
			line-height: 18pt;
			opacity: 0.6;
			filter: alpha(opacity=60) !important;
		}
		
		dl {
			font-family: "Myriad Pro Light", PTSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 11pt;
			font-weight: lighter !important;
			line-height: 18pt;
			color: #AAA;
			cursor: default;
		}
		
			dl:hover dd {
				opacity: 0.2;
				filter: alpha(opacity=20) !important;
			}
			
			dt {
				color: white;
			}
			
			dt, dd {
				display: inline;
				-webkit-transition: all 500ms linear;
			}
			
			dd {
				opacity: 0.4;
				filter: alpha(opacity=40) !important;
				text-transform: lowercase;
			}
			
			dt:hover + dd, dd:hover {
				opacity: 1 !important;
				filter: alpha(opacity=100) !important;
			}
			
		/* Tiles text for contact page */
		
		.contactfirstline {
			font-size: 9.5pt;
			line-height: 16pt;
		}
		
		.emails {
			margin-top: 2em;
			margin-bottom: 2em;
			width: 100% !important;
			clear: both;
			line-height: 14pt;
		}
		
			.emails a {
				background-image: none;
				font-size: 9pt;
				font-color: white;
				text-shadow: none !important;
			}
		
		p.address {
			color: #CCC;
		}
		
		.tiles h5 {
			text-transform: uppercase;
			font-weight: lighter;
			font-size: 8pt;
		}
		
		.tiles big {
			font-size: 14.5pt;
			line-height: 18pt;
			color: #CCC;
		}
