/* Center the site */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#fff;
	vertical-align: top;
}
#mainsite {
	position:absolute;
	width:940px;
	left: 50%;
	height:100%;
	margin-left: -470px;
	text-align: left;
	background: #fff;
}
/* End of centering the site */


/* Main elements */
#topbar {
	width: 940px;
	height: 20px;
	margin: 18px 0 37px;
	border: 1px solid white;
	text-align: center;
	background: url(/images/topbar_bg.gif) repeat-x 0 100%;
}
#logo {
	float: left;
	width: 158px;
	height: 51px;
	margin: 0 0 0 51px;
}
#heading {
	float: right;
	width: 570px;
	height: 64px;
}
#left {
	clear: left;
	float: left;
	margin: 62px 0 0;
	width: 170px;
}
#right {
	float: right;
	margin: 62px 0 0;
	width: 570px;
}
.socialmedia {
	padding-right: 35px;
}
.socialmedia a {
	float: right;
	margin-left: 1px;
}
.socialmedia img {
	border: 0;
}
.colLeft {
	width: 318px;
}
.vp .colLeft {
	width: 393px;
}
.colRight {
	padding-left: 100px;
}
#breadcrumbs {
	clear: both;
	color: #A1B2BF;
	padding: 45px 0 0 188px;
	background: url(/images/footerbar_bg.gif) repeat-x 0 40px;
}
#breadcrumbs a {
	color: #A1B2BF;
	text-decoration: none;
}
/* end of Main elements */


/* Navigation */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}
#nav {
	width: 170px;
	text-align: right;
}
#nav li {
	line-height: 14px;
	padding-right: 35px;
	height: 14px;
	margin: 0 0 21px;
	background: url(/images/arrows_sprite.png) no-repeat 100% 4px;
}
#nav ul li {
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 99;
}
#nav ul li a {
	z-index: 99;
}
#nav #i2 { background-position: 100% -11px; }
#nav #i3 { background-position: 100% -25px; }
#nav #i4 { background-position: 100% -39px; }
#nav #i5 { background-position: 100% -53px; }
#nav #i6 { background-position: 100% -67px; }
#nav #i7 { background-position: 100% -81px; }
#nav #i8 { background-position: 100% -94px; }
#nav #i9 { background-position: 100% -108px; }
#nav a {
	display: block;
	color: #a1b2bf;
	text-decoration: none;
}

#nav a:hover,
#nav a.active,
#nav a.parentactive {
	font-weight: bold;
	color: #4f6979;
}
#nav LI UL {
    position: absolute;
    border-right: 1px solid #97adaf;
	border-bottom: 1px solid #97adaf;
	margin-top: -12px;
    left: -999em;
	width: 130px;
	_width: 140px;
	z-index: 99;
}
#nav LI UL LI {
	margin: 0 0 5px;
	padding-right: 10px;
}
#nav LI:hover UL UL, #nav LI:hover UL UL UL, #nav LI.sfhover UL UL {
    LEFT: -999em;
}
#nav LI:hover UL, #nav LI LI:hover UL, #nav LI LI LI:hover UL, #nav LI.sfhover UL, #nav LI LI.sfhover UL {
    LEFT: 170px;
}
/* end of Navigation */
