/* ================ */
/* ===== Reset ==== */
/* ================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
	width: 996px;

}
.footer, .push {
	height: 160px; /* .push must be the same height as .footer */
	width: 996px;
	margin: auto;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ================ */
/* ===== Typography ==== */
/* ================ */

body {
	line-height: 1.8em;
	color: #000;
	font-size:75%; 
	color:#222; 
	background:#fff; 
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}


p {
	margin: 0 0 0.8em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0076de;
}

a:hover, a:active {
	text-decoration: none;
	color: #0076de;
}

/* ================ */
/* ===== Helpers ==== */
/* ================ */

.clear
{
	clear: both;
}
.w-full
{
	width: 100%;
}
.w-half
{
	width: 50%;
}
/* Block */
.b-inline
{
	display: inline;
}
.b-center
{
	margin: 0 auto;
}
.b-floatl
{
	float: left !important;
}
.b-floatr
{
	float: right !important;
}
/* Text */
.t-right
{
	text-align: right;
}
.t-left
{
	text-align: left;
}
.t-center
{
	text-align: center;
}
.t-middle
{
	vertical-align: middle;
}
.t-bold
{
	font-weight: bold;
}
.t-block
{
	display: block;
}
.t-tiny {
    font-size: 11px;
}
.t-blue {
    color: #0076DE;
}
/* State */
.hidden
{
	display: none;
}

.owf {
	overflow: hidden;
	zoom: 1;
}

/* ================= */
/* ===== header ==== */
/* ================= */


.header {
	overflow: hidden;
	zoom: 1;
	padding-top: 30px;
	margin-bottom: 60px;
}

	.logo {
		float: left;
		width: 200px;
	}
	.navigation {
		float: left;
		width: 646px;
	}
		.navigation ul {
			padding: 60px 0 0 15px;
			overflow: hidden;
			zoom: 1;
		}
		.navigation ul li {
			float: left;
			margin-right: 35px;
			font-size: 1.4em;
		}
	
	.language {
		float: left;
		width: 150px;
		color: #949494;
		text-align: right;
		font-size: 0.9em;
	}
		.language a {
			color: #949494;
			text-decoration: none;
			border-bottom: dashed 1px #949494;
		}
		.language a:hover {
			border-bottom: none;
		}
		.flag {
			margin-bottom: -3px;
			margin-right: 3px;
		}
		.phone {
			margin: 40px 0 0 0;
			text-align: right;
			font-size: 2em;
		}

.footer {

}
	.f-line { border-top: solid 1px #bebfbe; padding-top: 40px; }
	.findus {
		float: left;
		width: 300px;
		font-size: 0.9em;
		line-height: 1.3em;
	}
	.escape {
		float: left;
		width: 546px;
		text-align: center;
	}
	.footer .phone {
			margin: 0px 0 28px 0;
	}
	.social {
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	.social img{
		margin-bottom: -5px;
	}

.categories {
	overflow: hidden;
	zoom: 1;
	margin: 35px 0 60px 0;
}

.categories li {
	float: left;
	width: 102px;
	padding: 0 20px;
	text-align: center;
	line-height: 1.2em;
}


.categories li img{
	margin-bottom: 6px;
}

.clients li {
	float: left;
	width: 142px;
	height: 80px;
	padding: 0 0px;
	text-align: center;
	line-height: 80px;
}

.content {
	font-size: 1.2em;
}
	h1 {
		font-size: 2.3em;
		margin: 0px 0 20px;
		line-height: 35px;
	}
	
	h2 {
		color: #b4b5b4;
		font-size: 1.7em;
		margin-bottom: 16px;
		font-weight: normal;
	}
	h2.inner {
		color: #003a78;
	}
	
	
	.events {
		float: left;
		width: 645px;
		margin-bottom: 40px;
	}
		.events li {
			float: left;
			width: 260px;
			padding-right: 40px;
			margin-bottom: 20px;
			font-size: 0.9em;
			line-height: 1.3em;
		}
		.events li div {
			overflow: hidden;
		}
		.events li div.date {
			float: left;
			width: 60px;
		}
	
	.pride {
		overflow: hidden;
		margin-top: -5px;
		float: left;
		width: 351px;
	}
		.pride .prize {
			float: left;
			margin-right: 20px;
			border: solid 1px #dbdbdb;
			margin-top: 5px;
		}
		.pride .description {
			overflow: hidden;
			zoom: 1;
			font-size: 0.9em;
			line-height: 1.3em;
			
			
		}
		
blockquote {
	background: #e8f4fc url(img/quote.gif) no-repeat left top;
	margin-bottom: 25px;
	font-weight: normal;
	padding: 20px 25px 20px 100px;
}

.Columns2 {}
.Columns2 .column {
    width:50%;
    float:left;
    overflow:hidden;
}
.Columns2 .canvas {padding:12px 7px 24px 7px;}
.Columns2 .canvas p {padding:0; text-indent:0;}
.Columns2EditContainer {display:block;}
.Columns2EditContainer .Columns2 .column {width:48%;}

.Columns4 {}
.Columns4 .column {
    width:25%;
    float:left;
    overflow:hidden;
}
.Columns4 .canvas {padding:12px 7px 24px 7px;}
.Columns4 .canvas p {padding:0; text-indent:0;}
.Columns4EditContainer {display:block;}
.Columns4EditContainer .Columns4 .column {width:24%;}

.ClearBothLine     {
    clear:both;
    height:1px;
    overflow:hidden;
}

.personImageLeft {
    float: left;
    margin-right: 10px;
    border: 1px solid #D4D0C8;
}