/* GLOBAL STYLES */

body
{
    margin: 0px;
    background-color: white;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

#container
{
    width: 950px;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 30px;
}

#content
{
    width: 924px;
    padding: 0px 13px 0px 13px;
    float: left;
    background-color: white;
}

#clear
{
    width: 924px;
    clear: both;
    height: 1px;
}

#header
{
    width: 924px;
    height: 160px;
    background-image: url(../images/bg_header.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    float: left;
}

#header #logo
{
    position: absolute;
    left: 25px;
    bottom: 20px;
}

#header #logo img
{
    border: 0px;
}

#header ul#mainNav
{
    width: 500px;
    height: 37px;
    position: absolute;
    left: 241px;
    top: 74px;
    padding: 0px;
    margin: 0px;
}

#header ul#mainNav li
{
    width: 123px;
    height: 37px;
    float: left;
    margin-right: 2px;
    list-style: none;
}

#header ul#mainNav li a
{
    color: white;
    font-size: 0.85em;
    text-decoration: none;
    display: block;
    width: 123px;
    height: 27px;
    text-align: center;
    padding-top: 10px;
}

#header ul#mainNav li.pipework a
{
    background-image: url(../images/menu_pipework_bg.jpg);
    background-position: 0px 0px;
}

#header ul#mainNav li.insulation a
{
    background-image: url(../images/menu_insulation_bg.jpg);
    background-position: 0px 0px;
}

#header ul#mainNav li.asbestos a
{
    background-image: url(../images/menu_asbestos_bg.jpg);
    background-position: 0px 0px;
    width: 183px !important;
}

#header ul#mainNav li.insulation a:hover, #header ul#mainNav li.pipework a:hover, #header ul#mainNav li.asbestos a:hover
{
    background-position: 0px -37px;
}

#header ul#mainNav li.insulation.on a, #header ul#mainNav li.pipework.on a, #header ul#mainNav li.asbestos.on a
{
    background-position: 0px -37px;
}

#header ul#smallNav
{
    position: absolute;
    right: 66px;
    top: 28px;
    padding: 0px;
    margin: 0px;
    width: 530px;
}

#header ul#smallNav li
{
    float: left;
    list-style: none;
    display: inline-block;
    padding: 4px 0px 0px 0px;
    margin-right: 20px;
    white-space: nowrap;
}

#header ul#smallNav li.phone
{
    color: #003768;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0px !important;
    margin-right: 0px !important;
    float: left;
}

#header ul#smallNav li a
{
    color: #006699;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
}

#header ul#smallNav li.on a
{
    text-decoration: underline;
}

#header ul#smallNav li a:hover
{
    text-decoration: underline;
}

#menuItems
{
    display: block;
}

#footer
{
    width: 948px;
    height: 47px;
    background-image: url(../images/bg_footer.jpg);
    background-repeat: repeat-x;
    border: 1px solid #999999;
    font-size: 0.75em;
    float: left;
}

#footerLogos
{
    width: 922px;
    font-size: 0.75em;
    float: left;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 0px 13px 0px 13px;
    text-align: center;
}

#footerLogos #footerContact
{
    background-color: #00aef0;
    color: white;
    font-weight: bold;
    padding: 4px 13px 4px 13px;
    width: 896px;
    margin-bottom: 20px;
    text-align: left;
}

#footer #footerLeft
{
    float: left;
    color: #333333;
    padding: 16px 0px 0px 40px;
}

#footer #footerRight
{
    float: right;
    color: #333333;
    padding: 16px 35px 0px 0px;
}

#footer #footerRight ul
{
    float: right;
    margin: 0px;
    padding: 0px;
}

#footer #footerRight ul li
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    list-style: none;
    display: inline-block;
    white-space: nowrap;
}

#footer #footerRight ul li a
{
    color: #333333;
    text-decoration: none;
    margin-right: 5px;
}

#footer #footerRight ul li a:hover
{
    text-decoration: underline;
}

/* HOMEPAGE STYLES */

/* pipework and insulation */

.hpimage
{
    float: left;
    margin-bottom: 14px;
}

#hplinks
{
    float: left;
    width: 932px;
    height: 256px;
    background-image: url(../images/hp_bg.jpg);
    background-repeat: no-repeat;
}

#hplinks ul
{
    width: 902px;
    margin: 95px 0px 0px 30px;
    padding: 0px;
    list-style: none;
}

#hplinks ul li
{
    width: 289px;
    height: 42px;
    overflow: hidden;
    float: left;
    margin: 0px 8px 0px 0px;
    padding: 0px;
    list-style: none;
}

#hplinks ul li a
{
    width: 219px;
    height: 30px;
    overflow: hidden;
    display: block;
    color: #00aef0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0px 0px 70px;
    background-repeat: no-repeat;
}

#hplinks ul li a.hpbut1
{
    background-image: url(../images/hpbut1.png);
}

#hplinks ul li a.hpbut2
{
    background-image: url(../images/hpbut2.png);
}

#hplinks ul li a.hpbut3
{
    background-image: url(../images/hpbut3.png);
    height: 37px !important;
    padding: 5px 0px 0px 70px !important;
}

#hplinks ul li a.hpbut4
{
    background-image: url(../images/hpbut4.png);
}

#hplinks ul li a.hpbut5
{
    background-image: url(../images/hpbut5.png);
}

#hplinks ul li a.hpbut6
{
    background-image: url(../images/hpbut6.png);
}

#hplinks ul li a.hpbut7
{
    background-image: url(../images/hpbut7.png);
}

#hplinks ul li a.hpbut8
{
    background-image: url(../images/hpbut8.png);
}

#hplinks ul li a.hpbut9
{
    background-image: url(../images/hpbut9.png);
}

#hplinks ul li a:hover
{
    color: #003768;
}

#fade
{
    width: 719px;
    height: 195px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}

#fade ul#images
{
    margin: 0px;
    padding: 0px;
    width: 719px;
    height: 195px;
    overflow: hidden;
}

#fade ul#images li
{
    margin: 0px;
    padding: 0px;
    width: 719px;
    height: 195px;
    list-style: none;
}

#homeBtm
{
    margin-top: 11px;
    width: 897px;
    padding-left: 28px;
    float: left;
}

ul.tabNavigation
{
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 897px;
    margin-top: 11px;
    position: relative;
    float:left;
}

ul.tabNavigation li
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}

