
.subbox {float:right; padding:10px; background-color:#fff; margin:0 10px; border:2px solid #1f497d;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #fff;
}
a#placeholder-logo {
	color: #18212e;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div#placeholder-nav {
	color: #fff;
}


div#placeholder-hero {
	background: #eee;
	border: 1px solid #eee;
}

div#placeholder-footer {
	color: #888;
}

td.menu-item {
	color: #fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
}
td.menu-item-sub {
	color: #fff;
	background-color:#00658f;
	padding-left:5px;
	padding-right:10px;
	font-weight:bold;
	cursor:pointer;
}

td.menu-item-hover {
	color: #c9efff;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
}
td.menu-item-hover-sub {
	color: #000;
	background-color:#c9efff;
	padding-left:5px;
	padding-right:10px;
	font-weight:bold;
	cursor:pointer;
}

td.menu-item-selected {
	color: #c9efff;
	font-size:13px;
	cursor:pointer;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}
td.submenu-item-hover {
	background: #0982b4;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

#placeholder-box1 {
	background: #1E2735;
	color: #eee;
	padding: 27px 9px;
}

#placeholder-box1 a {
	color: #53e34c;	
}

#placeholder-box2, #placeholder-box3 {
	background: #39424F;
	color: #eee;
	padding: 9px;
}

#placeholder-box2 {
	border-bottom: 1px solid #1E2735;
	padding: 18px 9px 0 9px;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	margin: 0;
	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 10px;
}

.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: #00658f;
	text-decoration: none;	
}

a:hover, a:active {
	color: #00658f;
	text-decoration: underline;
}

#placeholder-nav td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

div#header div.inner, div.whoslogged {
	height: 180px;
}

div.whoslogged {
	line-height: 180px;
	text-align: right;
}

a#placeholder-logo {
	position: relative;
	top: 54px;
}

div#placeholder-search {
	padding-top: 9px;
	text-align: right;
}

div.search-box input.cat_textbox_small {
	width: 150px;
}


div#placeholder-nav {
	height: 36px;
	padding-top: 18px;
}

div#placeholder-nav table {
	width: 100%;
}

div#content {
	margin-bottom: 36px;
}

div#main {
	margin: 0;
	width: 600px;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
}

div#placeholder-rss {
	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 */

