body {
	color: #333;
}

div.container {
	background: #fff;
}

a#logo {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div#nav {
	border-bottom: 1px solid #ccc;
}

div#placeholder-nav {
	color: #fff;
}

div#placeholder-hero {
	background: #f9f9f9;
	border: 1px solid #eee;
}

div#sub {
	background: #B4C9B4;
}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #ccc;
}

td.menu-item-selected {
	color: #cccccc;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #3B6396;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 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: 15px;
	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: #606060;
	text-decoration: none;	
 
}

a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

page a: link, a:visited {
	color: #606060;
	text-decoration: none;	
} 


page a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

newsletter-home {
        padding-left: 15px;
}

#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-image:url('/images/cssimg/bg.jpg');
background-repeat:no-repeat;
background-position:center bottom;
background-color: #E7EBEC;

	margin: 8px;
}

div#header-left, div#header-right, div.whoslogged {
	height: 162px;	
	line-height: 126px;
}

div.whoslogged {
	text-align: right;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#placeholder-search {
	height: 66px;
	padding: 48px 40px 0 0;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 120px;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
	width: 0px;
}

div#placeholder-nav {
	background-color: #5F6C71;
	height: 36px;
	padding-left: 2px;
}

div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	vertical-align: middle;
}

div#main div.inner {
	padding: 18px 30px 36px 15px;
}

div#sub {
	padding: 8px 0 0 0;
}

div#sub-bottom {
	background: url(/images/cssimg/bg-side-17-1.png) repeat-x 0 0;
	height: 0px;
}

div#cap-bottom {
	background: #3B6396 url(/images/cssimg/bg-footer-17-1.png) repeat-x 0 0;
	height: 25px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

