/* CSS Document */
/* Elements */
body, td, th, input, select, button {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color:#C7331B;
	text-decoration:underline;
}
	
a:link {
	color:#C7331B;
	text-decoration:underline;
}

a:visited {
	color:#C7331B;
	text-decoration:underline;
}

a:hover {
	color:#666;
}


h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:16px;
	color:#C7331B;
}
	
h2 {
	font-weight:bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left:10px;
	font-size:14px;
	color:#C7331B;
	background-color:#E3DFD5;
}
	
h3 {
	font-weight:bold;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:11px;
	color:#C7331B;
}

h4 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:10px;
}

p {
	margin: 0;
	padding-top: 1em;
}


/* IDs */
#top {
	margin-top: 5px; 
	border-top: 1px solid #000; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
	}
#textHome {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	}
#textFoodTitle {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
#textFoodTitle p {
	margin-left: 10px;
	border-bottom:1px solid #999;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	}

#textFoodLoc {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 35px;
	padding-bottom: 0px;
	}
#bottom {
	border-bottom: 1px solid #000; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
	}
#footer {
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 35px;
	padding-bottom: 8px;
	color:#333;
	}
#tKids {
	font-family:"Comic Sans MS",Verdana, sans-serif;
}	

#tKids td{
	font-family:"Comic Sans MS",Verdana, sans-serif;
	font-size: 13px;
}	

#underNav p{
	margin-left:10px;
	border-bottom:1px solid #000;
	text-align:left;
}		
	


/*primary nav*/
.navRed a{
	color:#C7331B;
	text-decoration:none;
	font-weight:bold;
	}
	
.navRed a:link {
	color:#C7331B;
	text-decoration:none;
}

.navRed a:visited {
	color:#C7331B;
	text-decoration:none;
}

.navRed a:hover {
	color:#666;
}

.navBlack a{
	color: #000;
	text-decoration:none;
	font-weight:bold;
	}
	
.navBlack a:link {
	color:#000;
	text-decoration:none;
}

.navBlack a:visited {
	color:#000;
	text-decoration:none;
}

.navBlack a:hover {
	color:#666;
}



/*secondary nav*/
.subNav {
	padding-left:10px;
	padding-top: 10px;
	color:#000;
	}
.subNav a{
	text-decoration:none;
	font-weight:bold;
	}
.subNav a:link {
	color:#000;
	text-decoration:none;
}

.subNav a:visited {
	color:#000;
	text-decoration:none;
}

.subNav a:hover {
	color:#C7331B;
	text-decoration:none;
}
.subNav ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	border: 0;
	}
	

/* Classes */
.content {
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 35px;
}
.black {
	color:#000;
	}
.red {
	color:#C7331B;
}	
.side {
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
	}
.under {
	border-bottom:1px solid #000;
	}
.whiteBorder {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	}
.left {
	border-left: 1px solid #999;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 35px;
	}
.left2 {
	border-left: 1px solid #999;
	padding: 0 10px 10px 8px;
	}
.right {
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 35px;
	}
.leftHome{
	border-left: 1px solid #000;
	padding-left: 10px;
	}
.padLeft{
	margin-left: 10px;
}	
