body, td, p, div, INPUT, SELECT, .contentarea {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.iframe_element {
	border-style: none;
	font-size: 1em;
	}
.motto_header {
   /* controls the color of the font of the motto header */
   color: black;
   font-weight: bold;
   font-size: 1.25em;
	border-style: none;
   }

.motto_body {
   /* controls the color of the font of the motto body */
   color: black;
   font-weight: bold;
   font-size: 1.55em;
	border-style: none;
   }

.intro {
   /* Controls the font color of the HOME page */
   color: black;
   font-size: 1.00em; /* controls the font size in the center */
	border-style: none;
   }


.screen_bg {
	background-color: #ffffcc;  			/* controls the back ground color of "screens" */
}

body {
	background-color: #ffffcc;				/* controls the overall background of the site */
	border: 5px solid #000066;
}

p {
	margin: 5px 0px 5px 0px;
}

.contentarea {
	background-color:#000000;
}

A,A:link,A:visited,A:active {
	color: #000066;
	text-decoration : none;					/* could be underline to underline all text in the menus */
}

A:hover {
	color: #ff0000;
	text-decoration : underline;
}

.button {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;	
	font-weight: bold;
	cursor:pointer;
	color: #B4975A;
	background-color:#856300;
}

.buttonOver {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;	
	font-weight: bold;
	cursor:pointer;
	color: ;
	background-color:#B4975A;
}

.resDate {
	text-align: center;
	font-weight:bold;
	cursor: pointer;
}

.buttonBox {
	border: 1px solid ;
	margin-left: 7px;
	margin-right: 7px;
}

.errormessage {
	color: #CC0000;
}

.form, .formtitle {
	color: #391E17;
	font-weight: bold;
}

.group, a.group:link, a.group:visited, a.group:active { 
	font-size: 14px;
	color: #391E17;
}

a.group:hover, .group_active, a.group_active:link, a.group_active:visited, a.group_active:active, a.group_active:hover {
	color: #B4975A;
	text-decoration : none;
}

.nav_footer_bot, a.nav_footer_bot:link, a.nav_footer_bot:visited, a.nav_footer_bot:active {
	font-size: 10px;			/* controls the font SIZE of the footer */
	font-weight: bold;		/* makes the footer font BOLD */
	text-decoration : underline;	/* could be underline to underline a link when the mouse is over it */
	color: #000000;			/* the color of the text in the footer */
	}

a.nav_footer_bot:hover {
	color: #ff0000;			/* the color of the text when a link in user the mouse */
	text-decoration : underline;	/* could be underline to underline a link when the mouse is over it */
									/* could be none for just the color change */
	}

.nav_header, a.nav_header:link, a.nav_header:visited, a.nav_header:active { 
	color: #000066;				/* controls the color of the top menu items */ /* light gold */
	font-weight: bold;
	font-size: 13px;				/* font size of the top menu items */
										/* if you elect to change this vale, you choud change the next
											items size also */
}

a.nav_header:hover, a.nav_header_active:link, a.nav_header_active:visited, a.nav_header_active:active, a.nav_header_active:hover {
	color: #ff0000;				/* controls the color of a hovered top menu item */ /* light cream */
	font-weight: bold;
	text-decoration : none;		/* underlined or not */
	font-size: 13px;				/* controls the font size of the top menu when it is hovered over */
										/* if you elect to change this vale, you choud change the above
											items size also */

}

.nav_box {
	border: 5px solid #cc9933;
	/* border-top-width: 20px; */
}

.nav_left, a.nav_left:link, .a.nav_left:visited, a.nav_left:active, a.nav_left:visited { 
	color: #000066;				/* controls the font color of the left menu */
	font-size: 11px;				/* controls the font size of the left menu items */
										/* if you elect to change this vale, you choud change the next
											items size also */
	font-weight: bold;
	line-height: 18px;			/* controls the height of the left menu lines */
										/* if you elect to change this vale, you choud change the next
											items size also */
}

a.nav_left:hover, a.nav_left_active:link, a.nav_left_active:visited, a.nav_left_active:hover {
	color: #ff0000;				/* controls the color of a hovered left menu item */ /* light cream */
	font-size: 11px;				/* controls the font size of a hovered over left menu item */
										/* if you elect to change this vale, you choud change the above
											items size also */
	font-weight: bold;
	text-decoration : none;
	line-height: 18px;			/* controls the height of the left menu lines when the mouse hovers */
										/* if you elect to change this vale, you choud change the above
											items height also */
}

.textLink, a.textLink:link, a.textLink:visited, a.textLink:active { 
	color: #B4975A;
	text-decoration : underline;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

a.textLink:hover {
	color: #675634;
	text-decoration : underline;
}

table.test {
	border: 1px dotted green;
}

table.test td, table.test th {
	border: 1px dotted red;
}

p.test {
	border: 1px dotted blue;
}

.sectionTitle {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #B4975A;
	text-decoration: none;
}

.title, td.title {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #B4975A;
	text-decoration: none;
}

.darkTitle {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #856300;
	text-decoration: none;
}

.stdContentText, .stdContentTextLink {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textMargin {
	margin: 0px 20px 10px 0px;
}

.stdContentTextLink {
	text-align: right;
}

.mainText {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	color: #391E17;
	text-decoration: none;
}

.beigeText {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	color: #B4975A;
	text-decoration: none;
}

.tiny {
	font-size: 11px;
}

a.itemLink,a.itemLink:link, a.itemLink:visited, a.itemLink:active,a.itemLink:hover {
	font-size: 12px;
	text-decoration: none;
	color: #391E17;
}

a.itemLinkBeige,a.itemLinkBeige:link, a.itemLinkBeige:visited, a.itemLinkBeige:active,a.itemLinkBeige:hover {
	font-size: 12px;
	text-decoration: none;
	color: #B4975A;
}

a.itemLinkBig,a.itemLinkBig:link, a.itemLinkBig:visited, a.itemLinkBig:active,a.itemLinkBig:hover {
	font-size: 15px;
	text-decoration: none;
	color: #391E17;
}

a.itemLinkBeigeBig,a.itemLinkBeigeBig:link, a.itemLinkBeigeBig:visited, a.itemLinkBeigeBig:active,a.itemLinkBeigeBig:hover {
	font-size: 15px;
	text-decoration: none;
	color: #B4975A;
}

a.itemLink2,a.itemLink2:link, a.itemLink2:visited, a.itemLink2:active {
	font-size: 12px;
	text-decoration: none;
	color: #391E17;
}

a.itemLink2:hover {
	color: #B4975A;
}

a.resLink,a.resLink:link,a.resLink:visited,a.resLink:active {
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
	color: #391E17;
}

a.resLink:hover {
	text-decoration: underline;
	color: #FF4444;
}

a.resLink2,a.resLink2:link,a.resLink2:visited,a.resLink2:active {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #391E17;
}

a.resLink2:hover {
	text-decoration: underline;
	color: #FF4444;
}

a.ecLink,a.ecLink:link,a.ecLink:visited,a:ecLink:active {
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #391E17;
}

a.ecLink:hover {
	text-decoration: underline;
	color: #B4975A;
}

table.cartTable {
	border-width: 3px;
	border-style: double;
	border-color: #B4975A;
}

table.cartTable td {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	border-width: 1px;
	border-style: solid;
	border-color: #B4975A;
}

table.cartTable th {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #391E17;
	border: 1px solid #B4975A;
}

table.noBorder td{
	border-style: none;
}

img.thinBorder {
	border: 1px solid #B4975A;
}

img.medBorder {
	border: 2px solid #391E17;
}

table.rfp td {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}

.fieldInfo {
	font-weight: 600;
	font-style: italic;
}

table.toCalendar {
	background-color: transparent;
}

td.toTopLeft {
	border-style: solid;
	border-color: #B4975A;
	border-width: 1px 0px 0px 1px;
}

td.toTop {
	border-style: solid;
	border-color: #B4975A;
	border-width: 1px 0px 0px 0px;
}

td.toTopRight {
	border-style: solid;
	border-color: #B4975A;
	border-width: 1px 1px 0px 0px;
}

td.toCalTitle {
	color: #B4975A;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	border-style: solid;
	border-color: #B4975A;
	border-width: 1px 0px 0px 0px;
}

select.toCalNav {
	color: #B4975A;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #B4975A;
}

select.resCalNav {
	color: #B4975A;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #B4975A;
}

td.toCalDayRow {
	color: #391E17;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	background-color: #B69B62;
}

td.toCalCell {
	border-style: solid;
	border-color: #B4975A;
	border-width: 0px 0px 1px 1px;
}

td.toCalCellEdge {
	border-style: solid;
	border-color: #B4975A;
	border-width: 0px 0px 1px 1px;
}

table#arrival td.toCalCellEdge, table#departure td.toCalCellEdge {
	border-style: solid;
	border-color: #B4975A;
	border-width: 0px 1px 1px 1px;
}

td.toButtons {
	border-style: solid;
	border-color: #B4975A;
	border-width: 1px 1px 1px 1px;
}

td.toInfo {
	color: #391E17;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	border-style: solid;
	border-color: #B4975A;
	border-width: 0px 1px 1px 1px;
}

td.hotDatesInfo {
	color: #391E17;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	border-style: solid;
	border-color: #B4975A;
	border-width: 1px 1px 1px 1px;
}

.calBeige {
	color: #B4975A;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
}

.calBrown {
	color: #391E17;
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
}

ul.search {
	list-style-type: none;
}

.searchMatch {
	background-color: #B4975A;
	color: #FFFFFF;
}

table.guestInfo {
	border: 1px solid #B4975A;
}

table.guestInfo td {
	font-size: 11px;
	font-family: Arial;
	color: #391E17;
}

div.flashContainer {
	width: 100%;
	text-align: center;
}

div.flashContainer div {
}

#epFlash_inner .noFlash {
	margin-top: 150px;
}

#splashFilmstrip #filmstrip {
	background-image: url(../images/splash_flash_bg.gif);
	background-repeat: repeat-x;
	height: 105px;
}

