body, html {
	background-color: #b2d6ee;
	background-image: url(/assets/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 150%;
	height:100%; /* needed for container min-height */
}

h1 {
	font-size: 19px;
	font-weight:bold;
	color: white;
	margin-bottom: 10px;
}

h1.blue {
	font-size: 19px;
	font-weight:bold;
	color: #003366;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #003366;
	margin-bottom: 0;
}

a {
	color: #003366;
}

a:hover {
	color: #1F89CD;
}

.separator {
	height: 1px;
	clear: both;
}

#page {
	width:741px;
}

#container {
	width: 741px;
	height:auto !important;
	height:100%;
	min-height:100%;
	position: relative;
	left: 194px;
	top: 73px;


}


#logoAndNav {
	width: 158px;
	float: left;
	position: relative;
	background-color: #FFFFFF
}



/* this starts the navigation css */


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navWrapper {
	width: 142px;
	min-height: 230px;
	_height: 230px;
	position: absolute;
	left: 10px;
	top: 137px;
	visibility: visible;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #B2D6EE;
	padding-top: 8px;

}

*html #nav a {
	height: 13px;
}

#nav a:hover {
	color: #135587;
}

#nav li ul {
	display: block;
	position: absolute;
	left: -1000px;
	bottom: -57px;
}

#nav li ul a {
	border: none;
	text-indent: 10px;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	}

img {
	border-style: none;
}


/* this ends the navigation css */

#homeMovie {
	width: 583px;
	height: 410px;
	float: left;
	z-index: 0;
}

#content {
	width: 583px;
	min-height: 240px;
	_height: 240px;
	float: left;
	position: relative;
	padding-bottom: 30px;
}

#text {
	width: 550px;
	margin-left: 15px; font-size:14px;
}

.pageHeading {
	position: absolute;
	top: -35px;
	left: 150px;
	z-index: 4000;
}

.textSubPages {
	margin-left: 40px;
	width: 473px;
	margin-bottom: 10px;
}

.contactSubPages {
	margin-left: 40px;
	width: 473px;
	margin-bottom: 10px;
}

.textSubPages h2 {
	padding-left: 20px;
	background-image: url(/assets/downloadArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:8px;
}

.contactSubPages form {
	margin-top: 20px;
}

.contactSubPages label {
	float: left;
	width: 70px;
	font-weight:bold;
}

.contactSubPages input {
	width: 200px;
}

.contactText {
	width: 370px;
	height: 100px;
}

.send {
	margin-left: 70px;
}

.errorMessage {
	margin-left: 70px;
}

#quickMenu {
	width: 182px;
	height: 161px;
	position: absolute;
	z-index: 4000;
	left: 387px;
	top: -169px;
}

#quickMenu a {
	font-size: 11px;
	color: #F3AF97;
	position: absolute;
	left: 33px;
	top: 72px;
}


#menuLocationsLinks {
	width: 390px;
	height: 45px;
	background: url(/assets/menuLocationLinks.png) no-repeat;
	margin-top: 15px;
}

#menuLocationsLinks li {
	display: inline;
	float: left;
	width: 85px;
	height: 30px;
	margin-left: 40px;
	margin-top: 7px;
}


#menuLocationsLinks li a {
	line-height: 1;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#menuLocationsLinks li a:hover {
	color: #b2d6ee;
}

/* This is the beginning of the CSS for the franchise pages */

#franchiseCategoriesList {
	position: absolute;
	z-index: 4000;
	left: 10px;
	top: 0;
	width: 455px;
}

.franchiseList {
	float: left;
	width: 220px;
	margin-top: 18px;
	line-height: 180%;
}

.franchiseList li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
	padding-left: 0;
	font-weight: bold;
}

.franchiseText { 
	width: 430px;
}

.franchiseText h2 {
	display: inline;
	height: 10px;
	padding-left: 20px;
	background-image: url(/assets/menuItemArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight:bold;
	margin: 0;
}

.franchiseText p {
	margin-top: 5px;
}

.franchiseDisclaimer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	width: 454px;
	font-size: 10px;
	line-height: 100%;
	font-style: italic;
	text-align:center;
	color: #1F89CD;
}

.restaurantThumb {
	width: 130px;
	height: 150px;
	font-size: 10px;
	text-align:center;
	float: left;
	margin-right: 10px;
}



/* This is the beginning of the CSS for the menu items */

#menuCategories {
	width: 454px;
	height: 103px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	position: relative;
}

#menuCategoriesImage {
	width: 124px;
	height: 103px;
	position: absolute;
	z-index: 1000;
	background-repeat: no-repeat;
}

#menuCategoriesList {
	position: absolute;
	z-index: 4000;
	left: 126px;
	top: -1px;
	width: 330px;
}

#menuCategoriesFrame {
	position: absolute;
	z-index: 2000;
}

.menuList {
	float: left;
	width: 160px;
	margin-top: 10px;
	line-height: 180%;
}

.menuList li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
	padding-left: 0;
	font-weight: bold;
}

.menuDropDown {
	position: absolute;
	top: 47px;
	left: 16px;
	width: 142px;
}

