#siteswitcher {
	width:930px;
	height:78px;
	margin-left:-13px;
}
#siteswitcher.shifted {
	position:relative;
	top:-283px;
}
#midline.shifted {
	margin-top:70px;
}
.agency {
	background-image:url(/apps/siteswitcher/switcher_bg.png);	
	background-position:0px 77px;
}
.direct {
	background-image:url(/apps/siteswitcher/switcher_bg.png);	
	background-position:0px -6px;
}
.agencyside {
	margin-left:12px;
	width: 420px;
	height:70px;
	float:left;
	cursor:pointer;
}
.directside {
	margin-left:55px;
	width:420px;
	height:70px;
	float:left;
	cursor:pointer;
}
#siteswitcher .title {
	font-size:20px;
	line-height:70px;
}
.agencyside .title {
	color:#404041;
	float:left;
	margin-left:15px;
}
.directside .title {
	color:#fcb136;
	float:left;
	margin-right:15px;
}
.direct .agencyside .title {
	color:#fcb136;
}
.direct .directside .title {
	color:#404041;
}
#siteswitcher .divider {
	float:left;
	width:1px;
	height:40px;
	background-color:#ffffff;
	margin:15px 20px;
}
#siteswitcher .desc {
	float:left;
	width:250px;
	margin-top:19px;
	font-size:13px;
}
.directside .desc {
	margin-left:10px;
	text-align:right;
}
.agency .agencyside .desc, .direct .directside .desc {
	color:#404041;
}
.agency .directside .desc, .direct .agencyside .desc {
	color:#ffffff;
}
.agency .agencyside .desc a, .direct .directside .desc a {
	color:#ffffff;
}
.agency .agencyside .desc a:hover, .direct .directside .desc a:hover {
	color:#404041;
}
.direct .agencyside .desc a, .agency .directside .desc a {
	color:#fcb136;
}
.direct .agencyside .desc a:hover, .agency .directside .desc a:hover {
	color:#404041;
}
