.contentLeft {
    border: solid 0.1em #cccccc;
    padding: 1em;
    width: 20%;
    position: relative;
    float: left;
}

.contentRight {
    float: left;
    padding-left: 1em;
    width: 70%
}

.clientContent .contentLeft {
    width: 70%;
    border: solid 1px #cccccc;
    float: left;
    background-color: #f2f2f2;
}

.clientContent .contentRight {
    width: 20%;
    border: solid 1px #cccccc;
    float: left;
    margin-left: 1em;
    background-color: #f2f2f2;
}

.securityLogo {
    position: absolute;
    top: 0.7em;
}

.buttonTour {
    color: #1068c8;
    font-size: 160%;
    font-weight: bold;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom,	from(#f8f8f8), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf8f8f8, endColorstr=#FFf0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf8f8f8, endColorstr=#FFf0f0f0)";
	width:9em;
	border:solid 1px #e8e8e8;
	padding:0.2em 0;
}

.buttonTour span{
	padding:0.2em 0em 0.2em 0.2em;
}

.tourImage{
	vertical-align:middle;
}

div#topNavCustomLinks,
#customLinks{
	display:none;
}
