/* 
SUBSYTEMs Website Redesign 2007 Version Wexford 01 Print Styles
by George Fox
September, 2007
multimedia (at) subsystem (dot) com
*/

body {
	background: white;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	margin-right: 2em;
	margin-left: 2em;
}
.container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.holder {
	visibility: hidden;
	display: none;
}

#mainArea {
	text-align: center;
	color: gray;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
}

#header {
	color: gray;
	text-align: left;
	border-bottom: 1pt solid silver;
	margin-bottom: 1em;
}

#logo {
	visibility: hidden;
	display: none;
}

#header h1 {
	background: none;
	padding: 0;
	text-indent: 0;
	margin: 0;
	font-size: 24pt;
	position: static;
}


#nav {
	visibility: hidden;
	display: none;
}

.figure {
	display: block;
	background-image: none;
}

.contentBlock {
	background: transparent none repeat-x 0 top;
	color: black;
	border-color: silver;
	padding-left: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

.contentBlock p {
	text-align: justify;
	text-indent: 1em;
}

.contentBlock ul,
.contentBlock ol {
	text-align: left;
}

#footer {
	visibility: hidden;
	display: none;
	font-style: italic;
}

a {
	color: gray;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

a img {
	border-bottom-style: none;
	border-bottom-width: 0;
}

.fltrt {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.fltlft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* Core competencies */

#competencies {
	overflow: auto;
	width: 100%;
	text-align: center;
}

#competencies ul {
	margin: 0;
	padding: 0;
}

#competencies li,
.contentBlock #competencies li {
	display: inline;
	list-style-type: none;
	width: 22%;
	float: left;
	margin: 0;
	text-align: center;
	text-indent: 0;
	padding-left: 1em;
	padding-bottom: 1em;
}

#competencies li a,
.contentBlock #competencies li a {
	text-transform: uppercase;
	border: 1pt solid silver;
	display: block;
	font: bold 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 18pt;
}

#contentBlock table {
	width: 100%;
}

#contentBlock table td {
	padding-right: 1em;
}

td.linktype {
	width: 140px;
}

