body {
  font-size: 73%;
  font-family: Arial, Helvetica, sans-serif;
  background: #f3e2b2;
  color: #1f1e21;  
}

#wrapper {
  width: 759px;
  margin: 0 auto;
  background: #fff;
}

#wrapper-background {
  background: url(page_bg.gif) #f3e2b2 center repeat-y;
}

#header {
  background: url(kic_header.jpg) bottom left repeat-y;
  position: relative;
  height: 161px;
}

#header #header-cell-link a {
  display: block;
  width: 300px;
  height: 130px;
  position: absolute;
}

#header #header-cell-1 h1 {
  display: none;

}

#header #header-cell-2 h2 {
  text-align: right;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 15px;
  padding-bottom: 40px;
  font-size: 2.4em;
  font-weight: normal;
}

#header-cell-login {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
}

#header-cell-login a {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  height: 25px;
  line-height: 25px;
  text-transform: lowercase;
  text-align: right;
  padding-right: 6px;
}

#navigation {
  position: absolute;
  right: 61px;
  bottom: 0;
}

#navigation ul {	
  list-style-type: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0;
  display: inline;
  padding: 0;
  height: 25px;
  line-height: 25px;
  text-align: right;
}

#navigation li {
  float: left;
  xwisdth: 100px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
		
#navigation li a {	
  text-decoration: none;
  background: url('/static/kic_bg_nav_regular.jpg') no-repeat top right;
  color: #fff;	
  padding: 0 10px 0 15px;
  display: block;
  text-transform: lowercase;
}

#navigation li a:hover {
  background: url('/static/kic_bg_nav_hover.jpg') no-repeat top right;
}
	
#navigation li.selected a {
  background: url('/static/kic_bg_nav_hover.jpg') no-repeat top right;
}	      

#logout {
  position: absolute;
  bottom: 40px;
  right: 25px;
}

#logout a {
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  color: #343428;
}

#logout a:hover {
  color: #900;
}	

#content {
  text-align: left;
}

#main {
  margin-left: 130px;
}

#page {
  width: 385px;
  color: #1f1e21;
  line-height: 160%;
  padding-top: 15px;
  float: left;
}

#page p {
  text-align: justify;
}

#page h1 {
  font-size: 2.5em;
  color: #cbac10;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  line-height: 105%;
}

#page h2 {
  color: #1f1e21;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4em;
}

#upcoming h2 {
  text-align: center;
  color: #900;
  font-size: 1.4em;
}

#upcoming div.textblock {
  margin-left: 98px;
  margin-bottom: 7px;
}

#leftcol { 
  float: left;
  width: 130px;
}

#leftcol div.nav-1,
#leftcol div.nav-2 { 
  margin: 8px;
  line-height: 260%;
  margin-top: 15px;
}

#leftcol div.nav-1 ul {

}

#leftcol div.nav-1 ul li {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  color: #900;
}

#leftcol div.nav-1 ul li ul li {
  text-transform: none;
  line-height: 110%;
  margin-top: 4px;
  padding-bottom: 8px;
}

#leftcol div.nav-1 ul li ul li {
  font-size: 1em;
}

#leftcol div.nav-1 ul li ul li a {
  color: #900;
  font-weight: bold;
}

#leftcol div.nav-1 ul li ul li ul li {
  border-bottom: 0;
  text-transform: none;
  line-height: 110%;
  margin-bottom: 11px;
  padding-bottom: 0;
}

#leftcol div.nav-1 ul li ul li ul li a {
  color: #900;
  font-weight: normal;
}

#leftcol div.nav-1 a:hover {
  text-decoration: underline;
}

#leftcol div.nav-2 ul {
  text-transform: uppercase;
}

#leftcol div.nav-2 ul li {
 
}

#leftcol div.nav-2 a {
  color: #000;
  font-weight: bold;
}

#leftcol div.nav-2 li.selected a {
  color: #cc8a68;
}

#leftcol div.nav-2 a:hover {
  color: rgb(134, 19, 34);
  text-decoration: underline;
}

#rightcol {
  float: right;
  width: 230px;
}

#leftcol ul,
#rightcol ul {
  list-style-type: none;
}

#rightcol div.nav-1,
#rightcol div.nav-2,
#rightcol div.nav-3,
#rightcol div.nav-4 { 
  margin-left: 4px;
  margin-right: 15px;
  line-height: 200%;
  margin-top: 15px;
}

#rightcol div.nav-1 ul li {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin-bottom: 11px;
  padding-left: 4px;
}

#rightcol div.nav-1 ul li ul li {
  margin-left: 2em;
  margin-bottom: 11px;
  font-weight: normal;
  line-height: 120%;
  text-transform: none;
  color: #9f9022;
  padding: 0;
}

