/*StyleSheet for Clinic Indulge Website*/

/*
Color 1 = #993300;
Color 2 = #666666;
Color 3 = #baaf99;
*/

body{
margin-top: 0;
margin-left: 0;
color: #3b3938;
font-family: Arial;
font-size: 12px;
background-image: url('../images/floral.jpg');
background-repeat: no-repeat;
background-position: bottom right;
text-align: justify;
}

a:visited, a:active, a:link{
color: #3b3938;
text-decoration: none;
}

a:hover{
color: #993300;
text-decoration: underline;
}

.wrapper{
width: 1000px;
}

#midSection{
width: 950px;
}

#midSection td{
vertical-align: top;
}

.menu{
background-image: url('../images/menuBg.jpg');
background-repeat: no-repeat;
height: 530px;
width: 190px;
}

.menu table{
width: 190px;
text-align: center;
padding: 10px;
border: 0;
font-weight: bold;
}

.menu td{
border-bottom: 1px solid #e3dedc;
padding: 10px;
}

.menu a:hover{
color: #993300;
text-decoration: none;
}

.content{
width: 400px;
padding-left: 20px;
line-height: 20px;
}

.redLink{
color: #993300;
text-decoration: underline;
}

.redLink:hover{
color: #3b3938;
text-decoration: underline;
font-weight: bold;
}

.footer{
font-size: 11px;
background-image: url('../images/footer.gif');
background-repeat: no-repeat;
height: 38px;
padding-left: 10px;
padding-top: 10px;
border-bottom: 5px solid white;
}

.subHeads{
color: #993300;
margin-bottom: 5px;
}

.leftCells{
padding-right: 40px;
}

.totalVal{
color: #993300;
font-weight: bold;
}

.red{
color: #993300;
font-weight: bold;
font-style: italic;
}

h2, h3{
font-style: italic;
}

h4{
color: #993300;
font-weight: bold;
}

.centerImg{
border: 1px solid #d2d2d2;
}

.rightImg{
margin: 5px 0 0 10px;
border: 1px solid #d2d2d2;
}

.leftImg{
margin: 5px 10px 0 0;
border: 1px solid #d2d2d2;
}

.leftImg-2{
margin: 20px 10px 0 0;
border: 1px solid #d2d2d2;
}

.indulge{
font-style: italic; 
text-align: center; 
font-size: 14px;
}

.small{
font-size: 10px;
line-height: 10px;
}

.intra{
font-size: 10px;
text-align: left;
}

.menuNames{
font-weight: bold; 
text-decoration: underline
}