/* CSS Document */
body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-position: bottom;
}

ul {
list-style-type: none;
}

li{
background-image:url(images/bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: 1.25em;
line-height: 140%;
}

#header {
background-color: #000066;
height: 42px;
width: 100%;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding-top: 5px;
padding-bottom: 5px;
}

#mainMenu {
padding-top: 2px;
padding-bottom: 2px;
width:100%;
text-transform: uppercase;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #000066;
background-color: #FFFFFF;
font-family: Georgia, Times New Roman, Times, serif;
font-weight: bold;
font-size: 12px;
text-indent: 10px;

}

#mainMenu a{
text-decoration: none;
}

#mainMenu .activeMenuitem{
text-decoration: none;
color: #FFFFFF;
background-color: #000066;}

#mainMenu .inactiveMenuitem{
color: #000066;
}

#mainMenu visited{
	text-decoration: none;
	color: #000066;
}
#mainMenu a:hover {
	text-decoration: none;
	color: #336699;
}

#barPhoto {
background-image: url(images/menuBar.jpg);
height: 143px;
width: 100%;
}

#container {
background-color: #ffffff;
width: 100%;
margin-top: 10px;
 }

#leftColumn {
	border-style: solid;
	border-color: #000066;
	border-width: thin;
	border-style: solid;
	border-color: #000066;
	border-width: thin;
	float: left;
	width: 150px;
	margin-left: 25px;
	margin-top: 10px;
	background-image: url(images/catering_menu.gif);
	background-repeat: no-repeat;
}

#navList{
color: #000066;
font-size: 14px;
text-transform: uppercase;
padding-left: 1em;
padding-top: 3em;
}

#bottomBorder {
background-image: url(images/catering_menu.gif);
background-repeat: no-repeat;
}

#content {
margin-top: 20px;
margin-left: 210px;
width: 625px;
}

#minContent {
margin-top: 20px;
margin-left: 210px;
width: 625px;
}


#pageheading {
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
}

#headingspacer {
width: 525px;
height: 20px;
}

#paragraph {
width: 575px;
font-size: 14px;
color: #000066;
padding-top: 10px;
padding-bottom: 10px;
}

#menu {
width: 575px;
color: #000066;
font-size: 14px;
padding-bottom: 10px;
}

#menuLeft {
	width: 300px;
	font-size: 14px;
	color: #000066;
	float: left;
	padding-bottom: 10px;
}

#menuRight {
	width: 300px;
	font-size: 14px;
	color: #000066;
	float: right;
	padding-bottom: 10px;
}

#print1 {
width: 500px;
text-align: center;
}

#testimonial {
width: 550px;
font-size: 16px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000066;
padding-top: 10px;
padding-bottom: 10px;
}

#image {
width: 275px;
float: left;
}


#address {
width: 500px;
font-weight: bold;
display: none;
}

#print2 {
	height: 40px;
	padding-top:10px;
	padding-left: 20px;
	font-size: 14px;
	clear: both;
}

#footer {
	background-color: #000066;
	background-image: url(images/bottomslogan.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 46px;
}