#rightcol div.nav-1 ul li ul li a {
  font-weight: bold;
  font-style: italic;
  color: #9f9022;
  text-decoration: none;
}

#rightcol div.nav-1 ul li ul li a:hover {
  text-decoration: underline;
}

#rightcol div.nav-2 ul li {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #cbac10;
  margin-bottom: 11px;
  font-size: 1.1em;
}

#rightcol div.nav-2 ul li span {
  padding-left: 6px;
}

#rightcol div.nav-2 ul li ul {
  background: #F8EFD4;
  padding-top: 6px;
  padding-bottom: 6px;
}

#rightcol div.nav-2 ul li ul li {
  margin-left: 2em;
  margin-bottom: 11px;
  list-style-type: disc;
  color: #1f1e21;
  font-weight: normal;
  line-height: 120%;
  text-transform: none;
  background: none;
  padding: 0;
  font-size: 0.9em;
}

#rightcol div.nav-2 ul li ul li a {
  color: #1f1e21;
  text-decoration: none;
}

#rightcol div.nav-2 ul li ul li a:hover {
  text-decoration: underline;
}

#rightcol div.nav-3 ul li {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #cbac10;
  margin-bottom: 11px;
  font-size: 1.1em;
}

#rightcol div.nav-3 ul li span {
  padding-left: 6px;
}

#rightcol div.nav-3 ul li ul {
  background: #F8EFD4;
  padding-top: 6px;
  padding-bottom: 6px;
}

#rightcol div.nav-3 ul li ul li {
  margin-left: 2em;
  margin-bottom: 11px;
  list-style-type: disc;
  color: #1f1e21;
  font-weight: normal;
  line-height: 120%;
  text-transform: none;
  background: none;
  padding: 0;
  font-size: 0.85em;
}

#rightcol div.nav-3 ul li ul li a {
  color: #1f1e21;
  text-decoration: none;
}

#rightcol div.nav-3 ul li ul li a:hover {
  text-decoration: underline;
}

#rightcol div.nav-4 ul li {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-image: url(ribbon_eventspp_dark.gif);
  background-repeat: no-repeat;
  background-position: -3px 3px;
  margin-bottom: 11px;
}

#rightcol div.nav-4 ul li ul li {
  margin-left: 2em;
  margin-bottom: 11px;
  background-image: none;
  font-weight: normal;
  line-height: 120%;  
  text-transform: none;
  color: #9ba783;
  padding: 0;
}

#rightcol div.nav-4 ul li ul li a {
  color: #9ba783;
  text-decoration: none;
}

#rightcol div.nav-4 ul li ul li a:hover {
  text-decoration: underline;
}

#rightcol-images {
  margin-top: 15px;
  margxin-left: 13px;
}

#rightcol-image-changer img {
  border: 0;
}

#homepage-main #image-grid {
  padding-top: 3px;
  padding-left: 4px;
  padding-bottom: 5px;
}

#homepage-main #image-grid img {
  display: block;
}

#homepage-main .text-panels {
  background: url(hp_text_background.png) #fff 0 -2px;
}

#homepage-main .text-panels #ticker {
  height: 32px;
  margin-bottom: 8px;
}

#homepage-main .ticker {
  font-family: Arial
  font-size: 1.5em;
  line-height: 32px;
}

#homepage-main .ticker a {
  text-decoration: none !important;
  /* color: rgb(208, 165, 0); */
  color: #000 !important;
  font-size: 1.3em;
}

#homepage-main .ticker a:hover {  
  text-decoration: none;
} 

#homepage-main .text-panels div.outer {
  float: left;
}

#homepage-main .text-panel-1.outer {
  width: 223px;
}

#homepage-main .text-panel-2.outer {
  width: 268px;
}

#homepage-main .text-panel-3.outer {
  width: 268px;
}

#homepage-main .text-panels div div.inner {
  padding: 10px;
}

#homepage-main .text-panels div h2 {
  font-size: 2em;
  line-height: 80%;
  margin-top: 6px;
  margin-bottom: 12px;
  padding: 0;
  text-transform: uppercase;
}

#homepage-main .text-panels div p {
  font-size: 1.2em;
  color: #000;
}

#homepage-main .text-panels div p strong {
  font-style: italic;
} 

#homepage-main .text-panels a {
  text-decoration: none;
  /* color: #1f1e21; */
  color: #861322;
}

#homepage-main .text-panels a:hover {
  color: #900;
  text-decoration: underline;
}

#homepage-main .text-panels h3 {
  line-height: 200%;
  font-size: 1.5em;
  margin-bottom: 0;
}

#homepage-main .text-panels ul {
  margin-left: 1.5em;
}

#homepage-main .text-panels ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #861322;
}

