#wrappernor {
	margin:0 auto;
	width:780px;
	background:#ffffff;
	font-size:1.20em;
}

#logo {
	margin:0 auto;
	padding-top:20px;
	width:780px;
	height:100px;
	background:#ffffff;
	font-size:1.20em;
}
.mouse {
	background-image:url(http://nordevco.com/images/bannertop.jpg); background-repeat:no-repeat; background-position:bottom right; width:162px; height:30px; }

#banner {
	margin:0 auto;
	width:780px;
	height:145px;
	background-image:url(http://nordevco.com/images/bannerarea.jpg);
	background-repeat:no-repeat;
}
/* Footer */

#footer-text {
	padding-top:12px;
	padding-left:20px;
	cursor:default;
	color:#FFF;
}
#footer-text a {
	color: #990000;
	text-decoration:none;
}
#footer-text a:hover {
	color:#000;
	text-decoration:none;
}

#footer {
	margin:0 auto;
	width:780px;
	background-image:url(http://nordevco.com/images/footer.jpg); background-repeat:repeat-x;
	height:36px;
	font-size:11px; color:#FFF;
	
}
.box {
	background-color:#E6F2FF;
	border: dotted 1px #000000;
	font-size:12px;
	padding:12px;
}

/*------Footer Links-------*/
#linksfoot {
	margin:0 auto;
	width:780px;
	background-image:url(http://nordevco.com/images/linksback.png); background-repeat:repeat-x;
	height:160px;
	font-size:12px; color:#292929;
	
}
#linksfoot a {
	color: #990000;
	text-decoration:none;
}
#linksfoot a:hover {
	color:#000;
	text-decoration:none;
}

#leftlinks {
	float:left;
	width:246px;
	height:145px;
	margin:10px 0 0 10px;
	background-color:transparent;
}
#rightlinks {
	float:left;
	width:246px;
	height:145px;
	margin:10px 0 0 10px;
	background-color:transparent;
}
#rightlinks2 {
	float:right;
	width:246px;
	height:145px;
	margin:10px 0 0 0;
	background-color:transparent;
}

/*-----------Nav Menu---------------*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 30px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 30px;
	background-repeat: no-repeat;
}
.home {background-image: url(http://nordevco.com/images/nav01h.gif); width: 118px;}
.home a {background-image: url(http://nordevco.com/images/nav01.gif); width: 118px;}
.about {background-image: url(http://nordevco.com/images/nav02h.gif); width: 118px;}
.about a {background-image: url(http://nordevco.com/images/nav02.gif); width: 118px;}
.services {background-image: url(http://nordevco.com/images/nav03h.gif); width: 118px;}
.services a {background-image: url(http://nordevco.com/images/nav03.gif); width: 118px;}
.portfolio {background-image: url(http://nordevco.com/images/nav04h.gif); width: 118px;}
.portfolio a {background-image: url(http://nordevco.com/images/nav04.gif); width: 118px;}
.contact {background-image: url(http://nordevco.com/images/nav05h.gif); width: 118px;}
.contact a {background-image: url(http://nordevco.com/images/nav05.gif); width: 118px;}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}