﻿body { 
    background-color: #87b287;
    color: #5f5f5f;
    font-size: small;
    
    }

* {
    font-family: Verdana, Sans-Serif;
    }

img {
    border-style: none !important;
    }
    
a {
    color: #5f5f5f;
    }
    
a:hover {
    color: #ffbf8e;
    text-decoration: underline;
    }
    

    
.nomark {
    list-style-type: none;
    }
    
.toTop {
    margin-top: 4em;
    }
    
/* Applied to last element in a group to add extra margins between groups of paragraphs, divs, etc. */
.last {
    margin-bottom: 3em;
    }
    
/* Applied to spans to prevent wrapping of text */
.nowrap {
    white-space: nowrap !important;
    }
    
 .invisible {
    display: none;
    }
       
/* General Formatting Classes */
.italic {
    font-style: italic;
    }
        
.bold {
    font-weight: bold;
    }
    
.normal {
    font-weight: normal;
    }
    
.block {
    display: block;
    }
    
.left {
    text-align: left;
    }
    
.justify {
    text-align: justify;
    }
    
.right {
    text-align: right;
    }
    
.floatleft {
    float: left;
    }
    
.floatright {
    float: right;
    }
    
.allclear {
    clear: both;
    }
    
sup {
    font-size: .75em;
    }

.orangetext {
    color: #ffbf8e;
    }

.greentext {
    color: #87b287;
    }
    
.redtext {
    color: Red;
    }
    
.nounderline {
    text-decoration: none;
    }
    
.toTop {
    text-align: left;
    font-size: x-small;
    margin-bottom: 2em;
    margin-left: 0;
    }
    
h1 {
    text-decoration: underline;
    color: #87b287;
    margin-bottom: 1.5em;
    font-size: 1.5em;
    }
    
h2 {
    text-decoration: underline;
    color: #87b287;
    font-size: 1.25em;
    }
    
h3 {
    font-size: 1em;
    text-decoration: underline;
    color: #8f8f8f;
    margin-bottom: 0;
    }
    
h2 a, h3 a {
    color: #87b287;
    }
    
h4 {
    font-size: small;
    text-decoration: none;
    color: #87b287;
    }


#MainContent {
    margin: 1em 2em 1em 2em;
    }
    
#MainContent table, #MainContent tr, #MainContent th, #MainContent td {
    border-style: none;
    text-align: center;
    }
    
#MainContent th {
    text-decoration: underline;
    }    



/* WellnessClinic.shtml */
#AvailableServicesTable {
    width: 760px;
    }

#AvailableServicesTable th {
    text-decoration: none;
    }

#AvailableServicesTable td {
    border-style: none;
    font-weight: bold;
    height: 1em;
    padding: 0;
    }
    
#AvailableServicesTable td.last {
    padding-bottom: 1em;
    }
    
#AvailableServicesTable th {
    padding-top: 1em;
    padding-bottom: .75em;
    text-align: left;
    font-weight: normal;
    }
    
#AvailableServicesTable h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: #8f8f8f;
    }
    
#AvailableServicesTable td.lengthCell {
    text-align: left;
    vertical-align: top;
    width: 50%;
    white-space: nowrap !important;
    padding-left: 20%;
    padding-right: 0;
    }
    
#AvailableServicesTable td.feeCell {
    text-align: right;
    vertical-align: top;
    width: 50%;
    padding-right: 20%;
    padding-left: 0;
    }
    
#PaymentOptions{
    width: 760px;
    }

 /* CourseDescriptions.shtml */
 
#CourseDescriptions p {
    margin-top: 0;
    }
    
#WorkshopsList {
    line-height: 1.5em;
    }
    
#WorkshopsList  li {
    margin-left: -1.55em;
    margin-right: 1.55em;
    }
  

/* AdminPolicies.shtml */  
#AdminPolicies p {
    margin-top: 0;
    }
    
#GradingTable {
    margin-bottom: 2em;
    }
        
#GradingTable td {
    width: 8em;
    } 


/* Tuition.shtml */
    
#TuitionMain p {
    margin-top: 0;
    }
        
#TuitionPlansDiv {
    margin-left: 2em;
    margin-right: 2em;
    }
    
/* EnrollmentRefunds.shtml */

#RefundPoliciesDiv p {
    margin-top: 0;
    }
    
#RefundPoliciesDiv ol {
    margin-top: 0;
    margin-right: 1em;
    }
    
#RefundPoliciesDiv ol li {
    margin-bottom: 1em;
    }
    
#RefundPoliciesDiv ol ol {
    margin-top: 1em;
    list-style-type: lower-alpha;
    }
    
/* ContinuingEducation.shtml */
#GeneralInfoDiv .block {
    margin-bottom: 2em;
    }
    
#ContinuingEdCoursesDiv p {
    margin-top: 0;
    }
    
/* Financing.shtml */
/* #FinancialAidTable {    width: 100%;    }*/
#FinancingDiv strong {
    font-size: 1.25em !important;
    margin-bottom: 1.25em;
    }
    

   

/* Gallery.shtml */
#MassageSchoolGalleryTable img {
    border: solid 2px #87b287 !important;
    }
    
#MassageSchoolGalleryTable td {
    padding-bottom: 2em;
    }
    
    
/* AestheticianServices.shtml */
#AestheticianDiv p {
    margin-top: 0;
    }
  
#AestheticServicesTablesDiv td {
    width: 8em;
    text-align: left;
    }  
    
#AestheticServicesTablesDiv tr.AesthServiceTableHeadRow {
    display: none;
    }
    
  
  
/* Classified.shtml */   
 .jobdetails {
    border-bottom: solid 1px #c0c0c0;
    padding-bottom: 2em;
    }
    
.jobdetails h3 a 
{
	color: #8f8f8f; 
}

.jobdetails h3 a:hover 
{
	color: #ffbf8e;
}
    
    
/* Links.shtml */
 .links div {
    margin-bottom: 2em;
    }
    
 .links div a {
    text-decoration: none;
    }
    
    
/* Testimonials.shtml */
    .testimonials {
        text-align: left;
        border-bottom: solid 1px #c0c0c0;
        }
        
        
        
/* Facilities.shtml */
    td {
        padding: 10px;
        }
        
        
        
/* Products.shtml */
    img.retailproducts {
        border: solid 2px #87b287 !important;
        }
        
/* Directions.shtml */
    .directions td {
        text-align: left !important;
        }
        
    .mileage {
        padding-left: 2em;
        }   
        
        
/* MassageSchool.shtml */ /*See MasterStyleIE for IE formatting */
    ul.internships {
        padding-left: 0;
        }
        
    ul.internships li {
       width: 100%;
       margin: 0;
       }
       
    #MassagePic {
        margin-top: 3em;
        }
        
        
        
/* ContactUs.shtml */
#ctl00_ContentPlaceHolder1_pnlContactUs {
    margin-top: 6em;
    }
    
.contactAlert {
    border: solid 5px #ffbf8e;
    background-color: white;
    color: #87b287;
    }
    
.contactAlert div {
    margin: 2em;
    }