/*
blue colour: #24398e
yearly colours: 
#f4681f aka orange
#00b25a aka dark green
#c5a803 aka gold (made darker for more contrast against white)
*/

/*css reset*/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

blockquote {
margin:0 5em 0 2.5em;
font-style:italic;
}

p {
    padding:5px 5px 5px 0;
}

td,th {

padding:3px;
}

body
{
    font-size: 101%;
    background: url(images/background.gif) repeat-y;
}

h2, h3 {
    padding-top:10px;
}

h2:target {
    font-weight:bold;
}

h4 {
    padding-top:5px;
}

ul {
margin-top:0;
padding-top:0;
}

#leftcolumn {
    float: left;
    width: 45%; 
    min-width:300px;
    padding-right:40px;
    padding-bottom:20px;
    }

    

#rightcolumn {

    float: left;
    width: 40%; 
    min-width:250px;
    }

.noSidebar
{
        background: white repeat-y;
        
}


#content
{
    font-size:0.825em;
}

h2
{
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 1.7em;
    color: #000000;
}

h2.insidebox
{
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 1.7em;
    color: #c5a803;
    padding:0;
}

h2.insideaccentbox
{
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 1.7em;
    color: #24398e;
    padding:0;
}

h3
{
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size: 1.5em;
    color: #000000;
}

a:visited
{
    color: #24398e;
    text-decoration: none;
}
a:link
{
    color: #24398e;
    text-decoration: none;
}
a:hover
{
    color: #24398e;
    text-decoration: underline;
}
a:active
{
    color: #24398e;
}

#sidebar
{
    float: left;
        padding: 0px;
    margin:0px;
    width: 230px;
    
}

h1
{
    font-weight:normal;
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size:43px;
    color:#24398e;
    margin-bottom:5px;
        margin-top:10px;
}

h3
{
    font-weight:normal;
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size:23px;
    color:#c5a803;
}
.emph
{
    font-weight:bold;
    color:#c5a803;
}
.slogan
{
    font-size:1.5em;
    color:#24398e;
}
.mainproduct
{
position: absolute;
float:right;
height:230px;
padding: 0 0 0 0;
margin-left:-40px;
margin-top:-7px;
}

.homeproduct
{
position: absolute;
float:right;
margin-left:-40px;
margin-top:-7px;
height:300px;
padding: 0 0 0 0;
}

.productThumb
{
border-right:1px solid #24398e;
float:left;
padding:30px 30px 10px 10px;
width:230px;
}

#homeimage
{
margin-top:43px;
margin-bottom:4em;
margin-left:20px; 
background: #a66142 url(images/deskbg.jpg) 100% 0 no-repeat;
height:200px;
}
#deskimage
{
margin:25px 0px 4em 10px;
background: #a66142 url(images/deskbg.jpg) 100% 0 no-repeat;
height:150px;
}
#pharmacyimage
{
margin:35px 0px 4em 5px;
background: #00917c url(images/pharmacybg.jpg) 100% 0 no-repeat;
height:150px;
}
#studentimage
{
margin:35px 0px 4em 15px;
background: #00446e url(images/studentbg.jpg) 100% 0 no-repeat;
height:150px;
}
#hospitalimage
{
margin:35px 0px 4em -25px;
background: #005367 url(images/hospitalbg.jpg) 100% 0 no-repeat;
height:150px;
}
#emergencyimage
{
margin:30px 0px 4em 0px;
background: #7d2032 url(images/emergencybg.jpg) 100% 0 no-repeat;
height:150px;
}
#mobileimage
{
margin:30px 0px 4em -20px;
background: #806A6C url(images/mobilebg.jpg) 100% 0 no-repeat;
height:150px;
}
#agedcareimage
{
margin:30px 0px 4em 0px;
background: #9f3c49 url(images/agedcarebg.jpg) 100% 0 no-repeat;
height:150px;
}
#content
{
    padding-top:1px;
        margin-left: 255px;
    margin-right: 10px;
}

.noSidebar #content
{
        margin-left: 35px;
        padding-top:1px;
    margin-right: 35px;
}


#amhlogo
{
margin: 10px 10px 10px 10px;
}

/*nav bar */
#navcontainer
{
margin-left: 15px;
font-size:0.75em;
height:18em;
width:200px;
}

#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        float : left;
        width : 145px;
        z-index:1000;
    }
    
    #nav li { /* all list items */
        position : relative;
        float : left;
        line-height :2em;
        margin-bottom : 1px;
        width: 9em;
    }
    
    #nav li ul { /* second-level lists */
        position : absolute;
        left: -999em;
        margin-left : 11em;
        margin-top : -2em;
    }

    #nav li li { /* second-level list items */
        background: url(images/gradient.gif) repeat-y;
    }

    #nav li a {
        width : 185px; /*change to 11 em if you need a second level*/
        display : block;
        color : black;
        font-weight : bold;
        text-decoration : none;
        color: white;
        padding-left : 0.5em;
        
    }

