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

*	{
	margin:0;
	padding:0;
	}

html, body
	{
	text-align:center;
	margin:auto;
	margin-top:0px;
	margin-bottom:14px;
	}

body {
	background-color: #008080;
	}


/* NO BORDERS ON IMAGE LINKS
------------------------------*/
a img {border: none}



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

div#maindiv
	{
	margin:auto;
	width:800px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #DAA520;
  	position: relative;
	}

div#pageheader
	{
	width:800px;
	height:112px;
	margin:auto;
	text-align:center;
    background-image: url('/nmd_alternation/templates/slolt/images/newbanner.png');
	background-repeat:no-repeat;
	background-position: left bottom;
	}

div#google_search
	{
	width:300px;
	text-align:left;
	float:left;
	padding:0px;
	margin:3px;
	margin-top:2px;
	}

div#header_ads
	{
	width:150px;
	text-align:right;
	float:right;
	position:relative;
	padding:0px;
	margin:0;
	}
	
div#header_ad_text
	{
	width:150px;
	text-align:right;
	padding:0px;
	margin:0;
	background-color:#EEE8D0;
    background-image: url('/nmd_alternation/templates/slolt/images/ads_top_upper.gif');
	background-repeat:no-repeat;
	}

div#header_ads_bottom
	{
	width:150px;
	height:21px;
	margin:0;
	padding:0;
	}
	
div#navtop
	{
	width:800px;
	text-align:center;
	vertical-align:middle;
	height:20px;
	padding:0px;
	margin:0;
	background-color:#FDF5E6;
	border-top:1px solid #DAA520;
	border-bottom:1px solid #DAA520;
	}

div#navleft
	{
	width:155px;
	text-align:right;
	font-size:11px;
	height:auto;
	float:left;
	padding:6px;
	margin:auto;
	}

div#bodygutter
	{
	padding:0;
	font-size:1px;
	margin:0;
	height:450px;
	width:1px;
	position:relative;
	float:left;
	}

#bodycontainer {
	width:648px;
	margin:auto;
	padding:0;
	margin-top:10px;
    background-color:#999999;
	text-align:left;
    background-image: url('/nmd_alternation/templates/slolt/images/shadow_corner_top.gif');
	background-repeat:no-repeat;
	background-position: right top;
	}

#bodycontainfooter {
	height:7px;
	font-size:1px;
	margin:auto;
	padding:0;
	clear:both;
    background-color: #999999;
    background-image: url('/nmd_alternation/templates/slolt/images/shadow_corner_bottom.gif');
	background-repeat:no-repeat;
	background-position: left bottom;
}

#bodycontainer div.pagebody	{
    position:relative;
	width:640px;
	left:0;
	border:1px solid #000000;
	background-color:#FAF6E8;
}


div#assets_left
	{
	width:244px;
	height:auto;
	position:relative;
	float:left;
	margin:0;
	margin-bottom:24px;
	margin-right:12px;
	padding:0;
	text-align:center;
	background-color:#006a71;
	padding-bottom:40px;
	}

div#page_footer
	{
	width:770px;
	height:22px;
	margin:auto;
	}

div.rightcoloftwo	{
	float:left;
	width:365px;
	padding-bottom:10px;
	padding-top:8px;
	}
	html>body div.rightcoloftwo {
        margin-left:13px;
		}

div.leftcoloftwo	{
	float:left;
	width:244px;
	text-align:center;
	padding-bottom:10px;
 	margin:auto;
	}


div.one_col_blue	{
	float:left;
	background-color:#006A71;
	padding-bottom:10px;
	padding-top:8px;
	}

div#bodycontainer div.pagebody div.one_col_blue *	{
	color:#FFFFFF;
	margin-bottom:8px;
	font-size:13px;
	line-height:150%;
	}

div#bodycontainer div.pagebody div.one_col_blue p.head1	{
	text-align:left;
	font-size:17px;
	color:#FFFFFF;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	letter-spacing: .2em;
	}


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

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