@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #858585;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 17px;
	text-align: justify;
}

a {
	color: #77b552;
}

a img {
	border: 0;
}

h2 {
	font-size: 16px;
	color: #77b552;
	margin: 0 0 20px;
	font-weight: normal;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#social {
	margin: 17px 0 9px;
	width: 255px;
	float: right;
}

#social ul li {
	list-style: none;
	float: left;
	display: block;
	position: relative;
}

#social ul li.twitter {
	margin-right: 24px;
	background: url(../images/img/social-twitter-over.png) no-repeat top left;
}

#social ul li.facebook { background: url(../images/img/social-facebook-over.png) no-repeat top left; }

#social ul li.mailing {
	margin-right: 24px;
	background: url(../images/img/social-mailing-over.png) no-repeat top left;
}


#main-container {
	clear: both;
	border: 8px solid #f5f5f5;
	padding: 25px 20px 30px;
	margin: 0 0 10px;
}

#content-wrap {
	float: right;
	width: 600px;
	padding: 0 0 30px 23px;
	border-left: 1px solid #cbe7f4;
}

#splash-photos img {
	float: left;
	margin: 0 0 15px;
}

#splash-photos.about img {
	margin: 0 10px 0 0;
}

#splash-photos.services {
	text-align: center;
}

#splash-photos.services td {
	vertical-align: top;
}

#splash-photos.services img {
	float: none;
}

#splash-photos.services img.left {
	float: left;
}

#splash-photos.about img.right,
#splash-photos.services img.right {
	margin: 0;
}

#splash-photos img.right {
	float: right;
}

#content {
	clear: both;
	padding: 50px 0 0;
}

#sidebar {
	width: 240px;
}
#sidebar #logo {
	margin-bottom: 55px;
}

#nav {
	padding: 0 0 0 37px;
}

#nav ul li {
	position: relative;
	display: block;
	list-style: none;
	margin-bottom: 16px;
}

#nav ul li a {
	position: relative;
	display: block;
	width: 142px;
}

#nav ul li.home { position: relative; background: url(../images/img/nav-home-over.png) no-repeat top left; }
#nav ul li.about { position: relative; background: url(../images/img/nav-about-over.png) no-repeat top left; }
#nav ul li.services { position: relative; background: url(../images/img/nav-services-over.png) no-repeat top left; }
#nav ul li.portfolio { position: relative; background: url(../images/img/nav-portfolio-over.png) no-repeat top left; }
#nav ul li.blog { position: relative; background: url(../images/img/nav-blog-over.png) no-repeat top left; }
#nav ul li.contact { position: relative; background: url(../images/img/nav-contact-over.png) no-repeat top left; }

#nav ul li a:hover img,
#social ul li a:hover img,
#nav ul li a.active img {
	visibility: hidden;
}

#footer {
	padding: 0 0 0 8px;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #858585;
}

#footer a:hover {
	text-decoration: underline;
	color: #77b552;
}

#wrapper #main-container #content-wrap #content ul li {
	line-height: 20px;
	margin-left: 25px;
}
#ssp-wrap {
	height: 620px;
	text-align: center;
}