#nav li:hover, #nav li.hover {
    position: static;
}

    #nav li a:hover {
        background: url(images/gradientlong.gif) repeat-y;
        color: #c5a803;
        background-color:#39469b;
    }

    #nav li li a {
        
        width:9em;
        
    }
    #nav li li a:hover {
        color: #c5a803;
        width:9em;
        background:none;
    }
    #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
    }
    
    #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
    }

.gap
{
line-height:5px;
}

.gradient
{
background: url(images/gradienttowhite.gif) 0 0 repeat-y;
padding:7px 0 7px 20px;
clear:right;
}

.productGradient
{
background: url(images/gradienttowhite.gif) -20px 0 repeat-y;
padding:7px 5px 7px 10px;
clear:right;
/*position:absolute; top:18em;*/
width:15.5em;
}

.divider
{
padding: 0 0.5em 0 0.5em;
color:#c5a803;
font-weight:bold;
}

body
{
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5em;
}

.bluesidebox
{
    border-top:1px solid #FFF;
    background-color:#24398e;
    width:230px;
}

.bluesidebox input
{
    width:180px;
}

.accentsidebox
{
    border-top:1px solid #FFF;
    width:230px;
    background-color:#c5a803;
}
.bluesidebox a
{
color:#c5a803;
}

div.boxtext
{
margin:20px 20px 0 20px;
padding-bottom:20px;
font-weight:bold;
color: #FFF;
    font-size: 0.75em;
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    
}

div.sponsorlogos
{
padding:0 10px 0 20px;
}

th
{
    text-align: right;
}
span.caption
{
    font-weight: normal;
    font-size: 95%;
}

/* Pagehead */
div.pagehead
{
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

td.logo
{
    background-color: #011985;
    width: 197px;
    height: 80px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

td.title_zone
{
    background-color: #011985;
    background-image: url(images/bg_logo.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 50px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

td.bluebar
{
    background-color: #011985;
}

td.greybar
{
    background-color: #CCCCCC;
    height: 1px;
}

td.line_dhorizontal
{
    background-color: #011985;
    background-image: url(images/line_dhorizontal.gif);
    background-repeat: repeat;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

td.horizontal_nav
{
    background-color: #CCCCCC;
    height: 22px;
    max-height: 22px;
    max-width: 155px;
    min-height: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

td.horizontal_nav02
{
    background-color: #FAE6DC;
    height: 22px;
    max-height: 22px;
    max-width: 155px;
    min-height: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #878787;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

a.horizontal_nav:link, a.horizontal_nav:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #878787;
}

a.horizonal_nav:active, a.horizontal_nav:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: underline;
    color: #878787;
}

/* main body */
td.sidebar
{
    background-color: #FAE6DC;
}

td.nav, td.content
{
    background-color: #ffffff;
    padding-top: 0px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    bottom: 0px;
    margin-bottom: 0px;
}

/* navigation */
td.contact, td.nav, td.sponsor
{
    border-top: 0px;
    border-left: 0px;
    border-right: 1px;
    border-bottom: 0px;
    border-color: #cccccc;
}

/* sub navigation */
div.subnav
{
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding-top: 1em;
    padding-bottom: 1em;
}
p.subtitle
{
    padding-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-weight: bold;
}

table.nav a:link, table.nav a:visited
{
    text-decoration: none;
    color: #000000;
}

/* home page */
.product, .productSample
{
border-right:1px solid #24398e;
border-bottom:1px solid #24398e;
float:left;
padding:0 10px 0 10px;
margin-right:0;
width:16.5em;
height:31em;
position:relative;
}

.smallProduct {
    width:7.25em;
    height:7em;
    margin:1em 1.5em 0 0;
    text-align:center;
    float:left;
}

.smallProduct a {
   text-decoration:none;
}

.productSample
{
height:17em;
}

.productImage
{
float:right;
}

.productInfo
{
margin-top:0.5em;
margin-bottom:0.5em;
height:16em;
overflow:hidden;
}

.productInfoSmall
{
margin-top:0.5em;
margin-bottom:0.5em;
height:75px;
overflow:hidden;
}

.productByLine
{
margin:1.25em 0 0.25em 0;
min-height:4em;
}

.productFooter
{
top:auto;
margin-top:2em;
}

.productPrices
{
font-weight:bold;
}


.buyNow a
{
color:white;
}

.producttitle
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    font-size:1.375em;
    font-weight:normal;
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    color:#c5a803;
        margin-top:0;
        padding-top:0;
    margin-bottom:0;
}

.productTitleSmall
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    font-size:1.2em;
    font-weight:normal;
    font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
    color:#c5a803;
        margin-top:0;
        padding-top:0;
    margin-bottom:0;
}


div.prod_info
{
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
    text-align: right;
}

/* invoice */
span.error, th.bzinputerror, span.bzinputreq
{
    color: #cc0000;
}

.highlight
{
    color: #cc0000;
}

table.invoice td.title
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-color: #cccccc;
    border-style: solid;
}

td.headline
{
    background-color: #FAE6DC;
    color: #1B328A;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.homebody
{
    background-image: url(images/database/book-2008.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.homebodyleft
{
    text-align: left;
}

.homebodyright
{
    text-align: right;
}

img
{
border:0;
padding:0;
margin:0;
}


