@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(/img/tile-redback.jpg) repeat;
	margin: 0;
	padding: 0;
	line-height:1.5em;
	text-align: center;
}
#container {
	width: 950px;
	background:url(/img/tile-whitemain.jpg) repeat;
	margin-top:20px; 
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	border-top: 8px solid black;
	border-left:8px solid black;
	border-right:8px solid black;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#noticedates {background:#FFF6BF;color:#514721;border-color:#FFD324;}


#noticedates tr {background-color:#FFF6BF; color:#514721;border-color:black;}
.grandtourdate {background-color:#494099; color:white;border-color:black;}
.grandtourdatetitle {background-color:#494099; background-position:top; background-repeat:no-repeat; background-image:url(../img/Grand-Tour-Titletrans.png); color:white; border-color:black;}
.grandtourdatetitle {padding-top:130px;}

#navholder {
	width: 940px;
	background: url(/img/tile-darkred1.jpg) repeat;
	width:100%;
}


.navbig {
font-size:1.1em;
}


.big15 {
font-size:1.5em;
line-height:1.5em;
}

.big {
font-size:2.5em;
line-height:2.5em;
}

.bigger {
font-size:3.5em;
}

.small {
font-size:1em;
}

table.dates {
 clear:both;
 width: 100%;
 line-height: 1.4em;
 border-collapse: collapse;
 border: 4px solid #adbbca;
 color: #4f6480;
 background: #f0f0f0;
 }

table.dates caption {
	margin: 0;
	padding: 0;
	color: #032469;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
}

table.dates tbody tr {
	background: #e9ecee;
	padding-left: 0.6em;
	border-bottom: 4px solid #ccc;
}

#gallery img {
	margin-right:5px;
	margin:bottom:5px;
}

.creambackground {
background-color:#FFFFCC;
}

.whitebackground {
background-color:#FFFFFF;
}

.blockquotenomargin {margin: .5em;color:#666;font-style:italic; line-height:1.5em}
.blockquotenomarginblack {margin: .5em;color:black;font-style:italic; line-height:1.5em}

#header {
	background: #DDDDDD; 
	
	padding: 0;  /* 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. */
}
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#mainContent {
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	
}

#newsbar {
	background-image:url(../img/tile-blue2.jpg);
	background-repeat:repeat;
	color: black;
	
	padding: 0px 10px 0px 10px;
}

#newsingle {

background-image:url(/img/SINGLE-Courtney500.jpg);
width:500px;
background-repeat:no-repeat;
background-position: top center;
}


.pagetitle {
margin:0;
margin-bottom:15px;
padding-top:10px;
padding-bottom:10px;
	background: url(../img/tile-black.gif) repeat;
	
	color: white;
	
}



#footer {
margin:0;
	padding-top: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left: 15px;
	background: url(../img/tile-black.gif) repeat;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: white;
	clear:both;
}


#footer a {
	color:#FF0000;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFF99;
	text-decoration:underline;
}












/* LEGACY */
.bigboldblack {
	font-size: 25px;
	color:black;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}


.bigboldred {
	font-size: 25px;
	color:red;
	font-weight:bold;
	letter-spacing: -1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


.bigboldred:link    {
  /* Applies to unvisited links of class bigboldred */
  text-decoration:  none;
  color:            #FF0000;
} 
  
.bigboldred:visited {
  /* Applies to visited links of class bigboldred */
  text-decoration:  none;
  color:            #FF0000;
}
   
.bigboldred:hover   {
  /* Applies to links under the pointer of class bigboldred */
  text-decoration:  none;
  color:            #CC6600;
} 

.bigboldred:active  {
  /* Applies to activated links of class bigboldred */
  text-decoration:  underline;
}
.date {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:105%;
	text-align: right;
}
.datedark {
color:#990033;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:105%;
}
.venue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:105%;
	color:#333;
}
.venuedark {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:105%;
color:#000066;
}
.address {
	font-style:italic;
	font-size:100%;
	color:#000;
	text-align: right;
}
.addressblack {
font-style:italic;
font-size:90%;
color:#000000;
}
.phone {
font-size:80%;
}
.headline {
	text-transform:uppercase;
	color: #FFFFFF;
	background-color:#CC0000;
	margin-left:-10px;
	padding-left: 10px;
	font-weight: bold;
	font-size:150%;
}
.style1 {
	font-size: small
}
.style2 {
	color: #FFFFFF;
	font-size: medium;
	line-height: 130%;
}
.style4 {
	color: #444444
}
.style5 {
	color: #CC0000;
	font-weight: bold;
	font-size: medium;
}
.style5 a {
	color: #CC0000;
}
.style6 {
color: #FF0000; font-size: medium;
}
.style7 {
	color: black;
	line-height: 145%;
	font-size: small;
}
.style8 {
	color: #FF0000;
	font-weight: bold;
}

.style9 {
	font-variant: normal;
	color: #999999; 
	font-size: small;
}
.style9black {
	font-variant: normal;
	color:black; 
	font-size: small;
}
.style10 {
	font-size: x-small; 
	color:#000000;
}
.style11 {
	color: #FFFFFF;
}


.style12 {
font-size:medium;
background-color:#660000;
	color:#FFFF00;
}
.cdtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color:white;
	font-size:0.9em;
}
.mainheadline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:yellow;
}
.subheadline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#FFFFFF
}

.subheadlinesml {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF
}


.subheadline a {
	text-decoration:none;
	color:#CCCCCC;
	font-size:1.1em;
}

.nextdateaddress {
	text-decoration:none;
	color:#CCCCCC;
	font-size: 0.9em;
}


.img a {
	border: none;
}
.datetitle {
	background-color:white;
	height:135%;
	font-size:x-large;
	font-variant:small-caps;
}
.pagetitle {
	background-color:#CC0000;
	color:#FFFF00;
}
#letter {

	width : 540px;
	background-color:#FFFF66;
	color : black;
	border: 1px solid #ffffff;
	padding: 5px;

} 
#headlinebox1 {
	background-color:#FFCC00;
	color:#000000;
}
.letterrob {
	font-variant: normal;
	color: #999999;
	font-size: small;
}
.alttableback {
	background-color: #FFC;
}
.disclaimer {
	font-size: 70%;
}
