﻿@charset "utf-8";
/* CSS Document */
/* Copyright 2008 CGX Design/Mark Sandell */
body {
	background: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
}
body,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a img { border: 0; }
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: italic;
	margin: 0 1em 2.5em 1em;
}
blockquote span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	float: right;
	padding-top: 0em;
}
hr { height: 1px; }
input.text, textarea {
	margin: 0.25em 0 0.5em 0;
	width: 100%;
}
textarea { height: 150px; }

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Width */
#container, #header, #middle { width: 800px; }
#content { width: 780px; /* middle width - nav width - 20 because of 10px padding */ }
#footer { width: 790px; /* -10 because of 5px padding */ }

/* Header */
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	height: 73px; /* 113 - 40 */
	padding-top:45px;
	text-indent: 225px;
}
#header h1 {
	font-size: 20pt;
	font-weight: bold;
}
#header h2 {
	font-size: 16pt;
	font-weight: normal;
}

/* Middle */
#middle td { vertical-align: top; }

/*Navigation */
#nav { display: none; }

/* Content */
#content { padding: 10px; }
#content h1, #content h2 {
	color: #FF6600;
	text-align: center;
}
#content h1 {
	font-size: 16pt;
	font-weight: normal;
	margin-top: 0; /* bug fix */
	margin-bottom: 0.5em;
}
#content h2 {
	font-size: 14pt;
	font-weight: bold;
}
#content h3 { font-size: 18px; }
#content p { margin-bottom: 1em; }

/* Footer */
#footer {
	border-top: 1px solid #000;
	font-size: 10pt;
	padding: 5px;
	text-align: center;
}

/* Generic classes */
.bold { font-weight: bold; }
.center { text-align: center; }
.clear { clear: both; }
.italic { font-style: italic; }
.flashVideo { background-color: #CCCCCC; border: 1px solid #000000; font-size: 85%; font-style: italic; padding: 1em 3em; }
.noprint { display: none; }
.right { text-align: right; }

/* Page specific formatting */
.jobs_Company {
	font-size: 75%;
	font-weight: bold;
}
.highslide-gallery ul {
	padding: 0 0 0 45px !important;
}
.resume ul li span, .resume table tr td span { font-weight: bold; }
.resume ul { margin-top: 0; }

