body {
	color: #666;
}

div#header hr {
	background: #fff;
	color: #fff;
	margin: 0;
}

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

body {
	background: #cfdcbf; 
}

div.container {
	background: #fff;
}

div#placeholder-logo {
	color: #5582B6;
	font-size: 30px;
	font-weight: bold;
	padding-left: 15px;
}

a#logo {
	text-decoration: none;
}

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

div#placeholder-box1 {
	background: #B1CFF1;
	color: #222;
}

div#footer {
	color: #888;
	font-size: 11px;
}

td.menu-item {
	color: #1969bc;	
}

td.menu-item-hover {
	color: #222;
}

td.menu-item-selected {
	color: #000;
}

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

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

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


/* @group Forms */

.announcement-list {
	padding: 18px 18px 3px;
}

.secure-login, .newsletter-form {
	background: #cfdcbf;
	border: none;
	margin: 18px 8px 18px 0;
	padding-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 14px;
	margin: 0;
	padding: 18px 18px 0;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div.search-box {
	background: #cfdcbf;
	margin: 18px 8px 18px 0;
	padding: 18px;
}

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

/* @group Links */

a:link, a:visited {
	color: #1969bc;
	text-decoration: none;	
}

a:hover, a:active {
	color: #1969bc;
	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 */

div#cap-top {
	background: url(/Images/template/bg-captop-sharp.png) no-repeat 0 0;
	height: 36px;
}

div#cap-bottom {
	background: url(/Images/template/bg-capbottom-sharp.png) no-repeat 0 0;
	height: 18px;
}

div#header, div#header-left, div#header-right {
	height: 98px;
}

div#placeholder-nav {
	height: 75px;
	margin-left: 45px;

}

div#placeholder-hero {
	height: 216px;
	margin: 0;
	width: 950px;
}

div#placeholder-box1 {
	height: 216px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: auto;
}

div#main div.inner {
	padding: 18px 30px 36px;
}

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

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

div.whoslogged {
	font-size: 11px;
	height: 64px;
	line-height: 10px;
	padding-right: 30px;
	text-align: right;
}

div#placeholder-footer {
	padding: 9px 30px 36px;
}

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



/* @group menus */

#nav_682742, #nav_682742 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav_682742 a {
	display: block;
    height: 13px;
	margin-right: 8px;
	color: #475855;
	text-transform: uppercase;
	border-right: 2px solid #475855;
	padding-right: 8px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#nav_682742 a:hover {
	color: #99461c;
}
#nav_682742 li {
	float: left;
}
#nav_682742 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	
	border: none solid silver;
}

#nav_682742 li:hover ul {
	left: auto;
}

#nav_682742 li a {
	text-decoration: none;
}
#navsub_682742_437602 li a {
	width: 10em;
	border: 1px solid white;
	background-color: #e7f7d7;
	padding: 3px;
}

#nav_682742 li.last a{
	border-right-style: none;
	border-style: none;
}

/* @end */