/*
    Coded by Steven Bower
    And Jackson Walker (cc) 2009
    BPWebDesign http://bpwebdesign.com/
    TurnWheel Designs http://turnwheel.com/
*/

#page_wrapper {
    background-image: url(/images/header_bg_subpage.jpg);
}
#header {
    margin-top: 1px; /* Fixes Background Positioning */
}
#header,#header h1,#header h1 a {
    height: 182px;
}
#header h1 a {
    background-image: url(/images/header_subpage.jpg);
}
#content { 
    float: left;
    color: #333;
    margin: 10px 5px 10px 5px;
    width: 600px;
    padding: 10px;
    border: solid 1px #cfceca;
    display: inline;
    background: #FFF url(/images/content_bg.jpg) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#content ol,#content ul {
    padding-left: 15px;
}
#breadcrumbs {
    margin-bottom: 10px;
}
#breadcrumbs strong {
    padding: 0 !important;
    display: inline;
}
#content h2 a:hover {
    cursor: default;
    color: #1E55A7;
}
#content h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}
#content h4 {
    font-size: 0.9em;
    padding: 0 0 0 15px;
}
#content p {
    line-height: 18px;
}

/* Left Navigation Lists have larger font size */
.leftbox li {
    font-size: 1.1em;
}