/* -------------------------------------------------------------- 

   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

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

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a {text-decoration: none;}


/* Layout
---------------------------------------------------------- */
body {
	text-align: center;
}
#Header, #ContentHolder, #BlogHighlights,
#Footer,
#IntroContainer #Intro, #Section1, #Section2 {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	clear: both;
}
	#ContentHolder.contentHome {
		width: 100%;
	}
#Content, #BlogContent {
	width: 620px;
	float: left;
	padding-bottom: 40px;
}
#Sidebar {
	width: 300px;
	float: right;
}

/* Generic
---------------------------------------------------------- */
.clear {
	clear: both;
}
.readMore {
	font-size: 0.9em;
	font-weight: bold;
}
#BreadCrumbs {
	font-size: 0.8em;
	text-transform: lowercase;
	color: #acacac;
}
#BreadCrumbs a {
	color: #acacac;
}
#BreadCrumbs a:hover {
	color: #648bc3;
}
a:focus {
	outline: none !important;
}
a.button {
	display: block;
	float: left;
	padding-left: 10px;
	background: url('../images/button.gif') no-repeat 0 -60px;
	border: none !important;
	color: white !important;
	height: 20px;
	margin-right: 10px;
}
a.button span {
	display: block;
	float: left;
	padding-right: 10px;
	margin-right: -10px;
	background: url('../images/button.gif') no-repeat right -60px;
	height: 20px;
	cursor: pointer;
	font-weight: bold;
}
a.button:hover {
	background-position: 0 -40px;
	border: none;
	color: white !important;
}
a.button:hover span {
	background-position: right -40px;
}
a.button.dark {
	background: url('../images/button-dark.gif') no-repeat 0 -60px;
}
a.button.dark span {
	background: url('../images/button-dark.gif') no-repeat right -60px;
}
a.button.dark:hover {
	background-position: 0 -40px;
	border: none;
	color: white !important;
}
a.button.dark:hover span {
	background-position: right -40px;
}

#IntroText a.readMore {
	float: right;
	margin-top: -2em;
}

/* Header
---------------------------------------------------------- */
#HeaderContainer {
	height: 80px;
	border-bottom: 2px solid #e7e7e7;
}
#Header {
	padding-top: 25px;
	height: 45px;
	padding-bottom: 5px;
}
#Logo {
	width: 220px;
	float: right;
}
#Logo a {
	height: 45px;
	width: 220px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/logo.gif') no-repeat 0 0;
}
	h1#Logo {
		
	}	
	
#HeaderSummary {
	display: none;
}


/* SEARCH
----------------------------------------- */
#SearchForm_SearchForm {
	float: left;
	margin: 0;
	width: auto;
	height: 20px;
	width: 220px;
	position: absolute;
	margin-left: 720px;
}
#Search {
	float: right;
}
#SearchForm_SearchForm_action_results {
	display: none;
}

/* Menu1
---------------------------------------------------------- */
#Menu1 {
	clear: none;
	height:  30px;
	padding-top: 15px;
}
#Menu1 div {
	width: 120px;
	height: 30px;
	float: left;
}
#Menu1 div a {
	height: 12px;
	width: 119px;
	padding-left: 1px;
	text-transform: lowercase;
	color: #acacac;
	padding: 0;
	display: block;
	font-size: 9px;
	overflow: hidden;
	margin-top: -2px;
}
	#Menu1 div a.mainTitle {
		width: 120px;
		padding-left: 0;
		padding-top: 0;
		margin-top: 0;
		height: 21px;
		color: #648bc3;
		font-weight: bold;
		letter-spacing: -1px;
		font-size: 16px;
	}
#Menu1 div a:hover {
	color: #222;
}
#Menu1 div.section {
	background: none;
}
#Menu1 div.section a {
	color: #333;
}
#Menu1 div.active a {
	color: #222;
}
	#Menu1 div.Home {
		margin-left: -120px;
		text-indent: -9999px;
		position: absolute;
	}
	#Menu1 div.Home a {
		width: 100px;
	}
	#Menu1 div.Home a.mainTitle {
		background: url('../images/home-icon.gif') right 1px no-repeat;
	}
	#Menu1 div.Home.active a {
		text-indent: 0;
		text-align: right;
	}
	#Menu1 div.Home.active a.mainTitle,
	#Menu1 div.Home.section a.mainTitle {
		background-position: right -19px;
		text-indent: -9999px;
		text-align: left;
	}

/* Sidebar Menus
---------------------------------------------------------- */

#Sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Sidebar ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 9px;
	font-size: 1.15em;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: -0.1em;
}

