@charset "UTF-8";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/middlefield-cafe-bkgnd-1.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	background-color: #184B87;
	text-align: center;
	font: normal 90% Georgia, "Times New Roman", Times, serif;
}
.cc #container {
	width: 780px; /* this overrides the text-align: center on the body element. */
	background-image: url(images/middlefield-cafe-bkgnd-2.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
} 
h1   {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cc #nav {
	height: 161px;
	background-image: url(images/middlefield-cafe-header.jpg);
	background-repeat: no-repeat;
	width: 780px;
	text-decoration: none;
}
.cc #nav ul li {
	display: block;
	width: 185px;
	height: 20px;
	float: left;
	color: #fcdbd0;
	font-weight: bold;
	text-align: center;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 140px;
	text-decoration: none;
}

.cc #nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCDBD0;
	text-decoration: none;
	list-style-type: none;
}

.cc #nav a:visited {
	color: #FCDBD0;
	text-decoration: none;
}

.cc #nav a:hover {
	color: #fff;
	text-decoration: none;
}

.cc #nav a:active {
	color: #fff;
	text-decoration: none;
}

ul {
	width: 780px;
	margin: 0;
}


cc #mainContent a:visited {
	color: #184b87;
}

#mainContent p a {
	color: #184b87;
	font-weight: bold;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

cc #mainContent a:hover {
	color: #fff;
}

cc #mainContent a:active {
	color: #fff;
}



cc #mainContent.strong {
	font-weight: bold;
}
.cc #sidebar1 {
	float: left;
	width: 170px;
	padding-left: 35px;
	text-align: center;
}

span.strong {
	font-weight: bold;
	color: #901f11;
	text-decoration: none;
}


span.small {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

span.strong2 {
	font-weight: bold;
	color: #184b87;
	text-decoration: underline;
}


.cc #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #8F200F;
	text-align: center;
	width: 150px;
}
   
.cc #sidebar2 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}

.cc #sidebar2 h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.cc  #sidebar2  p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.cc  #sidebar2  p a img  {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}


.cc  #sidebar2  a:link  {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: #8f200f;
	font: italic bold 14px/120% Georgia, "Times New Roman", Times, serif;
}

.cc #sidebar2 a:visited {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: underline;
	color: #8f200f;
	font: italic bold 14px/120% Georgia, "Times New Roman", Times, serif;
}

.cc #mainContent {
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.cc #mainContent h2 {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 0;
	color: #000;
}


.cc #mainContent h3 {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #901f11;
	font-weight: bold;
	font-style: italic;
}

.cc #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 135%;
	color: #000000;
	text-align: left;
}
.cc #footer {
	background-color: #123A68;
	height: 174px;
	padding-top: 10px;
	margin: 0 auto;
	width: auto;
	background-repeat: repeat-x;
	position: static;
} 
.cc #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 174px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


