@charset "UTF-8";
/* CSS Document */


*, html {
        padding: 0;
        margin: 0;
}


body {
        background-color: #c9b58e;
        font-family: Verdana, Geneva, sans-serif;
}


#container {
        position: relative;
        top: 0;
        left: 0;
        width: 850px;
        margin-left: auto;
        margin-right: auto;
        background: url(graphics/red_sidebar.gif) left top repeat-y;
}


#stethoscope {
        position: absolute;
        top: 85px;
        left: 0;
}


#hours {
        position: absolute;
        top: 585px;
        left: 25px;
        width: 225px;
        background: #efebd6;
}


#hours h2 {
        font-size: .9em;
        text-align: center;
        border-top: 1px dotted #600;
        border-bottom: 1px dotted #600;
        padding: 5px;
}


#hours p {
        font-size: .8em;
        text-align: center;
        font-weight: bold;
        padding: 25px 10px 25px 10px;
}


#hours a:link,
#hours a:visited {
        text-decoration: none;
        color: #990000;
}

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


#right_container {
        position: relative;
        width: 550px;
        margin-left: 275px;
}


#header {
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        height: 85px;
        background-color: #c9b58e;
}


#header img#logo {
        margin-left: 40px;
        border-style: none;
}


#main_content {
        padding: 150px 25px 25px 35px;
}


#main_content h1,
#main_content p:first-letter {
        font-family: "Times New Roman", Times, serif;
        font-size: 1.7em;
        font-weight: normal;
        color: #660000;
}


#main_content p {
        margin-top: 25px;
        line-height: 1.5em;
        font-size: .9em;
}


#main_content h3 {
        text-align: right;
        font-size: .9em;
        font-weight: normal;
        margin-top: 30px;
        font-style: italic;
}

#main_content h4  {
    font-size: .9em;
	font-weight: bold;
	color: #660000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_content a:link,
#main_content a:visited {
        text-decoration: none;
        color: #990000;
}


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

#footer {
        clear: left;
        font-size: .75em;
        margin-top: 40px;
        border-top: 1px dotted #660000;
        color: #660000;
        padding: 15px 0 32px 50px;
}
#footer h6 {
	text-align: center;
	font-size: .75em;
	font-weight: normal;
	margin-top: 30px;
	font-style: bold;
}
#footer a:link,
#footer a:visited {
        text-decoration: none;
        color: #990000;
}


#footer a:hover {
        text-decoration: underline;
        color: #990000;
}
/* CONTENT BOXES */


.content_box {
        width: 235px;
        height: 220px;
        background-color: #efebd6;
        margin: 25px 30px 45px -20px;
        float: left;
}


.content_box h2 {
        font-size: .8em;
        border-top: 1px dotted #600;
        border-bottom: 1px dotted #600;
        padding: 5px 0 5px 15px;
}


.quote {
        font-size: .9em;
        color:#600;
        font-weight: bold;
        padding: 15px 25px 15px 15px;
        display: block;
}


.quote_by {
        font-size: .7em;
        font-style: italic;
        color: #000;
        margin-left: 25px;
}


.strep {
        font-size: .7em;
        color: #000;
        margin-left: 15px;
        margin-right: 15px;
        display: block;
}


.boxlink {
        font-size: .7em;
        font-style: italic;
        text-align: right;
        display: block;
        margin-top: 15px;
        margin-right: 15px;
}


/* NAVIGATION */


#navbar {
        position: absolute;
        top: 85px;
        left: 0;
        width: 500px;
        height: 25px;
        background-color: #867450;
        list-style-type: none;
        text-transform: uppercase;
        font-size: .9em;
        width: 100%;
        color: #fff;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#navbar a.menuLink {
        height: 20px;
        display: block;
        float: left;
        padding: 5px 15px 0 15px;
        background: url(graphics/diamond_line.png) right top no-repeat;
        height: 25px;
}


#navbar a.menuLink:link,
#navbar a.menuLink:visited {
        text-decoration: none;
        color: #fff;
}


#navbar a.menuLink:hover {
        text-decoration: none;
        color: #660000;
}


#navbar ul.menu {
        display: none;
        list-style-type: none;
        background-color: #867450;
        font-size: .8em;
        line-height: 2em;
        border: 2px groove #600;
}


#navbar ul.menu a:link,
#navbar ul.menu a:visited {
        display: block;
        text-decoration: none;
        color: #660000;
        padding-left: 20px;
        padding-right: 20px;
}


#navbar ul.menu a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #660000;
}


#navbar ul#menu1 {
        position: absolute;
        top: 25px;
        left: 0;
}


#navbar ul#menu2 {
        position: absolute;
        top: 25px;
        left: 95px;
}


#navbar ul#menu3 {
        position: absolute;
        top: 25px;
        left: 188px;
}


#navbar ul#menu4 {
        position: absolute;
        top: 25px;
        left: 362px;
}


#navbar ul#menu5 {
        position: absolute;
        top: 25px;
        left: 435px;
}



/* BULLETED LISTS */


ul.answer1 {
        list-style-type: none;
        font-size: .8em;
        margin: 10px 0 20px 0;
}


ul.answer1 li {
        background: url(graphics/single_carrot.png) left top no-repeat;
        padding: 4px 0 5px 30px;
}


ul.answer2 {
    list-style-type: disc;
    margin: 15px 0 0 80px;
}

ul.answer2 li {
    background: none;
    padding: 4px 0 5px 0;
}
