/* NMD.CSS
------------------------------*/

*	{
	margin:0;
	padding:0;
	}

body {
	background-color:#FFFFFF;
	margin-bottom:14px;
	background-image: url('/images/body_bg_tile.png');
	background-position: center top;
	background-repeat: repeat-x;
	}

/* MAIN PAGE LAYOUT ELEMENTS
------------------------------*/

div#maindiv
	{
	margin:auto;
	width:1000px;
	height:auto;
	}

div#page-header
	{
	width:1000px;
	height:112px;
    overflow:hidden;
	background-image: url('/images/header_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	}

div#header-logo-link {
	margin:18px 0 0 19px;
	width:101px;
	height:74px;
	cursor:pointer;
}

div#header-content-left {
	width:130px;
	height:112px;
	float:left;
	overflow:hidden;
	}
div#header-content-right {
	width:865px;
	height:112px;
	float:left;
	overflow:hidden;
	}
div#header-content-links
	{
	padding-top:5px;
	text-align:right;
	font-size:11px;
	color:#496da8;
	}

div#header-content-family {
	padding-top:15px;
	text-align:right;
	font-size:11px;
	color:#496da8;
	}

div#family_logos_container {
	float:right;
	width:215px;
	height:72px;
    overflow:hidden;
	}

div#family_logos_header
	{
	width:215px;
	height:18px;
	margin:auto;
	margin-bottom:6px;
    overflow:hidden;
	text-align:center;
	background-image: url('/images/family_logos_header.png');
	background-position: center top;
	background-repeat: no-repeat;
	}

div.family_logos {
	text-align:center;
	}

img#fb_logo {
	margin-top:50px;
	}

div#nav-top
	{
	width:1000px;
	height:52px;
    overflow:hidden;
	}

	/* MAIN NAVIGATION
	------------------------------*/
	div.main-nav-off, div.main-nav-on {
		position:relative;
		width:159px;
		height:23px;
		float:left;
		overflow:hidden;
		background-image: url('/images/main_nav_bg_off.png');
		background-position: left top;
		background-repeat: no-repeat;
		padding-top:5px;
		text-align:center;
		color:#626262;
		font-size:12px;
	}
	div.main-nav-off {
		background-image: url('/images/main_nav_bg_off.png');
	}
	div.main-nav-off:hover {
		background-image: url('/images/main_nav_bg_off_hover.png');
		cursor:pointer;
	}
	div.main-nav-on {
		background-image: url('/images/main_nav_bg_on.png');
	}
	div.main-nav-gap {
		width:4px;
		height:23px;
		float:left;
		overflow:hidden;
	}
	
	div.main-nav-off img, div.main-nav-on img {
		position:absolute;
	}
		div.main-nav-off img.left, div.main-nav-on img.left {
			top:5px;
			left:8px;
		}
		div.main-nav-off img.right, div.main-nav-on img.right {
			top:5px;
			right:8px;
		}


div#header-sep
	{
	width:1000px;
	height:1px;
	clear:both;
    overflow:hidden;
	}

div#body-container
	{
	width:1000px;
	height:auto;
	}

div.body-gutter
	{
	padding:0;
	margin:0;
	height:500px;
	float:left;
	width:5px;
	}

div#body-content
	{
	width:990px;
	height:auto;
	float:left;
	}

div#footer-sep
	{
	width:1000px;
	height:12px;
	clear:both;
    overflow:hidden;
	}

div#page-footer
	{
	width:1000px;
	margin:auto;
	margin-top:2px;
	padding-bottom:6px;
	border-top:1px solid #999999;
	padding-top:6px;
	}

div#footer-content
  {
    width:990px;
    margin:auto;
	padding:0;
	font-size:10px;
	color:#496da8;
	letter-spacing:.1em;
  }

div#footer-content-copyright
	{
	width:190px;
	height:auto;
	float:left;
	text-align:left;
	color:#496da8;
	}

div#footer-content-links
	{
	width:800px;
	height:auto;
	float:left;
	text-align:right;
	}



/* HACKS
------------------------------*/
  .prop {
    height:450px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:4px;
    overflow:hidden;
  }
