/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:13px/18px Georgia, "Times New Roman", Times, serif;
    color:#000000;
    background-color:#f4ebc2;
    text-align:center;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}

a img { border:none; }
img, div, input { behavior: url("iepngfix.htc") }

A:link, A:visited {
  text-decoration:underline;
  color:#000000;
}

A:hover, A:active {
  text-decoration:none;
}

hr { border:0; color:#000000; background-color:#000000; height:1px; margin-bottom:12px; margin-top:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	float:right;
}
.specialsphoto {
	margin-right: 18px;
	margin-bottom: 10px;
	margin-top:6px;
	float:left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	
#rushmore {
	width:1180px;
	height:481px;
	text-align:center;
	margin:auto 0;
	background-image:url(images/bknd-masthead.jpg);
	background-repeat:no-repeat;
}
#maincontent .btn {
	margin-left:4px;
	margin-top:4px;
}
#maincontent .txt {
border:1px solid #999999;
size:170px;
}


/***********************************
Masthead
***********************************/
#masthead {
	width:900px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
	margin-left:60px;
	margin-top:24px;
}

#weather {
	margin-top:240px;
	color:#f4ebc2;
}

img.weather {
	margin-top: 6px;
}
td.weather {
	min-width: 70px;
	text-align:left;
	padding-right: 8px;
}

#promo {
	float:right;
	margin-right:27px;
	margin-top:68px;
}

/***********************************
Page Content
***********************************/
#contain {
	width:900px;
    	margin:0 auto;
    	padding:0px;
}
#contain p {
	margin-bottom:12px;
}
#leftcolumn {
	float:left;
	margin-left:60px;
	margin-top:24px;
	text-align:left;
	width:270px;
}
#maincontent {
	float:left;
	width:540px;
	text-align:left;
	padding:40px 0 30px 25px;
}

#maincontent .thmb {
	float:left;
	margin-right:22px;
	margin-bottom:45px;
}

#maincontent h1 {
	font:22px/25px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-align:left;
	margin-bottom:12px;
}

#maincontent h2, #leftcolumn h2, #maincontent .text strong {
	font:20px/25px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-align:left;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}



/***********************************
Footer
***********************************/
#footercontain {
    font:12px/14px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color:#24431f;
	background-image:url(images/bknd-footer.jpg);
	background-repeat:repeat-x;
}
#footer .textsmall, #footercontain .textsmall {
	color:#f4ebc2;
}
#footer {
	width:900px;
	text-align:left;
	margin:auto;
	padding:22px 0 32px 130px;
}
#footerleft {
	float:left;
	margin:auto 0;
	padding-left:20px;
}
.footerhdr {
	color:#f4ebc2;
	font-weight:bold;
}
#footer p {
	margin-bottom:6px;
}
#footer A:link, #footer A:visited {
  	text-decoration:underline;
	color:#f4ebc2;  
}

#footer A:hover, #footer A:active {
  	text-decoration:none;
}
/***********************************
Calendar Styles
***********************************/
#maincontent table { border-collapse:collapse; width:100%;}

.inputFormButton { font-size:11px; color: #ffffff; background-color:#051e4a; border: 1px #051e4a solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#051e4a; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; text-transform:capitalize}
.daysOfWeek { font-size: 12px; font-weight: bold; }
.gridMain { font-style:normal; border:none}
.linkDayInCell {font-weight:bold; font-size:15px}
.todayColorIn { color: #ffffff; background-color: #051e4a; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #e3e0df; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #e3e0df; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #e3e0df; } /* font color for days not in the display month for days in the display month 
*/
body.inside a.linkDayInCell { color: #000; }
.dropDownInCalendar { background-color:#fff; border: 1px #666 solid; }
.calendardetail { line-height: 15px; padding-right: 5px }
 /* End classes which define the calendar styles */