.menuDDListCategory {
	font-size: 11px;
	font-weight: bold;
}

.menuDDListSubCategory {
	font-size: 11px;
	font-weight: normal;
}

.menuDDListItem {
	font-size: 9px;
	font-weight: normal;
}

.subNav {
	width: 454px;
	min-height: 70px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.menuItem {
	width: 454px;
	min-height: 70px;
	margin-left: 40px;
	margin-bottom: 10px;
}

.menuHeader {
	width: 454px;
	height: 36px;
	background-color: #E75F2F;
	background-image: url(/assets/orangeTL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menuHeader h1 {
	line-height: 36px;
	margin-left: 10px;
	background-image: url(/assets/orangeTR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 0;
}

.menuDescription {
	width: 454px;
	background-color: #D8EAF6;
	background-image:url(/assets/blueBL.gif);
	background-repeat:no-repeat;
	background-position: left bottom;

}

.roundCorner {
	width: 444px;
	background-image:url(/assets/blueBR.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.blueLine {
	width: 430px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2D6EE;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	
}

.whiteLine {
	width: 430px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	clear: both;
}

.menuImage {
	width: 124px;
	min-height: 20px;
	_height: 20px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.menuText {
	width: 290px;
	float: left;
}

.menuText h2 {
	padding-left: 20px;
	background-image: url(/assets/menuItemArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight:normal;
	margin-bottom: 5px;
	margin-top: 0;
}

.leadershipText { 
	width: 430px;
}

.leadershipText h2 {
	margin-left: 138px;
	padding-left: 20px;
	background-image: url(/assets/menuItemArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 5px;
}

.leadershipText h3 {
	margin: 0;
	font-size: 16px;
	font-weight:normal;
	margin-bottom: 10px;
}

.companyInfoText { 
	width: 430px;
}

.companyInfoText h2 {
	padding-left: 20px;
	background-image: url(/assets/menuItemArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 5px;
}
	

/*This is the end of the CSS for the menu items*/

#backToTop {
	width: 56px;
	height: 92px;
	position: absolute;
	bottom: 60px;
	left: 684px;
}

#customer {
	position: absolute;
	width: 150px;
	height: 343px;
	left: 601px;
	top: 258px;
	text-align: right;
	z-index: 5000;
}

.customerComment {
	font-size: 12px;
	color: white;
	line-height:120%;
	text-align: left;
	position: absolute;
	left: 24px;
	top: 56px;
	width: 110px;
}

.customerName {
	font-size: 10px;
	line-height: 1;
	font-style: italic;
	font-weight: bold;
	color: #387DA9;
	text-align: right;
	position: absolute;
	left: 22px;
	top: 132px;
	width: 107px;
}

#locationFinder {
	width: 158px;
	height: 176px;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align:center;
	z-index: 4000;
}

#locationFinder input.txt {
	position: absolute;
	top: 154px;
	left: 21px;
	width: 88px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #D9D9D9;
	height: 18px;
}

#footerWrapper {
	width: 741px;
	height: 35px;
	line-height: 135%;
	font-size: 12px;
	position: relative;
	margin-top: -35px;
	float: left;
	clear: both;
}

#footerLeft {
	width: 158px;
	background: #135587;
	text-align: center;
	color: white;
	float: left;
	height: 35px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

/*
#footerLeft a {
	color: white;
	text-decoration: underline;
}

#footerLeft a:hover {
	color: #B2D6EE;
	text-decoration: underline;
}
*/

.footerText {margin-top:10px;}

#footerRight {
	width: 583px;
	background: #1F89CD;
	text-align: center;
	vertical-align:middle;
	float: left;
	color: white;
	height: 35px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

/*
#footerRight a {
	color: #B2D6EE;
	text-decoration: underline;
}

#footerRight a:hover {
	color: white;
	text-decoration: underline;
}
*/

/*This is the style for the locations page*/

.roundcont {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 454px;
	background-color: #D8EAF6;
}

.roundcont form {
	margin: 0;
}

.roundtop { 
	background: url(/assets/blueTR.gif) no-repeat right top; 
}


.roundbottom {
	background: url(/assets/blueBR.gif) no-repeat right bottom;
}

img.corner {
   width: 13px;
   height: 13px;
   border: none;
   display: block !important;
}

.searchTable {
	text-align:left;
	font-weight: bold;
	width: 434px;
	margin-left: 10px;
}

.searchTable input {
	width: 120px;
}

.searchTable select {
	width: 125px;
}

.searchTable select.searchOptionsSelect {
	width: 160px;
}

.searchItem {
	width: 454px;
	min-height: 70px;
	margin-left: 40px;
	margin-bottom: 10px;
}

.mapLink {
	width: 87px;
	height: 45px;
	float: left;
	margin-right: 20px;
	font-weight: bold;
}

.searchAddress {
	width: 320px;
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
}

.download {
	background-image:url(/assets/blueArrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.leadershipDropDown {
	position:absolute;
	left: 341px;
	top: -3px;
	width: 150px;
}

/*CSS for TVCs */

.tvc {
	width: 400px;
	height: auto;
	margin-top: 10px;
}


	