@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 800px) {
/* Page */
#page {max-width: 800px;}
/* /Page */
/* Body Content */
.main {margin: 0 auto; padding: 10px 0; width: 96.5%;} /* 780px / 800px */
/* Column One */
.col-one {width: 46.79487179487179%;} /* 365px / 780px */ 
/* /Column One */
/* Column Two */
.col-two {width: 6.41025641025641%;} /* 32px / 780px */
/* /Column Two */
/* Column Three */
.col-three {width: 46.79487179487179%;} /* 365px / 780px */ 
/* /Column Three */
}

@media screen and (max-width: 480px) {
/* Page */
#page {max-width: 480px;}
/* /Page */
/* Body Content */
.leadnav {padding-left: 12px;}
.leadnav a {padding-right: 1.8em;}
/* Column One */
.col-one {width: 100%; float:none;}
.content, .content a {font-size:20px; line-height:30px;}
.mnavcol1 {width: 100%; float:none;}
.mnavcol2 {width: 100%; float:none;}
.mnavlist, .mnavlist a {font-size:20px; line-height:34px;}
.linklist, linklist a {font-size:20px; line-height:34px;}
.linklistsm, linklistsm a {font:20px/34px; padding-left: 10px;}
.crdt, .crdt a {font-size: 10px;line-height: 12px;}
/* /Column One */
/* Column Two */
.col-two {display: none;}
/* /Column Two */
/* Column Three */
.col-three {width: 100%;}
.c3topspcr {height: 10px;}
.zshow {display: none;}
.znoshow {display: block;}
/* /Column Three */
}
