body, html {
 background-color: #3b3b3b;
 margin: 10px;
}

a {
color: #82cf15;
}
a:hover{
color: #000;
text-decoration: none;
}

h1{
font-size: 10pt;
font-style: bold;
margin-bottom: -5px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
}

#header {
	margin: 0 0 0px 0;
	background: url('../images/header_background.png') no-repeat;
        width: 960px;
        height: 163px;
        padding: 7px; padding-left: 10px;
}

#navcontainer {
    float: right;
    margin-top: 65px;
    margin-right: 13px;
}

ul#navlist {    
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}
ul.margin_list_problems {
margin-left: -40px;
}
ul.margin_list_problems2 {
margin-left: -25px;
}
ul.margin_list_problems_qualifications {
margin-left: -10px;
}

#navlist li {
    display: inline;
    list-style-type: none;
}

.subnavlist {    
    margin: 0;
    margin-top: -6px;
    padding-left: 30px;
    padding-top: 0px;
    white-space: nowrap;
}

.subnavlistli {
    display: inline;
    list-style-type: none;
}

/**************************
clinic details
**************************/

.ul_class_clinic {
    list-style: none;
    line-height: 12px;
}
.li_class_clinic
{
  margin-left: -30px;
}

img { border: none; }
/**************************
Sides a and b widths
**************************/
#side-a {
	float: left;
	width: 700px;
}
#side-b {
	float: right;
	width: 240px;
}


#side-a_contact {
	float: left;
	width: 240px;
}
#side-b_contact {
	float: right;
	width: 700px;
}

.divBox {
    width: 100%;
    background-color: #ffffff;
}

.divBoxTop {
    background: url('../images/corner_top_right.png') top right no-repeat;
    height: 55px; width: 100%;
}

.divBoxContent {
    min-height: 50px;
    background-color: #ffffff;
    padding: 15px;
    font-size: 8.5pt;
    font-family: Helvetica,Verdana,Tahoma,Arial;
}

.divBoxBottom {
     background: url('../images/corner_bottom_left.png') bottom left no-repeat;
     height: 32px; width: 100%;
}

#logos {
	clear: both;
	text-align: right;
        width: 960px;
        min-height: 140px;
        padding-top: 20px;
        color: #ffffff;
    font-size: 8pt;
    font-family: Verdana,Tahoma,Arial;
}


#footer {
	clear: both;
	text-align: right;
        width: 960px;
        margin-bottom: 20px;
        color: #ffffff;
    font-size: 8pt;
    font-family: Verdana,Tahoma,Arial;
}
#footer a {
    color: #ffffff;
}
