#swapnav .grid2col {
width: 880px;
margin: 60px 60px 30px 30px;
}

#swapnav .grid2col .column.first {
width: 260px;
}

#swapnav .grid2col .column.last {
width: 580px;
}

#swapnav .grid2col .column.first {
float:left;
width: 260px;
}

#swapnav .grid2col .column.last {
float: left;
width: 580px;
padding-left: 30px;
padding-top: 30px;
}

#swapnav ul.swapper li {
display: block;
border-bottom: 1px solid #cccccc;
color: #333333;
cursor: default;
line-height: 15px;
list-style-position: outside;
list-style-type: none;
margin-top: 0;
/* width: 220px; */
}

#swapnav ul.swapper a {
background: url("http://images.snapdragonsnursery.com/global/images/arrow_grey.png") no-repeat scroll 95% 50% transparent;
color: #333333;
display: block;
padding-right: 30px;
padding: 10px 0 11px 20px;
text-decoration: none;
cursor: pointer;
}

#swapnav ul.swapper a:hover {
background: url("http://images.snapdragonsnursery.com/global/images/arrow_blue.png") no-repeat scroll 95% 50% transparent;
color: #9999cc;
display: block;
text-decoration: none;
}

ul.swapper li.active {
border: none;
background: #D4E7FF;
}

ul.swapper li.active {
pointer-events: none;
cursor: default;
}

#jobops {
float:left;
width: 350px;
}

.sidebox {
background: #bacdea;
float: right;
width: 200px;
margin: 0 0 50px;
}

#swapnav .sidebox h2 {
font-size: 18px;
font-family: 'LinotypeErgoMedium', 'Helvetica', Arial, sans-serif;
margin: 30px 30px 10px;
color: #fff;
letter-spacing: 0;
}

.sidebox h4 {
font-size: 12px;
line-height: 18px;
font-weight: normal;
font-family: 'LinotypeErgoDemiBold', 'Helvetica', Arial, sans-serif;
}

#swapnav .sidebox ul li {
font-size: 11px;
line-height: 15px;
list-style-type: none;
color: #fff;
}

#swapnav .sidebox ul {
margin: 0 10px 20px;
}

.swapcontent p {
line-height: 1.7em;
}