/* CSS document for the Pine Crest Inn website */

/* footer text style */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336666;
}

/* footer link style */
#footer A:link	{	
	text-decoration: underline;
	color: #336666;
}	
		
#footer A:visited	{	
	text-decoration: underline;
	color: #669999;
}	
		
#footer A:active	{	
	text-decoration: underline;
	color: #003333;
}	
		
#footer A:hover	{	
	text-decoration: underline;
	color: #003333;
}

/* dark green background link colors */
#darkgreen A:link	{	
	text-decoration: underline;
	color: #336666;
	font-weight: bold;
}	
		
#darkgreen A:visited	{	
	text-decoration: underline;
	color: #336666;
	font-weight: bold;
}	
		
#darkgreen A:active	{	
	text-decoration: underline;
	color: #669999;
	font-weight: bold;
}	
		
#darkgreen A:hover	{	
	text-decoration: underline;
	color: #669999;
	font-weight: bold;
}

/* link style */
table#content A:link	{
	text-decoration: underline;
	color: #336666;
	font-weight: bold;

}	
		
table#content A:visited	{
	text-decoration: underline;
	color: #669999;
	font-weight: bold;

}	
		
table#content A:active	{
	text-decoration: underline;
	color: #003333;
	font-weight: bold;

}	
		
table#content A:hover	{
	text-decoration: underline;
	color: #003333;
	font-weight: bold;

}

/* styles for content table */
table#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;

}

/* aligns elements in the left-hand column of the content table */
.leftContentColumn {
	text-align: right;
	vertical-align: top;
}


/* aligns elements in the right-hand column of the content table */
.rightContentColumn {
	text-align: left;
	vertical-align: top;
}

/* left-hand column sub nav */
.nav{
	margin-right: 25px;	
}
.nav .special{
	text-decoration: none;	
}

table#content .nav A:link, table#content .nav A:visited, table#content .nav A:active, table#content .nav A:hover{
	text-decoration: underline;
	color: #669999;
	font-weight: bold;
}










/* left-hand column sub nav anchors*/
.link {
	text-decoration: none;	
	color:#FF3300;

}

/* sizes the buffer above the content in the content table */
.contentSpacerGif {
	height: 22px;
	width: 567px;
}

/* sizes the buffer above the footer in the content table */
.footerSpacerGif {
	height: 22px;
	width: 567px;
}

/* sets generic font size */
body, table  {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* styles the first heading in the content area */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #336666;
}

/* styles sub-headings in the content area */
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #669999;
}

/* use this style for any alert message or symbols */
.alert {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

/* use to style footnotes and the asterisks that corespond with them */
.footnote {
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}	

/* use to style all data tables- apply to table tag */
.dataTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}

/* use to style the header of a data table- apply to header row */
.dataTableHeader {
	font-weight: bold;
	color: #003333;
	background-color: #bdd2d2;
	text-align: left;
}

/* use to style alternate rows of a multi-line data table */
.dataTableEven {
	background-color: #fff0e1;
}

/* use to style table of Building Names - apply to table tag */
.bldgTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	align:center;
	border:0;
}
.boldtext {
	font-weight: bold;
	color: #996633;
}
.formLabels {
	text-align: right;
}
