html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	background: #76b900;
	color: #222;
}


/* #wrapper */

#wrapper {
	position: relative;
	padding-bottom: 10px;
	/*min-width: 1000px;*/
    /*width: 1120px;
    margin: 0 auto;*/
}
* html #wrapper {
}


/* header / logo */

#header	{
	height: 177px;
	width: 100%;
	background: white  url(../images/interface/header_01.jpg) no-repeat right top;
}
#header #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 120px;
}
#header h1 {
	position: absolute;
	width: 300px;
	height: 120px;
}
#header h1 a	{
	display: block;
	width: 300px;
	height: 120px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/interface/logo_nawplus.png) no-repeat left top;
}
#flashHeader {
	position: absolute;
	top: 0;
	right: 0;
}


/* search */

#search {
	position: absolute;
	top: 185px;
	left: 550px;
}
#search label {
	display: none;
}
#search input {
	vertical-align: middle;
}
#search #fc_query {
	width: 120px;
	border: 1px solid #00234c;
}

/* anchors */
a	{
	color: #00234c;
}
a:hover	{
	color: #8ab214;
}
.more {
	font-weight: bold;
	font-style: normal;
	color: #00234c;
}


/* #content */

#content {
	position: relative;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border: none;
}


/* primaryContent */

#primaryContent {
	padding: 15px 12px 0 20px;
}

/* secondaryContent */

#secondaryContent {
	font-size: 0.9em;
	padding: 15px 18px 0 12px;
}

#secondaryContent .spacer {
	height: 1px;
	font-size: 0px;
	line-height: 0%;
	background: url(../images/interface/dots_horizontal.png) repeat-x left top;
}


/* #menu */

#menu {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 26px;
	background: #032d51 url(../images/interface/menu_back.png) repeat-x left top;
}	
#menu h2 {
	display: none;
}
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	display: inline;
	background: url(../images/interface/menuspacer_light.png) no-repeat left top;
}
#menu li a {
	display: block;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 12px 3px 12px;
	background: url(../images/interface/menuspacer_dark.png) no-repeat right top;
	color: white;
}
* html #menu li a {
	width: 20px;
	line-height: 20px;
	white-space: nowrap;
}
#menu li a.last {
	background: url(../images/interface/menuspacer.png) no-repeat right top;
}
#menu ul li.active a {
	background: url(../images/interface/menu_back_active.png) repeat-x right top;
}
#menu li:hover a,
#menu li.hover a {
	padding: 4px 12px 2px 12px;
	background: url(../images/interface/menu_back_on.png) repeat-x right top;
	color: white;
}


/* submenu */

#menu ul ul {
	position: absolute;
	display: none;
	font-size: 10px;
	width: 17em;
}
#menu ul ul,
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li:hover ul,
#menu ul li.hover ul {
	/* #menu ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}
#menu li li {
	width: 17em;
	background: none;
	position: relative;
}
#wrapper #menu ul li li a {
	display: block;
	padding: 0.3em 0.5em;
	font-size: 11px;
	line-height: 15px;
	white-space: normal;
	border: 1px solid #00234c;
	border-top: none;
	background: #cdd5dc;
	color: #00182b;
	width: 100%;
}
* html #wrapper #menu li li a { 
	height: 0.1em; /* clickarea is not 100% width in IE */
	line-height: 130%;
	padding: 4px 0.5em;
}
#wrapper #menu li li.hover a,
#wrapper #menu li li:hover a {
	background: white;
	color: #00234c;
}

/* sub-submenu */

#wrapper #menu ul ul ul {
	position: absolute;
	top: 0;
	left: 15em;
	display: none;
	background: none;
}
* html #wrapper #menu ul ul ul {
	left: 16.8em;
}

#wrapper #menu ul ul li:hover ul,
#wrapper #menu ul ul li.hover ul {
	/* #topmenuList ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}
#wrapper #menu li li li a {
	background: #cdd5dc;
	color: #00234c;
}
#wrapper #menu li li li a:hover {
	background: white;
	color: #00234c;
}



/* breadcrumbs */
#breadcrumbs h2 {
	display: none;
}
#breadcrumbs {
	position: absolute;
	top: 156px;
	left: 0;
	height: 21px;
	width: 100%;
	background: white url(../images/interface/breadcrumbs_back.png) repeat-x left bottom;
}
#breadcrumbs ul,
#breadcrumbs li {
	margin: 0; padding: 0;
}
#breadcrumbs li {
	float: left;
	display: inline;
	padding: 0 0 0 1.2em;
	font-size: 11px;
	background: url(../images/interface/breadcrumbs_arrow.png) no-repeat 0.5em 0.80em;
	color: #00234c;
}
* html #breadcrumbs li {
	padding: 0 0 0 12px;
	background-position: 5px 8px; /* no scaling font-size and background for IE */
}
#breadcrumbs li.first {
	padding-left: 15px;
	background: none;
}
#breadcrumbs li a {
	color: #5e7080;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	color: #00234c;
	text-decoration: underline;
}


/* address */

address {
	font-style: normal;
}

address span.label {
	display: block;
	float: left;
	width: 4.5em;
	white-space: nowrap;
}

/* #footer */

