﻿html, body, form 
{
  margin:0;
  padding:0;
}

body { font-family:Verdana, Sans-Serif; font-size:11px; margin:15px 0 0 15px; }

a { outline:none; }
a img { border:none; }

h1 { font-size:23px; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.top { vertical-align:top; }
.middle { vertical-align:middle; }
.bottom { vertical-align:bottom; }

#form1, #content { width:950px; }
#wrapper { width:950px; margin:0 auto; }
#header { width:920px; padding-bottom:15px; }
#footer { width:920px; color:#777; }

#content { height:486px; overflow:auto; }

.careersPageContent, .contactPageContent
{
	background-image: url(/images/contact_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 86px;
	min-height: 322px;
	width: 929px;
}
.headerDiv
{
	height: 86px;
	width: 929px;
}
.careersPageContent .headerDiv { background-image: url(/images/hdr_careers.jpg); }
.contactPageContent .headerDiv { background-image: url(/images/hdr_contact.jpg); }
@media screen 
{
	.headerDiv h1
	{
		display: none;
	}
}
.bodyDiv
{
	padding: 20px 40px;
}
.bodyDiv a
{
	text-decoration: none;
}