#Sidebar ul#Menu2 {
	padding-top: 0.5em;
}
#Sidebar ul#Menu2 li a {
	background: transparent url('../images/bullet.gif') no-repeat 5px 9px;
	padding-left: 15px;
	width: 285px;
}
#Sidebar ul#Menu2 li a:hover, #Sidebar ul#Menu2 .section a {
	background-color: #E7E7E7;
}

ul#ContactContact li {
	font-size: 14px;
}
ul#ContactContact li a.con, ul#ContactContact li .con {
	display: block;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 9px;
	margin-top: -4px;
	font-weight: normal;
}
ul#ContactContact li .con {
	letter-spacing: normal;
	font-weight: bold;
}
ul#ContactContact li.small {
	font-size: 12px;
	font-weight: normal;
}

/* Content
---------------------------------------------------------- */
#Content #IntroText {
	clear: both;
}
#Content .columns {
	clear: both;
}
	#Content .columns div {
		float: left;
	}
	#Content .columns .column1 {
		width: 380px;
	}
	#Content .columns .column2 {
		padding-left: 20px;
		width: 220px;
	}
	

/* Portfolio
---------------------------------------------------------- */
#PortfolioContainer {
	width: 300px;
	float: right;
}
#PortfolioList {
	margin-left: -20px;
	width: 320px;
}
	#PortfolioList .error {
		display: none;
		margin-left: 20px;
	}
	.portfolioBox {
		width: 140px;
		margin-bottom: 10px;
		float: left;
		margin-left: 20px;
		display: none;
	}
	.portfolioBox.section {
		background: #648bc3;
	}
	.portfolioContainerText {
		display: none;
	}
	.portfolioContainerImage div {
		height: 74px;
		display: block;
		width: 136px;
		border: 2px solid #e7e7e7 !important;
	}
	.portfolioContainerImage div:hover {
		border-color: #648bc3 !important;
	}
	.portfolioContainerImage div a {
		height: 64px;
		width: 126px;
		overflow: hidden;
		margin: 5px;
		background: white;
		display: block;
		border: none !important;
	}
	.portfolioContainerImage div a img {
		border: none !important;
		padding: 0;
	}


/* Portfolio Holder
---------------------------------------------------------- */
#Content.designHome {
	width: 220px;
}
#PortfolioContainer.designHome {
	width: 700px;
}
#PortfolioContainer.designHome #PortfolioList {
	width: 720px;
}
	.designHome .portfolioBox {
		width: 300px;
		margin: 0 0 20px 20px;
	}
	.designHome .portfolioContainerImage {
		float: left;
	}
	.designHome .portfolioContainerText {
		display: block;
		padding-left: 10px;
		width: 150px;
		float: left;
	}

/* Portfolio Widget
---------------------------------------------------------- */
#PortfolioContainerSwitch {
	height: 20px;
	width: 300px;
	padding: 5px 0;
}
	#PortfolioContainerSwitch a {
		width: 60px;
		height: 20px;
		padding-left: 20px;
		display: block;
		float: left;
		font-weight: bold;
		border: none;
		background: url('../images/checkbox.gif') no-repeat top left;
	}
	#PortfolioContainerSwitch a.on {
		background-position: 0 -20px;
	}


/* Portfolio SubPages
---------------------------------------------------------- */
#Gallery {
	
}

	#PortfolioMainImage {
		width: 620px;
		height: 620px;
		clear: both;
	}
		#PortfolioMainImage img {
			position: absolute;
			width: 606px;
			background: white;
		}
	#PortfolioMainImage #LoadingSpinner {
		position: absolute;
		margin-left: 288px;
		margin-top: 50px;
		width: 43px;
		height: 11px;
		background: url('../images/spinner.gif') no-repeat top left;
		display: none;
	}
	#PortfolioMainImage #LoadingSpinner.loading {
		display: block;
	}
	
	#GalleryLayout {
		
	}
		#GalleryLayout div {
			width: 70px;
			height: 68px;
			float: left;
		}
		#GalleryLayout div a {
			width: 64px;
			height: 63px;
			display: block;
		}
		#GalleryLayout div a.on {
			background: #e7e7e7;
			border-bottom: 5px solid #e7e7e7;
		}
		#GalleryLayout div a:hover {
			border: none;
		}
		#GalleryLayout div a.on:hover {
			border-bottom: 5px solid #e7e7e7;
		}
		#GalleryLayout div a.on:hover img {
			border-color: transparent !important;
		}

#ReadMoreContent {
	display: none;
}

#MetaInfo {
	color: #333;
	font-size: 0.9em;
	margin-bottom: 20px;
}
#MetaInfo #Client {
	font-weight: bold;
}
	

