/* CSS Document */

body {
	background-image:url(/images/layout/BodyBG.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

a {
	color:#7BAF6E;
	font-weight:bold;
}

#Container {
	width:960px;
	margin:0px auto;
}

#Header {
	width:100%;
	height:100px;
	background-image:url(/images/layout/headerBG.jpg);
	background-repeat:no-repeat;
}

#NLSignUp {
	width:50%;
	float:left;
}

#GlobalNav {
	float:right;
	width:45%;
	text-align:right;
	font-size:11px;
	color:#666666;
}

#GlobalNav a {
	color:#666666;
	text-decoration:none;
}

#Nav {
	clear:both;
	width:100%;
	padding-top:15px;
}

#Nav ul {
	padding:0px;
	margin:0px;
	width:100%;
}

#Nav li {
	float:left;
	list-style:none;
	color:#666666;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

#Belt {
	clear:both;
	width:100%;
	height:230px;
}

#MainImage {
	width:710px;
	height:230px;
	float:left;
}

#BeltFeatures {
	width:240px;
	float:right;
	height:230px;
}

#MainBody {
	clear:both;
	width:100%;
	padding-top:20px;
}

#MainContent {
	width:710px;
	float:left;
}

#MainContent label {
	font-weight:bold;
	width:100%;
}

#MainContent .textField {
	clear:both;
	width:90%;
	border:#000000 1px solid;
	margin:5px;
}

#MainContent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-top:0px;
	font-weight:lighter;
}

#MainContent h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:0px;
	font-weight:lighter;
}

#MainContent h2 a {
	font-weight:lighter;
}

#RightSide {
	width:240px;
	float:right;
}

#Footer {
	font-size:10px;
	width:100%;
	padding-top:20px;
	clear:both;
	text-align:center;
	color:#999999;
}

#Footer a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}






#Nav a {
	color:#666666;
	text-decoration:none;
	display:block;
}

#Nav ul li ul li a {
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:2px;
	display:block;
}

#Nav ul {
	display:block
}

#Nav li {
	position:relative;
	display:block;
}


#Nav ul ul{
	position:absolute;
	left:15px;
	display: block;
	width: 135px;
	z-index:100;
	clear:both;
	margin:0px;
	padding:0px;
}

#Nav ul ul li,
#Nav ul ul ul li {
	position: relative;
	padding: 5px;
	border-bottom:solid 1px #FFFFFF;
	background-color:#7BAF6E;
	font-weight:bold;
	text-align:left;
	width:100%;
	display: block;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}

#Nav ul ul li:hover,
#Nav ul ul ul li:hover {
	background-color:#71C25D;
}

div#Nav ul ul,
div#Nav ul li:hover ul ul,
div#Nav ul ul li:hover ul ul
{display: none;
}

div#Nav ul li:hover ul,
div#Nav ul ul li:hover ul,
div#Nav ul ul ul li:hover ul
{display: block;
}
