@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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 910px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d0bb7b;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	clip: rect(0px,auto,auto,auto);
	padding: 10px;
} 
.twoColFixRtHdr #header {
	background-color: #d0bb7b;
	margin: 0px;
	height: 185px;
	width: 910px;
	padding: 0px;
} 
#headerwithbanner {
	color: #d0bb7b;
	margin: 0px;
	padding: 0px;
	height: 271px;
	width: 910px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 300px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	float: none;
	width: 100%;
	clear: none;
	padding-top: 0px;
} 
#maincontentspecial {
	background-color: #FFFFFF;
	width: 910px;
	margin: 0px;
	padding-left: 0px;
}
.floatproblemfix {
	background-color: #292F3C;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 22px;
}
#contentTable {
	width: 100%;
	overflow: visible;
	margin: 0px;
	padding-left: 0px;
}
#rightsidebar {
	background-color: #d8d7c3;
	padding: 0px;
	float: right;
	width: 182px;
	height: 800px;
	clear: left;
}
#rightpicsidebar {
	background-color: #FFFFFF;
	padding: 0px;
	clear: left;
	float: right;
	height: 2550px;
	width: 200px;
	margin-left: 20px;
}
#goltzrightpicsidebar {
	background-color: #FFFFFF;
	clear: none;
	float: right;
	height: 1550px;
	width: 200px;
	margin-left: 20px;
	padding: 0px;
}
#rightforsalesidebar {
	color: #FFFFFF;
	clear: left;
	float: right;
	height: 1000px;
	width: 300px;
}
.loneSubheads {
	font-size: 14px;
	font-weight: bold;
	color: #444d61;
	margin: 0px;
	padding-left: 15px;
	padding-top: 15px;
}
#schedule  {
	background:#DDDDDD;
	height: 387px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFFFFF;
}
.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;
	clear: left;
}
#lgrightpicsidebar {
	clear: none;
	float: right;
	width: 400px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.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;
}
#menu {
	width: 100%;
	float: left;
	background-color: #444d61;
	margin-bottom: 0px;
	clear: none;
	display: inline;
}
#menu   ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 8em;
	float: left;
	background: #444d61;
	clear: none;
}
#menu    ul   li   h2 {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#menu    ul   li    ul li a{
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	padding: 0px;
}
#menu   ul  li  h2 a {
	color: #E9ECFF;
	background: #444d61;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li h2 a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
}
#menu  ul li ul li a {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #617082;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#menu  ul  li ul li a:hover {
	color: #FFFFFF;
	background-color: #7588A1;
}

#menu li h2 a:hover {
	color: #FFFFFF;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#dateformat {
	color: #FFFFFF;
	letter-spacing:0.1em;
	display: block;
	width: 718px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	background-color: #7b7b51;
	line-height: 1.2em;
	margin-top: 3px;
	height: 15px;
	}
#dateformatsecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7b7b51;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px;
	width: 900px;
	display: block;
	height: 15px;
	margin-top: 3px;
}
.secondarymainpic {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-right: 0px;
}
#chickenpic {
	float: right;
	margin-right: 5px;
	background-position: top;
}

body {
behavior: url(csshover.htc);
}

body {
behavior: url(csshover.htc);
}
.bodyCopy {
	font-size: 12px;
	line-height: 16px;
	white-space: normal;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
	color: #666666;
}
.homeBodyCopy {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.caption {
	color: #666666;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.secondaryBodyCopy {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 29px;
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
	color: #666666;
}
.bodyCopyLast {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.maincontentXtraImg {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
}
.pageHead {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	display: inline;
	color: #7b7b51;
	padding-right: 0px;
	padding-left: 10px;
}
.secondaryPageHead {
	color: #7B7B51;
	padding-top: 0px;
	padding-left: 29px;
	font-size: 20px;
	font-weight: bold;
	display: inline;
	margin-top: 10px;
}
.scheduletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	display: block;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 9px;
	margin-left: 10px;
	background-color: #D8D7C3;
}
.schedule {
	background-color: #D8D7C3;
	height: 364px;
}
.breadcrumbs {
	font-size: 9px;
	color: #666666;
	display: block;
	text-transform: none;
	text-decoration: none;
	width: 880px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.secondaryBreadcrumbs {
	font-size: 9px;
	color: #666666;
	display: block;
	width: 880px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.rightsidebarcopy {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 14px;
	display: block;
	margin: 0px;
}
.bullet {
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 15px;
	list-style-type: decimal;
	list-style-position: inside;
	color: #666666;
}