/* Home
---------------------------------------------------------- */
#IntroContainer {
	height: 130px;
}
	#IntroContainer #Intro #LeadIn {
		margin: 62px 0 0 0;
		font-weight: normal;
		height: 76px;
		position: absolute;
		overflow: hidden;
		text-indent: -9999px;
		width: 695px;
		background: url('../images/home-intro-call.png') no-repeat 0 0;
	}
	#IntroContainer #Intro #LeadIn p {
		margin-bottom: 0.25em;
	}
	#IntroContainer #Intro #LeadIn .firstLine {
		font-size: 3em;
		line-height: 0.9em;
		color: #bcbdc0;
		font-weight: 100;
	}
	#IntroContainer #Intro #LeadIn .firstLine em {
		font-style: normal;
		color: #333;
		font-weight: 100;
	}
	#IntroContainer #Intro #HomeStatus {
		float: right;
		width: 220px;
		padding-top: 80px;
		background: url('../images/status-available.gif') no-repeat 0 28px;
		margin-right: 80px;
		display: none;
	}

#Section1Container {
	background: #e7e7e7;
	height: 360px;
}
	#PortfolioContainer.home {
		width: 940px;
		height: 320px;
	}
	#PortfolioContainer.home h3,
	#PortfolioContainer.home h3 a {
		color: #bcbdc0;
		border-color: #bcbdc0;
	}
	#PortfolioContainer.home h3 a:hover {
		color: #648bc3;
	}
	#PortfolioContainer.home .portfolioBox {
		display: block;
		margin: 0;
		width: 940px;
		height: 259px;
		margin-top: 10px;
		position: absolute;
		overflow: hidden;
	}
	#PortfolioContainer.home .portfolioBox .portfolioContainerImage {
		margin-left: 960px;
		position: absolute;
	}
	#PortfolioContainer.home .portfolioBox #PortfolioImage1 {
		margin-left: 0;
	}
	#PortfolioContainer.home .portfolioBox #PortfolioImage2 {
		margin-left: 480px;
	}
	#PortfolioContainer.home .portfolioBox .portfolioContainerImage div {
		width: 460px;
		height: 235px;
		border: 0px none !important;
	}
	#PortfolioContainer.home .portfolioBox .portfolioContainerImage div a {
		height: 235px;
		width: 460px;
		margin: 0;
		border-bottom: 2px solid transparent !important;
	}
	#PortfolioContainer.home .portfolioBox .portfolioContainerImage div a:hover {
		border-color: #648bc3 !important;
	}
	
	#PortfolioContainer.home .portfolioBox .portfolioContainerImage div.portfolioContainerText {
		font-size: 0.9em;
		display: block;
		height: 14px;
		padding: 3px;
		padding-left: 0;
		width: 450px;
		border: 0px !important;
		color: #bcbdc0;
	}
	#PortfolioContainer.home .portfolioBox .portfolioContainerImage div.portfolioContainerText:hover {
		border: 0px !important;
	}
	#PortfolioContainer.home .portfolioBox .portfolioContainerText a {
		display: inline;
		height: auto;
		width: auto;
		margin: 0;
		background: transparent;
		border-bottom: 2px solid transparent !important;
	}
		#PortfolioContainer.home .portfolioBox .portfolioContainerText a.title {
			font-weight: bold;
		}
		#PortfolioContainer.home .portfolioBox .portfolioContainerText a:hover {
			border-bottom: 2px solid #648bc3 !important;
		}
	#PortfolioBoxNav a {
		margin-top: 110px;
		position: absolute;
		height: 20px;
		width: 20px;
		overflow: hidden;
		display: block;
		background: url('../images/prevnext.gif') no-repeat top left;
	}
	#PortfolioBoxNav a.prev {
		margin-left: -40px;
	}
	#PortfolioBoxNav a.next {
		background-position: 0 -20px;
		margin-left: 960px;
	}
	#PortfolioBoxNav a.prev:hover {
		background-position: 0 -40px;
	}
	#PortfolioBoxNav a.next:hover {
		background-position: 0 -60px;
	}
	#PortfolioBoxNav a:focus,
	#PortfolioBoxNav a:hover {
		border-color: transparent;
	}

		
#HighlightsContainer {
	clear: both;
}

	#HighlightsContainer div {
		float: left;
		width: 300px;
		margin-right: 20px;
	}
