@charset "UTF-8";

body {
	font: 70%/1.5 'Lucida Grande', 'Helvetica Neue', helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #4b4f54;
	background: #ffffff;
}

/*--- ALL SECTION FORAMTTING ---*/

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 0 0 20px 0;
}

a img {
	border: none;
}

.container {
	clear: both;
	width: 764px;
	margin-left: 25px;
	padding-top: 35px;
}

/*--- HEADER ---*/

header {
	width: 770px;
	margin: 50px 0 35px 0;
	background: url(images/header.png) no-repeat left bottom;
	height: 43px;
}

header img {
	width: 250px;
	float: right;
}

.hide-text  {
	text-indent: -9999px;
	direction: ltr;
}

/*--- SIDEBAR ---*/

.sidebar {
	width: 155px;
	float: left;
	text-align: right;
	line-height: 1.5em
}

.sidebar img {
	width: 72px;
	margin: 25px 0 20px 0;
}

.sidebar h4, .sidebar a {
	padding: 0;
	margin: 0;
}

.sidebar a, .tel  {
	color: #4b4f54;
	font-size: 9px;
	text-decoration: none;
}

.sidebar p {
	margin-bottom: -20px;
}

/*--- CONTENT ---*/

.content {
	width: 520px;
	float: left;
	text-align: left;
	margin-left: 70px;
	padding-bottom: 60px;
}

.content h2 {
	color: #61b4e4;
	font-size: 12px;
}

ul {
	list-style-position: inside;
	color: #61b4e4;
}

ul span {
	margin-left: 35px;
	color: #4b4f54;
}

/*--- FOOTER ---*/

footer {
	clear: both;
	height: 100px;
	background: #4b4f54;
	font-size: 9px;
	line-height: 1.5;
	color: #ffffff;
}

footer .contact {
	margin-left: 295px;
	padding-top: 10px;
	padding-bottom: 30px;
  width: 520px;
}

footer span {
    float: left;
    padding-right: 45px;
}

footer a  {
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a:focus  {
	color: #61b4e4;
}

.blue {
	color: #61b4e4;
	padding-right: 10px;
}