@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;
	overflow: hidden;
	text-align: center;
}
div#pgHeader div.logo {
	float: left;
	display: inline;
}
div#pgHeader div.tagline {
	float: right;
	display: inline;
	padding: 20px 20px 0 0;
	width: 570px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
ul#nav {
	/*clear: both;*/
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: .5em 0 0 0;
	width: 955px;
}
ul#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 .6em;
	font-size: 1.3em;
	line-height: 1em;
}
a {
	font-weight: bold;
	color: #FC4837;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a img {border: 0;}
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;
}
h2 {margin: 1.2em 0 0 0;}
p {
	margin: 0 0 1em 0;
	font-size: 1em;
	line-height: 1.2em;
}
p.warning {
	color: #ED242B;
}
blockquote {
	margin: 0 auto 3em auto;
	background: #FFF;
	padding: 1em 0;
	width: 935px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
}
blockquote p {
	margin: 0;
	font-size: 3em;
}
/*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, table.partners td {
	padding-bottom: 10px;
}
table.partners {width: 931px;}
table.partners tr {vertical-align: top;}
div.clearBoth {
	clear: both;
	height: 0;
	overflow: hidden;
}
div.clearBoth span {visibility: hidden;}