ul.tabNavigation li#workshop
{
    width: 218px;
    height: 36px;
    margin-right: 2px;
}

ul.tabNavigation li#site
{
    width: 382px;
    height: 36px;
}

ul.tabNavigation li#workshop a
{
    width: 218px;
    height: 27px;
    display: block;
    background-image: url(../images/btm_menu_workshop.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
    color: white;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    padding-top: 9px;
}

ul.tabNavigation li#site a
{
    width: 382px;
    height: 27px;
    display: block;
    background-image: url(../images/btm_menu_site.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
    color: white;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    padding-top: 9px;
}

ul.tabNavigation li#workshop a:hover
{
    background-position: 0px -36px;
}

ul.tabNavigation li#site a:hover
{
    background-position: 0px -36px;
}

ul.tabNavigation li#workshop.on a
{
    background-position: 0px -36px;
}

ul.tabNavigation li#site.on a
{
    background-position: 0px -36px;
}

#homeBtm #first
{
    width: 895px;
    height: 228px;
    color: #333333;
    font-size: 0.75em;
    float:left;
}

#homeBtm #second
{
    width: 895px;
    height: 228px;
    color: #333333;
    font-size: 0.75em;
    float:left;
}

#homeBtm #first.on
{
    border-top: 7px solid #00aef0;
}

#homeBtm #second.on
{
    border-top: 7px solid #006599;
}

#homeBtm .topBox
{
    margin-top: 8px;
    margin-right: 6px;
    float: left;
    width: 153px;
    height: 112px;
    padding: 10px 10px 0px 10px;
    background-image: url(../images/bg_btm_box.jpg);
    background-repeat: no-repeat;
}

#homeBtm .btmBox
{
    margin-top: 6px;
    margin-right: 6px;
    float: left;
    width: 153px;
    height: 112px;
    padding: 10px 10px 0px 10px;
    background-image: url(../images/bg_btm_box.jpg);
    background-repeat: no-repeat;
}

#homeBtm .end
{
    margin-right:0px !important;
}

#homeBtm #btmMsg
{
    background-color: #00aef0;
    width: 869px;
    color: white;
    font-size: 0.8em;
    padding: 7px 14px 7px 14px;
    margin-top: 12px;
    font-weight: bold;
}

/* pipework */

#pipeworkTop
{
    width: 925px;
    height: 195px;
    position: relative;
    background-image: url(../images/bg_top_pipework.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #aad0ea;
    float: left;
}

#pipeworkMenu
{
    width: 200px;
    position: absolute;
    left: 0px;
    top: 12px;
    background-image: url(../images/bg_left_menu_pipework.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#pipeworkMenu ul
{
    margin: 26px 0px 0px 0px;
    padding: 0px;
    width: 200px;
}

#pipeworkMenu ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #bbd9ee;
    width: 200px;
    margin-top: 1px;
}

#pipeworkMenu ul li a
{
    text-decoration: none;
    color: #006699;
    font-weight: bold;
    font-size: 0.7em;
    width: 184px;
    display: block;
    padding: 6px 0px 6px 16px;
}

#pipeworkMenu ul li a:hover
{
    color: white;
    background-color: #00aef0;
    background-image: url(../images/bg_left_menu_pipework_hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#pipeworkMenu ul li.on a
{
    color: white;
    background-color: #00aef0;
    background-image: url(../images/bg_left_menu_pipework_hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#pipeworkBtm
{
    width: 570px;
    height: 275px;
    background-image: url(../images/bg_btm_pipework.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 38px 110px 0px 245px;
    float: left;
}

#pipeworkBtm h1
{
    font-size: 0.85em;
    margin: 0px;
    padding: 0px;
    color: #003768;
}

#pipeworkBtm p
{
    font-size: 0.75em;
    color: #333333;
}

/* insulation styles */

#insulationTop
{
    width: 925px;
    height: 195px;
    position: relative;
    background-image: url(../images/bg_top_insulation.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #aad0ea;
    float: left;
}

#insulationMenu
{
    width: 200px;
    position: absolute;
    left: 0px;
    top: 12px;
    background-image: url(../images/bg_left_menu_insulation.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#insulationMenu ul
{
    margin: 26px 0px 0px 0px;
    padding: 0px;
    width: 200px;
}

#insulationMenu ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #bbd9ee;
    width: 200px;
    margin-top: 1px;
}

#insulationMenu ul li a
{
    text-decoration: none;
    color: #006699;
    font-weight: bold;
    font-size: 0.7em;
    width: 184px;
    display: block;
    padding: 6px 0px 6px 16px;
}

#insulationMenu ul li a:hover
{
    color: white;
    background-color: #006699;
    background-image: url(../images/bg_left_menu_insulation_hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#insulationMenu ul li.on a
{
    color: white;
    background-color: #006699;
    background-image: url(../images/bg_left_menu_insulation_hover.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}

#insulationBtm
{
    width: 570px;
    height: 275px;
    background-image: url(../images/bg_btm_insulation.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 38px 110px 0px 245px;
    float: left;
}

#insulationBtm h1
{
    font-size: 0.85em;
    margin: 0px;
    padding: 0px;
    color: #003768;
}

#insulationBtm p
{
    font-size: 0.75em;
    color: #333333;
}

#insulationSubBottom
{
    width: 678px;
    float: left;
    padding-left: 254px;
    margin-top: 20px;
}

#insulationSubBottom h2
{
    color: #006699;
    font-size: 0.95em;
    font-weight: bold;
    width: 678px;
    border-bottom: 1px solid #cce0eb;
    padding: 0px 0px 7px 0px;
    margin: 0px;
}

#insulationSubBottom p
{
    width: 290px;
    margin-right: 45px;
    float: left;
    font-size: 0.7em;
    margin-top: 9px;
}

#insulationSubBottom p.fullWidth
{
    width: 582px !important;
    font-size: 0.85em !important;
}

#insulationSubBottom ul
{
    width: 340px;
    float: left;
    font-size: 0.8em;
    margin-top: 9px;
    margin: 0px;
    padding: 0px;
    margin-top: 9px !important;
    font-size: 0.7em;
}

#insulationSubBottom ul
{
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

/* SUB PAGE STYLES */

#subPageTop
{
    width: 925px;
    height: 195px;
    background-image: url(../images/bg_subpage_top.jpg);
    background-repeat: no-repeat;
    float: left;
}

#subPageTop #newsletter
{
    float: left;
    padding: 25px 0px 0px 53px;
    position: relative;
    height: 157px;
}

#subPageTop #newsletter h1
{
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    color: white;
}

#subPageTop #newsletter p
{
    font-size: 0.8em;
    color: white;
    font-weight: bold;
}

#subPageTop #newsletter #newsletterEmail
{
    position: absolute;
    top: 132px;
    left: 53px;
    font-size: 0.8em;
}

#subPageTop #newsletter #newsletterEmail input.input
{
    width: 155px;
    font-size: 11px;
    margin-bottom: 3px;
}

#subPageTop #newsletter #newsletterEmail .newsletterBut
{
    vertical-align: middle;
}

#subPageTop img
{
    float: right;
    margin-top: 13px;
    margin-right: 13px;
}

#subPageTitle
{
    width: 872px;
    height: 34px;
    margin-bottom: 25px;
    background-image: url(../images/bg_subpage_title.jpg);
    background-repeat: no-repeat;
    padding: 20px 0px 0px 53px;
    float: left;
}

#subPageTitle h2
{
    color: #003768;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
}

#subPageBottom
{
    width: 925px;
    height: 130px;
    background-image: url(../images/bg_subpage_btm.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    float: left;
}

/* NEWS ITEMS */

#newsResults, #newsDetails
{
    width: 925px;
    float: left;
}

.newsItem
{
    width: 895px;
    height: 64px;
    background-image: url(../images/bg_news_results.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    margin-bottom: 5px;
    float: left;
}

.newsItem img
{
    float: left;
    margin-left: 121px;
}

.newsItem .newsText
{
    float: left;
    padding-left: 35px;
    padding-top: 7px;
    color: black;
    font-size: 0.8em;
    width: 525px;
    height: 57px;
}

.newsItem .newsText p
{
    padding: 0px;
    float: left;
    margin-top: 4px;
}

.newsItem .moreBut
{
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#newsDetails #newsTop
{
    width: 923px;
    height: 6px;
    background-image: url(../images/news_bg_top.jpg);
    background-repeat: no-repeat;
    font-size: 0px;
    float: left;
}

#newsDetails #newsBottom
{
    width: 923px;
    height: 6px;
    background-image: url(../images/news_bg_btm.jpg);
    background-repeat: no-repeat;
    font-size: 0px;
    float: left;
}

#newsDetails #newsStory
{
    width: 774px;
    padding: 28px 95px 28px 54px;
    background-image: url(../images/news_bg.jpg);
    background-repeat: repeat-y;
    color: black;
    font-size: 0.8em;
    position: relative;
    float: left;
}

#newsDetails #newsStory #newsImage
{
    margin-right: 45px;
    margin-bottom: 45px;
    width: 292px;
    float: left;
}

#newsDetails #newsStory #newsImage img
{
    margin-bottom: 4px;
}

#newsDetails #newsStory #text
{
    width: 460px;
    float: left;
}

#newsDetails #newsStory #back
{
    position: absolute;
    top: 12px;
    right: 12px;
}

/* generic page */

#genericTop
{
    width: 923px;
    height: 6px;
    background-image: url(../images/news_bg_top.jpg);
    background-repeat: no-repeat;
    font-size: 0px;
    float: left;
}

#genericBottom
{
    width: 923px;
    height: 6px;
    background-image: url(../images/news_bg_btm.jpg);
    background-repeat: no-repeat;
    font-size: 0px;
    float: left;
}

#genericText
{
    width: 549px;
    padding: 28px 320px 28px 54px;
    background-image: url(../images/news_bg.jpg);
    background-repeat: repeat-y;
    color: black;
    font-size: 0.8em;
    position: relative;
    float: left;
}

#genericText h3
{
    margin: 0px;
    padding: 0px;
    font-size: 1.4em;
    color: #003768;
}

/* asbestos page */

#asbestosTop
{
    width: 925px;
    height: 195px;
    position: relative;
    background-image: url(../images/bg_top_pipework.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #aad0ea;
    float: left;
}

#asbestosBtm
{
    background-image: url(../images/asbestos/top_bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0px;
    width: 925px;
    float: left;
}

#asbestosBtm.insulationBG
{
    background-image: url(../images/insulation/top_bg.jpg) !important;
}

#asbestosBtm #left
{
    width: 255px;
    float: left;
    margin-top: 70px;
    overflow:hidden;
}

#asbestosBtm #leftLarge
{
    width: 588px;
    float: left;
}

#asbestosBtm #leftLarge #twoImages
{
    margin-top: 20px;
    float: left;
}

#asbestosBtm #leftLarge #twoImages p.caption
{
    float: left;
    width: 200px;
    padding-left: 23px;
    color: #333333;
    font-size: 0.7em;
}

#asbestosBtm #middle
{
    width: 270px;
    float: left;
    padding-right: 49px;
}

#asbestosBtm #middle.wide
{
    width: 581px !important;
}

#asbestosBtm #middle h1, h2
{
    color: #003768;
    font-weight: 100;
    padding-top: 5px;
}

#asbestosBtm #middle h1
{
    font-size: 0.85em;
    margin: 12px 0px 0px 0px;
    font-weight: bold;
}

#asbestosBtm.insulationBG #middle h1
{
    color: white !important;
}

#asbestosBtm #middle p
{
    font-size: 0.8em;
    color: #333333;
}

#asbestosBtm #middle h2
{
    font-size: 1em;
    margin: 40px 0px 0px 0px;
}

#asbestosBtm #middle ul
{
    margin: 23px 0px 0px 0px;
    padding: 22px;
    width: 201px;
    float: left;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #00aef0;
    border: 1px solid #dfddde;
}

#asbestosBtm #middle ul li
{
    margin: 0px;
    padding: 4px 0px 4px 0px;
    list-style-position: inside;
    color: white;
}

#asbestosBtm #middle ul li.top
{
    color: #333333;
    list-style: none;
    font-size: 0.85em;
    margin-bottom: 16px;
    margin: 0px;
    padding: 4px 0px 4px 0px;
    list-style-position:outside;
}

#asbestosBtm #right
{
    width: 315px;
    float: left;
    margin-top: 27px;
    color: #333333;
}

#asbestosBtm #right img
{
    float: left;
}

#asbestosBtm #right img.image2
{
    margin-top: 50px;
}

#asbestosBtm #right p
{
    width: 240px;
    float: left;
    font-size: 0.8em;
    margin: 70px 0px 0px 0px;
}

#asbestosBtm #right p.caption
{
    margin: 4px 0px 0px 0px;
    font-size: 0.7em;
}

#asbestosBtm #right ul
{
    margin: 45px 0px 0px 0px;
    padding: 20px 10px 20px 20px;
    width: 260px;
    float: left;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #efefef;
    border: 1px solid #dfddde;
}

#asbestosBtm #right ul li
{
    margin: 0px;
    padding: 4px 0px 4px 0px;
    list-style-position: inside;
}

#asbestosBtm #right ul li.top
{
    color: #333333;
    list-style: none;
    font-size: 0.85em;
    margin-bottom: 16px;
    padding: 4px 0px 4px 0px;
    list-style-position:outside;
}

/* clients page */

#clientsText
{
    width: 925px;
    padding: 28px 0px 28px 0px;
    color: black;
    font-size: 0.8em;
    position: relative;
    float: left;
}

#clientsText h3
{
    margin: 0px 10px 75px 50px;
    padding: 0px;
    font-size: 1.4em;
    color: #003768;
    font-weight: 100;
}

#clientsText ul
{
    width: 254px;
    height: 238px;
    background-image: url(../images/bg_ul_clients.jpg);
    background-repeat: no-repeat;
    padding: 20px;
    float: left;
    margin: 0px;
    margin-right: 21px;
}

#clientsText ul.last
{
    margin-right: 0px !important;
}

#clientsText ul li
{
    padding: 2px 0px 2px 0px;
    list-style: none;
    color: #333333;
    font-size: 0.9em;
}

#clientsText ul li.first
{
    padding: 2px 0px 40px 0px;
    list-style: none;
    color: white;
    font-size: 1.1em;
}

/* contact */

#contact
{
    width:925px;
    float:left;
    background-image:url(../images/contact_bg.jpg);
    background-repeat:repeat-y;
}

#contactTitle
{
    width: 872px;
    height: 34px;
    background-image: url(../images/bg_subpage_title.jpg);
    background-repeat: no-repeat;
    padding: 20px 0px 0px 53px;
    float: left;
}

#contactTitle h2
{
    color: #003768;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
}

#contactLeft
{
    float: left;
    width: 427px;
    margin-top: 1px;
    padding: 30px 0px 0px 50px;
}

#contactLeft h3
{
    color: #00aef0;
    font-size: 1em;
    margin: 0px;
    width: 426px;
    padding:0px;
}

#contactLeft p
{
    color: #333333;
    font-size: 0.9em;
    margin: 30px 0px 0px 0px;
    float: left;
    width: 300px;
    padding:0px;
}

#contactLeft #map
{
    float: left;
    margin-top: 30px;
}

#contactRight
{
    float: left;
    padding: 31px 0px 0px 25px;
    color: #003769;
    font-size: 0.9em;
    width:270px;
}

#contactRight table tr td
{
    font-weight: bold;
}

#contactRight .textbox
{
    width: 265px;
}

#contactRight .textarea
{
    width: 265px;
    height: 110px;
    font-family:Arial;
    font-size:0.9em;
}

#contactBottom
{
    width: 925px;
    height: 99px;
    float: left;
    background-image: url(../images/contact_bottom.jpg);
    background-repeat: no-repeat;
}

/*CMS*/

#cms, #content-area
{
    width: 925px;
    float: left;
    padding: 20px 0px 0px 0px;
    font-size: 0.8em;
}

#content-area a
{
    color: #006699;
    font-weight: bold;
    text-decoration: none;
}

#content-area a:hover
{
    text-decoration: underline;
}

#content-area table tr td
{
    padding:3px;
}

#content-area table tr td
{
    font-weight: bold;
}

#content-area table tr td span
{
    font-weight: 100;
}

/* Generic pages */

#generic
{
    width:925px;
}

#generic h1
{
    color:#00AEF0;
    font-size:1em;
    margin:0px;
    padding:20px 0px 0px 0px;
    float:left;
    width:925px;
}

#generic p
{
    font-size:0.8em;
    width:925px;
    float:left;
}

#generic ul
{
    margin:0px;
    padding:0px;
}

#generic ul li
{
    list-style:none;
    padding:0px 0px 5px 0px;
}

#generic ul li a
{
    color:Black;
    text-decoration:none;
    font-size:0.85em;
}

#generic ul li a:hover
{
    color:Black;
    text-decoration:underline;
}

#generic ul li ul
{
    padding-left:30px;
}
