/* DEFAULTS */
body, table
{
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: black;
    margin: 0px;
    padding: 0px;
}

p 
{  
    margin-top: 0px; 
    margin-bottom: 0.75em;
    line-height: 1.6;
}

h1
{
    font-family: 'Trebuchet MS', sans-serif;
    color: #a2027b;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0.5em;
    padding: 0px;
    text-transform: lowercase;

}
address 
{ 
    font-style: normal; 
    margin-bottom: 0.75em;
}


/* LAYOUT */
div#frame
{
    position: absolute; 
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c8b200;
    vertical-align: middle;
    text-align: center;
}

div#page
{
    position: relative;
    top: 10px;
    width: 90%;
    height: 90%;
    background-color: white;
    overflow: hidden;
    margin: auto;
}

div#banner
{
    position: absolute;
    top: 155px;
    right: 0px;
    width: 100%;
    height: 50%;
    background-image: url(../banners/ns.jpg);
    overflow: hidden;
}

div#text, div#text_back
{
    position: absolute;
    left: 40px;
    height: 275px;
    overflow: hidden;
}
div#text_back
{
    top: 0px;
    bottom: 0px;
    background-color: white;
    width: 420px;
}
div#text
{
    background-color: transparent;
    text-align: left;
    top: 0px;
    padding: 20px;
    width: 380px;
    display: block;
}

div#footer
{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 80%;
	right: 20px;
    bottom: 10px;
    width: 100%;
    white-space: nowrap;
    text-align: right;
}

img#logo
{
    position: absolute;
    top: 20px;
    right: 10px;
}

table#client_table { width: 100%; }

div#caption, div#caption_back
{
    display: none;
    position: absolute;
    bottom: 25px; left: 470px; right: 60px;
    text-align: center;
    color: black;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
div#caption_back { background-color: white; color: white; }


/* TEXT LINKS */
div#text a { color: #a2027b; }


/* PAGE CORNERS */
div.page_corner
{
    position: absolute;
    background-image: url(page_corner.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
div.page_corner#page_tl { top: 0px; left: 0px; background-position: top left; }
div.page_corner#page_tr { top: 0px; right: 0px; background-position: top right; }
div.page_corner#page_bl { bottom: 0px; left: 0px; background-position: bottom left; }
div.page_corner#page_br { bottom: 0px; right: 0px; background-position: bottom right; }


/* BANNER CORNERS */
div.banner_corner
{
    display: none;
    position: absolute;
    background-image: url(banner_corner.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
div.banner_corner#banner_tl { top: 0px; left: 0px; background-position: top left; }
div.banner_corner#banner_tr { top: 0px; right: 0px; background-position: top right; }
div.banner_corner#banner_bl { bottom: 0px; left: 0px; background-position: bottom left; }
div.banner_corner#banner_br { bottom: 0px; right: 0px; background-position: bottom right; }


/* FOOTER CONTACT NODES */
div#footer span
{
    margin-left: 8px;
    margin-right: 8px;
    background-position: center left;
    background-repeat: no-repeat;
}

/*div#footer span#address { background-image: url(post.gif); }
div#footer span#telephone { background-image: url(phone.gif); }
div#footer span#email { background-image: url(email.gif); }*/
div#footer span#info
{
    display: block;
    font-size: 9px;
    font-weight: normal;
    color: #444444;
}


/* MENU */
ul#menu
{
    position: absolute;
    top: 130px;
    left: 40px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-transform: lowercase;  
}
ul#menu li
{
    float: left;
    /*background-image: url(nav.gif);*/
    background-position: center left;
    background-repeat: no-repeat;
}
ul#menu li a
{
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}
ul#menu li a:hover, ul#menu li a.current_menu
{
    background-color: #a2027b;
    color: white;
}


/* BRAGGING RIGHTS */
a#valid_xhtml, a#valid_css
{ 
    text-decoration: none;
    display: none;
    padding-top: 10px;
    width: 88px;
    height: 31px;
    position: absolute;
    background-repeat: no-repeat;
    top: 40px;
}
a#valid_xhtml
{ 
    background-image: url(vxhtml.gif);
    left: 20px;
}
a#valid_css 
{ 
    background-image: url(vcss.gif);
    left: 115px;
}