.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

* { margin: 0; padding: 0; }
article, aside, figure, footer, header, nav, section { display: block; }

html { background: #dfdfdf url('../images/bg.gif') top left repeat;}
body { font: 14px/1.2 'PT Sans', sans-serif; color: black; }

a { 
	color: #075c81;
	text-decoration: underline;
}

a:hover { 
	color: #555;
	text-decoration: underline;
}

h1 {
	font-size: 1.714em;
	color: #206989;
	font-weight: normal;
	padding-bottom: 12px;
}

h2 {
	font-size: 1.286em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 4px 0 8px;
	color: #206989;
}

h3 {
	font-weight: bold;
}

h4 {
	font-size: 0.857em;
	font-weight: bold;
}

ul {
	margin: 10px 0 0 25px;
}

ul li {
	font-size: 0.857em;
	list-style-type: disc;
	padding-bottom: 5px;
}

#page-outer {
	width: 1200px;
	margin: 50px auto 0;
	padding: 0 50px;
}

#page-wrap { 
	background: white; 
	border: 1px solid #c9c9c9;
	padding: 75px 125px 75px;
	width: 950px;
}

#logo {
	width: 410px;
	display: inline;
	float: left;
}

#logo a {
	font: 28px/1.2 'PT Sans', sans-serif;
	color: #5886a2;
	font-decoration: none;
}

#logo a img {
	border: none;
}

#mainnav {
	display: inline;
	float: right;
	height: 50px;
	margin-top: 120px;
	background: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to( #e9e9e9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff, #e9e9e9 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff, #e9e9e9 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff, #e9e9e9 ); /* IE10 */
	background-image:      -o-linear-gradient( #fff, #e9e9e9 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff, #e9e9e9 );
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='white', endColorstr='#e9e9e9'); /* IE8-9 */
	border: 1px solid #e1e1e1;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius:15px;
}

#mainnav ul {
	float: right;
	margin: 15px 15px 17px; 
}

#mainnav li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #d1d1d1;
	padding: 6px 0 6px 20px;
	margin-right: 20px;
	font-size: 1em;
}

#mainnav li:nth-child(1) {
	border: none;
	padding-left: 10px;
}

#mainnav li:last-child {
	margin-right: 10px;
}

#mainnav li a {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

#mainnav li a:hover {
	color: #075c81;
	text-decoration: underline;
	font-weight: bold;
}

#main-content, #side-bar {
	display: inline;
	margin: 40px 0 50px;
}

#main-content {
	width: 650px;
	float: left;
}

#main-content img {
	display: inline;
	float: left;
	padding: 5px 15px 5px 0;
}

#main-content p {
	padding-bottom: 10px;
}

#side-bar {
	width: 250px;
	float: right;
}

#side-bar img {
	width: 250px;
	height: 150px;
	border: 1px solid #ebebeb;
}

#side-bar img:first-child {
	margin-bottom: 16px;
}

#side-bar img:last-child {
	margin-top: 16px;
}

#socialmedia {
	height: 35px;
	background: #89a5b3;
}

#socialmedia p {
	color: #dfdfdf;
	font-size: 1.143em;
	font-style: italic;
	padding: 9px 0 0 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#socialmedia div {
	display: inline;
	float: left;
}

#socialmedia div:first-child {
	width: 680px;
	
}

#socialmedia div:nth-child(2) {
	padding-left: 47px;
}

#socialmedia div:last-child {
	float: right;
	margin-top: -40px;
	padding-right: 10px;
}

#socialmedia img {
	width: 88px;
}

#socialmedia a {
	font-style: none;
	font-weight: bold;
}

footer {
	width: 950px;
	margin: 10px auto 100px;
}

footer div {
	display: inline;
	float: left;
	padding-left: 70px;
}

footer div:nth-child(3), footer div:last-child {
	float: right;
}

footer div:first-child {
	padding-left: 15px;
}

footer div:last-child {
	padding-right: 15px;
}

footer p {
	font-size: 0.857em;
}

/*---------- Services --------------- */







