body {
	margin: 0px;
	font-family: helvetica, sans-serif;
	background-color: #EEF3EC;
}

#page {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

/* Links */
a {
	color: #0066CC;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Basic Tag Behaviors */
h1, h2, h3, h4, p, ul {
	margin: 0px;
	font-weight: normal;
}

h4 {
	margin-bottom: 1em;
	font-size: .75em;
}

img {
	border: 0px;
	/* behavior: url("ie/pngbehavior.htc"); */
}

form {
	margin: 0px;
}

.icon {
	vertical-align: middle;
}

/* Global Classes */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatFooter { /* Has to be used in a div because of IE 6 */
	height: 1px; /* Because of Safari */
	clear: both;
}

.altLinkColor1 {
	color: #D98200;
}

.altLinkColor2 {
	color: #FFFFFF;
}

.lighterText {
	color: #444544; /* #5C5C5C */
}

.emphasizeTone {
	color: #576A68;
}

.emphasizeWeight {
	font-weight: bold;
}

.arrowImg {
	vertical-align: middle;
}

/* Header */
#header {
	margin: 20px 0px 3px 0px;
}

#contactHeader {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
	vertical-align: baseline;
}

#contactHeader #phoneNumber {
	font-size: .75em;
	letter-spacing: .15ex;
}

#contactHeader a {
	font-size: .7em;
}

/* Above the fold */
#aboveFold {
	border-right: 1px solid #A1A6B1;
	border-bottom: 1px solid #A1A6B1;
	border-left: 1px solid #A1A6B1;
}

#navbar {
	height: 50px;
	padding-top: 6px;
	margin-bottom: -6px;
	background-image: url(../images/gui/navbar_bg.png);
	background-repeat: repeat-x;
}

.tab {
	height: 41px;
	padding: 0ex 2ex 0ex 2ex;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #27324C;
	border-top: 3px solid #27324C;
	background-image: url(../images/gui/tab_seperator.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}

.tab span {
	padding-top: 10px;
	display: block;
}

.active {
	border-top: 3px solid #FF9900;
}

.tab:hover {
	text-decoration: none;
	border-top: 3px solid #ACC67F;
}

#spotlight {
	border-top: 1px solid #FFFFFF;
}

#spotlightFooter {
	height: 18px;
	background-image: url(../images/gui/spotlight_shadow.png);
	background-repeat: repeat-x;
	clear: both;
}

#contentBody {
	border: 1px solid #CFCFCF;
	background-color: #FFFFFF;
}

/* Showcases */
.showcase {
	/*height: 0px;*/
	margin-bottom: 2em;
	padding: 1ex 0ex 1ex 0ex;
	border-bottom: 1px solid #79847D;
}

.showcase a {
	color: #FFFFFF;
}

.showcaseBullet {
	padding-top: 4px;
}

.showcaseContent {
	width: 200px;
	margin-left: 10px;
	color: #FFFFFF;
}

.showcaseContent h1 {
	margin-bottom: 1ex;
	font-size: 1.2em;
	font-weight: bold;
}

.showcaseContent p {
	font-size: .75em;
}

#showcaseOne {
	height: 155px;
	width: 259px;
	border-right: 1px solid #79847D;
	background-color: #576A68;
}

#showcaseTwo {
	height: 155px;
	width: 258px;
	border-right: 1px solid #79847D;
	background-color: #889B88;
}

#showcaseThree {
	height: 155px;
	width: 259px;
	background-color: #ACC67F;
}

.content {
	margin: 5px 0px 2em 0px;
}

/* Container */
#leftContent {
	margin: 0px 25px 2ex 15px;
}

#rightContent {
	margin: 0px 25px 2ex 15px;
}

/* Resources */
#resources {
	padding-left: 25px;
	border-left: 1px solid #D5D5D5;
}

#resourceHeader {
	padding: 1ex 0ex 1ex 0ex;
	font-size: 1.1em;
	font-weight: bold;
	color: #266391;
}

.resourceLink {
	margin-bottom: 1em;
	font-size: .7em;
	display: block;
}

/* Company Description */
#companyDescription {
	width: 325px;
	margin: 0px 0px 35px 15px;
}

#companyDescription h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #266391;
}

