﻿/* Barnes Sports Clinic - Page internal stylesheet   */

/*-------------- Home ----------------*/

#home img.mainHome {
    float:right;
    margin:0px 0px 30px 40px;
}

.logosBanner {
    margin:0px 0px 15px 0px;
    }
#home .homeBox {
    color:#fff;
    background:#54557E url('images/homeBoxCorner.gif') left bottom no-repeat;
    padding:15px 15px 20px 15px;
    width:394px;
    margin:2px 0px 15px 0px;
    }
    
#home .newsDate {    
    color:#488DC6;
    font-weight:bold;
    }
    
#home img.homeNewsImg {
    float:right;
    padding:5px;
    border:1px solid #ccc;
    margin:0px 10px 0px 10px;
    }
    
.newsItem {
    }
    
/*  School */

#sportsLogos {
    width:300px;
    float:right;
    margin:0px 0px 20px 20px;
    }
    
#courseLinks {
    margin:30px 60px;
    }
    
.course {
    margin:20px 60px 50px 60px;
    padding:0px 0px 20px 0px;
    }
    
h2.courseHeader {
    font-weight:bold;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
    }
    
.courseBody {
    float:right;
    margin:0px 0px 0px 10px;
    }
    
.courseDates {
    margin:10px 0px;
    line-height:1.6em;
    }
    
.courseHours {
    width:400px;
    height:100px;
    margin:30px 180px;
    border-collapse:collapse;
    background-color:#54557E;
    }
    
.courseHours td {
    color:#fff;
    padding:6px 12px;
    border:1px solid #fff;
    }  



/*-------------- Contact ----------------*/

#map {
    border:3px solid #488DC6;
    width:400px;
    height:200px;
    float:right;
    }

#contactForm {
    width:350px;
  }
  
.contactRow {
    height:35px;
    }
  
.contactLabel {
    font-size:12px;
    color:#666;
    width:100px;
    float:left;
    text-align:right;
    margin:0px 10px 0px 0px;
    }
    
.contactField {
    font-size:12px;
    height:20px;
    width:295px;
    float:right;
    }
    
.contactFieldTextArea {
    height:150px;
    font-size:12px;
    width:295px;
    float:right;
    }   
    
.contactSubmit {
    padding:5px 20px;
    float:right;
    margin:5px;
    background-color:#54557E;
    color:#fff;
    border:none;
    cursor:pointer;
    }   
    
.contactThankyou {
    clear:both;
    margin:20px 0px 0px 0px;
    margin:5px;
    }
    
.validator {
    color:#900;
    margin:0px 0px 0px 15px;
    }

    
/* Misc   */

.clearBoth {
    clear:both;
    height:1px;
    }
    
 .hidden {
    display:none;
    }
    
 .imgRight {
    float:right;
    padding:5px;
    border:1px solid #ccc;
    margin:0px 10px 0px 10px;
    }
    
  .imgLeft {
    float:left;
    padding:5px;
    border:1px solid #ccc;
    margin:0px 10px 0px 10px;
    }
    
    a img {
     border:none;
     }
     
    .noBorder {
    border:none;
    }
    
   .noBorder:hover {
    border:none;
    }