body
{
    margin: 5px 0;
    background: #eee;
    font-size: 0.7em;
    line-height: 125%;
    font-family: Tahoma, Verdana, sans-serif;
    color: #555;
}

h1
{
    font-size: 110%;
    margin: 20px 0 10px 0;
}

h2
{
    font-size: 105%;
    margin: 1.75em 0 0.5em 0;
}

h3
{
    font-size: 100%;
    margin: 1.25em 0 0.5em 0;
}

h1 a,
h2 a,
h3 a
{
    color: black !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover
{
    color: #888 !important;
}

p
{
    margin: 0.25em 0 0.75em 0;
    line-height: 130%;
}

a
{
    color: black;
}

a:hover
{
    color: black !important;
}

img
{
    border: 0 none;
    vertical-align: middle;
}

form, table
{
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
}

table
{
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 1.5em 0;
    border-collapse: collapse;
    border-spacing: 0;
}

caption
{
    font-size: 90%;
    color: #777;
    text-align: left;
}

th
{
    text-align: left;
}

tr
{
    vertical-align: top;
}

thead th
{
    background: #bbb;
    color: white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    font-size: 86%;
    padding: 10px 10px 5px 5px;
}

tbody td, #content tbody th
{
    color: #222;
    border-top: 1px solid #eee;
    padding: 2px 10px 2px 5px;
}

ul
{
    list-style-type: square;
}

ul, ol, dl
{
    margin: 1.5em 0;
    padding: 0;
}

dd
{
    margin: 0;
}

ol li
{
    padding-left: 5px;
    margin-left: 1.75em;
}

ul li
{
    padding-left: 5px;
    margin-left: 1.25em;
}

form
{
    margin: 1em 0;
}

fieldset
{
    border: 0 none;
    margin: 0 0 14px 0;
    padding: 0;
}

legend
{
    font-size: 90%;
    color: #555;
    font-weight: bold;
}

label
{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
}

input, select, textarea, button
{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
    display: inline;
    font-family: Tahoma, Verdana, sans-serif;
}

input
{
	vertical-align: baseline;
}

button
{
    border: 0;
    padding: 0;
    background: transparent;
}

.pre
{
    max-height: 200px;
    white-space: pre;
    overflow: auto;
}

.full
{
    width: 99%;
}

.half
{
    width: 49%;
}

.img
{
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999em;
}

.btn
{
    margin: 0 10px 0 0;
    height: 24px;
    overflow: hidden;
}

.back
{
    float: left;
    margin: 0 5px 0 0;
    height: 24px;
}

.next
{
    float: right;
    margin: 0 0 0 5px;
    height: 24px;
}

.btn a,
.back a,
.next a
{
    display: block;
    padding-top: 24px;
}

.btncancel
{
    background-image: url(/img/common/button-cancel.png);
    width: 69px;
}

.btnvote
{
    background-image: url(/img/common/button-vote.png);
    width: 62px;
}

.btnview
{
    background-image: url(/img/common/button-view.png);
    width: 69px;
}

.btnback
{
    background-image: url(/img/common/button-back.png);
    width: 69px;
}

.btnmore
{
    background-image: url(/img/common/button-view-more.png);
    width: 95px;
}

.btncomment
{
    background-image: url(/img/common/button-add-a-comment.png);
    width: 115px;
}

.btnupdate
{
    background-image: url(/img/common/button-update.png);
    width: 72px;
}

.btncontact
{
    background-image: url(/img/common/button-contact-us.png);
    width: 91px;
}

.date
{
    font-size: 86%;
    color: #777;
    margin: 0.25em 0 0.75em 0;
}

.menu
{
    border-top: 5px solid #f0f1f2;
    padding: 14px 0 0 0;
    margin: 14px 0;
}

.menu dd
{
    float: left;
    padding: 0;
    margin: 0 14px 0 0;
}

.menu dd.sel
{
    font-weight: bold;
}

.col,
.col-t,
.col-2,
.col-2t
{
    float: left;
    margin: 1px 1px 0 0;
}

.last
{
    clear: right;
    margin-right: 0px !important;
}

.tabs
{
    padding: 10px 10px 0 10px;
    margin: 0;
    list-style-type: none;
    background: #0094cb;
}

.tabs li
{
    float: left;
    background: url(/img/common/tab-l.png) no-repeat left top;
    margin: 0;
    padding: 0 0 0 9px;
    white-space: nowrap;
}

.tabs li a
{
    display: block;
    background: url(/img/common/tab-r.png) no-repeat right top;
    padding: 10px 15px 10px 6px;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    margin: 0 2px 0 0;
}

.tabs li.sel
{
    background-position: 0 -150px;
    border: 0px none;
}

.tabs li.sel a
{
    background-position: 100% -150px;
    color: black;
    font-weight: bold;
}

.tabs li:hover
{
    background-position: 0% -150px;
    color: black;
}

.tabs li:hover a
{
    background-position: 100% -150px;
}

.grid-2 .col-t
{
    width: 349px;
    margin-right: 20px;
}

.grid-3 .col
{
    width: 239px;
}

.grid-3 .col-t
{
    width: 219px;
    margin-right: 1px;
    padding-right: 20px;
}

.grid-3 .col-2
{
    width: 479px;
}

.grid-3 .col-2t
{
    width: 459px;
    padding-right: 20px;
    margin-right: 1px;
}

.grid-3 .col-2t .col
{
    width: 219px;
    margin-right: 20px;
}

.grid-3t .col
{
    width: 226px;
    margin-right: 20px;
}

.grid-3 .col-2t .last
{
    margin-right: -21px;
}

.grid-7 .col
{
    width: 101px;
}

.state-vic,
.state-nsw,
.state-qld,
.state-nt,
.state-wa,
.state-sa,
.state-tas,
.state-act
{
    margin-right: 1px !important;
}

.state-vic a,
.state-nsw a,
.state-qld a,
.state-nt a,
.state-wa a,
.state-sa a,
.state-tas a,
.state-act a
{
    width: 43px;
    height: 0px;
    display: block;
    padding-top: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.state-vic .sel,
.state-nsw .sel,
.state-qld .sel,
.state-nt .sel,
.state-wa .sel,
.state-sa .sel,
.state-tas .sel,
.state-act .sel
{
    background-position: -43px 0;
}

.state-vic a { background-image: url(/img/common/state-vic.png) }
.state-nsw a { background-image: url(/img/common/state-nsw.png) }
.state-qld a { background-image: url(/img/common/state-qld.png) }
.state-nt a { background-image: url(/img/common/state-nt.png) }
.state-sa a { background-image: url(/img/common/state-sa.png) }
.state-wa a { background-image: url(/img/common/state-wa.png) }
.state-tas a { background-image: url(/img/common/state-tas.png) }
.state-act a { background-image: url(/img/common/state-act.png) }

.news
{
    padding-top: 1em;
    clear: right;
}

.news .hero
{
    float: right;
    margin: 0 0 2px 10px;
    border: 1px solid #ddd;
    width: 150px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.news .hero a
{
    display: block;
    padding-top: 100px;
}

.news h2
{
    margin-top: 0;
}

.classified
{
    font-size: 98%;
}

.classified h2, .classified h3
{
    margin-bottom: 0.25em !important;
    padding-right: 10px;
}

.classified a
{
    color: black;
}

.classified p
{
    font-size: 90%;
    margin-top: 0;
    padding-right: 10px;
}

.banner
{
    padding-top: 102px;
    background-repeat: no-repeat;
}

.heading,
.subheading
{
    display: block;
    margin: 14px 0 0 0;
    height: 30px;
    font-size: 110%;
    background-repeat: no-repeat;
    background-position: 0 8px;
}

.intro
{
    height: 160px;
    margin: 0;
}

.overflow
{
    padding-top: 3em;
    height: auto !important;
}

.search
{
    height: 32px;
}

.search label
{
    display: none;
}

.promotion
{
    display: block;
    height: 152px;
    overflow: hidden;
    margin: 0 0 1px 0;
}

.promotion a
{
    padding-top: 152px;
    display: block;
}

.featurewindow_sm .promotion
{
    margin: 0;
}

.actionlinks
{
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.actionlinks li
{
    margin: 0;
}

.relatedlink
{
    height: 30px;
    margin: 0;
}

.relatedlink a
{
    display: block;
    padding-top: 30px;
}

.related .relatedlink
{
    background-position: 0 0;
    height: 30px;
}

.related .relatedlink a
{
    padding: 30px 10px 10px 10px
}

#relatedheadingpremium
{
    height: 81px;
}

#relatedheadingpremium a
{
    padding-top: 81px;
}

.category
{
    margin: 0 0 14px 0;
    border-top: 5px solid #f0f0f0;
    padding-bottom: 0.25em;
    background: white;
}

.category dt
{
    font-weight: bold;
    margin: 0 0 0.5em 0;
    padding: 1em 0 0.5em 0;
    border-bottom: 1px solid #aaa;
}

.category dd
{
    font-size: 90%;
    margin: 0;
    padding: 4px 5px 2px 0;
}

.category .hero
{
    padding-top: 110px;
    background-repeat: no-repeat;
    background-position: left top;
}

.download,
.contact,
.profile,
.event,
.actionlink
{
    background-image: url(/img/common/icon-download.png);
    background-repeat: no-repeat;
    padding: 4px 0 9px 28px !important;
    margin-top: 7px !important;
    margin-bottom: 14px !important;
}

.download a,
.contact a,
.profile a,
.event a
{
    color: black;
}

.download a:hover,
.contact a:hover,
.profile a:hover,
.event a:hover
{
    text-decoration: underline;
    color: #aaa !important;
}

.contact
{
    background-image: url(/img/common/icon-contact.png);
}

.event
{
    background-image: url(/img/common/icon-link.png);
    margin: 0 !important;
}

.profile
{
    background-image: url(/img/common/icon-profile.png);
    padding: 14px 0 14px 0;
    background-position: 0 2px;
    font-size: 95%;
}

.portrait
{
    background-color: #accb32;
    height: 371px;
    padding: 10px;
    color: white ;
}

.download a, 
.contact a, 
.profile a, 
.actionlink a
{
    color: black;
    font-weight: bold;
}

.actionlink
{
    width: 177px;
    float: left;
}

.switch
{
    padding: 10px;
    background: #f0f0f0;
    margin: 12px 0;
}

.actionbar
{
    padding: 10px;
    background: #f0f0f0;
}

.collm .actionlink
{
    width: 197px;
}

.related .actionlink,
.tips .actionlink
{
    float: none;
}

.divider
{
    margin-bottom: 20px;
}

.info
{
    border: 1px solid #eee;
    padding: 5px;
    margin: 10px 0;
    background-image: url(/img/common/bg-info.png);
    background-repeat: repeat-x;
}

.info ul
{
    margin: 0;
    padding: 0.5em 0 0 32px;
    background-image: url(/img/common/icon-info.png);
    background-repeat: no-repeat;
    list-style-type: none;
    min-height: 2em;
}

.errors
{
    border: 1px solid red;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-color: #FFE699;
    background-image: url(/img/common/icon-warning.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    list-style-type: none;
}

.info li,
.errors li
{
    margin: 0;
    padding: 0 0 5px 0;
}

.zend_form
{
    margin: 0;
    padding: 0;
}

.zend_form fieldset
{
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #eee;
}

.zend_form fieldset.closed
{
    display: block;
    height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.breakout .zend_form fieldset,
.zend_form fieldset.action,
.zend_form fieldset.full
{
    margin-top: 0;
    padding: 0 !important;
    border: 0 none;
}

.zend_form legend
{
    color: #777;
    padding: 0;
    line-height: 100%;
}

.zend_form dl
{
    margin: 0;
    padding: 0;
}

.zend_form dt
{
    display: none;
}

.zend_form dd
{
    margin: 0;
    padding: 0;
}

.zend_form .action dd
{
    margin: 0;
}

.zend_form dd .errors
{
    border: 0 none;
    margin: 5px 0;
    background-color: #FFE699;
    background-image: url(/img/common/icon-warning-sm.png);
    background-position: 5px center;
    padding: 5px 10px 5px 20px;
    background-repeat: no-repeat;
    list-style-type: none;
}

.zend_form dl dt
{
    display: block;
    width: 35%;
    float: left;
    clear: left;
    margin: 0;
    padding: 0 0 3px 0;
}

.zend_form dl dd
{
    margin: 0 0 0 35%;
    padding: 0 0 3px 0;
}

.zend_form dl dd.full
{
    margin: 0;
}

.zend_form .required
{
    display: block;
    font-weight: bold;
    color: #000;
    border-right: 3px solid #ccc;
    margin-right: 3px;
    padding-bottom: 3px;
}

.zend_form .checkbox
{
    margin-right: 10px;
}

.disclaimer,
.small
{
    margin: 1.5em 0;
    font-size: 84%;
}

.note
{
    padding: 6px 0 12px 0;
    font-size: 90%;
    display: block;
    color: #777;
}

.caption
{
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: #f0f0f0 5px solid;
}

.pager
{
    clear: both;
    margin: 0;
    padding: 1em 5px 1em 5px;
    border-top: 1px solid #999;
    font-size: 90%;
    font-weight: normal;
}

.pager b
{
    background: #444;
    color: #fff;
    padding: 0 6px;
}

.utilitybar
{
    margin: 0.5em 0;
    padding: 7px 10px 0 10px;
    background: #f0f0f0;
}

.utilitybar ul
{
    margin: 0;
    padding: 0;
    font-size: 86%;
    list-style-type: none;
}

.utilitybar ul li
{
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}

.utilitybar a
{
    text-decoration: none;
}

.utilitybar a:hover
{
    text-decoration: underline;
}

.utilitybar table
{
    margin: 0;
}

.restricted,
.individual,
.studio
{
    padding-left: 48px;
    display: block;
}

.restricted
{
    padding-left: 62px;
    background: url(/img/common/widget-members.png) left top no-repeat;
}

.studio
{
    background: url(/img/common/widget-studio.png) left top no-repeat;
}

.section
{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    padding: 5px 5px 5px 14px;
    background: #f9f9f9;
    margin: 12px 0 0 -10px;
}

.section .legend
{
    margin: 0 0 0.75em 0;
    padding: 1em 0 0.25em 0;
    font-size: 100%;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.chart
{
    font-size: 90%;
    background: #f0f0f0;
    width: 100%;
    margin: 2em 0;
    border-bottom: 1px solid #aaa;
}

.chart thead
{
    background: white;
}

.chart thead th
{
    padding: 2px 15px 5px 5px;
    border-left: 1px solid #ddd;
}

.chart tbody td,
.chart tbody th
{
    padding: 2px 10px 2px 5px;
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}

.chart tbody th
{
    color: #777 !important;
    font-size: 90%;
    font-weight: bold;
}

.chart th.r,
.chart td.r
{
    text-align: right !important;
}

.total
{
    border-top: 2px solid black;
}

.total th
{
    text-align: right !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.calendar
{
    font-size: 90%;
    background: #f0f0f0;
    width: 100%;
    margin: 1px 0;
}

.calendar thead
{
    background: white;
}

.calendar thead th
{
    font-size: 100%;
    padding: 5px 10px 20px 5px;
}

.calendar tbody td, .calendar tbody th
{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 2px 5px;
}

.calendar tbody td ul, .calendar tbody td li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.related
{
    margin: 0 0 1px 0;
    padding: 10px;
    background: #404040 url(/img/promotion/related.jpg) no-repeat;
    color: white;
}

.feature .related,
.feature .tips
{
    padding: 0;
}

.related h2.heading
{
    background-position: 0 0 !important;
    margin: 0 !important;
    height: 22px;
}

.tips h2.heading
{
    background-position: 0 0 !important;
    margin: 11px 0 !important;
    height: 23px;
}

.category_heading
{
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    padding-right: 10px;
    border-top: 5px solid #f0f0f0;
    margin-bottom: 1em !important;
    color: black;
}

.related a
{
    color: #ccc;
    text-decoration: none;
}

.related a:hover
{
    color: #fff !important;
    text-decoration: underline;
}

.related form
{
    margin: 0;
}

.listing
{
    color: #777;
}

.listing h2
{
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    padding-right: 10px;
    border-top: 5px solid #f0f0f0;
    margin-bottom: 1em !important;
    color: black;
    background-position: 0px 6px !important;
}

.last h2
{
    margin-right: 0;
}

.listing h3
{
    margin-top: 0;
}

.listing p
{
    margin: 0 24px 1.5em 0;
}

.listing p.date
{
    margin-bottom: 0;
}

.bio
{
    color: #777;
}

.related fieldset
{
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0 !important;
}

.row .letter
{
    display: block;
    float: left;
    width: 15px;
    margin: 0 1px 1px 0;
    text-align: center;
}

.container
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.gallery
{
    padding: 10px;
    border: 1px solid #eee;
    background: #f4f4f5;
    margin: 1px 0;
    list-style-type: none;
    width: 437px;
}

.gallery .placeholder
{
    float: left;
    display: block;
    width: 60px;
    height: 40px;
    background: #ccc;
    margin-right: 10px;
    overflow: hidden;
    border: 5px solid white;
}

.widget_next,
.widget_back,
.widget_view,
.widget_delete
{
    width: 47px;
    height: 0px;
    display: block;
    padding-top: 14px;
    overflow: hidden;
}

.widget_view,
.widget_delete
{
    width: 13px;
}

.widget_back { background: url(/img/common/widget-back.png) no-repeat }
.widget_next { background: url(/img/common/widget-next.png) no-repeat }
.widget_view { background: url(/img/common/widget-view-sm.png) no-repeat }
.widget_delete { background: url(/img/common/widget-delete-sm.png) no-repeat }

.gallery .widget
{
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}

.instructions
{
    font-size: 90%;
}

.linkBack, .linkNext
{
    right: 78px;
    top: -18px;
    position: absolute;
    margin: 0;
    text-indent: -9999em;
    width: 47px;
    height: 14px;
    background: url(/img/common/widget-back.png) no-repeat;
    cursor: pointer;
}

.linkNext
{
    right: 20px;
    background: url(/img/common/widget-next.png) no-repeat;
}

.linkCtrl
{
    position: absolute;
    width: 238px;
    height: 10px;
    z-index: 100;
}

.feature,
.feature-blank
{
    height: 132px;
    border-bottom: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
}

.feature
{
    background: #f0f0f0 url(/img/promotion/feature.jpg) no-repeat;
}

.pagehero
{
    padding-top: 239px;
    background-repeat: no-repeat;
}

.featureimg
{
    height: 152px;
    padding: 0px;
    margin: 0 0 1px 0;
    background-color: #404040;
    background-repeat: no-repeat;
    background-position: center center;
}

.feature h2
{
    margin-top: 0 !important;
}

.featurewindow_sm,
.featurewindow_lg
{
    position: relative;
    overflow: hidden;
    height: 109px;
    margin-bottom: 1px;
}

.featuredscroller
{
    position: absolute;
    left: 0;
    top: 10px;
    width: 5000px;
    height: 204px;
}

.featurewindow_sm .slide,
.featurewindow_lg .slide
{
    float: left;
    width: 469px;
    height: 204px;
    color: #aaa;
}

.featurewindow_sm .slide
{
    width: 219px;
    height: 79px;
}

.feature .col2 .col,
.featurewindow_sm .col2 .col
{
    width: 98px;
    margin-right: 14px;
}

.slide h3
{
    margin: 0;
}

.slide a
{
    color: white !important;
}

.tips h2
{
    margin-top: 7px;
}

.comments
{
    border-top: 5px solid #f0f0f0;
    margin: 1px 0;
    padding: 10px 0 0 0;
}

.comments dd
{
    padding: 3px 5px;
}

.comments dd .author
{
    display: block;
    text-align: right;
    font-size: 90%;
    color: #999;
}

.list li
{
    list-style-type: none;
    padding: 0 0 3px 10px;
    margin: 0;
    background: url(/img/common/bullet-01.png) no-repeat 0 2px;
}

.grid-7 .list li
{
    padding-right: 7px;
    line-height: 120%;
}

.grid-7 .list li a
{
    color: #555;
}

.rowon
{
    background-color: #f0f0f0;
}

.rowoff
{
    background-color: #f9f9f9;
}

.results
{
    font-size: 90%;
    width: 100%;
    margin: 1em 0 0 0;
    border-top: 2px solid #404040;
}

.results thead th
{
    padding: 2px 15px 5px 5px;
    border-left: 1px solid #ddd;
}

.results tbody td, .results tbody th
{
    padding: 4px 10px 4px 5px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.results tbody th
{
    color: black;
    font-weight: bold;
}

.results tbody .divider th
{
    color: black;
    font-weight: bold;
    padding: 10px 15px 5px 5px !important;
    border-bottom: 2px solid #ddd;
}

.archive,
.tips
{
    background: #f0f0f0 url(/img/promotion/feature.jpg) no-repeat;
    margin: 1px 0 0 0;
    color: black;
    padding: 10px;
}

.archive ul
{
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.archive li
{
    border-bottom: 1px solid #ddd;
    padding: 2px 0;
    font-size: 90%;
}

.archive ul li
{
    margin: 0;
}

.archive ul li.mth
{
    width: 50%;
    float: left;
}

.archive li.sel
{
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
}

.archive li.top
{
    border-bottom: 1px solid #555;
    font-weight: bold;
}

.archive a
{
    color: #333;
    text-decoration: underline;
}

.archive .sel a
{
    color: #000;
    font-weight: bold;
}

.archive a:hover
{
    color: black !important;
}

.utility
{
    padding: 42px 10px 10px 10px;
    height: 51px;
    margin: 0 0 10px 0;
    background: #f0f0f0;
    font-size: 90%;
}

.utility ul
{
    margin: 0;
}

.utility a
{
    text-decoration: none;
}

.utility a:hover
{
    text-decoration: underline;
}

.utility .widget
{
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 2px 20px;
    margin: 0 0 2px 0;
    list-style-type: none;
}

.action
{
    clear: both;
    margin: 2em 0 10px 0;
    border-bottom: 5px solid #f0f0f0;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
}

.hero-img
{
    height: 239px;
    overflow: hidden;
    margin: 0;
    background-position: left center;
}

.hero-img a
{
    display: block;
    padding-top: 239px;
}

.n1, .n2, .n3, .n4, .n5, .n6, .n7, .n8, .n9, .n0
{
    background-repeat: no-repeat;
    background-position: 0 0;
    list-style-type: none;
    margin: 0;
    padding: 0 0 4px 20px;
}

.n1 { background-image: url(/img/common/n1.png) }
.n2 { background-image: url(/img/common/n2.png) }
.n3 { background-image: url(/img/common/n3.png) }
.n4 { background-image: url(/img/common/n4.png) }
.n5 { background-image: url(/img/common/n5.png) }
.n6 { background-image: url(/img/common/n6.png) }
.n7 { background-image: url(/img/common/n7.png) }
.n8 { background-image: url(/img/common/n8.png) }
.n9 { background-image: url(/img/common/n9.png) }
.n0 { background-image: url(/img/common/n0.png) }

.indentl
{
    margin-left: -10px;
}

.indentr
{
    margin-right: -10px;
}

.closed
{
    display: none;
}

.clear
{
    clear: both;
}

.right
{
    float: right;
    display: block;
}

.top
{
    margin-top: 0 !important;
}

.bottom
{
    margin-bottom: 0 !important;
}

#layout
{
    margin: 0 auto;
    width: 952px;
    padding-right: 14px;
    background: white url(/img/common/agda.png) no-repeat 66px 100px;
    position: relative;
}

#agdalogo
{
    display: none;
}

#content
{
    float: right;
    width: 719px;
    margin: 0;
    padding: 14px 0 10px 0;
}

#pagehero
{
    padding-top: 305px;
    background-repeat: no-repeat;
}

#pagehero.img
{
    margin-right: -20px;
}

#navigation
{
    float: left;
    width: 128px;
    margin: 200px 0 0 0;
    font-size: 90%;
    padding-left: 48px;
}

#primarynav
{
    min-height: 298px;
}

#primarynav div
{
    width: 128px;
    height: 18px;
    overflow: hidden;
    background-position: -128px 0;
    background-repeat: no-repeat;
    margin: 0;
}

#primarynav div a
{
    display: block;
    padding-top: 18px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#primarynav div.sel a
{
    background-position: -128px 0;
}

#primarynav div a:hover
{
    background-image: none;
}

#top_nav_national, #top_nav_national a { background-image: url(/img/common/nav-national.png) }
#top_nav_members, #top_nav_members a { background-image: url(/img/common/nav-members.png) }
#top_nav_events, #top_nav_events a { background-image: url(/img/common/nav-events.png) }
#top_nav_awards, #top_nav_awards a { background-image: url(/img/common/nav-awards.png) }
#top_nav_conferences, #top_nav_conferences a { background-image: url(/img/common/nav-conferences.png) }
#top_nav_groups, #top_nav_groups a { background-image: url(/img/common/nav-groups.png) }
#top_nav_education, #top_nav_education a { background-image: url(/img/common/nav-education.png) }
#top_nav_states, #top_nav_states a { background-image: url(/img/common/nav-states.png) }
#top_nav_professional, #top_nav_professional a { background-image: url(/img/common/nav-professional.png) }
#top_nav_research, #top_nav_research a { background-image: url(/img/common/nav-research.png) }
#top_nav_directory, #top_nav_directory a { background-image: url(/img/common/nav-directory.png) }
#top_nav_classifieds, #top_nav_classifieds a { background-image: url(/img/common/nav-classifieds.png) }
#top_nav_suite7, #top_nav_suite7 a { background-image: url(/img/common/nav-suite7.png) }
#top_nav_posterannual, #top_nav_posterannual a { background-image: url(/img/common/nav-posterannual.png) }

#primarynav p,
#primarynav dl,
#primarynav dd
{
    margin: 0;
    padding: 0;
}

#primarynav dl
{
    margin-bottom: 1px;
}

#primarynav p a,
#primarynav dd a
{
    color: #555;
    display: block;
    padding: 2px 5px 2px 20px;
    text-decoration: none;
}

#primarynav dd a:hover
{
    background-color: #fff;
}

#primarynav dd.sel a
{
    color: #000;
    font-weight: bold;
}

#primarynav dd a:hover
{
    color: #000;
}

#primarynav dd.sel dl
{
    margin: 5px 0;
}

#primarynav dd.sel dd a
{
    padding-left: 40px;
    font-weight: normal;
}

#primarynav dd.sel dd.sel a
{
    font-weight: bold;
}

#agdahome
{
    width: 128px;
    height: 40px;
    position: absolute;
    left: 52px;
    top: 118px;
    overflow: hidden;
}

#agdahome a
{
    display: block;
    padding-top: 40px;
}

#member
{
    position: absolute;
    top: 14px;
    left: 46px;
    width: 128px;
    font-size: 86%;
}

#member p
{
    height: 18px;
    overflow: hidden;
    background-position: -128px 0;
    margin: 0 0 5px 0;
}

#member p a
{
    padding-top: 18px;
    display: block;
}

#member p a:hover
{
    background-image: none;
}

#member_login, #member_login a { background-image: url(/img/common/utility-login.png) }
#member_logout, #member_logout a { background-image: url(/img/common/utility-logout.png) }
#member_account, #member_account a { background-image: url(/img/common/utility-account.png) }

#searchkeywords,
#searchkeywordsrelated
{
    padding: 2px 4px;
    width: 94px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #ddd;
    margin: 0;
    background: #fff;
}

#searchkeywordsrelated
{
    width: 178px;
    border: 0;
    height: 16px;
    margin-right: 7px;
}

#partners
{
    background: url(/img/common/nav-sponsors.png) no-repeat white 0px 27px;
    padding: 43px 0 16px 0;
}

#partners p
{
    margin: 0 0 5px 0;
    padding: 0;
}

#sponsors
{
    height: 0;
    padding-top: 12px;
    overflow: hidden;
    display: block;
}

#footer
{
    clear: both;
    margin: 0;
    padding: 4px 0 15px 233px;
    font-size: 86%;
    position: relative;
}

#footer a
{
    text-decoration: none;
    color: #777;
}

#footer a:hover
{
    text-decoration: underline;
    color: #black;
}

#footer dl
{
    background: #dbdbdb;
    padding: 10px;
    margin: 0;
    height: 14px;
}

#footer dd
{
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}

#footer dd.last
{
    float: right;
    padding: 0 0 0 10px;
}

.tabs:after,
.grid-2:after,
.grid-3:after,
.grid-7:after,
.last:after,
.action:after,
.panel:after,
.gallery:after,
.row:after,
.archive ul:after,
.utilitybar ul:after,
.slide:after,
.menu:after,
.entryartwork:after,
.tips:after,
#thumbnails:after,
#footer dl:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow: hidden;
}