#NewsSnippet {
	margin-right: 0 !important;
	float: right !important;
}
	.typography h3.newsTitle {
		border: none !important;
		padding-top: 0;
		font-size: 1.2em;
		margin-bottom: 0;
		color: #648bc3;
		margin-left: 40px;
	}
	.typography h3.newsTitle a {
		color: #648bc3;
	}
	h3.newsTitle a .type {
		position: absolute;
		font-size: 10px;
		margin-left: -20px;
		margin-top: -5px;
		width: 20px;
		height: 20px;
		display: block;
		background: url('../images/blogtypes.gif') no-repeat top left;
	}
	h3.newsTitle a:hover .type {
		background: url('../images/blogtypes.gif') no-repeat left -20px;
		border-color: transparent;
	}
		h3.newsTitle.twitter a .type {
			margin-top: 0;
			background: url('../images/blogtypes.gif') no-repeat left -40px;
		}
		h3.newsTitle.twitter a:hover .type {
			background: url('../images/blogtypes.gif') no-repeat left -60px;
		}
		h3.newsTitle.twitter a,
		h3.newsTitle.twitter a:hover {
			color: #ff7f00;
		}
		h3.newsTitle.link a .type {
			margin-top: 0;
			background: url('../images/blogtypes.gif') no-repeat left -120px;
		}
		h3.newsTitle.link a:hover .type {
			background: url('../images/blogtypes.gif') no-repeat left -140px;
		}
		h3.newsTitle.link {
			color: #333;
			font-size: 0.9em;
			font-weight: normal;
			letter-spacing: normal;
			line-height: 1.5em;
		}
		h3.newsTitle.link a,
		h3.newsTitle.link a:hover {
			color: #51a229;
			display: block;
			font-size: 1.2em;
			font-weight: lighter;
			letter-spacing: -0.03em;
			line-height: 1em;
		}
		
	#NewsSnippet p {
		margin-left: 40px;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 0.9em;
	}
	#NewsSnippet p p {
		margin: 0.5em 0 1.5em 0;
	}
	#NewsSnippet p.metaInfo {
		font-size: 0.7em;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: -.25em;
		color: #e7e7e7;
	}
	#NewsSnippet p.small {
		font-size: 0.8em;
	}
	#NewsSnippet a:hover {
		
	}

#HighlightsContainer #TrustUs {
	width: 460px;
	margin-right: 0;
}
#HighlightsContainer #TrustUs img {
	border: none;
	margin: 0;
	margin-right: 10px;
	clear: left;
}
#HighlightsContainer #WhatWeDo {
	width: 620px;
}
#HighlightsContainer #WhatWeDo h3 {
	width: 460px;
}
#HighlightsContainer #WeDoSpecifics {
	float: right;
	width: 260px;
	margin-left: 20px;
	margin-right: 20px;
	background: #e7e7e7;
	padding-left: 20px;
	margin-top: 1em;
	padding-top: 0.5em;
}
#HighlightsContainer #WeDoSpecifics h4 {
	line-height: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
	



/* Blog
---------------------------------------------------------- */
#Content.blog .authorDate, #Content.blog .tags {
	margin-bottom: 10px;
}
.widget {
	list-style: none;
}
#BlogContent .postmetadata {
	font-size: 11px;
	line-height: 12px;
	clear: both;
}
#BlogContent .tags {
	
}
#BlogContent .blogSummary {
	margin-left: 80px;
	clear: both;
}
	#BlogContent .blogSummary h3 {
		margin-left: 0;
	}
#BlogContent .blogParagraphSummary p {
	
}
#BlogContent .blogVitals {
	margin-bottom: 30px;
}
#BlogContent .post {
	clear: both;
}
	#BlogContent .post img {
		max-width: 100%;
	}


/* Comments
---------------------------------------------------------- */
#Content.blog #PageComments_holder h4 {
	clear: both;
	margin-top: 30px;
}
#Content.blog #PageComments_holder form {
	width: auto;
}


#Content.blog #CommentHolder {
	clear: both;
	float: none;
}
#Content.blog #PageComments {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Content.blog #PageComments li {
	padding: 10px;
	font-weight: normal;
	border-bottom: 2px solid #e7e7e7;
}
#Content.blog #PageComments li.even {
	
}
#Content.blog #PageComments li p {
	margin-bottom: 10px;
}
#Content.blog #PageComments li .info {
	font-style: italic;
	font-size: 0.8em;
	margin: 0;
	text-align: right;
}
#Content.blog #PageComments li .info ul {
	display: none;
}


/* Footer
---------------------------------------------------------- */
#FooterContainer {
	background: url('../images/splash.gif') no-repeat center bottom;
	border-top: 2px solid #e7e7e7;
	clear: both;
}
#Footer {
	margin-bottom: 0;
	padding-top: 18px;
	width: 940px;
	height: 315px;
}
#Footer div {
	width: 220px;
	margin-right: 20px;
	float: left;
}
	#Footer div.bestOf {
		width: auto;
	}
#Footer h4 {
	
}
#Footer ul li {
	list-style-image: url('../images/bullet.gif');
	font-weight: normal;
}