﻿/* FOR ROOT SITE COLLECTION MASTER ONLY */

#topColumnLayout { width: 865px; background: #fff; }
#topLogo { width: 307px; }
#topSpacer { width: 2px; }
#topContent { width: 556px; }
#topPhotoLayout { width: 556px; }
td.topPhoto { width: 182px; height: 307px; }
td.photoSpacer { width: 5px; }

td.topLink {
	width: 172px;
	padding: 0 5px;
	padding-top: 20px;
	height: 86px;
	vertical-align: top;
	background: #454545 url(/design/toplink_gradient.jpg) top left no-repeat;
}
.linkAccent { width: 14px; margin-top: 2px; float: left; }
td.topLink a { display: block; margin-left: 20px; color: #fff; font-size: 1.3em; text-decoration: none; }
td.topLink a:hover { color: #ffffcc; text-decoration: underline; }

#topPageIntro { margin-top: 50px; line-height: 150%; font-size: 1.2em; text-align: right; }


/* content pages such as Privacy policy and Contact us */

#topContentPage { margin-left: 10px; padding: 10px; border: 1px solid #d4d4d4; }

