body {
	margin: 0 auto;
	padding: 0;
	background-image: url("../App_Images/bg.sub2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #713209;
	font-family: georgia, serif;
	font-size: 13px;
	color: #593b28;
}
#boxSubHero 
{position:relative; z-index:0;
	width: 100%;
	height: 207px; overflow:hidden;
	margin: auto;
	text-align: center; margin:0px; padding-top:1px;
}

#containerSubContent {
	width: 960px;
	height: auto;
	margin: auto;
	background-image: url("../App_Images/bg.subcontent.jpg");
	background-repeat: repeat-y;
	background-position: 0 0;
}

#subLeftCol {
	width:252px;
	height: auto;
	margin-left: 8px;
	float: left;
	 display: inline; /* needed to fix IE6 double margin bug */
}

.lblBookText
{
	color:#354e00;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-top:-78px;
	margin-right:100px;
	cursor:pointer;
}


#containerSubNav {
	width: 252px;
	height: 268px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#containerSubNavAcc {
	width: 252px;
	height: 268px;
	position: relative;
	background-image: url("../App_Images/bg.subnav.acc.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerSubNavRea {
	width: 252px;
	height: 268px;
	position: relative;
	background-image: url("../App_Images/bg.subnav.rea.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerSubNavGrp {
	width: 252px;
	height: 268px;
	position: relative;
	background-image: url("../App_Images/bg.subnav.grp.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerSubNavAmn {
	width: 252px;
	height: 268px;
	position: relative;
	background-image: url("../App_Images/bg.subnav.amn.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerSubNavLoc {
	width: 252px;
	height: 268px;
	position: relative;
	background-image: url("../App_Images/bg.subnav.loc.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerSubNavCon {
	width: 252px;
	height: 268px;
	position: relative;
	background-image: url("../App_Images/bg.subnav.con.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerSubNavDefault {
	width: 252px;
	height: 268px;
	position: relative;
	background-image: url("../App_Images/bg.subnav.default.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#boxSubNav {
	width: 196px;
	height: 208px;
	top: 41px;
	left: 26px;
	position: absolute;
}

#boxSubNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.txtSubNav {
	font-size: 13px;
	color: #482912;
	text-align: center;
	line-height: 18px;
}
.txtSubNav A:link {
	text-decoration: underline;
	color: #703208;
}
.txtSubNav A:visited {
	text-decoration: underline;
	color: #703208;
}
.txtSubNav A:hover {
	text-decoration: underline;
	color: #482912;
}
.txtSubNav A:active {
	text-decoration: underline;
	color: #482912;
}


   #subRightCol {
	width:688px;
	height: auto;
	margin-right: 8px;
	float: right;
}

/* BEGIN TITLE/NAV BAR */
#boxNavBarSection {
	width: auto;
	height: 42px;
	float: left;
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	background-color: #e4dfc2;
}

.txtNavBarSection {
	font-size: 18px;
	color: #482912;
	font-style: italic;
	line-height: 42px;
}

#containerNavBar {
	width: 688px;
	height: 50px;
}

#boxNavBar {
	width: 688px;
	height: 42px;
	background-color: #ffffff;
}
#boxNavBar ul {
	margin: 0;
	padding: 0;
}
#boxNavBar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: lowercase;
}

.txtNavBar {
	font-size: 11px;
	color: #482912;
	line-height: 42px;
}
.txtNavBar A:link {
	text-decoration: underline;
	color: #703208;
}
.txtNavBar A:visited {
	text-decoration: underline;
	color: #703208;
}
.txtNavBar A:hover {
	text-decoration: underline;
	color: #482912;
}
.txtNavBar A:active {
	text-decoration: underline;
	color: #482912;
}
/* END TITLE/NAV BAR */

#boxContentLeft {
	width: 262px;
	float: left;
}

#boxContentRight {
	width: 376px;
	float: right;
}


/*REAL ESTATE 'CALLOUT' BUTTON FOR KENDAL'S PROMOTIONAL DEALS*/
.callout
{
	position:absolute;
	border:3px double #e4dfc2;
	margin:-190px 3px 3px 130px;
	padding:8px;
	height:50px;
	width: 260px;
	background-color:#f7f4eb !important;
	text-Align:center;	
	filter:alpha(opacity=90); 
	opacity:0.90; 
	font-size:11px;
}
.callout a
{
	color:#2f6379;
	font-size:11px;
	font-weight:bold;
}
.callout b
{
	color:#ab4c0a;
	font-size:12px;
	font-weight:bold;
}
/*ENDS RE-CALLOUTS*/

/*The balance of these styles should be in PageContent.css */
/*.txtContent {
	font-size: 13px;
	line-height: 20px;
}
.txtContent A:link {
	text-decoration: underline;
	color: #2f6379;
}
.txtContent A:visited {
	text-decoration: underline;
	color: #2f6379;
}
.txtContent A:hover {
	text-decoration: underline;
	color: #11394a;
}
.txtContent A:active {
	text-decoration: underline;
	color: #11394a;
}

.txtContentSmall {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}

.txtContentSmallNormal {
	font-size: 11px;
	line-height: 15px;
}

.txtContent table {
	border-collapse: collapse;
}

h1 {
	font-size: 18px;
	color: #492817;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 17px;
	color: #492817;
	font-weight: normal;

}
.txtContentIntro {
	font-size: 13px;
	line-height: 20px;
}*/