@import url("dropdown.css");

div#accessibility {
  display:none;
}

html {
  background:url('../images/html_background.png') repeat-x;
}

body {
  font-size:small;
  background:url('../images/header_background.png') no-repeat center top;
  font-family:helvetica, arial, sans-serif;
  min-width:1100px;
}

div#wrapper {
  width:900px;
  margin:11px auto;
  padding:0 100px;
  position:relative;
}

div#branding {
  height:89px;
}

div#branding h1 {
  height:70px;
  width:270px;
  background:url('../images/logo.png') no-repeat top left;
  position:relative;
  top:10px;
  left:14px;
  text-indent:-9999px;
}

ul#mainMenu {
  height:35px;
  text-align:right;
}

ul#mainMenu li {
  display:inline;
  font-weight:bold;
  line-height:35px;
  color:#fff;
  padding:0 .75em;
}

ul#mainMenu li a {
  text-decoration:none;
  color:#fff;
  padding-bottom: .75em;

}

div#navigation table {
  margin-top: 1px;
}

div#navigation td a {
  line-height: 23px;
}

div#navigation li a:hover {
  color:#5e7f26;
}

div#contact {
  right:330px;
  color:#fff;
  border-right:1px solid #fff;
  line-height:19px;
}

div#contact span {
  padding:1em;
}

div#contact, div#search {
  position:absolute;
  top:45px;
  color:#fff;
  line-height:19px;
}

div#search {
  top:45px;
  right:108px;
}

div#search label {
  display:block;
  float:left;
  line-height:19px;
  padding:0 1em;
}

div#search input {
  display:block;
  float:left;
}

div#search input.textbox {
  background:url('../images/input_background.png') no-repeat;
  width:116px;
  height:13px;
  border:none;
  color:#000;
  padding:3px;
}

div#search input.button {
  background:none;
  border:none;
  font-family:impact, helvetica, arial, sans-serif;
  font-style:italic;
  color:#fff;
  text-transform:uppercase;
  font-size:1.2em;
  padding:0 5px;
  cursor:pointer;
}

div#tagline {
/*  background:url('../images/tagline_background.jpg') no-repeat top left;*/
  width:100%;
  height:168px;
}

div#tagline p {
  color:#fff;
  text-transform:uppercase;
  float:right;
  font-size:1.2em;
  background:#5e7f26;
  margin-top:1em;
  padding:0.35em;
  line-height:1.2em;
  padding-right:2.5em;
}

div#content {
  padding:1.5em 0;
}

div#content h3, div#content td.contentheading {
  color:#cc6600;
  font-size:1.35em;
  font-weight:normal;
  text-align:center;
  padding-bottom:0.75em;
}

div#content table.contentpaneopen {
  width:100%;
}

div.componentheading {
  display:none;
}

div#content p {
  padding:.5em;
  line-height:1.5em;
}

strong {
  font-weight:bold;
}

div#main_content {
  float:left;
  width:68%;
}

div#main_content ul.nav_links li a {
  width:158px;
  height:59px;
  display:block;
  float:left;
  text-indent:-9999px;
  padding:10px;
}

div#main_content ul.nav_links li.contact_us {
  background:url('../images/contact_us.jpg') no-repeat center;
}

div#main_content ul.nav_links li.blog {
  background:url('../images/blog.jpg') no-repeat center;
}

div#main_content ul.nav_links li.events {
  background:url('../images/events.jpg') no-repeat center;
}

div#main_content ul.nav_links li.testimonials {
  background:url('../images/testimonials.jpg') no-repeat center;
}

div#main_content ul.nav_links li {
  float:left;
}

div#articles {
  float:right;
  width:60%;
}

div#maincontent_sidebar {
  float:left;
  width:35%;
}

div#sidebar {
  float:right;
  width:30%;
  margin-top:-1em;
}

div.shadow_box {
  background:url('../images/shadow_box_bottom.jpg') no-repeat bottom left;
  min-height:220px;
  width:284px;
  text-align:center;
}

div.shadow_box h4 {
  color:#3870a5;
  background:url('../images/shadow_box_top.jpg') no-repeat top left;
  padding:20px;
  text-align:center;
}

div.shadow_box p {
  padding:10px 20px;
  text-align:center;
}

div.shadow_box a.read_more {
  display:block;
  color:#000;
  text-transform:uppercase;
  font-weight:bold;
  text-decoration:none;
  padding:1em;
  padding-bottom:1.5em;
}

div.shadow_box img {
  border:1px solid black;
}

div.secondary_navigation {
  background:url('../images/sec_nav_bottom.jpg') no-repeat bottom left;
  width:229px;
}

div.secondary_navigation ul {
  background:url('../images/sec_nav_background.jpg') no-repeat top left;
  min-height:320px;
  width:229px;
  padding:0.5em 0 1em;
}

div.secondary_navigation li {
  padding:0 1em;
  position: relative;
}

div.secondary_navigation li a {
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid #477092;
  border-top:1px solid #254d72;
  display:block;
  padding:0.5em 0;
  margin-right:1.5em;
}

div.secondary_navigation li span span {
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid #477092;
  border-top:1px solid #254d72;
  display:block;
  padding:0.5em 0;
  margin-right:1.5em;
}

div.secondary_navigation li:last-child a {
  border-bottom:none;
}

div.secondary_navigation li:first-child a {
  border-top:none;
}

div.testimonial {
  background:url('../images/testimonial_bootom.jpg') no-repeat bottom left;
  width:215px;
  padding-bottom:20px;
  font-family:georgia, serif;
}

div.testquote {
background:url('../images/testimonial_mid.jpg');
background-repeat: repeat-y;
position: relative;
width: 215px;
}

div.testimonial blockquote {
  background:url('../images/testimonial_top.jpg') no-repeat top left;
  padding:10px;
  font-style:italic;
}

div.testimonial cite {
  display:inline;
  /* padding-left:5px; */
}

div.testimonial address {
  display:inline;
  /*font-weight:bold; */
  position: relative;
  left: 5px;
  padding-right: 15px;
}

div#footer {
  clear:both;
  background:#191919;
}

div#footer ul#footer_nav {
  text-align:center;
  padding:1em;
}

div#footer ul#footer_nav li {
  display:inline;
}

div#footer ul#footer_nav a {
  color:#fff;
  padding:1em;
  text-decoration:none;
  font-weight:bold;
  font-size:1.1em;
}

div#footer p {
  color:#fff;
  text-align:center;
  padding:1em;
}

div#footer p.guw_footer a {
  color:#fff;
  text-decoration:none;
}

div#footer p.guw_footer {
  font-size:0.85em;
  padding:0 0 3em 0;
}

form#ChronoContact_CustomerSupport label, form#ChronoContact_Sales label {
  display:block;
}

form#ChronoContact_CustomerSupport input, form#ChronoContact_CustomerSupport textarea, form#ChronoContact_Sales input, form#ChronoContact_Sales textarea {
  margin:0 1em;
}

form#ChronoContact_CustomerSupport div, form#ChronoContact_Sales div {
  padding:0.5em 0;
}

a {
	outline:none;
}   
div#maincontent_sidebar ul.navigation li ul { 
	background:#101010 none repeat scroll 0 0;
	left:96%;
	margin:0;
	opacity:0.95;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	min-height: 0px;
	position:absolute;
	top:0;
	z-index:10;
}

table.-furnPacks table {
	width: 100%;
}

table.-furnPacks table img {
	text-align: right;
}

table.-furnPacks table tr td{
	padding: 1px 6px;
}