﻿/**************************************************************************

  CSS for AOSM web site at www.aosmclinic.com

***********************************************************************/

body
{
    margin: 0;
    padding: 0;
    font-family: arial, times, georgia, sans-serif;
    font-size: 10px;
}
li
{
    font-size: 9pt;
    line-height: 10pt;
}
.formtext
{
    font-size: 10pt;
    color: #000000;
    font-family: arial, times, georgia, sans-serif;
}
.correcttext
{
    font-size: 9pt;
    color: #000000;
    font-family: arial, times, georgia, sans-serif;
}
a
{
    color: #59BF3F;
    color: #0043f0;
    text-decoration: none;
}
.bodytext
{
    font-size: 12px;
    color: #000000;
    font-family: arial, times, georgia, sans-serif;
}
a:hover
{
    color: #40A7D6;
    text-decoration: underline;
}

#middle img
{
    float: left;
    padding: 3px;
    margin-right: 6px;
    border: 1px solid #c4c4c4;
}

#middle img.right
{
    float: right;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #c4c4c4;
}

img:hover
{
    border: 1px solid #4BA9E9;
    background: #EbF1F5;
}

#wrapper
{
    height: 100%;
    margin: auto;
    width: 90%;
}


/********************* Search form  ******************/
.text
{
    height: 14px;
    width: 110px;
}

.go
{
    height: 21px;
    background: #65A8C9;
    color: #fff;
    font-family: helvetica;
    font-weight: bold;
}

/***************** TEXT IN THE HEADER **************************/

#heading
{
    margin: auto;
    padding: 1px 0px 0px 25px;
    font-size: 20pt;
    color: #000268;
    text-transform: uppercase;
    border-top: solid 2px #000268;
    background-image: url( "../pg_images/diags.jpg" );
    background-repeat: repeat-x;
    background-position: left top;
}
/*************************** HEADER PROPERTIES ************************/

#top
{
    margin: auto;
    padding: 0px 10px 0px 10px;
    height: 90px;
    background: url( "../pg_images/aosm.jpg" ) no-repeat;
    width: 93%;
}



/************************ LEFT SIDE COLUMN *****************/

#left
{
    float: left;
    left: 0px;
    padding: 10px;
    width: 20%;
    min-height: 100px; /* will be ignored by IE6 */
}

#left h1, #right h1
{
    font-size: 13pt;
    padding-top: 5px;
    border-bottom: 1px dotted #c4c4c4;
    color: #000268;
}

#left p
{
    font-size: 8pt;
    padding-bottom: 10px;
    margin-top: -3px !important; /*****  FIREFOX et al *****/
    margin-top: -14px; /***** INTERNET EXLORER - doesn't know important *****/
    color: #404040;
    min-height: 100px; /* will be ignored by IE6 */
}

/************************** MAIN CONTENT IN MIDDLE ******************/

#middle
{
    float: left;
    width: 52%;
    line-height: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    min-height: 100px; /* will be ignored by IE6 */
}

strong
{
    font-size: 10pt;
    font-weight: 600;
}

#middle p, p
{
    font-size: 9pt;
    color: #404040;
    min-height: 100px; /* will be ignored by IE6 */
}

#middle h1
{
    font-size: 16pt;
    line-height: 18pt;
    font-weight: normal;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 3px;
    color: #00288e;
}


/***************************  RIGHT COLUMN  *********************/

#right
{
    float: right;
    padding-top: 10px;
    font-size: 8pt;
    min-height: 100px; /* will be ignored by IE6*/
    width: 18%;
    line-height: 1.6em;
}

#right a
{
    line-height: 1.6em;
}

#right br
{
    line-height: 0.7em;
}


/********************* THIS IS IMPORTANT. DONT ERASE OR MESS WITH IT ***********************/
.clear
{
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
}
/*************************** OK *********/


/********************************************    FOOTER  *****************/

#footer
{
    border-top: 1px solid #c4c4c4;
    padding-top: 5px;
    text-align: center;
    width: 90%;
    margin: auto;
}

.footer
{
    margin-top: -2px;
}
