body {
	background-color: #fff;
	background-image: url('../images/layout/bg-site.png');
	background-position: center top;
	background-repeat: repeat-y;
}
body.popup {
	background-image: none;
	background-color: #fff;
}
body.popup #middle {
	padding: 15px;
}
#content {
	margin: 0px auto;
	width: 955px;
}
#top {
}
#middle {
	border-left: 10px solid #1f384c;
	min-height: 300px;
	padding: 10px 0px;
}
.layoutMiddle {
	line-height: 150%;
}
#bottom {
	color: #aaaaaa;
	margin-top: 10px;
	padding: 10px;
	border-top: 5px solid rgb(93, 129, 151);
}
#left {
	width: 235px;
	float: left;
	padding-left: 5px;
}
#center {
	margin-left: 250px;
}
#center h1.title {
	padding: 4px 0 7px;
	padding-left: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-transform: uppercase;
	border-bottom: 1px solid #ece9e8;
}
#right {
	width: 215px;
	padding-left: 20px;
}
.main {
	padding: 0px 15px;
}
.main a { text-decoration: underline; }
.main a:hover { color: #de1e26; }
#bottom {
	color: #aaaaaa;
}
#bottom a {
	color: #999;
	text-decoration: none;
}
#bottom a:hover {
	color: #de1e26;
}
#bottom a.selected, #bottom a.open {
	color: #000;
}
.footnav {
	text-align: center;
}
.footnav {
	color: #babebc;
}

#bottom .googleAnalytics {
	display: inline;
}

.centerTitle {
	background-image: url('../images/layout/centerTitle.png');
	background-position: left top;
	background-repeat: repeat-y;
	padding: 5px 10px;
	margin-bottom: 1em;
}
.centerTitle h1 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 100%;
	text-transform: uppercase;
}

.side .subTitle {
	background-color: #ecf0f3;
	background-image: url('../images/content/subTitleLogo.png');
	background-position: 15px 1px;
	background-repeat: no-repeat;
	padding: 2px 10px 5px;
	padding-left: 75px;
	height: 11px;
	margin-bottom: 1em;
}
.side .subTitle h2 {
	color: #1f384c;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font: 23px/23px 'DejaVuSansCondensedBold', Arial;
	text-shadow: -1px 0px 2px #fff;
	position: relative;
	margin-top: -8px;
	line-height: 100%;
	letter-spacing: -1px;
}
.side a {
	color: #de1c24;
	text-decoration: none;
}
.side a:hover {
	text-decoration: underline;
}
.side .GPM {
	margin-bottom: 24px;
}
.side .contentBody {
	padding-left: 15px;
}

#top .navFileOverlay {
	position: absolute;
	width: 955px;
	z-index: 450;
}

#logo {
	position: absolute;
	margin-left: 179px;
	margin-top: 41px;
}
.headnav {
	text-align: right;
	padding: 23px;
}
.headnav a {
	color: #ccd;
	text-decoration: none;
}
.headnav a:hover, .headnav a:focus {
	text-decoration: underline;
}
.headnav a.selected, .headnav a.open {
	color: #fff;
}

.box {
	background-image: url('../images/layout/bg-box.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
}
.box.full {
	padding: 0;
}

/* The default Elements */
.defaultList {
	background-image: url('../images/layout/bg-box.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.defaultList .entry {
	padding: 10px;
	margin-bottom: 2px;
	background-image: url('../images/layout/bg-box-reversed.png');
	background-position: left top;
	background-repeat: no-repeat;
}

/* The shadowed Pictures */
.shadowPix {
	text-align: justify;
}
.shadowPix .pic {
	display: block;	
}
.shadowPix .imgbox, .shadowPix .nopic {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 10px;
	width: 200px;
}
.shadowPix .imgbox {
	background-image: url('../images/layout/bg-imgshadow-200x150.png');
	padding: 3px 7px 7px 3px;
}
.shadowPix .nopic {
	text-align: center;
}
.shadowPix .imgbox .overlay {
	background-image: url('../images/layout/overlay-dark-60.png');
	position: absolute;
	width: 190px;
	height: 40px;
	padding: 0px 5px;
	margin-top: -40px;
	text-align: left;
	overflow: hidden;
}
.shadowPix .imgbox .overlay h3 {
	font-weight: bold;
	color: #fff;
	margin: 2px 0;
}
.shadowPix .imgbox .overlay p {
	color: #fff;
	line-height: 125%;
	text-align: left;
}

/* with pixList? */
.pixList .imgbox, .pixList .nopic {
	vertical-align: top;
}
.pixList .description {
	display: inline-block;
	width: 439px;
}

/* The Button */
a.button {
	background-image: url(../images/layout/button.png);
	background-position: right 20px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	padding-right: 20px;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1em;
}
a.button span {
	background-image: url(../images/layout/button.png);
	background-position: left 20px;
	display: inline-block;
	margin-left: -10px;
	height: 16px;
	padding-top: 4px;
	padding-left: 8px;
}
a.button:hover, a.button:focus, a.button:active {
	background-position: right 40px;
	color: #fff;
}
a.button:hover span,
a.button:focus span,
a.button:active span {
	background-position: left 40px;
}
/* The Button : N for negative. */
a.button.n { background-position: right 60px; }
a.button.n span { background-position: left 60px; }
a.button.n:hover, a.button.n:focus, a.button.n:active { background-position: right 80px; }
a.button.n:hover span, a.button.n:focus span, a.button.n:active span { background-position: left 80px; }

