@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/header_bg.jpg) no-repeat 50% top #232323;
	font: 100%/125% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
div#pgWrapper {
	font-size: 1em;
	line-height: 1.2em;
}
div#pgHeader {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 955px;
	height: 167px;
	text-align: center;
}
div#pgHeader div.logo {
	float: left;
}
div#pgHeader div.tagline {
	float: right;
	padding: 20px 20px 0 0;
	width: 570px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
div.address {
	font-size: 1.3em;
	line-height: 1.2em;
}
address {
	display: inline;
	margin: 0;
	padding: 0;
	font-style: normal;
}
img.single {
	border: 2px solid #000;
}
a {color: #FFF;}
p {
	margin: 0 0 1em 0;
	font-size: 1em;
	line-height: 1.2em;
}
p.warning {
	color: #ED242B;
}
/*div#pgContent {
	width: 955px;
}*/
div#intro {
	background: #FFFCE9;
	color: #000;
}
div#intro p {
	margin-bottom: 0;
}
div#intro div.section {
	border-top: 1px solid #FFFCE9;
	border-bottom: 1px solid #FFFCE9;
	font-size: 1.1em;
}
div.section {
	overflow: auto;
	margin: 0 auto;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
	padding: 12px;
	width: 931px;
	font-size: 0.95em;
}
div.leftside {
	float: left;
	margin-right: 2em;
	font-size: 0.7em;
	text-align: center;
	text-transform: uppercase;
}
div.rightside {
	float: right;
	margin-left: 2em;
	font-size: 0.7em;
	text-align: center;
	text-transform: uppercase;
}
table.photos {
	border-collapse: collapse;
}
table.photos td {
	border: 2px solid #000;
}
table.logos td {
	padding-bottom: 10px;
}
div.clearBoth {
	clear: both;
	height: 0;
	overflow: hidden;
}
div.clearBoth span {visibility: hidden;}
