body {
}

h1, h2, h3, h4, h5, h6 {
	color: #00;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #000000;
}

a#logo {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.whoslogged {
	color: #fff;
	text-align: right;
}

div.whoslogged a {
	color: #ebd08d;
}

div#placeholder-nav {
	color: #000000;
}

div#search {
	background: #332913;	
}

div#placeholder-hero {
	background: #f9f9f9;
}

div#sub {
	color: #111111;
}

td.menu-item {
	color: #CC6600;
    font-weight: bold;	
}

td.menu-item-hover {
	color: #666600;
    font-weight: bold;
}

td.menu-item-selected {
	color: #666600;
    font-weight: bold;
}

td.submenu-item {
	background: #ffffff;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
    
}

td.submenu-item-hover {
	background: #999900;
	color: #ffffff;
	font-size: 11px;
	padding: 6px !important;
   
}

td.submenu-item-selected {
	background: #666600;
	color: #ffffff;
	font-size: 11px;
	padding: 6px !important;
   
}



/* @group Forms */

div#placeholder-box1 {
	padding: 18px 0 0 0;
}

div#placeholder-box1 a {
	color: #000000;
}

div#placeholder-search {
	border-bottom: 1px solid #55441F;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #55441F;
	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;
	font-weight: bold;
	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: #CC6600;
    font-weight: bold;
	text-decoration: none;	
}

a:hover, a:active {
	color: #CC6600;
    font-weight: bold;
	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: #CC6600;
	margin: 0;
}

body.sub {
	background: #CC6600;
}

div#masthead {
	background: #FFFFFF;
    width: 950px;
    margin-left: auto; margin-right: auto;
 }

div#header, div.whoslogged {
	height: 108px;
	line-height: 108px;
}

div.whoslogged {
	background: url(../images/cssimg/bg-side-15-5.png) no-repeat 100% 100%;
}

body.sub div.whoslogged {
	background: none;
}

div#placeholder-logo, a#logo {
	display: block;
	width: 390px;
}

div#nav {
	overflow: hidden;
}

div#nav, div#search {
	height: 36px;
}

div#placeholder-nav table {
	width: 95%;
    margin-left: 20px;
}

div#placeholder-nav td {
	vertical-align: middle;
}

div#placeholder-search {
	padding: 0 18px;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
	width: 600px;
}

div#main div.inner {
	padding: 0 40px 36px;
}

body.sub div#main {
	background: #fff;
}

body.sub div#main div.inner {
	padding: 18px 40px 36px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}



#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */