body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header-bkgd.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 22px;
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
h3 {
	font-size: 14px;
	color: #CC6600;
}

.clear {
	clear:both;
}
/*WRAPPER*/
#wrapper {

	margin-right: auto;
	margin-left: auto;
}
/*--------------------------*/
/*HEADER*/
#pageHeader {
	width: 100%;
	height: 125px;
}
#pageHeader #webnet {
	float: left;
	width: 340px;
	height: 39px;
	padding-top: 50px;
	padding-left: 60px;
}
#pageHeader #words {
	float: right;
	height: 15px;
	padding-top: 80px;
	padding-right: 20px;
}
/*--------------------------*/
/*PAGE BODY*/
#pageBody {
	background-color: #FFFFFF;
	width: 100%;
}
/*--------------------------*/
/*NAVIGATION*/
#nav {
	color: #000000;
	padding-top: 0;
	padding-bottom: 20px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear:left;
	font-size: 17px;
	color: #000000;
}
#nav ul li {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-right: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	font-size: 18px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #CC6600;
}

#nav ul li ul { /* second-level lists */
	position: absolute;
	display: none;
	background-color: #ECECEC;
	top: 15px; /* for IE*/
	left:0px; /* for IE*/
	width: 150px;
}
#nav ul li > ul { /* for all other browsers*/
	top: 18px;
	left: 0px;
	width:150px;
	}
#nav ul ul li {
	float: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #352101;
	border-bottom-width: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav ul li:hover ul, #nav ul li.over ul { 
	display: block; 
	clear: left;
	}

/*--------------------------*/
/*LOGIN BUTTON*/
#content #login {
	float: left;
	margin: 50px 0 0 0px;
}

#login {
	width:210px;
}

#login h1 {
	line-height: 110%;
	text-align: center;	
	padding: 0px;
}

#login h1 a{
	color: #CC6600;
	text-decoration:none;
}

#login h1 a:hover{
	color:#666;
}


/*--------------------------*/
/*CONTENT*/
#content {
	background-color: #FFFFFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
/*HOME columns */
#content #lft {
	float: left;
	width: 60%;
	padding-bottom: 20px;
}
#content #rgt {
	background-image: url(../images/contact_note_bk.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 30%;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
}
#rgt p {
	margin-top: 75px;
	padding-left: 21px;
}

/*--------------------------*/
/*HOME recent work section*/
#content #featured {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px dotted #000000;
}
#featured #image {
	color: #FF0000;
	float: left;
	width: 200px;
	padding-right: 20px;
}

#featured #nextsite {
	color: #FF0000;
	float: left;
}
.site-name {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-left: 15px;
}
.site-url {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 45px;
	padding-left: 15px;	
}
.next-site {
	color: #000000;
	font-size: 14px;
	padding-left: 15px;
}
#nextsite p {
	padding-left: 75px;
}
#nextsite a {
	color: #000000;
	text-decoration: none;
}
#nextsite a:hover {
	color: #CC6600;
}
#featured a {
	color: #CC6600;
	text-decoration: none;
}
#featured a:hover {
	color: #666666;
}
/*PREVIEW*/
.hoverbox-home
{
	cursor: default;
	list-style: none;
}

.hoverbox-home a
{
	cursor: default;
}
.hoverbox-home img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 208px;
	height: 132px;
}

.hoverbox-home li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
/*--------------------------*/
/*FOOTER*/
#pageFooter {
	float:left;
	width: 100%;
	height: 120px;
	color: #CCCCCC;
	background-color: #666666;
	padding-top: 5px;
	padding-bottom:21px;
}
#pageFooter p {
	margin-left: 0px;
	text-align: center;
}
#pageFooter #wnmg-logo {
	font-size: 12px;
	padding-top: 5px;
}
#pageFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#pageFooter a:hover {
	color: #CC6600;
	text-decoration: none;
}
/*--------------------------*/
/*PORTFOLIO Page List*/
#portfolio {
	float: left;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#portfolio #image {
	color: #FF0000;
	float: left;
	width: 20%;
	padding-right: 20px;
}
#portfolio-site-name {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	float: left;
	width: 50%;
	padding-left: 30px;
	padding-top: 25px;
}
#portfolio a:hover {
	color: #CC6600;
}
#portfolio a {
	color: #666666;
	text-decoration: none;
}
/*PREVIEW*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 48px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 208px;
	height: 132px;
}
/*--------------------------*/
/*Cool Absolutely Unecessary AutoScroll Icon*/
html>img { 
	width: 0;
	height: 28px;
	padding-left: 28px;
	background: url(../images/auto-scroll.png); 
}
/*--------------------------*/
/*SITE MAP*/
.sitemap {
	float: left;
	color: #000000;
	width: 20%;
}
.sitemap ul {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	font-size: 18px;
	color: #000000;
}
.sitemap ul li {
	padding-bottom: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	font-size: 16px;
}
.sitemap a {
	color: #CC6600;
	text-decoration: none;
}
.sitemap a:hover {
	color: #666666;
}

/*--------------------------*/
/*HOSTING PAGE*/
.hostingPlans th {
	color:#FFFFFF;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
