/* -------------------------------------------------------------
 * Company: Debenu Pty. Ltd.
 * Web: http://www.quickpdflibrary.com/
 * Last Updated: Fri, February 5th, 2009
 *
 * Notes: www.quickpdflibrary.com uses the YUI Grids CSS framework
 * (2.6.0) to deal with browser inconsistencies. Specifically
 * 'base-min.css' and 'reset-fonts-grids.css' are made use of.
 * --------------------------------------------------------------*/
/*
 
 CORE PAGE LAYOUT
 
 -------------------------------------------------- */
div#doc {
    margin-top: 10px;
    margin-bottom: 50px;
}

/*
 
 LINKS
 
 -------------------------------------------------- */
a:link, a:visited {
    color: #4D7CC1;
    /*
     color: #0054a6
     */
}

a:hover {
    text-decoration: underline;
    color: #ed4e17;
}

/*
 
 HORIZONTAL LINE
 
 -------------------------------------------------- */
hr {
    border: 1px solid #e4e6f2;
    width: 100%;
}

div#sidebar hr {
    margin-top: 15px;
}

/*
 
 HEADINGS
 
 Note: headings should be used in descending order
 on the page.
 -------------------------------------------------- */
/*
 h1
 */
h1 {
    font-size: 197%;
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-weight: normal;
}

/*
 h2
 */
h2 {
    font-size: 138.5%;
    color: #404040;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: solid 1px #DFE3FF;
}

/*
 h3
 */
h3 {
    font-size: 123.1%;
    color: #404040;
    font-weight: normal;
}

/*
 h4 - Sidebar heading
 */
h4 {
    font-family: Verdana;
    font-size: 93%;
    height: 25px;
    line-height: 2.2em;
    font-weight: bold;
    color: #cc3333;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
div#hd {
    margin: 0 0 20px 0;
}

/* -----------------------------------*/
/* ---------->>> CONTENT <<<-----------*/
/* -----------------------------------*/
div#content {
	padding-right: 10px;
}

div#content p {
    font-size: 100%;
}

span.required-field {
    color: red;
} .important-note {
    font-size: 85%;
}

form.msgform, td {
    border: 0;
}

form.msgform tr {
    height: 100%;
}

form.msgform input, textarea {
    width: 300px;
}

/* -----------------------------------*/
/* ---------->>> SIDEBAR <<<-----------*/
/* -----------------------------------*/ 

#sidebar {
    border: 1px solid #e4e6f2;
    background-color: #f1f2f4;
    padding: 10px 15px 10px 15px;
    margin: 0 0 0 0;
}

div#sidebar ul {
} .sidebar-menu {
    width: 100%; /*width of menu*/
} .sidebar-menu ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
} .sidebar-menu ul li {
    padding-bottom: 2px; /*bottom spacing between menu items*/
    list-style: none;
} .sidebar-menu ul li a {
    font-size: 108%;
    color: #000000;
    background: #E9E9E9;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-left: 8px; /*link text is indented 8px*/
    text-decoration: none;
} .sidebar-menu ul li a:visited {
    color: black;
} .sidebar-menu ul li a:hover { /*hover state CSS*/
    color: white;
    background: #38414e;
} .subscribe {
    font-size: 93%;
    line-height: 1.2em;
}

div#sidebar p {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 93%;
    line-height: 130%;
} .subscribe a {
    text-decoration: underline;
} .subscribe img {
    margin-right: 5px;
    vertical-align: middle;
    border: 0;
}

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/
div#ft {
    font-size: 93%;
    margin: 0 0 20px 0;
    padding-top: 20px;
}

div#ft p {
    text-align: left;
    margin: 0;
}

div#ft p a {
    text-decoration: underline;
}

/*
 
 Description: Contact page
 Source: contact.html
 
 -------------------------------------------------- */


