html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* CSS
**/

body {
	background-color: #edeeec;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	color: #333;
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	padding-left: 60px;
	padding-right: 60px;
}

h1 {
	color: #666;
	font-size: 1.6em;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 18px;
}

p {
	font-size: 1.5em;
	line-height: 18px;
	margin-bottom: 18px;
}

a {
	color: #3366cc;
}


a.site {
	display: block;
	float: right;
	font-size: 1.4em;
	text-decoration: none;
	margin-top: 0.9em;
}

div.rightAligned {
	display: inline;
	float: right;
	margin: 0px 0px 15px 15px;
}

a.site:hover {
	text-decoration: underline;
}

a.thickbox {
	position: relative;
}

a.thickbox .enlarge {
	background-image: url(../img/icon-enlarge.png);
	bottom: 7px;
	height: 33px;
	left: 7px;
	position: absolute;
	width: 33px;
	z-index: 10;
}

a.thickbox img {
	display: inline;
	z-index: 0;
}

a.thickbox {
	border: 1px solid #ccc;
	display: block;
}

.caption {
	font-size: 1.1em;
	margin-top: 2px;
	text-align: center;
}

ul {
	font-size: 1.5em;
	line-height: 18px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 18px;
	margin-left: 30px;
}

ul li {
	margin-bottom: 4px;
}

#page {
	height: 1%;
	margin: 0 auto;
	width: 960px;
}

/**
* Column 1
**/
#page #column-1 {
	float: left;
	margin-top: 54px;
	margin-right: 10px;
	width: 659px;
}

#page #column-1 h1 {
	margin-bottom: 17px;
	margin-left: 2px;
}

#page #column-1 h2 {
	color: #555554;
	font-size: 2.8em;
	margin-bottom: 33px;
}

#page #column-1 .content {
	height: 1%;
	margin-bottom: 160px;
	overflow: hidden;
}

#page #column-1 .content span.top {
	background-image: url(../img/main-border-top.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	height: 5px;
	overflow: hidden;
	width: 659px;
}

#page #column-1 .content .body {
	background-color: #fff;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding: 20px 12px 35px 12px;
	height: 1%;
	overflow: hidden;
}

#page #column-1 .lead {
	margin-bottom: 44px;
}

#page #column-1 .lead p {
	font-size: 1.8em;
	line-height: 24px;
}

#page #column-1 .content .main {
	border-right: 1px solid #cecece;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 380px;
}

#page #column-1 .content .side {
	float: left;
	width: 219px;
}

#page #column-1 .content .side p {
	font-size: 1.3em;
	line-height: 16px;
	margin-bottom: 18px;
}

#page #column-1 .content .bottom {
	background-image: url(../img/main-border-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	float: left;
	height: 6px;
	width: 659px;
}

/**
* Column 2
**/
#page #column-2 {
	float: left;
	margin-top: 29px;
	width: 234px;
}

#page #column-2 h2 {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}

#page #column-2 h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

#page #column-2 a {
	color: #fff;
	text-decoration: none;
}

#page #column-2 #logo a {
	display: block;
}

#page #column-2 #logo img {
	margin-bottom: 28px;
	margin-left: 82px;
	margin: 0px 0px 28px 82px;
}

#page #column-2 .content {
	background-image: url(../img/company-border-top.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	display: block;
	padding-top: 4px;
}

#page #column-2 .content .body {
	background-color: #b42701;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 17px 15px 17px 15px;
}

#page #column-2 span {
	background-image: url(../img/company-border-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	height: 6px;
	width: 234px;
}

#page #column-2 .content hr {
	border-top: 1px solid #9b3519;
	border-bottom: 1px solid #da9380;
	height: 1px;
	margin-bottom: 10px;
}

#page #column-2 .content .body .workName {
	font-size: 1.3em;
	margin-bottom: 22px;
}

#page #column-2 .content .body .links,
#page #column-2 .content .body .listCompaniesInvolved {
	margin-bottom: 22px;
}

#page #column-2 .content .body .links a {
	display: block;
}

#page #column-2 .content .body .links .name {
	font-size: 1.3em;
	font-weight: bold;
}

#page #column-2 .content .body .links .url {
	font-size: 1.1em;
	margin-bottom: 6px;
}

#page #column-2 .content .body .links a.url:hover {
	text-decoration: underline;
}


#page #column-2 .content .body .listCompaniesInvolved .companyInvolved {
	font-size: 1.3em;
	font-weight: bold;
}

#page #column-2 .content .body .listCompaniesInvolved .companyRole {
	font-size: 1.1em;
	margin-bottom: 6px;
}


#page #column-2 .content .body .company {
	margin-bottom: 20px;
}

#page #column-2 .content .body .company .companyName {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;
}

#page #column-2 .content .body .company .personName {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
}

#page #column-2 .content .body .company .personRole {
	font-size: 1.1em;
	margin-bottom: 6px;
}

#page #column-2 .content .body .customer {
	font-size: 1.3em;
	margin-bottom: 20px;
}


