/* Base Stylesheet for Boxwood Website */

*
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	line-height: 10px;
}

a
{
  	color: rgb(31,143,255);
  	font-weight: bold;
  	text-decoration: none;
}

a:hover
{
  	color: rgb(153,0,0);
  	font-weight: bold;
  	text-decoration: underline;
}

p 
{   font-size: 1em; 
    line-height: 15px;
}

p.welcome
{ 
    font-size: 1.1em; 
    font-weight: bold;
    line-height: 15px;
}
  
p.footer
{
  	font-size: 0.90em;
  	text-align: center;
}

p.contact
{
  	font-size: 1.25em;
  	text-align: center;
  	font-weight: bold;
}
sup
{
    text-align: center;
    font-size: 0.85em;
    color: rgb(0,0,0);
}

td
{
    color: black;
    font-weight: bold;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	line-height: 20px;
}

body
{
	  font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: black;
 	  background-color: rgb(174,194,210);
 	  text-align: center;
 	  
}

#frame
{
  	width: 929px;
   	height: 743px;
  	margin-right:auto;
		margin-left:auto;
		margin-top: 0px;
		padding:0px;
		text-align:left;
	
		
}

#heading1
{
  	width: 794px;
  	background-color: rgb(120,150,210);
  	text-align: center;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
 	  padding-top: 10px;
 	  padding-right: 135px;
 	  padding-left: 0px;
}

#heading2
{
   
  	width: 899px;
  	height: 15px;
    background-color: rgb(40,85,157);
    padding-left: 15px;
  	padding-right: 15px;
  	border-bottom: solid 1px white;
    
   	
}
h1
{
  	font-size: 2.5em;
  	font-weight: bold;
  	color: rgb(0,102,204);
  	line-height: 30px;
}

h2
{
  	font-size: 1.35em;
  	font-weight: bold;
  	color: rgb(255,255,255);
  	line-height: 10px;
}

h3
{
  	font-size: 1.00em;
  	font-weight: bold;
   	color: rgb(255,255,255);
  	line-height: 15px;
}
 

#wrapper
{
  	width: 929px;
  	background-color: rgb(170,226,226);
  	font-size: 10px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	
}

#enclose{ height: 500px;}

#leftcolumn
{
  	float: left;  
  	width: 205px;
  	height: 491px;
    background-color: rgb(100,100,100);
    color: black;
   	text-align: left;
   	padding-left: 20px;
   	padding-right: 20px;
 	  
 	 
}

#insert
{
  	float: left;
  	width: 199px;
  	background-color: rgb(174,194,210);
  	margin-left: 0px;
  	border-top: solid 2px white;
    border-left: solid 2px white;
  	border-right: solid 2px white;
  	
}

#insert2
{
  	float: left;
  	width: 199px;
  	background-color: rgb(174,194,210);
  	margin-left: 0px;
  	border-left: solid 2px white;
  	border-right: solid 2px white;
  	padding-top: 5px;
  	padding-bottom: 12px;
}

#insert3
{
  	float: left;
  	width: 199px;
  	background-color: rgb(174,194,210);
  	margin-left: 0px;
  	border-left: solid 2px white;
  	border-right: solid 2px white;
  	border-bottom: solid 2px white;
    padding-top: 12px;
  	padding-bottom: 18px;
}

#insert4
{
  	float: left;
  	width: 185px;
  	height: 443px;
  	background-color: rgb(174,194,210);
  	margin-left: 0px;
  	border: solid 2px white;
    padding-bottom: 24px;
}
#middlecolumn
{
  	float: left;  
	  width: 415px;
  	background-color: rgb(174,194,210);
  	color: black;
  	text-align: justify;
  	padding-top: 5px;
  	padding-left: 20px;
  	padding-right: 20px;
  	height: 486px;
  	
}

#rightcolumn
{
  	float: left;
  	width: 199px;
  	height: 471px;
  	background-color: rgb(100,100,100);
  	text-align: justify;
  	padding-top: 10px;
  	padding-left: 20px;
  	padding-right: 10px;
   	padding-bottom: 10px;
}

img 
{ 
    border: none;
}


img.logo
{
   float: left;
   padding-top: 10px;
   padding-left: 40px;
}

img.thumbnail 
{
   background-color: rgb(174,194,210);
   padding-top: 23px;
   padding-left: 27px;
   padding-right: 20px;
   
}		

img.slideshow 
{
   background-color: rgb(174,194,210);
   padding-left: 10px;
  
}		

img.mayfair 
{
   background-color: rgb(174,194,210);
   padding-left: 45px;
  
}		

#footer1
{
  	float: left;  
  	width: 899px;
  	height: 15px;
    background-color: rgb(40,85,157);
    padding-left: 15px;
  	padding-right: 15px;
  	border-top: solid 1px white;
    
   	
}

#footer2
{
  	float: left;  
  	width: 899px;
    background-color: rgb(120,150,210);
    text-align: justify;
   	padding-left: 15px;
  	padding-right: 15px;
}

			

