@charset "UTF-8";
/* LAYOUT */
html,
body {
}

html,
body, 
input, 
textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#343434;
}

sup {
	vertical-align:top;
	font-size:10px;
}

/* LINKS */
a, 
a:link, 
a:visited {
	 /*color:#5B5D5F;*/
	 color:#343434; 
	 text-decoration:none;
}
a:hover	{ 
	color:#006689;
}

.dark a, 
.dark a:link, 
.dark a:visited {
	 color:#FFFFFF; 
	 text-decoration:none;
}
.dark a:hover	{ 
	text-decoration:underline;
}

.back a, 
.back a:link, 
.back a:visited,
.back a:hover {
	 color:#000000; 
	 text-decoration:none;
	 text-transform:uppercase;
	 font-weight:bold;
	 font-size:11px;
}

.newsblock .text a, 
.newsblock .text a:link, 
.newsblock .text a:visited {
	 color:#006689; 
	 text-decoration:none;
	 font-size:11px;
	 font-weight:bold;
}

.newsblock .text a:hover {
	 text-decoration:underline;
}

/* TEXT */
p {
	line-height:16px;
	margin-bottom:15px;
	text-align:justify;
}

	.dark p { 
		color: #FFFFFF;
	}
	
	.home p, 
	.people p, 
	.services p,
	.clients p {
		padding-right:20px;	
	}
	
	.contact p {
		text-align:right;
	}

h1 {
	font-weight:bold;
	font-size:27px;
	color:#046689;
	line-height:31px;
	margin:0 0 22px 0;
	text-transform:uppercase;
}

	.contact h1 {
		margin:0 0 10px 0;
	}
	
h2 {
	font-weight:normal;
	font-size:18px;
	color:#046689;
	line-height:21px;
	margin:0;
	text-transform:uppercase;

}

	.dark h1, 
	.dark h2 {
		color:#FFFFFF;
	}
	
	.people h2 {
		font-size:13px;
		line-height:13px;
		font-weight:bold;
	}
	
h3 {
	font-weight:normal;
	font-size:14px;
	color:#046689;
	line-height:18px;
	margin:0;
	text-transform:uppercase;
}



h4 {}

/* RULERS */
hr {}

/* CUSTOM */
.right { 
	float:right;
}

.left { 
	float:left;
}

.hidden {
	display:none;
}

.outline {
	font-size:22.5px;
	text-transform:uppercase;
	font-weight:bold;
}

.blue-01 { 
	color: #3888A3; 
}
.blue-02 { 
	color: #91B0CC; 
}
.blue-03 { 
	color: #56809F; 
}

.back {
	position:relative;
	float:left;
	margin:0 0 8px 20px;
	color:#231F20;
}

	.ie6 .back {
		margin:0 0 8px 10px;
	}

.wrapper {
	position:relative;
}
