body {
	color: #666;
}

div.container {
	background: #fff;
}

div#logo {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
  width: 950px;
  height: 126px;
  background:#fff url('/Images/cssimg/banner.jpg') no-repeat;
}
#cap-top {line-height:0 !important;}
div#placeholder-hero {
	background: #f9f9f9;
	border: 1px solid #eee;
}

div#sub {
	background: #eee;
}

/* NAVIGATION */
div#navigation {
	background: transparent url(/images/cssimg/bg-nav-17-1.png) repeat-x 0 0;
	height: 36px;
	color:#FFF;
	width:100%;
	border-bottom: 1px solid #ccc;
}
/*#navigation {
background:#4675B5 url(/images/menu/bg-menu-blue.gif) repeat-x bottom center;color:#FFF;
}*/

#navigation a:link, #navigation a:hover, #navigation a:visited, #navigation a:active {
  color:#FFF;
  text-decoration:none;
}
#navigation a:hover {
  color:#000;
}
#navigation a, #navigation a:visited {
  padding:0 22px;
}
#navigation ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
#navigation ul li {
  float:left;
  line-height:36px;
  z-index:10;
  display:block;
}
#navigation ul ul {
  width:14em;
}
#navigation ul ul a, #navigation ul ul a:visited {
  display:block;
  width:12em;
  height:100%;
  line-height:1em;
  padding:1em 1em;
}

#navigation li:hover, #navigation ul ul li:hover {position:relative;}
#navigation ul ul {
  visibility:hidden;
  position:absolute;
  height:0;
  top:36px;
  left:0;
}
#navigation ul :hover ul {
  visibility:visible;
  height:auto;
  background-color:#6091C1;
}
#navigation ul ul li:hover {background:#3B6396;}
#navigation ul :hover ul ul, #navigation ul :hover ul :hover ul ul{visibility:hidden;}
#navigation ul :hover ul :hover ul { visibility:visible; left:13em; top:1em;} /*Stacks down and out*/


/* Extra Tiers */
#navigation ul ul ul ul a:hover {position:relative; z-index:130;}
#navigation ul ul ul {top:0;width:14em;}
#navigation ul :hover ul :hover ul :hover ul {visibility:visible;}

/* CSS Hacks */
* html #navigation ul ul ul a:hover {position:relative; z-index:120;}
* html #navigation ul ul a, * html #navigation ul ul a:visited  {width:14em; w\idth:12em;}
* html #navigation a:hover {position:relative; z-index:100;}
* html #navigation ul ul a:hover{ position:relative; z-index:110;}
* html #navigation ul ul ul a:hover {position:relative; z-index:120;}


td.menu-item, td.menu-item-hover,td.menu-item-selected {
  color: #fff;
  padding-left:20px;
  background-position: center left !important;
}

td.menu-item-hover {
	color: #222;
}

td.menu-item-selected {
	color: #000;
}

td.submenu-item {
	background:#6091C1;
	padding: 2px 6px !important;
}

td.submenu-item-hover {
	background: #3B6396;
	color: #fff;
	padding: 2px 6px !important;
}

td.submenu-item-selected {
	background: #152435;
	color: #fff;
	padding: 2px 6px !important;
}

/* @group Forms */

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	padding-bottom: 9px;
}

.announcement-list {
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	margin: 0;
	padding: 6px 18px;
}


.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #2f7e00;
	text-decoration: none;	
}

a:hover, a:active {
	color: #2f7e00;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background:  #3B6396 url(/images/cssimg/bg-header-17-1.png) repeat-x 0 0;
	margin: 36px;
}

div#header-left, div#header-right {
	height: 126px;	
	line-height: 126px;
}
div#header-left {
float:left;
}
div#header-right {
float:right;
}
/*
div.whoslogged {
	text-align: right;
}*/

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	float:right;
	display:inline;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#placeholder-search {
	height: 66px;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 120px;
}

div#placeholder-hero {
	height: 216px;
	margin: 18px;
}

div#placeholder-nav {
	background: url(/images/cssimg/bg-nav-17-1.png) repeat-x 0 0;
	height: 36px;
	padding-left: 18px;
}

div#placeholder-nav table { /* Navigation: Full widh */
	width: 100%;
}

div#placeholder-nav td {
	vertical-align: middle;
}

div#main div.inner {
	padding: 18px 30px 0 40px;
}

div#sub {
	padding: 18px 0 0 0;
}

div#sub-bottom {
	background: url(/images/cssimg/bg-side-17-1.png) repeat-x 0 0;
	height: 144px;
}

div#cap-bottom {
	background: #3B6396 url(/images/cssimg/bg-footer-17-1.png) repeat-x 0 0;
	height: 8px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */
#placeholder-footer {font-size:12px;padding:0 30px 36px 40px}
