/* Defaults */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

input[type=text], input[type=checkbox],
input[type=radio], input[type=submit],
textarea, select {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

html {
	background-color: #d6dee1;
}

body, input, textarea, option, select {
	font-family: "Lucida Grande", sans-serif;
	line-height: 1;
	font-size: 13px;
	color: #757c84;
}

body {
	width: 950px;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3 {
	text-indent: -9999px;
	background-repeat: no-repeat;
}

h2 {
	margin-bottom: 10px;
}

h4 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}

h4, a {
	color: #007db6;
}


/* Header */

#header {
	height: 100px;
	background-color: #fff;
	padding: 20px 25px 0;
}

#header a {
	text-indent: -9999px;
	display: block;
}

#header h1 {
	float: left;
}

#header h1 a {
	width: 150px;
	height: 65px;
	background-image: url(../images/headings/inkling.png);
}

#nav {
	float: right;
	margin-top: 32px;
	list-style: none;
}

#nav li {
	float: left;
	margin-left: 65px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: top center;
}

#nav li a {
	height: 100%;
}

#nav li:hover, #nav li.on {
	background-position: bottom center;
}

#nav-about {
	width: 118px;
	background-image: url(../images/nav/about.png);
}

#nav-us {
	width: 79px;
	background-image: url(../images/nav/about_us.png);
}

#nav-jobs {
	width: 40px;
	background-image: url(../images/nav/jobs.png);
}

#nav-contact {
	width: 74px;
	background-image: url(../images/nav/contact.png);
}

/* Content */

#content > div {
	background-color: #fff;
	padding: 25px 0 10px;
	margin-bottom: 15px;
	overflow: auto; /* clear floats */
}

#content > .box {
	background: none;
	padding: 0;
	overflow: hidden;
}

#content .left {
	padding-left: 25px;
	width: 250px;
	float: left;
}

#content .right {
	padding-top: 15px;
	padding-right: 25px;
	width: 630px;
	float: right;
}

#content p, #content ul {
	margin-bottom: 15px;
	line-height: 18px;
}

#content li {
	margin: 0 0 5px 20px;
}


/* Insignificant Pages */

#legal, #error {
	padding: 20px 50px 100px 200px !important;
}


/* Footer */

#footer {
	clear: both;
	padding: 5px 0 25px;
	font-size: 12px;
}

#footer, #footer a {
	color: #939aa1;
}

#footer a {
	text-decoration: none;
}

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

#follow {
	float: right;
}

#follow span {
	padding-right: 5px;
}

#follow img {
	vertical-align: middle;
}

#footer-links {
	padding-bottom: 10px;
}

#footer-links a {
	color: #757c84;
}

#footer-links span {
	padding: 0 5px;
}


/* Forms */

input[type=text], textarea, select {
	display: block;
}

input[type=text], textarea {
	padding: 4px 6px;
	width: 206px;
}

textarea {
	overflow: auto;
	resize: none;
}

input[type=submit], .feedback {
	float: right;
	margin-top: 10px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

input[type=submit] {
	overflow: visible; /* IE7 hack for button padding */
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.feedback, .spinner {
	display: none;
}

.spinner {
	float: right;
	margin: 6px 6px -32px;
	width: 32px;
	height: 32px;
}

input[type=checkbox], select {
	position: relative;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
}

select {
	width: 220px;
	height: 25px;
}

.select {
	position: absolute;
	padding: 0 10px;
	width: 200px;
	height: 25px;
	line-height: 25px;
	background: url(../images/select.png);
}

input[type=checkbox], .checkbox {
	width: 16px;
	height: 16px;
}

.checkbox {
	position: absolute;
	background-image: url(../images/checkbox.png);
}

.checkbox.checked {
	background-position: bottom left;
}

#newsletter {
	margin-top: 10px;
	padding: 10px 15px;
	width: 220px;
	height: 140px;
	background-color: #ecefd5;
}

#newsletter h3 {
	height: 36px;
	background-image: url(../images/headings/newsletter.png);
}

#newsletter input[type=text] {
	margin: 10px 0;
	border: 1px solid #98a63b;
}

#newsletter input[type=submit] {
	background-color: #98a63b;
}

#newsletter .feedback {
	color: #98a63b;
}

#newsletter .spinner {
	background-image: url(../images/spinner-signup.gif);
}

#contact-form {
	width: 500px;
	padding: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -260px;
	background-color: #fff;
	color: #3f4751;
	font-size: 12px;
	z-index: 110;
	display: none;
}

#contact-form h2 {
	float: left;
	width: 425px;
	height: 60px;
	margin: 10px;
	background-image: url(../images/headings/form.png);
}

#contact-form .close {
	float: right;
	width: 24px;
	height: 24px;
	background-image: url(../images/close.png);
	cursor: pointer;
}

#contact-form .close:hover {
	background-position: bottom left;
}

#contact-form fieldset {
	clear: both;
	background-color: #e5f2f8;
	padding: 20px 15px;
}

#contact-form legend {
	display: none;
}

#contact-form .column {
	width: 220px;
	float: left;
}

#contact-form .column + .column {
	float: right;
}

#contact-form label {
	display: block;
	padding-bottom: 4px;
}

#contact-form input[type=text],
#contact-form textarea {
	margin-bottom: 10px;
	border: 1px solid #9199a1;
}

#contact-form textarea {
	height: 144px;
}

#contact-form input[type=checkbox] + label {
	display: inline;
	padding-left: 5px;
}

#contact-form input[type=submit] {
	background-color: #007db6;
}

#contact-form .feedback {
	color: #007db6;
}

#contact-form .select {
	background-position: bottom left;
}

#contact-form .spinner {
	background-image: url(../images/spinner-contact.gif);
}


/* FormCheck Tooltips */

.fc-tbx {
	z-index: 1000;
}

.fc-tbx .tl {
	background: url(../images/formcheck/tl.png) no-repeat;
}

.fc-tbx .t {
	background: url(../images/formcheck/t.png) repeat-x;
	height: 16px;
}

.fc-tbx .tr {
	background: url(../images/formcheck/tr.png) no-repeat;
}

.fc-tbx .l {
	background: url(../images/formcheck/l.png) repeat-y;
	width : 16px;
}

.fc-tbx .r {
	background: url(../images/formcheck/r.png) repeat-y;
	width: 16px;
}

.fc-tbx .bl {
	background: url(../images/formcheck/bl.png) no-repeat;
}

.fc-tbx .b {
	background: url(../images/formcheck/b.png) no-repeat;
	height: 25px;
}

.fc-tbx .br {
	background: url(../images/formcheck/br.png) no-repeat;
}

.fc-tbx .c {
	background: url(../images/formcheck/c.png) repeat;
}

.fc-tbx a.close {
	float: right;
	background: url(../images/formcheck/close.png) no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.fc-tbx .err {
	float: left;
}

.fc-tbx p {
	width : auto;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
}
