body {
    background-image: url(/img/background.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
}

#outerContainer {
    width: 100%;
}

#contentContainer {
    border: 1px solid gray;
    width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
}

#logo {
    padding-top: 10px;
    width: 400px;
    float: left;
}

#subnav {
    font-size: 10px;
    width: 215px;
    float: left;
    position: relative;
    left: 75px;
    
}

#subnav a {
    text-decoration: none;
    color: #000000;
}

#pageContentContainer {
    padding: 10px 20px 20px 20px;
    float: left;
    width: 660px;
    min-height: 300px;
}

#pageContent {
    float: left;
    width: 100%;
}
#footer #upper {
    background-color: #d5d5d5;
    height: 40px;
    color: #666666;
    font-size: 9px;
    text-align: center;
    width: 100%;
}

#footer #upper p {
    padding-top: 5px;
}

#footer #lower {
    background-color: #8c8c8c;
    height: 20px;
}

#header {
    float: left;
}

#footer {
    clear: both;
}

#footer a {
    color: #666666;
    text-decoration: underline;
}

#footer a:visited {
    color: #666666;
    text-decoration: underline;
}

#contentHeader {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

a.body {
    color:#c52726;
	text-decoration:underline;
}

a.body:visited {
    color:#c52726;
	text-decoration:underline;
}

p.caption {
    font-size: 9px;
}

p.indent {
    text-indent: 3em;
}
.custom_cabinets {
    padding-top: 30px;
    text-align: center;
}

    .custom_cabinets img {
        width: 275px;
        border: none;
    }
    
    
.paragraph_header {
    font-weight: bold;
}


/* Home page */
#homeLeft {
    float: left;
    width: 24%;
    height: 100%;
}

#homeRight {
    float: right;
    width: 72%;
}

.right_header {
    font-size: 18px;
    margin: 0;
}

.left_header {
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
}

.left_items {
    background-color: #efefef;
    font-size: 10px;
    padding: 1px 0px 1px 10px;
}

a.left_panel {
    text-decoration: underline;
    color: #000000;
}

a.left_panel:visited {
    text-decoration: underline;
    color: #000000;
}
/* Get Directions */
#map {
    width:100%; 
    height: 400px; 
    border:solid 1px black;
}

/* Admin Area */

#admin_container {
    font-size: 14px;
    font-family: Times New Roman;
    color: #666666; 
}

#login {
    height: 300px;
    width: 300px;
    margin: 0 auto;
}

#controls { 
    padding-top: 30px;
    padding-left: 30px;
    display:block;
    text-align: center;
}

#controls_header {
    text-align: center;
    line-height: 1px;
}

.login_error {
    font-size: 10px;
    color: red;
}

#content_container {
    width: 700px;
    height: 500px;
    margin: 0 auto;
}

#content_container a {
    color: #666666;
}

#user_info {
    position: relative;
    left: 575px;
    line-height: 1px;
}
    
    #user_info a {
        font-size: 10px;
        color: #666666;
        text-decoration:underline;
    }

.expandable {
    cursor: pointer;
}

#page_header a {
    text-decoration: underline;
}

/* Navigation (also see menuh.css for the time being) */

.menu_item {
    font-weight: bold;
    border-right:1px solid #fff;
    border-right-width:thin
}

.thumb {
    width: 50px;
    border: none;
}

.left_panel_subheader {
    font-size: 12px;
    padding-bottom:3px;
    text-decoration:underline;
}

