/* CSS Document */


/*main layout*/	
#Content {
	width:808px;
	margin:0px auto;
	margin-top: 20px;
	background-color: #4C697A;
	}
	
body
    {
    background-color: #4C697A ;
    text-align:center;
    font-family: arial;
    color: #88aec5;
    }
    
.site
    {

    width: 808px;
    text-align:center;
    font-family: arial;

    margin-bottom: 10px;
    }

.msite
    {

    width: 808px;
    text-align:left;
    font-family: arial;
    border: 3PX solid #A9A07C;
    border-top: none;
    color: #6C78A9;
    font-size: 14px;
    background-color: #F6F0CE;
    line-height: 1.5em; 
    padding-bottom: 5px;
        -moz-box-sizing:border-box;
    box-sizing:border-box;
    }
    
  .jack
  {
margin-left: 10%;
margin-right: 15%;
  }

.contactform
  {
    line-height: 1.1em; 
    padding: 2px 2px;
    position: relative;
    width: 350px;

  }

.contactform input
  {
    position: absolute;
    left: 9em;
  }

.errorCheck
{
display: none;
color: red;
font-size: 0.8em;
line-spacing: 0.8em;
}

div.big
    {
    padding-left: 30px;
    padding-right: 10px;
    }
    
    div.mainwindow
{
text-align: left;
padding: 0px 0px 0px 0px;
}
.clearfloat
{
float: both;
clear:left;
}

.msite img
 {
 float: right;
border: 2px solid #F6F0CE;
margin-right: 5px;
margin-bottom: 1px;
 }  


/*General link information*/

A:link 
    {
    font-family: arial;
    font-size: 13PX;
    color: #6C78A9;
    text-decoration: underline;
    }
        
 A:visited 
    {
    font-family: arial;
    font-size: 13PX;
    color: #6C78A9;
    text-decoration: underline;
    }
        
  A:hover
    {
    font-family: arial;
    font-size: 13PX;
    color: #6C78A9;
    text-decoration: none;
    }       
    

/* titlebar elements */
#title
    {
    background-color: #F6F0CE;
    border: 3PX solid #A9A07C;
    padding-bottom: 20px;
    width: 808px;
    height: 100px;
    text-align: center;
    color: #505EA5;
    font: 30px arial;
    vertical-align: center;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
     overflow: hidden;
    }

#picturetitle
    {
    border-right: 3PX solid #A9A07C;
    height: 100px;
    text-align:center;
    font-family: arial;
    float: left;
    }
    
.wordstitle
    {

    width: 600px;
    text-align:left;
    font-family: arial;
    padding-top: 20px;
    padding-left: 10px;

        -moz-box-sizing:border-box;
    box-sizing:border-box;
    }    
    
span.wordstitle
{
font: 16px arial;
padding-right: 40px;
padding-left: 30px;
padding-bottom: 10px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
    
h1
{
    font-family: arial;
    color:#6C78A9;
    font-size: 20px;
    }

h2
{
    font-family: arial;
    color: #6C78A9;
    font-size: 16px;
    }
    
        
/*top menu elements */

.topmenu
{

background-color: #89AFC6;
text-align: center;
border-right: 3PX solid #A9A07C;
border-left: 3PX solid #A9A07C;
border-bottom: 3px solid #505EA5;

}

/* Top menu links */
.topmenu A:link 
    {
    font-family: arial;
    font-size: 20px;
    color: #494b50;
    text-decoration: none;
    margin-left: 30px;
    }
        
 .topmenu A:visited 
    {
    font-family: arial;
    font-size: 20px;
    color: #494b50;
    text-decoration: none;
    margin-left: 30px;

    }
        
.topmenu A:hover
    {
    font-family: arial;
    font-size: 20px;
    color: #494b50;
    text-decoration: none;
    margin-left: 30px;
    background-color: #505EA5;
    border-bottom: 1px solid #505EA5;

        }    
        
/* sub menu elements*/

.submenu
{
width: 100%;
text-align: center;
margin-bottom: 10px;
}

.menuElement
{


background-color: #F6F0CE;
color: #545658;
display: inline;
float: left;
text-align: center;
}
.menuElementb
{

background-color: #F6F0CE;
color: #545658;
height: 21px;
display: none; 
}

.submenu A:link 
    {
    font-family: arial;
    font-size: 13PX;
    color: #494b50;
    text-decoration: none;
    margin-left: 15px;

    }
        
 .submenu A:visited 
    {
    font-family: arial;
    font-size: 13PX;
    color: #494b50;
    text-decoration: none;
    margin-left: 15px;

    }
        
.submenu A:hover
    {
    font-family: arial;
    font-size: 13PX;
    background-color: #88AEC5;
    border-top: 1px solid #88AEC5;
    border-top: 
    color: #494b50;
    text-decoration: none;
    margin-left: 15px;

        }    
        
                

    
/* client list pictures*/
div.thumbnailShell
{
float:left;
padding: 2px 8px;
border-right: 1px dashed #88AEC5;
border-bottom: 1px dashed #88AEC5;
height: 140px;
font-weight: bold;
}

div.thumbnail {
float: left;
width: 72px;
margin: 5px 3px 6px 3px;
font-size: 10px;
padding: 2px 2px;
text-align: center;
}


div.thumbnail p {
width: 70px;
text-align: center;
font-size: 10px;
float: left;
padding-bottom: 0;
line-height: 1em; 
font-weight: normal;
}  

.quotes
{
float: right;
width: 400px;
border: 1px dashed #88AEC5;
margin-bottom: 20px;
text-align: center;
font-size: 13PX;
font-style: italic;
}


  
/* about us */
 div.aboutUs
 {
 width:47%;
 float: left;
 padding-left: 10px;
  padding-right: 10px;
 }
    
/* about us */
 div.columns
 {

 float: left;
 padding-left: 10px;
  padding-right: 10px;
  border-right: 1px dashed #88AEC5;

 }

.columns ul
{
 list-style-position: outside;
 list-style-type: none;
 line-height: 100%;
 }

.columns li
{
 line-height: 110%;
  list-style-position: outside;
 }
  
/* links for backyard marching band*/
.backyard
    {
    text-align:center;
    font-family: arial;
    font-size: 13PX;
    color: #F6F0CE;
            border-top: 1px solid #89AFC6;
    border-bottom: 1px solid #89AFC6;
    }

.backyard A:link 
    {
    font-family: arial;
    font-size: 13PX;
    color: #F6F0CE;
    text-decoration: none;
            border-top: 1px solid #89AFC6;
    border-bottom: 1px solid #89AFC6;
    }
        
 .backyard A:visited 
    {
    font-family: arial;
    font-size: 13PX;
    color: #F6F0CE;
    text-decoration: none;
        border-top: 1px solid #89AFC6;
    border-bottom: 1px solid #89AFC6;
    }
        
.backyard A:hover
    {
    font-family: arial;
    font-size: 13PX;
    color: #494b50;
    text-decoration: none;
    border-top: 1px solid #494b50;
    border-bottom: 1px solid #494b50; 
        }        
