@charset "utf-8";
body {
	font: 16px Georgia, "Times New Roman", Times, serif;
	background: #B7C1D6;
	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 */
	color: #000000;
}


a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


h1 {
padding-bottom: 0px;
margin-bottom: 0px;
text-align: center;
color: #363;
}



h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}



strong {
color: #242C39;	
}


#container {
	width: 940px;  /* using current accepted standard for fixed width */
	background: url(images/main-texture.jpg) repeat;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#head{
	height: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#logo{
	float: left;
	margin-left: 2px;
}


#painting{
	float: right;
}

#slogan{
	margin-left: 25px;
	margin-top: 8px;
}


#main {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/menu-texture.jpg) repeat-y 0 0;
}


#menu{
	float: left;
	width: 180px;
	padding-top: 15px;
	margin-left: 5px;
}


#main-content{
	margin-right: 20px;
	padding: 20px 0;
	font-size: 16px;
}


#news, #mission{
  width: 665px;
  padding-bottom: 1px;
  margin-left: 232px;
}


#news {
	margin-top: 20px;
}


#news-content, #mission-content{
  margin: 2px 5px;
  padding: 5px;
}


#mission-content{
  height: 210px;	
}

#news-content{
}



#video{
float: left;
margin-bottom: 5px;
margin-right: 5px;
background-color: #000;
}


#footer{
width: 100%;
position: relative;
}

.header{
	background: url(images/header-texture.jpg) repeat;
}


.section{
	background: url(images/section-texture.jpg) repeat;
}




#video hr{
padding-top: 0px;
margin-top: 0px;
padding-bottom: 2px;
Margin-bottom: 0px;
}

#menu h2 {
	color: #2a437b;
	font: 24px/30px 'CalligraphyFLFRegular', Georgia, "Times New Roman", Times, serif;letter-spacing: 0;
	margin: 0;
	padding-left: 4px;
	border-bottom: thin solid #2a437b;
		cursor:pointer;
}


#footer h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	line-height: 22px;
}

.left{
float: left;
}

.right{
position: absolute;
right: 8px;	
top: 0px;
}



#footer .center{
position: relative;
left: -25px;
text-align: center;
}


#footer .center a{
	padding: 0 80px;
}

#menu ul{
 padding-left: 0;
 margin-left: 4px;
}

#menu li{
 list-style: none;
}

#menu a, #menu a:link, #menu a:hover{
	font-size: 14px;
	color: #242C39;
}


#current a, #current a:link, #current a:hover {
	font-size: 14px;
	color: #2a437b;
	font-weight: bold;
	text-decoration: none;
}
	

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding: 2px;
}


.caption a, .caption a:link, .caption a:hover{
	font-size: 12px;
	font-style: italic;	
}



#mission-content p{
   margin-left:270px;	
   margin-top: 12px;
   margin-right: 10px;
   line-height: 1.25em;
   font-size: 17px;
}


#news h2{
float:left;	
}

#news-buttons {
padding-left: 580px;
}


.carousel li{
	
}

.carousel li img .left{
float: left;	
margin-right: 10px;
}

.carousel li img .center{
display: block;
margin: 2px auto;
}

.tablecaption{
font-size: .8em;	
}