/********** Content Area **********/
/***** Left Bar *****/
.ie div#main div.leftBar div.verticalCenterOuter {
	display: block;
	position: relative;
}
.ie8 div#main div.leftBar div.verticalCenterOuter {
	display: table;
	position: static;
}
.ie div#main div.leftBar div.verticalCenterOuter div.verticalCenterMiddle {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
}
.ie8 div#main div.leftBar div.verticalCenterOuter div.verticalCenterMiddle {
	display: table-cell;
	position: static;
	top: 0px;
}
div#main div.leftBar div.verticalCenterOuter div.verticalCenterMiddle div.verticalCenterInner {
	position: relative;
	top: -50%;
}

/***** Center *****/
.ie div#main div#center {
	width: 500px;
}
.ie8 div#main div#center {
	width: auto;
}
.ie div#main div#center h1, .ie div#main div#center h2, .ie div#main div#center div.contentWithImages, .ie div#main div#center h4, .ie div#main div#center h5, .ie div#main div#center p {
	margin-left: 22px;
}
.ie8 div#main div#center h1, .ie8 div#main div#center h2, .ie8 div#main div#center div.contentWithImages, .ie8 div#main div#center h4, .ie8 div#main div#center h5, .ie8 div#main div#center p {
	margin-left: 162px;
}
.ie div#main div#center p.logo {
	margin-right: 11px;
}
.ie8 div#main div#center p.logo {
	margin-right: 25px;
}
.ie div#main div#center ul {
	margin-left: 35px;
}
.ie8 div#main div#center ul {
	margin-left: 175px;
}

/***** Images *****/
.ie div#main div#center div.imagesCenter {
	left: -7px;
	bottom: -1px;
	width: 510px;
}
.ie7 div#main div#center div.imagesCenter {
	bottom: 0px;
}
.ie8 div#main div#center div.imagesCenter {
	left: 133px;
	bottom: 0px;
	width: auto;
}

/********** Navigation **********/
.ie div#navTop ul li {
	top: 10px;
}
.mac div#navTop ul li {
	top: 8px;
}
.ie div#navBottom ul li, .mac div#navBottom ul li {
	top: 7px;
}