@charset "UTF-8";
/* CSS Document */

body {
	
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	background: #00355f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
p {
	color: #FFF;
	font-size: small;
	line-height: 16px;
	text-align: center;
	}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00355f;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #bottomlinks { 
	padding: 0 0px 0 0px; /* no margins */
	background:#ffffff; 
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



h2 {
	font-size: 19px;
	color: #8e1c20;font-weight: bold;
	
}

.fourteenpixel {font-size: 15px;}

.text_center {
text-align: center;
margin: 20px 30px 10px 30px;
}
.homepage {
text-align: left;
margin-left: 30px;


}

.red_accent {
	color: #8e1c20;
	font-weight: bold;
}
.green_accent {
	color: #ffffff;
	font-weight: bold;
	background-color:#004d43;
	border-color:  #004d43;
	border-width: 2px;
	border-style: solid;
	border-width: 2px;
	border-style: solid;
	
}
.red_border {
	border-color: #8e1c20;
	border-width: 2px;
	border-style: solid;
	
}
.bottom_border {
	border-bottom-color: #8e1c20;
	border-bottom-width: 2px;
	border-bottom-style: solid;	
}
.top_border {
	border-top-color: #004d43;
	border-top-width: 3px;
	border-top-style: solid;
	
	
}
.copyright {font-size: 10px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
margin-bottom: 20px;
margin-top: 15px;}

.footer { 
margin-top: 20px;
line-height: 14px;
color: #666666;
text-align: center; font-size: 12px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}
.footer a {
	color: #666666;
text-align: center; font-size: 12px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.footer a:link {
	color: #666666;
text-align: center; font-size: 12px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.footer a:visited {
	color: #666666;
text-align: center; font-size: 12px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.footer a:hover {
	color: #00355f;
text-align: center; font-size: 12px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.footer a:active {
	color: #666666;
text-align: center; font-size: 12px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.calendar{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
.calendar a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
.calendar a:link {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.calendar a:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.calendar a:hover {
	font-size: 12px;
	color: #8e1c20;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.calendar a:active {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}
.sidebarlinks{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
	
}
.sidebarlinks a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}
.sidebarlinks a:link {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.sidebarlinks a:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.sidebarlinks a:hover {
	font-size: 12px;
	color: #8e1c20;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.sidebarlinks a:active {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 3px 10px 3px;
}
.sidebarlinks_red {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
	
}
.sidebarlinks_red a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
	
}
.sidebarlinks_red a:link {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.sidebarlinks_red a:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.sidebarlinks_red a:hover {
	font-size: 12px;
	color: #00355f;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.sidebarlinks_red a:active {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 3px 10px 3px;
}
.enews {

	font-size: 12px;
	color: #8e1c20;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.enews a {
	font-size: 12px;
	color: #8e1c20;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.enews a:link {
	font-size: 12px;
	color: #8e1c20;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.enews a:visited {
	font-size: 12px;
	color: #8e1c20;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.enews a:hover {
	font-size: 12px;
	color: #00355f;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 3px 10px 3px;
}
.enews a:active {
	font-size: 12px;
	color: #8e1c20;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px 3px 10px 3px;
}
.bottomlinks {
    color: #ffffff;
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}

.bottomlinks a {
	color: #ffffff;
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}
.bottomlinks a:link {
	color: #ffffff;
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}
.bottomlinks a:visited {
	color: #ffffff;
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}
.bottomlinks a:hover {
	color: #cccccc;
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}
.bottomlinks a:active {
	color: #ffffff;
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
}
.footer1 {margin-top: 20px;
line-height: 14px;
color: #666666;
text-align: center; font-size: 12px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}
 h1{
 text-align: right;
 font-size: 20px;
 font-weight:bold;
 color: #8e1c20;
 font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
 margin-right:15px;
 margin-top: 20px;
  
 }
 .header_info {
  text-align: right;
 font-size: 14px;
 color: #666666;
 font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
 line-height: 18px;
 margin-right: 15px;
 margin-left:30px

 }
  .header_info a:link{
  text-align: right;
 font-size: 14px;
 color: #666666;
 font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  line-height: 18px;
  text-decoration: none;

 }
   .header_info a:visited {
  text-align: right;
 font-size: 14px;
 color: #666666;
 font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  line-height: 18px;
    text-decoration: none;

 }
   .header_info a:hover{
  text-align: right;
 font-size: 14px;
 color: #004d43;
 font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  line-height: 18px;
    text-decoration: none;

 }
 
   .header_info a:active {
  text-align: right;
 font-size: 14px;
 color: #666666;
 font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  line-height: 18px;
    text-decoration: none;
  }

 
 
 
/* New Home Page Styles */

#red_title {
	font-size: 20px;
	color: #8e1c20;
	font-family: Georgia, Trebuchet MS;
	font-weight: bold;
	margin-top: 35px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 35px;
}

#intro_text {
	font-size: 14px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	margin:15px 65px 25px 35px;
	line-height:18px;
	text-align: left;
}


#mary {
background-color:#cca66f;
margin:20px 25px 15px 25px;
color:#333333;
font-size:13px;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
line-height:17px;
}


#tour {
background-color:#811428;
height:47px;
width:210px;
font-size:12px;
color:#ffffff;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
line-height: 15px;
margin: 15px 25px 5px 25px;
}

#tour a {
text-decoration: none;
color:#ffffff;
}


#bottom_page {
background-color:#9f6614;
font-size:12px;
color:#ffffff;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
text-align:center;
}


#bottom_page a {
text-decoration:none;
color:#ffffff;
}

#titles {
padding: 15px 0px 5px 15px;
}

#pic {
padding-left:15px;
}

#titles2 {
padding: 15px 0px 5px 0px;
}

#current_events {
background-color:#ece3c4;
text-align: center;
}

#spotlight {
color:#00355f;
font-size: 18px;
font-family: Georgia, Trebuchet MS;
font-weight:bold;
margin: 15px 0px 5px 0px;
}

#event {
	font-size:medium;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#event a {
	text-decoration:none;
	color: #003;
}

#happening {
color:#00355f;
font-size: 18px;
font-family: Georgia, Trebuchet MS;
font-weight:bold;
margin-bottom:10px;
}

#date {
margin-top:5px;
color:#333333;
font-weight:bold;
}

#calendar a {
font-size:12px;
color:#00355f;
}

#museum_book {
font-size:12px;
padding-top:5px;
}

#addtocart {
background-color:#00355f;
height:15px;
width:88px;
font-size:12px;
color:#ffffff;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
margin:0;
padding:5px;
}

#addtocart a {
text-decoration: none;
color:#ffffff;
}
.hh {
	color: #003;
}
.twoColFixRtHdr #container table tr td #intro_text .style2 span {
	text-align: justify;
}
.twoColFixRtHdr #container table tr #current_events #event .style2 {

}
.twoColFixRtHdr #container table tr #current_events #event .ProgramName .ProgramName {
	font-size: small;
}

