/* --- COMMON ELEMENTS --- */

body {
	background: #333;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Arial, sans-serif;
	line-height: 1.5em;
}

h1 {
	font-size: 33px;
	margin: 10px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
}

h4 {
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px 0;
}

a {
	color: #fff;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* --- /COMMON ELEMENTS --- */

/* --- HEADER --- */

#header {
	background: #7ba002 url(../images/header.bg.gif) no-repeat center;
	height: 36px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#header a:hover {
	border-bottom: 1px solid #fff;
}

#border {
	background: #556819 url(../images/header.border.gif) no-repeat center;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

.logo {
	float: left;
	margin-top: 10px;
}

#header h3 {
	float: right;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 5px;
}

#header h3.address {
	float: none;
	margin: 0 auto;
	padding-top: 5px;
	width: 430px;
}

/* --- /HEADER --- */

/* --- MAIN PAGE --- */

#landing {
	margin: 32px auto 0 auto;
	text-align: center;
	width: 540px;
}

#landing p {
	line-height: 1.5em;
}

.study {
	float: left;
	margin-top: 15px;
}

.study p {
	line-height: 1;
	margin: 0;
}

.middle {
	margin: 15px 6px 0 6px;
}

.hidden {
	display: none;
}

#main {
	position: relative;
	height: 260px;
}

#main img {
	left: 0;
	position: absolute;
	top: 0;
}

#landing h1 {
	margin: 15px 0 10px;
}

/* --- /MAIN PAGE --- */

/* --- CASE STUDIES --- */

#studies {
	margin: 15px auto 50px auto;
	padding: 0 65px;
	position: relative;
	width: 845px;
}

#carousel {
	height: 660px;
	overflow: hidden;
	position: relative;
	width: 845px;
}

#studies h1 {
	margin: 10px 0 0 4px;
}

#studies .url {
	font-size: 15px;
	margin: 0 0 10px 4px;
}

#studies .screens {
	display: inline;
	float: left;
	margin-right: 25px;
	width: 537px;
}

#studies .screens a {
	display: inline;
	float: left;
	height: 100px;
	margin: 10px 18px 0 0;
	position: relative;
	width: 122px;
}

.active {
	cursor: default;
}

.over {
	left: 0;
	position: absolute;
	top: -7px;
}

#studies .description {
	display: inline;
	float: left;
	padding-right: 10px;
	width: 273px;
}

#studies .description ul {
	list-style-type: disc;
	margin-left: 15px;
}

#studies ul li {
	clear: both;
}

.button {
	cursor: pointer;
	position: absolute;
	top: 218px;
}

#left {
	float: left;
	left: 0;
}

#right {
	float: right;
	right: 0;
}

.description a {
	color: #98c602;
	display: none;
	font-style: italic;
	text-decoration: none;
}

.js .description a {
	display: inline;
}

.js .description .last {
	display: none;
}

/* --- /CASE STUDIES --- */

/* --- JOBS --- */

#jobs , #media {
	margin: 20px 10px;
	width: 600px;
}

#jobs h1 , #media h1 {
	margin: 0 0 5px 11px;
}

#jobs h2 , #media h2 {
	margin-left: 11px;
}

#jobs a h2 , #media a h2 {
	margin: 25px 0 25px 9px;
}

#jobs a h2 img , #media a h2 img {
	margin-right: 8px;
	vertical-align: middle;
}

#jobs dt , #media dt {
	font-size: 21px;
	font-weight: bold;
	margin-top: 25px;
	text-transform: uppercase;
}

.js #jobs dd , .js #media dd {
	display: none;
}

#jobs dd , #media dd {
	margin-left: 33px;
}

#jobs ul li , #media ul li {
	list-style-type: disc;
	margin-left: 15px;
}

#jobs dt , #media dt {
	background: #484848;
	cursor: pointer;
	padding: 2px 0 3px 0;
}

#jobs dt a , #media dt a {
	line-height: 1;
	vertical-align: top;
}

#jobs dt img , #media dt img {
	vertical-align: text-top;
}

/* --- /JOBS --- */

/* --- CONTACT US --- */

#contact {
	margin: 20px;
}

#contact form {
	float: left;
	margin-top: 20px;
}

#contact input.custom, #contact textarea {
	background: #535353;
	border: none;
	color: #fff;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Arial, sans-serif;
	font-size: 17px;
	margin-bottom: 15px;
	padding: 10px;
	width: 520px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 80px;
}

#message {
	height: 180px;
}

#contact form h3 {
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
}

form h3 img {
	margin-right: 8px;
	vertical-align: text-top;
}

#contact input.error, #contact textarea.error {
	background: #7ba002;
}

label {
	color: red;
	font-size: 12px;
	position: relative;
	top: -17px;
}

#address {
	display: inline;
	float: left;
	margin: 20px 0 0 25px;
}

#address p {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

#contact h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}

#contact #thanks {
	margin-top: 10px;
}

#contact #thanks p {
	font-size: 16px;
	margin: 0;
}

/* --- /CASE STUDIES --- */

/* --- MEDIA --- */

#media {
	width: 825px;
}

#media h2 {
	margin-bottom: 10px;
}

#media dt a {
	font-size: 13px;
	vertical-align: baseline;
}

#media dt a span {
	font-weight: normal;
	font-size: 11px;
}

#media dt a img {
	vertical-align: middle;
}

#media dd {
	width: 700px;
}

#media .contact {
	margin: 0;
}

/* --- /MEDIA --- */