/**************************************************/
/* This is the CSS file for Gettysburg Campground */
/* Author: Jonathan Pelland                       */
/* Company: Pelland Advertising                   */
/* Client: Gettysburg Campground                  */
/* Date: 01/23/06                                 */
/**************************************************/

/**************************************************/
/* The Body tag: the basic layout for the website */
/**************************************************/
body {
	
}

/**************************************************/
/* Cell tags: in this section are the assorted    */
/* cell layouts that are used within the          */
/* Gettysburg Campground website                  */
/**************************************************/

/* Basic Cells */
td.whiteWide {  /* This is the basic white cell with blue text, no padding */
	width: 780px;
	background-color: #FFFFFF;
	color: #322F79;
	font-family: Arial;
	font-size: 10pt;
	text-align: center
}

td.blueWide {  /* This is the basic blue background cell for header images, no padding */
	width: 780px;
	background-color: #322F79;
	text-align: center
}

td.linksCell {  /* This is the cell that contains the navigation links, 9px padding top, 8px bottom */
	width: 780px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 4px
}

td.whiteHeader {  /* This is the white background text header cell */
	text-align: center;
	padding-bottom: 3px
}

td.introCell {  /* This is the padded introductory paragraph cell, 8px padding top/bottom */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #322F79;
	text-align: justify;
	padding-top: 8px;
	padding-bottom: 8px
}

td.pictureCell {  /* This is the 3 picture wide blue cell with a 5px padding all around */
	width: 780px;
	height: 178px;
	background-color: #322F79;
	text-align: center;
	padding: 5px
}

td.padHeader {  /* This is the padded small header underneath the pictures */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #322F79;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px
}

td.padBottomText {  /* This is a standard text cell with an 8px bottom padding */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #322F79;
	text-align: justify;
	padding-bottom: 8px
}

td.woodalls {  /* This is the Woodall's Rating cell */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #322F79;
	text-align: center
}

td.footer {  /* This is the footer cell containing the address with a 10px bottom padding */
	width: 780px;
	background-color: #322F79;
	text-align: center;
	padding-bottom: 10px
}

td.counter {  /* This is the standard white cell with padding */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	padding-top: 10px
}

td.pelland {  /* This is the Pelland Advertising logo cell */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	padding-top: 8px
}

/* Text Areas */
td.infoHeader {  /* The header cell for information text cells */
	width: 700px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 3px
}

td.infoArea {  /* The text area for the information text cells */
	width: 700px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	padding: 3px
}

/* Rates Table */
td.rateTitleWide {  /* The Rates left column title */
	width: 350px;
	background-color: #322F79;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center
}

td.rateTitleThin { /* The Rates price columns titles */
	width: 175px;
	background-color: #322F79;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center
}

td.rateType { /* The Rates left type column */
	width: 350px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

td.ratePrice { /* The Rates price columns */
	width: 175px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: center
}

td.rateWide { /* The Rates wide row */
	width: 700px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

td.rateSpacer { /* The Rates spacer row */
	height: 8px;
	width: 600px;
	background-color: #322F79
}

/* Activities Table */
td.actMonth { /* The Activities month row */
	width: 700px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 3px
}

td.actDay { /* The Activities day column */
	width: 150px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	padding-left: 6px
}

td.actEvent { /* The Activities event column */
	width: 550px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	padding: 3px
}

/* Reservation Form */
td.resHeader { /* The Reservation Form header */
	width: 700px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 3px
}

td.resPrompt { /* The Reservation Form prompt column */
	width: 300px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: right;
	padding: 3px
}

td.resInput { /* The Reservation Form input column */
	width: 400px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	padding: 3px
}

td.resRules { /* The Reservation Form rules cell */
	width: 700px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	padding: 3px
}

td.resButtons { /* The Reservation Form button cell */
	width: 700px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	padding: 3px
}

td.resSpacer { /* The Reservation Form spacer row */
	width: 700px;
	background-color: #ABB0E0;
	height: 8px
}

/* Fee Table */
td.feeHeader {  /* The Fee header */
	width: 200px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

td.feeAge {  /* The Fee age field */
	width: 100px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

td.feePrice { /* The Fee price field */
	width: 100px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: center
}

/* Youth Table */
td.youthHeader {  /* The Fee header */
	width: 300px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

td.youthType {  /* The Fee age field */
	width: 150px;
	background-color: #ABB0E0;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

td.youthPrice { /* The Fee price field */
	width: 150px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: center
}

/**************************************************/
/* Text tags: within this section are the tags    */
/* which handle the fonts used within the         */
/* Gettysburg Campground website                  */
/**************************************************/

font.address {  /* This is the font tag for the address and phone number */
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF
}

font.tollFree {  /* This is the font tag for the toll free number */
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #ABB0E0
}

/**************************************************/
/* Hyperlink tags: the formatting for hyperlinks  */
/* within the Gettysburg Campground website       */
/* is found here                                  */
/**************************************************/

a.whiteLink {  /* The white e-mail link base color for the footer */
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF
}

a.whiteLink.visited {  /* The white e-mail link visited color for the footer */
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF
}

a.blueLink {  /* The blue color hyperlinks */
	font-family: Arial;
	font-size: 10pt;
	color: #322F79
}

a.blueLink.visited {  /* The blue color hyperlinks visited */
	font-family: Arial;
	font-size: 10pt;
	color: #322F79
}

a.blackLink {  /* The black color hyperlinks */
	font-family: Arial;
	font-size: 10pt;
	color: #000000
}

a.blackLink.visited {  /* The black color hyperlinks visited */
	font-family: Arial;
	font-size: 10pt;
	color: #000000
}

a {

}

a.visited {

}