#companyDescription p {
	padding: 1ex;
	font-size: .75em;
	color: #5C5C5C;
	background-color: #EEEEEE;
}

#companyDescription a {
	font-size: .7em;
	font-weight: bold;
}

/* List */
#list {
	width: 325px;
	margin-left: 35px;
}

#list h2 {
	margin-bottom: 1ex;
	font-size: 1.2em;
	font-weight: bold;
	color: #27324C;
}

#list ul {
	padding-left: 3ex;
	list-style-type: none;
}

#list li {
	padding-bottom: 1em;
	font-size: .8em;
	font-weight: bold;
	color: #27324C;
	list-style-image: url(../images/gui/orange_bullet.png);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}

#list a {
	font-size: .7em;
	font-weight: bold;
}

/* Career Center Promo */
#careerCenterPromo {
	margin-left: 50px;
	padding-left: 50px;
	border-left: 1px solid #D5D5D5;
}

#careerCenterPromo .container {
	width: 220px;
	margin-top: 1ex;
	padding-left: 2ex;
	text-align: left;
}

#careerCenterPromo .container h2 {
	margin: 0ex 0ex .7ex 0ex;
	font-size: 1.05em;
	color: #889B88;
}

#careerCenterPromo .container p {
	font-size: .7em;
}

/* Footer */
#footer {
	padding: 1.5ex;
	text-align: right;
	vertical-align: middle;
	font-size: .72em;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 4px solid #444544;
	background-color: #27324C;
}

/* Sub-Page Content */
#onePane p, #twoPane p {
	margin-bottom: 1ex;
	font-size: .75em;
	font-weight: 400;
	color: #333333;
}

#onePane a, #twoPane a {
	font-size: .75em;
}

/* This is arse-backwards because of IE */
#onePane p a, #twoPane p a {
	font-size: 1em;
}

img.award {
	margin: 2em 0ex 1ex 0ex;
	display: block;
}

img.portrait {
	margin: 2em 0ex 1ex 0ex;
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

#intro {
	padding: 1em;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#intro h2 {
	margin-bottom: 1ex;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}

#subNavigation {
	float: left;
	width: 15%;
	margin: 1em;
}

#subNavigation h1 {
	margin-bottom: 1ex;
	font-size: 10pt;
	font-weight: bold;
}

#subNavigation a {
	margin-bottom: 1ex;
	display: block;
}

#onePane #content {
	margin: 0em 3em 0em 3em;
}

#twoPane #content {
	float: right;
	width: 75%;
	margin-right: 1em;
}

#content h2 {
	margin: 1em 0ex 1ex 0ex;
	font-size: 12pt;
	font-weight: bold;
	color: #3063B0;
}

#content h3 {
	margin: 1ex 0ex 1ex 0ex;
	padding: 1ex;
	font-size: 8pt;
	color: #444444;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFA500;
	background-color: #F5F5F5;
}

/* See earlier comment about arse */
#content h3 a {
	font-size: 1.15em;
}

#content p {
	padding: 0ex 1em 0ex 1em;
}

#convertSale {
	margin-top: 2em;
	padding: 1em 0ex 1em 0ex;
	text-align: center;
	font-size: .75em;
	letter-spacing: 1px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFF8DC;
}

#joinPartners {
	margin-top: 2em;
	padding: 1em 0ex 1em 0ex;
	text-align: center;
	font-size: .75em;
	letter-spacing: 1px;
	border-top: 1px solid #CCCCCC;
	background-color: #DFECF5;
}

/* See earlier comment about arse */
#convertSale a {
	font-size: 1em;
}

/* See earlier comment about arse */
#joinPartners a {
	font-size: 1em;
}

/* Contact Form */
.required {
	color: #FF0000;
}

#contactForm {
	width: 80%;
	margin-right: auto;
	font-size: .75em;
}

#contactForm th {
	width: 40%;
	text-align: left;
	vertical-align: top;
}

#contactForm td {
	width: 60%;
}

.formControls {
	text-align: right;
}

/* Directions */
.iw .directions {
	font-size: .75em;
}

#map {
	height: 650px;
	margin: 1em;
	border: 2px solid #666666;
}

#legalities {
	text-align:center;
	font-size: .7em;
	font-weight: 400;
	color: #999999;
}