@charset "utf-8";
/* CSS Document */
/* Browser Resetter *************************/
body,div,span,form,div,a,img,h2,h3,h4,h5,h6,ul,ol,li,blockquote{margin:0;padding:0;border:0;outline:0;}
ul,li,ol{list-style:none;}
a{outline: none; text-decoration:none;}

body {
	font:12px arial,sans-serif;
}
a {
	background-color: transparent;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*********Header*******/
#header {
	height:94px;
	position:relative;
	background-image: url(http://www.nulogx.com/images/portal-header-bd.jpg);
	background-repeat: repeat-x;
}
#hcont {
	width:980px;
	margin:0 auto;
}
#logo {
	width:100%;
	float:left;
	height: 69px;
}
.greentitle {
	color:#096126;
	font-weight: bold;
	font-size: 13px;
}
a:link {
	color:#096126;
	text-decoration:none;
}
a:hover {
	color:#06441B;
	text-decoration:underline;
}
a:visited {
	color:#096126;
}
a:active {
	color:#096126;
}
#space {
	width:100%;
	height:100px;
}
.NavBar
{
	font-size: 12px;
	height: 30px;
	font-family: Arial;
	background-color: #eeecdf;
	padding-left: 50px;
	padding-top: 5px;
}

.greenbold {
	color:#096126;
	font-weight: bold;
	font-size: 16px;
}
#bodybox {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#tn {
	padding-left:150px;
	height:25px;
	float:left;
}
.deliv {
padding: 10px;
font-size: 12px;
font-family: Arial;
}



/*  form ************/
.required {
	font-size: 11px;
	color: #F00;
}

		
		

/* FOOTER ***********************************************/
#footer {
	height:30px;
	background-color:#F4F4F4;
	padding-left:150px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	overflow:hidden;
	background-image: url(images/http://www.nulogx.com/images/p-foot-bd.png);
}
#fnav {
	width:235px;
	float:left;
	padding-left: 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 11px;
	line-height: 20px;
}
#fnavsm {
	width:160px;
	float:left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 15px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 11px;
}
#footer a:link {
	color: #666;
	text-decoration:underline;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
#footer a:visited {
	color: #666;
	text-decoration:underline;
}



	
/******navs*********/

#topnav {
    list-style:none;
	float:left;
	overflow:hidden;	
}
#topnav a {
    display: block;
    width: 150px;
	height: 25px;
    background:url("http://www.nulogx.com/images/tabp.jpg") no-repeat;
}
#topnav li {
	float:left;
}
#topnav a:hover { 
    background-position:0 -25px;
}
#topnav a:active {
    background-position:0 -25px;
}

/* leftbar */
#lb {
	background-color: #F4F4F4;
	width: 150px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	overflow: hidden;	
}
#lb p {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 13px;
}
#lb a:link {
	color:#096126;
	text-decoration:none;
}
#lb a:hover {
	color:#06441B;
	text-decoration:underline;
}
#lb a:visited {
	color:#096126;
}
#lb a:active {
	color:#096126;
}
/* left side nav list **********************/
#ln {
    list-style:none;
	float:left;
}
#ln a {
	display: block;
	width: 150px;
	height: 30px;
	color: #000;
	text-decoration:none;
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	padding-left: 10px;
}
#ln a:hover {
	background-position:0;
	background-color:#CCC;
}
#ln a:active {
    background-position:0 -30px;
}


