/* CSS for the homepage (index) is in the source code all other pages are linked to this page of CSS*/
body {
margin: 0px; 
padding: 0px; 
text-align: center; 
min-width: 790px;
}

/* index page only */
#wrapper {
width: 75%; 
margin-left:auto; margin-right:auto; 
}

div#entry {
height: 580px; 
background-image: url(images/beaconst90.jpg); 
background-repeat: no-repeat; 
background-position: top; 
}

/* end of index page*/

#container {
width: 750px; 
margin: 0 auto;
text-align: left;
}

h1 {
font: .8em Georgia, "Times New Roman", Times, serif; 
font-weight: bold;
color: #990000; 			   
text-align: center;
}
	
h2 {
font: .9em Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #990000;
}

h3{

font: 14px trebuchet ms,arial,helvetica,sans-serif;
font-weight: bold;
color: #990000;
text-align: center;
}

td
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height:16px;
}

B {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
        font-weight : bold;
}

#branding {
width: 100%;
height: 140px;
margin-top: 30px;
}

#branding img {
float:left;
}

#recognition p {
margin: 0;
padding: 0;
height: 9px;
font: 9px Arial, Helvetica, sans-serif;
color: #666666;
text-align: right;
}

#recognition a {
color: #666666; 
text-decoration: none;  
}
 
#recognition a:hover {
color: #953269; 
text-decoration: underline; 
}

#leftcol {
float: left;
width: 160px;
margin-top: 0px;
}
				
#leftcol ul { 
margin: 0; 
padding: 1em 0; 
list-style-type: none;  /* margins on the list - also removes bullets */
}

/* left side navigation items */
#leftcol li {
margin: 1px 0; 
padding: 0; 
font: .9em Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
text-indent: 15px;
color: #FFFFFF;
background-color: #666666; 
}

#leftcol ul a {
width: 160px;
height: 20px;
line-height: 20px;
color: #953269; 
background-color: #FFFFFF; 
text-decoration: none; 
display: block;			 
}

#leftcol ul a:visited {
width: 160px;
height: 20px;
line-height: 20px;
color: #953269; 
background-color: #FFFFFF;
text-decoration: none; 
display: block;
}

#leftcol ul a:hover {
width: 160px;
height: 20px;
line-height: 20px;
color: #FFFFFF; 
background-color: #953269; 
text-decoration: none;
display: block;
}
	
#leftcol ul	a:active {
width: 160px;
height: 20px;
line-height: 20px;
color: #FFFFFF; 
background-color: #953269; 
text-decoration: none;
display: block;
}	
	
/* end of left column */

#content {
width: 587px;
float: right;
}

#mainContent {
float: left;
width: 461px;
padding: 1.5em;
}

#mainContent p {
font: .9em Georgia, "Times New Roman", Times, serif; 
color: #333333;
}

#directions {
width: 750px;
}

#directions img {
border: 2px groove #953269; 
text-align: center;
}

#rightcol {
float: right;
width: 168px;
padding: 125px 0 0 10px;
}

#rightcol p {
font: 1em Georgia, "Times New Roman", Times, serif; 
color: #953269;
}

div#footer {
clear: both;
width: 100%;
text-align: center; 
margin: 0;  /* makes the div fill its container - usually body */
padding: 6px 3px; /* pushes the links away from top and bottom of the div */
}

#bottomNav ul {
padding: 10px 0 0 0; /* vertical spacing between the lists */
} 

#bottomNav li {
font: 12px trebuchet ms,arial,helvetica,sans-serif;
font-weight: bold;
color: #990000;
display: inline; /* the key CSS - makes the lists display horizontally */
padding: 0 2px 0 4px; 
}

#bottomNav ul li a {
text-decoration: none; /* removes the underlining off the links */
color: #000000; /* the color of the links */
padding: 1px 2px;
}

#bottomNav ul li a:hover {
color:#990000;
background-color: #CCC68A; 
padding: 1px 2px; 
}
 
#address {
font: 14px trebuchet ms,arial,helvetica,sans-serif; 
color: #FFFFFF; 
font-weight: bold; 
background-color: #990000; 
padding: 3px; 
}
 
#address a {
color: #FFFFFF; 
text-decoration: underline;  
}
 
#address a:hover {
color: #CCC68A; 
}					

#legal {
font:.6em Geneva, Arial, Helvetica, sans-serif; 
color: #333333; 
background-color: #666666; 
padding: 3px; 
height: 35px;
} 
  
#legal a {
color: #333333; 
text-decoration: underline;  
}
 
#legal a:hover {
color: #953269; 
}


.style1 {
color: #953269; 
}

.style2 {
font-weight: bold; 
color: #333333; 
}

.style3 {
font: .75em Geneva, Arial, Helvetica, sans-serif;
color: #333333;
font-style: italic;
}

.style4 {
font: .85em Arial, Helvetica, sans-serif;
color: #333333;
}
