/*// Styling for the Franchisor tab if it is selected //*/
#navIsorTab {
	background: #ccc;
}
td.headerCol,td.headerColEnd  {
	background: #ccc;
	color: #333;
}
#navIsorTab a {
	color: #333;
	font-style: normal;
	font-weight: bold;
}

#navIsorTab:hover, #navIsorTab a:hover {
	background: #ccc;
}

/*// Styling for the main landing page //*/
table#midContentMain {
	background: #fff;
	width: 450px;
}

td.feature2, td.feature1 {
	background: #439ACF;
	padding: 5px;
}
td.feature1 {
	background: #ccc;
}

td.feature2 div, td.feature1 div {
	background: #439ACF;
	padding: 10px;
	padding-bottom: 5px;
	border: #fff 1px solid;
}
td.feature1 div {
	background: #ccc;
}

td.feature2 h1, td.feature1 h1 {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	padding-left: 5px;
	background-image: none;
}
td.feature1 h1 {
	color: #333;
}

td.feature2 p, td.feature1 p {
	color: #fff;
	padding-left: 5px;
}
td.feature1 p {
	color: #333;
}

td.feature2 img {
	border: 1px solid #fff;
}
td.feature1 img {
	border: 1px solid #333;
}

td.feature1 p.moreInfo, td.feature2 p.moreInfo {
	text-align: right;
	font-weight: bold;
}
