@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #483E32;
	line-height: 180%;
	background-attachment: fixed;
	background-image: url(http://www.netplustechs.com/images/bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

/* Global */

a:focus {outline:none}
img {border: 0}

h1 {font-size:24px; color:#065496; line-height:120%;}
h2 {font-size:14px; font-weight:normal;}
h3 {font-size:20px; color:#065496;}

a:link {color:#03619F; text-decoration:underline;}
a:visited {color:#03619F; text-decoration:underline;}
a:active {color:#03619F; text-decoration:underline;}
a:hover {color:#000; text-decoration:underline;}
a:visited:hover {color:#000; text-decoration:underline;}

/* IDs and Such */

#nav {height:63px; background-image:url(http://www.netplustechs.com/images/nav-bg.png); background-repeat:repeat-x; font-size:12px; line-height:160%;}
#nav a:link {color:#fff; text-decoration:none;}
#nav a:visited {color:#fff; text-decoration:none;}
#nav a:active {color:#fff; text-decoration:none;}
#nav a:hover {color:#fff; text-decoration:underline;}
#nav a:visited:hover {color:#fff; text-decoration:underline;}

#greybar {height:216px; background-image:url(http://www.netplustechs.com/images/grey-bg.png); background-repeat:repeat-x;}

#footer {height:86px; background-image:url(http://www.netplustechs.com/images/footer-bg.gif); background-repeat:repeat-x; font-size:12px; color:#FFFFFF;}
#footer a:link {color:#fff; text-decoration:none;}
#footer a:visited {color:#fff; text-decoration:none;}
#footer a:active {color:#fff; text-decoration:none;}
#footer a:hover {color:#fff; text-decoration:underline;}
#footer a:visited:hover {color:#fff; text-decoration:underline;}

#bluebox {line-height:140%; color:#FFFFFF; font-size:14px; margin-left:5px; background-color:#03619F; padding:5px;}
#bluebox a:link {color:#fff; text-decoration:none;}
#bluebox a:visited {color:#fff; text-decoration:none;}
#bluebox a:active {color:#fff; text-decoration:none;}
#bluebox a:hover {color:#fff; text-decoration:underling;}
#bluebox a:visited:hover {color:#fff; text-decoration:underline;}

#crossslide {margin: 1em auto; width: 882px; height: 324px;  }

/* Classes */

.yellow {color:#FFE908;}