/* SHORTHAND */
.small {	font-size: 85%; }
.i {	font-style: italic; }
.b {	font-weight: bold; }
.norml { font-weight: normal; }
.centerMe {	text-align: center; }
.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.snug { 	margin: 0px; }
.LfloatIMG {
	float: left;
	margin-right: 20px;
}
.RfloatIMG {
	float: right;
	margin-left: 20px;
}


/*   COMMON ELEMENTS   */
a img {
	border: none;
}
table { 
	border-collapse: collapse; 
	border: none;
	font-size: inherit;
}
td, th  {
	border: none;
	font-size: inherit;
}
table table  {
	background-color: transparent;
}
td table  {
	position: relative;
	margin-left: 0px;
}


/*   MAIN DIVs   */
body {
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
}
.header {
	background-color: #0f6b54;
}
.pagebody {
	padding-bottom: 40px;
}
.LocationContent {
	margin: 25px 10px;
	text-align: left;
}
#bottombar {
	background: #0f6b54 url(../graphics/bottombar.gif) repeat-x 0 0;
	height: 30px;
	padding-top: 12px;
	font-size: 9pt;
	color: white;
}


/*    PAGE ELEMENTS   */

h1#w  {
	margin: 0px;
	white-space: nowrap;
	color: white;
	font-size: 24pt;
	line-height: 20px;
	font-family: Times, sans-serif;
	text-decoration: underline;
	padding-left: 30px;
	padding-top: 15px;
}

h2#w  {
	margin: 0px;
	text-align: right;
	white-space: nowrap;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial;
	line-height: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

h3#w  {
	font-size: 11px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
}

td#topbarcell  {
	background: transparent url(../graphics/topnav.gif) repeat-x;
	font-size: 11px;
}

tr.topbar td img {
	vertical-align: middle;
}

table#NavLinks {
	float: left;
	width: 410px;
	margin-left: 30px;
	margin-right: 30px;
}

table#NavLinks th {
	color: black;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	vertical-align: top;
	padding-bottom: 2px;
	margin: 0;
}

table#NavLinks a {
	color: black;
	text-decoration: none;
	padding: 0;
	margin 0;
}
table#NavLinks a:hover {
	text-decoration: underline;
}

th.here  {
	background: white url(../graphics/navon_mid.gif) repeat-x;
}

th#LtabCurve {
	width: 9px;
	background: white url(../graphics/navon_l.gif) no-repeat;
}
th#RtabCurve {
	width: 9px;
	background: white url(../graphics/navon_r.gif) no-repeat;
}

td.main  {
	vertical-align: top;
	padding-bottom: 35px;
}

#announcement {
	width: 200px;
	position: absolute;
	top: 210px;
	left: 320px;
	border: 3px solid #0f6b54;
	padding: 20px 8px;
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;
}

p.homepara {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
	
.LocationInfoAndMenu {
	width: 600px;
	margin-left: 5px;
}
.LocationImg {
	position: absolute;
	top: 190px;
	left: 650px;
}
.LocationInfo {
	text-align: center;
	font-weight: bold;
}
#HoursAndAddressTable {
	margin: 0 auto 25px;
	font-weight: normal;
	color: black;
}
.MenuChoiceLinks {
	text-align: left;	
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 3px groove gray;
} 
.MenuChoiceLinks a {
	font-size:  10pt;
	font-weight: normal;
}
#OrderLink2 {
	display: block;
	margin-left: 455px;
	position: relative;
	top: 23px;
}
#XroadsInfo {
	color:#ff6600; 
	border-bottom: 3px groove gray;
	padding-bottom: 23px;
}
#PickeringInfo {
	color:#339966; 	
}
#EastgateInfo {
	color:#3366ff; 	
}
#bottombar a { 
	color: white;
	font-weight: bold;
}
#bottombar a:hover { color: #c1e7fe; }

#closednotice {
	margin: 0 auto;
	text-align: center;
	padding: 0.5em;
	border: 2px solid red;
	width: 300px;
	color: black;
}