#splashFilmstrip #filmstrip .noFlash {
	margin-top: 36px;
}

/* gallery styles */
div#galleryContainer {
	margin: 5px 5px 5px 5px;
}

td.head {
	font-size: 14px;
	font-weight: bold;
	color: #B4975A;
}

td.thinRight {
	border-style: solid;
	border-color: #B69B62;
	border-width: 0px 1px 0px 0px;
}

td.bgBeige {
	background-color: #B69B62;
}

table#adminBox, table#adminBox tr, table#adminBox td{
	/*background-color: #EDE2C9;
	border-style: none;*/
	display: none;
}

a.details, .details:link, .details:active, .details.visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #B4975A;
	text-decoration: none;
}

.detail:hover {
	text-decoration: underline;
}


a.details, .details:link, .details:active, .details.visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: #B4975A;
	text-decoration: none;
}

.details:hover {
	text-decoration: underline;
}

td.blob {
	width: 20px;
	height: 20px;
	background-color: #FEFCF2;
}

div.contentSpacer {
	padding-left: 10px;
	padding-top: 10px;
}

.top_line, .bot_line {
	background-color: #000066;		/* controls the color of the top and bottom lines */ /* blue-ish */
											/* 23227b is the color of the blue in the CPWR logo */
	width: 900;							/* controls the width of the line that crosses the top, under
												the top menu */
	height: 13;							/* controls the height of the above line */
}
.vborder_line {
	background-color: #B4975A;		/* controls the color of the verticle lines surrounding 
   											the menu at home */
	height: 100%;
	width: .1%;							/* .1% is just about one pixel - sorta */
	}
.hborder_line {
	background-color: #B4975A;	/* controls the color of the hor. lines around the menu at hom */
	height: 1px;
	width: 99%;						/* DO NOT make this 100% or the right line will vanish!!! */
	}
.footer_menu_box {
	width: 800;						/* controls the width of the index box that contains menu items */
	}