#footer	{
	position: relative;
	width: 100%;
	font-size: 11px;
	line-height: 125%;
	color: white;
}
#footer .wrapper {
	padding: 6px 12px;
	text-align: center;
}
* html #footer .wrapper {
	padding-bottom: 2px;
}
#footer a	{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#wrapper #footer a:hover {
	text-decoration: underline;
	color: white;
}

#footer #copyright {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}

#footer #footerMenu {
	float: left;
	display: inline;
}
#footer #footerMenu ul,
#footer #footerMenu li {
	margin: 0;	padding: 0;
	list-style: none;
}
#footer #footerMenu li {
	float: left; display: inline;
	line-height: 110%;
	font-size: 12px;
	border-right: 1px solid #3a5b00;
}
#footer #footerMenu li.last {
	border: none;
}
#footer #footerMenu li a {
	line-height: 120%;
	margin: 0 8px 2px 8px;
}

/* various classes */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.5em;
	background: url(../images/interface/bullet.png) no-repeat 0.2em 0.3em;
	margin-bottom: 0.2em;
}

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}


/* SPECIFIC */

/* contentBox */

table.contentBox {
	border-collapse: collapse;
	width: 100%;
}
#primaryContent table.contentBox {
	width: 750px;
}
#secondaryContent table.contentBox {
	width: 190px;
	float: right;
	clear: both;
}
table.contentBox td {
	vertical-align: top;
	margin: 0; padding: 0;
}
table.contentBox td h2 {
	position: absolute;
	height: 36px;
	padding: 0 30px 0 23px;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../images/interface/border_tab_l.png) no-repeat right bottom;
}
#secondaryContent table.contentBox td h2 {
	float: right;
	white-space: nowrap;
	position: relative;
	padding: 0 0 0 50px;
	background: url(../images/interface/border_tab_r.png) no-repeat left bottom;
	text-align: right;
}
table.contentBox td h2 span {
	position: absolute;
	top: 5px;
	left: -5px;
	width: 20px;
	height: 17px;
	line-height: 0%;
	font-size: 0;
	background: url(../images/interface/bullet_title.png) no-repeat left top;
}
#secondaryContent table.contentBox td h2 span {
	left: 22px;
}

table.contentBox td.leftCol,
table.contentBox td.rightCol {
	width: 12px;
}
table.contentBox td.centerCol {
	width: auto;
}
table.contentBox tr.topRow td {
	height: 36px;
}
table.contentBox tr.middleRow td {
	height: auto;
}
/*
#primaryContent table.contentBox tr.middleRow td {
	min-height: 380px;
}
* html #primaryContent table.contentBox tr.middleRow td {
	height: 450px;
}
*/
#wrapper #content #primaryContent table.contentBox tr.middleRow td td {
	height: auto;
}
table.contentBox tr.bottomRow td {
	height: 12px;
}

table.contentBox .topRow td.leftCol {
	background: url(../images/interface/border_tl.png) no-repeat left bottom;
}
table.contentBox .topRow td.centerCol {
	background: url(../images/interface/border_t.png) repeat-x left bottom;
}
table.contentBox .topRow td.rightCol {
	background: url(../images/interface/border_tr.png) no-repeat right bottom;
}

#secondaryContent table.contentBox .topRow td.leftCol {
	background: url(../images/interface/border_tl2.png) no-repeat left bottom;
}
#secondaryContent table.contentBox .topRow td.centerCol {
	background: url(../images/interface/border_t.png) repeat-x left bottom;
}
#secondaryContent table.contentBox .topRow td.rightCol {
	background: url(../images/interface/border_tr2.png) no-repeat right bottom;
}


table.contentBox .middleRow td.leftCol {
	background: url(../images/interface/border_l.png) repeat-y left top;
}
table.contentBox .middleRow td.centerCol {
	background: white;
	padding: 0 5px;
}
table.contentBox .middleRow td.rightCol {
	background: url(../images/interface/border_r.png) repeat-y right top;
}

table.contentBox .bottomRow td.leftCol {
	background: url(../images/interface/border_bl.png) no-repeat left top;
}
table.contentBox .bottomRow td.centerCol {
	background: url(../images/interface/border_b.png) repeat-x left top;
}
table.contentBox .bottomRow td.rightCol {
	background: url(../images/interface/border_br.png) no-repeat right top;
}


/* promoblocks */
#promoBlocks {
	border-collapse: collapse;
	border: 1px solid #70aa0c;
	background: #f0fbde;
}
#promoBlocks th,
#promoBlocks td {
	vertical-align: top;
	text-align: left;
	padding: 0.5em 1em;
	background: url(../images/interface/promo_dots_vertical.png) repeat-y left top;
}
#promoBlocks .first {
	background: none;
}
#promoBlocks th {
	font-size: 15px;
}
#promoBlocks a,
#promoBlocks .more {
	color: #70aa0c;
}
#promoBlocks a:hover {
	color: #00234c;
}


/* newsletter submit */
#frm_newsletter .row {
	clear: both;
	margin-bottom: 0.3em;
}
#frm_newsletter input {
	width: 100px;
}
#frm_newsletter input.button {
	margin-left: 4em;
	width: auto;
}
#frm_newsletter label {
	float: left;
	white-space: nowrap;
	width: 4em;
}
#frm_newsletter div.check label {
	float: none;
	width: auto;
	display: inline;
}
#frm_newsletter div.check input.check {
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}

/* IE5.x/WIN hacks */
@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */


/* IE5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */
