﻿
/* Top level pages stylesheet for WebDevilry */
/* CSS by Clear Breeze Design */


body
{
    margin-top: 0px;
    color: #666666;
    background-color: #6c98ac
}

div#page
{
    margin: auto;
    width: 780px;
    background-color: #f2f2e5;
}

div#page div#topbanner
{
    background-position: right top;
    background-image: url(../images/logo.gif);
    width: 780px;
    border-bottom: #6c98ac 1px dotted;
    background-repeat: no-repeat;
    height: 134px;
    background-color: #ffffff
}



/* Main menu */


div#page div#topbanner ul
{
    margin-top: 0px;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 10px;
    padding-top: 112px
}

div#page div#topbanner ul li
{
    padding-right: 20px;
    float: left;
    list-style-type: none
}

div#page div#topbanner ul li#selected
{
    border-right: #ebebd6 1px solid;
    padding-right: 5px;
    border-top: #ebebd6 1px solid;
    display: block;
    padding-left: 5px;
    background-image: url(../images/menubg.jpg);
    border-left: #ebebd6 1px solid;
    color: #6c98ac;
    margin-right: 20px;
    text-decoration: none
}

div#page div#topbanner ul li a
{
    border-right: #ffffff 1px solid;
    padding-right: 5px;
    border-top: #ffffff 1px solid;
    display: block;
    padding-left: 5px;
    border-left: #ffffff 1px solid;
    color: #6c98ac;
    text-decoration: none
}

div#page div#topbanner ul li a:hover
{
    color: #000000
}



/* main page area */


div#page div#main
{
    padding-top: 20px;
    border-top: 1px solid #f2f2e5
}


/* Submenu and login panel */


div#page div#main div.quotesubmenu
{
    background-position: right;
    margin-top: 0px;
    padding-top: 0;
    float: left;
    background-image: url(../images/leftpanelshade.gif);
    margin-left: 15px;
    width: 210px;
    background-repeat: repeat-y;
    background-color: #ffffff;
    padding-left: 5px
}

div#page div#main div.quotesubmenu div.loginpanel    
{
 background-image: url('../images/loginbg.jpg');
 background-position: top right;
 background-repeat: no-repeat;
 margin-right: 5px;
}

div#page div#main div.quotesubmenu h2   
{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

div#page div#main div.quotesubmenu input    
{
    border: 1px solid #6c98ac;
    width: 150px
}

div#page div#main div.quotesubmenu input.button 
{
    border-right: #6c98ac 1px solid;
    background-position: bottom;
    border-top: #6c98ac 1px solid;
    background-image: url(../images/buttonbg.gif);
    border-left: #6c98ac 1px solid;
    color: #6c98ac;
    border-bottom: #6c98ac 1px solid;
    background-repeat: repeat-x;
    background-color: #ffffff;
    width: auto
}

div#page div#main div.quotesubmenu table.login 
{
    margin-left: 20px;
    margin-bottom: 20px;
    
}

div#page div#main div.quotesubmenu p.logininfo  
{
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 10px
}

div#page div#main div.quotesubmenu p.logininfo a    
{
    color: #6c98ac;
    text-decoration: none
}

div#page div#main div.quotesubmenu p.logininfo a:hover
{
    border-bottom: 1px dotted #6c98ac
}


/* main text area */

div#page div#main div#questionpanel
{
    padding-right: 10px;
    background-position: right top;
    margin-top: 0px;
    padding-left: 20px;
    background-image: url(../images/questpanelshade.gif);
    padding-bottom: 30px;
    margin-left: 230px;
    margin-right: 20px;
    padding-top: 10px;
    background-repeat: repeat-y;
    background-color: #f8f8f0;
    min-height: 290px
}



/* hack for IE as it doesn't respond to min-height */
* html div#page div#main div#questionpanel	{
height: 290px
}







/* footer */

div#footer
{
    clear: both;
    border-top: #b1ad9c 1px solid;
    margin-top: 20px;
    padding-left: 20px;
    color: #999999;
    height: 30px;
    background-color: #ffffff
}

div#footer a 
{
    color: #999999;
    text-decoration: none
}

div#footer a:hover  
{
    text-decoration: underline
}


