@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #829c4f;
}
.twoColFixLtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #829c4f;
	margin-top: 23px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: 30px bottom;
	background-repeat: no-repeat;
	background-image: url(assets/images/backgrounds/coffoot_bkd.gif);
	height: 600px;
} 
.twoColFixLtHdr #header {
	background-color: #829c4f;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixLtHdr #header h1 {
	background-color: #829c4f;
	background-image: url(assets/images/backgrounds/cofhead_bkd.gif);
	background-position: 0px 80px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 65px;
	text-align: right;
	margin: 0;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 302px;
	background-color: #fcde81;
	padding-top: 50px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 350px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	background-position: -5px 330px;
	text-indent: 0px;
	vertical-align: bottom;
	display: inline;
}
.menubuttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0px;
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-transform: uppercase;
	width: 575px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: inline;
} 
.table {
	padding-top: 217px;
}
.menuheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 50px;
	color: #000000;
	float: left;
	text-align: left;
}
.menudescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	text-indent: 50px;
	color: #000000;
	text-transform: none;
}
.twoColFixLtHdr #footer {
	padding: 0;
	width: 490px;
	float: right;
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #829c4f;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	background-color: #993300;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
	text-align: left;
	padding-left: 16px;
	bottom: 12px;
}
.addressfoot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 6px;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: .05px;
}
.menubuttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.menutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
}
.menuspecialty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.pdflink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-transform: uppercase;
}

