 

body {
	color: #96968B;
}

body a,body a img{
	color: #1F5974;
}

#navBar1 .module , #navBar1 ul.itemList li {
	background-color: #A0B88A;
	color: #FFFFFF;
}

#navBar1 .module a, #navBar1 ul.itemList li a, #navBar1 .module a img, #navBar1 ul.itemList li a img{
	color: #FFFFFF;
}

#navBar1 .module a:hover, #navBar1 ul.itemList li a:hover, #navBar1 .module a:hover img, #navBar1 ul.itemList li a:hover img, #navBar1 .module .active a, #navBar1 ul.itemList li .active a{
	color: #89897B;
}

#footer {
	background-color: #D5DECC;
	color: #A6A69A;
}

#footer a,#footer a img{
	color: #A6A69A;
}

#footer a:hover,#footer a:hover img,#footer .active a{
	color: #1F5974;
}

div.module.module_switcher_obj:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 1px;
}
div.module.module_switcher_obj {
	display:block;
	zoom: 1;
}

div.module.module_switcher_obj h3,
div.module.module_switcher_obj select{
    width: 260px;
}

div.module.module_switcher_obj div h3{
    float: none;
    width: auto;
}

div.module.module_switcher_obj div.faq.questions{
     width: 260px;
     float: left;
}

div.module.module_switcher_obj div.faq.answers{
     width: 630px;
     float: right;
     border-left: 1px solid #ccc;
     padding-left: 15px;
}

div.module.module_switcher_obj div.faq.answers div{
     margin-bottom: 2em;
     padding-bottom: 2em;
     border-bottom: 1px solid #C9D1C0;
}

div.module.module_switcher_obj p.return{
    clear: right;
}

div.multiLayer img{
    float: right;
    margin: 0 0 0 20px;
}

/* Added by Spencer, Sep'09: Customise Products menu */
div#mainContentRow1Column1 .bottom, div#mainContentRow1Column1 .top, div#mainContentRow1Column1 .module {
    background-image: none !important;
    margin: 0px !important;
    padding: 0px !important;
}
div#mainContentRow1Column1 .top{
    margin-top: 10px !important;
}

/* remove bottom border from last faq item */
#modulec1c6d37d75dbaeb69da0fbbff99ca127 {
    border-bottom: none !important;
}

/* add icon & format 'back to top' links */
div#mainContentRow1Column1 .return a {
    margin-top: 12px !important;
    background: url(/images/up_icon.gif) no-repeat center left;
    line-height: 17px;
    height: 17px;
    padding-left: 23px;
    display: block;
}

div#mainContentRow1Column1 .module .questions a {
    background-image: url(/images/qbullet.gif) !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
    font-size: 110%;
}

div#mainContentRow1Column1 p {
    font-size: 110%;
}


