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

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

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

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

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

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

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #423019; 
	float:right;
	padding:4px;
	background-color:#f4ead9;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.scroll {
	scrollbar-3dlight-color:a5b5ba;
	scrollbar-arrow-color:1e4752;
	scrollbar-base-color:a5b5ba;
	scrollbar-face-color:d6e1e5;
	scrollbar-highlight-color:a5b5ba;
	scrollbar-shadow-color:a5b5ba
}
/***********************************
Masthead
***********************************/
#masthead {
	width:796px;
	height:135px;
    	margin:0 auto;
    	padding:0px;
	background-image:url(images/bknd_masthead.jpg);
	background-repeat:no-repeat;
}
#logo {
	float:left;
	padding: 17px 0 0 49px;
}

#topnav {
	float:right;
	text-align:right;
	margin: 12px 12px 0 0;
	color:#423019;
}
#topnav a:link, #topnav a:visited {
	color:#423019;
	text-decoration:none;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
}

/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:13px;
	line-height:16px;
     background:#423019;
     height:45px; /* height of the main navigation */
     width: 796px;
     margin:0 auto;
}

/* main navigation tabs */

ul#main-nav-ul {
     width: 796px; /* subtract the left padding in this declaration from the overall menu width to get this value */ 
	/* This menu's starting width was 796px */ 
	list-style: none;
	margin: 0;
	padding: 0;

}

ul#main-nav-ul ul>li {
     top: auto;
     left: auto;
}

ul#main-nav-ul li {
     float:left;
     position:relative;
     list-style-type:none;
     margin:0px;
     text-transform:uppercase;
     text-align:center;
}

ul#main-nav-ul li a {
     padding:5px 19px 8px 19px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     background:#423020;
     border-right:1px solid #554531;
}

ul#main-nav-ul li a.single {
	padding:12px 19px 17px 19px;
}
ul#main-nav-ul li a.last {
     border-right:0px;
	padding:12px 19px 17px 20px;
}

ul#main-nav-ul li a:hover {
	background-image:url(images/bknd_nav.gif);
	background-repeat:repeat-x;
}

#flashcontain {
	width: 796px;
	margin:0 auto;
}


/***********************************
Page Content Container
***********************************/
#contain {
	width:796px;
	height:auto;
    	margin:0 auto;
    	padding:0px;
	background-color:#FFFFFF;
	background-image:url(images/bknd_content.jpg);
	background-repeat:repeat-x;
}
/***********************************
Find a Kelly Inn and Reservations Callout
***********************************/
#findakellyinn {
	float:left;
	width:285px;
	margin:0 auto;
	padding:20px 20px 12px 38px;
	text-align:left;
}
#findakellyinn h2 {
	font:22px/22px Georgia, "Times New Roman", Times, serif;
	color:#423019;
	text-align:left;
	margin:22px 0 4px 0;
}
#makeareservation {
	float:left;
	margin:0 auto;
	padding:20px 20px 12px 38px;
	text-align:left;
}
#makeareservation h2 {
	font:22px/22px Georgia, "Times New Roman", Times, serif;
	color:#423019;
	text-align:left;
	margin:22px 0 4px 0;
}

/***********************************
Brand Logos and Submit RFP Callout
***********************************/
#brands {
	float:left;
	width:445px;
	text-align:center;
	padding:12px 38px 12px 38px;
}
#brands a:link, #brands a:visited {
	opacity:0.4;filter:alpha(opacity=40);

}
#brands a:hover {
	opacity:1;filter:alpha(opacity=100);
}

#submitrfp {
	float:left;
	margin:0 auto;
	padding:20px 20px 12px 0;
	text-align:left;
}
#submitrfp h2 {
	font:22px/26px Georgia, "Times New Roman", Times, serif;
	color:#423019;
	text-align:left;
	margin-bottom:4px;
}
/***********************************
Page Content
***********************************/
#maincontent {
	float:left;
	width:445px;
	text-align:left;
	padding:38px;
}
#maincontentwide {
	float:left;
	width:720px;
	text-align:left;
	padding:38px;
}
.portfolioborder {
	margin-right: 22px;
	margin-bottom: 12px;
	border:1px solid #423019; 
	float:left;
	padding:4px;
	background-color:#f4ead9;
}
#maincontent p, #maincontentwide p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1, #maincontentwide h1 {
	font:22px/26px Georgia, "Times New Roman", Times, serif;
	color:#423019;
	text-align:left;
	margin-bottom:12px;
}

#maincontent h2, #maincontentwide h2 {
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	color:#532314;
	margin-bottom:12px;
}

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

#rtcallouts {
	float:left;
	font:12px/22px Georgia, "Times New Roman", Times, serif;
	margin:auto;
	width:240px;
	padding:38px 0 12px 0;
	text-align:left
}

#rtcallouts h2 {
	font:22px/22px Georgia, "Times New Roman", Times, serif;
	color:#423019;
	text-align:left;
	margin-bottom:4px;
}



/***********************************
Footer
***********************************/
#footercontain {
	width:796px;
	margin:0 auto;
	border-bottom:5px solid #017f3f;
	padding-bottom:12px;
}
.footerhdr {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#footer {
	width:796px;
	text-align:center;
	color:#423019;
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	margin:auto;
	padding-top:18px;
	
}
#footer A:link, #footer A:visited {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
  	text-decoration:none;
  	color:#423019;
}

#footer A:hover, #footer A:active {
  text-decoration:underline;
}



 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #ffffff; background-color:#532314; border: 1px #532314 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#532314; 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: #9d2002; 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: #f4ead9; background-color: #f4ead9; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #f4ead9; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #f4ead9; } /* 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 */

/* @end */