/* Arts and Letters Stylesheet */

/* General Styles */
body {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	background-color: #CDEBF7;
	background-image: url(../images/brownthatchsquare_2.png);
}

a {
	text-decoration: none;
	color: #663300;
}

a:visited {
	color: #663300;
}

a:hover {
	text-decoration: none;
	color: #98AFB9;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #663300;
}

#mainContainer {
	width: 960px;
	border: medium solid #663300;
	background-repeat: no-repeat;
	background-color: #B9D5E1;
	background-image: url(../images/top_laticework_2.png);
	margin-top: 5px;
}

#headerContainer{
	width: 900px;
}

#header {
	text-align: center;
	width: 900px;
	padding-top: 5px;
}

#headerLeft {
	width: 35%;
	color: white;
}

#headerRightTop {
  width: 65%;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

#headerRightBottom {
  width: 65%;
  font-size: 28px;
  font-weight: bold;
  color: white;
}

#linkBar {
	width: 900px;
	height: 20px;
	padding-top: 10px;
}

#linkBarTopTable {
	width: 80%;
/*  border-top: solid 1px #8588B9;
  border-bottom: solid 1px #8588B9;*/
}

#linkBarTopTable a {
	color: #663300;
	font-style: normal;
	font-weight: bold;
	font-size: 85%;
}

#linkBarTopTable a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
}

#secondaryLinkBar {
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -5px;
}

#secondaryLinkBar a {
	text-decoration: none;
	font-weight: bold;
}

#content {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 900px;  /* mom liked B9B878 */
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/striped_paper_blue.png);
	border: medium solid #663300;
	padding-right: 10px;
	padding-left: 10px;
}

#contentInner {
	padding: 5px 10px 10px;
	position: relative;
	top: -25px;
	background-color: #FFFFFF;
	margin: 25px 15px 15px;
	border: medium solid #663300;
}

#footer {
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
}

.footerSide {
	width: 15%;
	text-align: center;
}

#footerMiddle {
	width: 70%;
	border-bottom: 1px solid #999999;
}

#copyright {
  margin-top:10px;
  font-size: 11px;
  text-align: center;
  min-width: 900px;
}

/* Utility Styles */
.leftHalf {
	float: left;
	width: 50%;
	border-top: medium #663300;
	border-right: medium #663300;
	border-bottom: medium #663300;
	border-left: medium #663300;
}

.rightHalf {
	float: right;
	width: 50%;
}

.highlightBox {
	font-size: 18px;
	background-color: #B9D5E1;
	border: medium solid #663300;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 0px;
	text-align: center;
}

.highlightBox2 {
	font-size: 18px;
	border: medium solid #663300;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
}

.highlightBox3 {
	font-size: 18px;
	background-color: #FFDD99;
	border: medium solid #663300;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 0px;
	text-align: center;
}

/* Homepage Styles */
#homepageContentLeft {
	width: 25%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	border: medium solid #663300;
	background-color: #FFFFFF;
	margin-top: 26px;
	font-weight: bold;
	height: 460px;
}

#homepageLinksHeader {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	font-style: italic;
	border: medium none #663300;
}

.homepageLinksSpacing {
  height: 14px;
}

.homepageLinksCell {
	text-align: center;
	font-size: 15px;
	padding: 3px;
	padding-bottom: 5px;
}

#homepageContentRight {
	width: 66%;
	margin-left: 1%;
	margin-right: 3%;
	float: right;
	margin-top: 10px;
	position: relative;
	top: 15px;
}

#homepagePictureTable {
  border-collapse: collapse;
}

#homepagePictureHeadline {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-style: italic;
	height: 30px;
}

#homepagePictureTop {
	height: 250px;
	text-align: center;
	border: medium solid #663300;
	overflow: hidden;
}

#homepagePictureMiddle {
	font-size: 89%;
	font-weight: bold;
	color: #663300;
	text-align: center;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.homepagePictureBottom {
	width: 33%;
	height: 150px;
	text-align: center;
	border: medium solid #663300;
	background-position: center;
	background-repeat: no-repeat;
}

/* Specials Styles */
#fiveSpecialsTable {
    width: 98%;
	border: medium solid #663300;
	border-collapse: collapse;
}

#fiveSpecialsTable td {
	padding: 5px;
	border: medium solid #663300;
	border-collapse: collapse;
}

.specialDescription {
    font-size: 14px;
}

/* Testimonials Styles */
#testimonialsLeadIn {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}

.testimonial {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #555555;
}

.lastTestimonial {}

.testimonialText {
  font-size: 15px;
  padding-bottom: 5px;
}

.testimonialHighlight {
	font-weight: bold;
	font-style: italic;
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}

.testimonialAuthor {
  padding-left: 55%;
  font-size: 14px;
  font-weight: bold;
}

#testimonialsLeft {
  width: 65%;
  padding: 5px;
  padding-right: 10px;
  border-right: 1px dashed #555555;
  float: left;
}

#testimonialsRight {
	width: 29%;
	padding: 5px;
	margin-left: 5px;
	float: right;
}

#testimonialsRightHeader {
  font-weight: bold;
}

/* Screen-Only Styles */
@media screen {
  #printHeader {
	display: none;
  }

  #printFooter {
	display: none;
  }
}

/* Print-Only Styles */
@media print {
  /* General Styles */
  #header {
    display: none;
  }

  #printHeader {
    font-size: 40px;
    font-weight: bold;
    border-bottom: solid medium black;
  }

  #linkBar {
    display: none;
  }

  #secondaryLinkBar {
	display: none;
	margin-top: 150px;
  }

  #footer {
    display: none;
  }

  #printFooter {
    font-size: 25px;
    font-weight: bold;
  }

  #copyright {
	border-top: solid 1px #CCCCCC;
	color: #FFFFFF;
  }

  /* Utility Styles */
  .highlightBox {
	border-color: #999999;
  }

  .highlightBox2 {
	border-color: #999999;
  }

  /* Testimonial Page Styles */
  .testimonialHighlight {
    color: #555555;
  }
}

#homepageContentTop {
	width: 500px;
	height: 15px;
	margin: 0px 40px 0px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	float: right;
}