#homepage-main .text-panels ul li a:hover {
  color: #d0a500;
}

#homepage-main .text-panels div.hr hr {
  display: none;
}

#page {
  margin-bottom: 40px;
}

#page h3 {
  display: block;
  font-size: 1.0em;
  color: #900;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#page h3.gold {
  margin-top: 20px;
  color: #cbac10;
  font-size: 1.3em;
  text-transform: uppercase;
}

#page br {
  display: block;
  margin-top: 5px;
}

#page ul {
  margin-left: 2em;
  margin-bottom: 1em;
}

#page img.headline {
  padding-top: 20px;
}

#upcoming {
  margin-top: 20px;
  width: 365px;
}

#upcoming table#floral h2 {
  font-size: 2.0em;
  margin: 5px;
  margin-bottom: 0;
}

#upcoming table#floral {
  width: 100%;
}

#upcoming table#floral td {
  white-space: nowrap;
}

#upcoming td.floral-left {
  width: 25%;
}

#upcoming td.floral-right {
  width: 25%;
}

#upcoming ul {
  margin-top: 15px;
  padding-bottom: 1px;
  margin-left: 0;
}

#upcoming ul li {
  border: 1px solid #cbac10; 
  background: #fefbf5;
  list-style: none;
  padding-top: 8px;
  padding-right: 8px;
  margin-bottom: 10px;
  line-height: 140%;
  clexar: left;
}

#upcoming ul li img {
  float: left;
  padding: 8px;
  padding-top: 0;
  border: 0;
}

#upcoming ul li a {
  color: #900;
  font-weight: bold;
}

#footer {
  background: #900;
  padding-top:5px;
  padding-bottom: 2px;
  padding-left: 20px;
  clear: both;
}

#footer div {
  text-align: left;
}

#footer img {
  float: left;
  margin-right: 10px;
}

#footer p {
  margin: 0;
  padding: 0;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

h1 {
  display: block;
  font-size: 1.4em;
  margin: .67em 0;
  color: #900;
}

h2 {
  display: block;
  font-size: 1.1em;
  color: #900;
  margin: .83em 0;
}

h2.additional-info {
  text-transform: uppercase;
}

p.custom-tours {
  color: #861322;
  font-size: 1.2em;
  maxrgin-left: 8px;
}

p.custom-tours a {
  color: #861322;  
}

p.custom-tours a:hover {
  text-decoration: underline;
}

h3 {
  display: block;
  font-size: 1.0em;
  color: #900;
  font-weight: bold;
}

p {
  font-size: 1.0em;
  line-height: 160%;
}

div.nav-event-detail p {
  background-image: url('icon_arrow.gif');
  background-repeat: no-repeat;
  padding-left: 15px;
  color: #900;
  font-weight: bold;
}

div.nav-event-detail p a {
  color: #900;
}

div.nav-event-detail p a:hover {
  text-decoration: underline;
}

div.nav-event-detail p.prospectus-button {
  background-image: url('icon_file.gif');
  padding-left: 18px;
}

div#rightcol-files p {
  background-image: url('icon_arrow.gif');
  background-repeat: no-repeat;
  padding-left: 15px;
  color: #900;
  font-weight: bold;
}

div#rightcol-files p a {
  color: #900;
}

div#rightcol-files p a:hover {
  text-decoration: underline;
}

div#rightcol-files p.file-button {
  background-image: url('icon_file.gif');
  padding-left: 18px;
}

a, a:link, a:visited, a:visited {
  color: #1f1e21;     
  text-decoration: none;
}

a:hover { 
  color: #9a0006;
  text-decoration: underline;
}

hr {
  color: #b1af84;
  background-color: #b1af84;
  height: 1px;
  border: 0;
}

.clear {
  clear: left;
}

img.leader {
  margin-top: 20px;
}

.promo {
  margin-bottom: 7px;
  margin-right: 7px;
  line-height: 100%;
  float: left;
}

.promo a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 120%;
  color: #990006 !important;
}

.promo a:hover {
  text-decoration: underline;
}

.promo img {
  display: block;
  border: 0;
}

.first {

}

p.testimonial-quote {

}

p.testimonial-attribution {
  margin-bottom: 20px;
}

p.testimonial-attribution strong {
  color: rgb(134, 19, 34);
}

div#tour-regions-horizontal-list {
  margin-bottom: 20px;
}

div#tour-regions-horizontal-list li {
  float: left;
  margin-right: 2em;
  font-size: 1.4em;
  line-height: 1.4em;
}

div#tour-regions-horizontal-list li.selected a {
  text-decoration: underline;
  font-weight: bold;
  color: rgb(154, 0, 6) !important;
}

div#slideshow:hover {
  cursor: pointer;
}