#primary {
    padding-bottom: 100px;
}

h2 {
    clear: both;
    position: relative;
}

.resource_box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	overflow: hidden;
    border-radius: 8px;
    padding: 10px;
    height: 280px;
    margin-bottom: 20px;
}

.customer .resource_box {
    height: auto;
}

.blue_border {
    border: 2px solid #0d5cb8;
}

.red_border {
    border: 2px solid #f9182a;
}

.yellow_border {
    border: 2px solid #f9d118;
}

#content .resource_box h3,
#content .options h3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    
}

#primary .threecol {
    display: inline;
    float: left;
    position: relative;
    z-index: 3;
    margin-left: 30px;
    padding: 10px 0;
    width: 280px;
    padding: 10px 0;
}

.resource_title {
    padding-left: 15px;
    background: transparent url(includes/css/cssimages/arrow_toggle.gif) no-repeat 0px 3px;
    text-decoration: none;
}

.toggled {
    background: transparent url(includes/css/cssimages/arrow_toggle.gif) no-repeat 0px -97px;
}

.resource_box span,
.options span {
    display: block;
    padding: 5px 0;
}

table.resource {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

table.resource th,
table.resource td {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    border: 1px solid silver;
}

table.resource td.documents {
    padding: 5px;
    text-align: left;
}

.customer table.resource th,
.customer table.resource td {
    border: 0;
}

.customer table.resource img {
    border: 1px solid #000;
}

table.resource a {
    white-space: nowrap;
}

hr.divide {
    margin: 30px;
    display: block;
    visibility: visible;
    width: 900px;
    padding: 0;
    height: 1px;
    color: 1px solid gray;
    background: gray;
    clear: both;
}

table.options {
    width: 900px;
    margin-bottom: 20px;
    margin-left: 30px;
}

table.options td {
    padding: 10px;
}

div.toggler {
    clear: both;
    padding: 20px 17px 0;
    display: relative;
    z-index: 10000;
}

div.toggler span {
    display: block;
    padding: 15px 15px 0;
    border-top: 1px solid #94c6dc;
}

div.toggler span.on {
    padding-bottom: 15px;
    background-color: #c0dbe7;
}

div.toggler a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #304a60;
    background: transparent url(includes/css/cssimages/arrow_toggle_big.gif) no-repeat 0px 3px;
    padding-left: 15px;
}

div.toggler a.on {
    background-position: 0 -97px;
}

.resource_contain {
    overflow: auto;
}

.pdf {
    background: transparent url(includes/css/cssimages/pdf_small.png) no-repeat;
    padding-left: 20px;  
}

.wide {
    margin-left: 30px;
}

i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(includes/css/cssimages/loader.gif) no-repeat;
}

.logo {
    padding: 15px 0;
    font-size: 12px;
}

.logo img {
    vertical-align: middle;
}

.close-up {
	margin: 0 auto;
    padding: 15px 0;
    width: 150px;
    font-size: 12px;
}

.close-up h3 {
	margin-top: 5px !important;
    font-size: 1.25em !important;
}

.close-up > a {
	display: block;
}

.close-up .zip {
	display: block;
	margin-top: 5px;
}

.zip {
    background: transparent url(includes/css/cssimages/zip.png) no-repeat;
    padding: 3px 0 3px 18px;
}