@import url("/common/css/wrapper.css");

/* HOME */
body#bdyHome div.content {
	background-image: url(/common/images/slogan_390x140.gif);
	background-position: 314px 150px;
	background-repeat: no-repeat;
}
body#bdyHome div.content p {
	display: none;
}


/* SERVICES */
body#bdyServices div.left {
	margin-right: 20px;
	width: 30%;
}
body#bdyServices div.left.last {
	margin-right: 0;
}


/* CASE STUDIES */
/*body#bdyCaseStudies div.content {
	height: inherit;
}*/
div#caseStudiesNav ul {
	width: 150px;
	list-style-type: none;
	margin-left: -37px;
	-margin-left: 0;
}
div#caseStudiesNav ul li {
	font-weight: bold;
	margin-bottom: 4px;
}
div#caseStudiesNav ul li a:link, div#caseStudiesNav ul li a:visited {
	color: #aaa;
	text-decoration: none;
}
div#caseStudiesNav ul li a:hover {
	color: #666;
	text-decoration: underline;
}
div.caseStudies_content {
	width: 520px;
	float: left;
	display: block;
	border-left: 1px dotted #aaa;
	padding-left: 15px;
}
div.caseStudies_content h2 {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 18px;
	color: #777;
}
div.caseStudies_content h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}
div.caseStudies_content h3.secondary {
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px dotted #aaa;
	color: #999;
}


/* CONTACT US */
body#bdyContact div#address {
	border-left: 1px dotted #aaa;
	padding-left: 15px;
	margin-left: 15px;
	height: 250px;
}
body#bdyContact form#frmContact {
	position: relative;
	width: 450px;
	padding-top: 10px;
}
body#bdyContact form#frmContact label {
	display: block;
	width: 100px;
	padding-bottom: 2px;
}
body#bdyContact form#frmContact input.box {
	margin: -20px 0 10px 110px;
	-margin-bottom: 8px;
	width: 180px;
	background-color: #f6f8fb;
	border: 1px solid #a5acb2;
}
body#bdyContact form#frmContact textarea {
	width: 285px;
	margin: -20px 0 8px 110px;
	background-color: #f6f8fb;
	border: 1px solid #a5acb2;
}
body#bdyContact form#frmContact input#btnSubmit {
	margin: 0 0 8px 110px;
}
body#bdyContact div.formSubmitted {
	position: relative;
	width: 450px;
	padding-top: 10px;
}
body#bdyContact div.formSubmitted strong {
	display: block;
	width: 120px;
	margin-top: -10px;
	margin-bottom: 5px;
}
body#bdyContact div.formSubmitted span {
	position: absolute;
	margin-top: -18px;
	margin-left: 120px;
	width: 300px;
}
body#bdyContact p.formSubmitted {
	margin-bottom: 20px;
}


/* PORTFOLIO */
body#bdyPortfolio div.left {
	width: 335px;
	float: left;
	margin-bottom: 16px;
	-margin-bottom: 6px;
}
body#bdyPortfolio div.right {
	width: 335px;
	float: right;
	margin-bottom: 16px;
	-margin-bottom: 6px;
}
body#bdyPortfolio a.thumbnail {
	float: left;
	border: 0px;
	margin: 0 10px 0 0;
}
body#bdyPortfolio p {
	font-size: 10px;
}
body#bdyPortfolio h2 {
	margin-top: 0;
}
body#bdyPortfolio p.links a {
	display: block;
	clear: right;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}