/*
http://www.thenationalnetworker.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #000000;
}

#main_wrap {
  background: #A9B3BB url('bkgrd.gif') repeat-x;
}

#BT_wrap {
  background: #314a66 url(headerbkgrd.gif) repeat-x;
}

#NP_wrap {
  background: #669933 url(headerbkgrd.gif) repeat-x;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

p {
	margin-bottom: 1em;
	line-height: 140%;
}

ul, ol {
	margin-left: 4em;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #4E387E;
}

a.menu2:link {
	text-decoration: none;
	font: bold 14pt "Trebuchet MS";
	color: #ffffff;
}

a.menu2:hover {
	text-decoration: underline;
	color: #000000;
}

a.menu2:visited {
	color: #98AFC7;
}

a.menu3:link {
	color: #FFFFFF;
}

a.menu3:hover {
	text-decoration: none;
	color: #FF0000;
}

a.menu3:visited {
	color: #98AFC7;
}

hr {
	color: #333333;
}

/* Header */

#logo {
	width: 900px;
	height: 90px;
	margin: 0 auto;
	padding: 15px 0px 7px 0px;
	background: url(TNNWCGroupLogo.png) no-repeat center;
}


/* Menu */

#menu_wrapper {
  width: 900px;
  margin-right: 27%;
  margin-left: 23%;
}

#menu {
	width: 115px;
	height: 30px;
	float: right;
	padding: 9px 0px 0px 0px;
	margin-left: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 35px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 7px 25px 18px 25px;
	text-decoration: none;
	font: bold 11pt "Trebuchet MS";
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}


/* Wide Post */

.wide-post {
	width: 900px;
	margin: 20px auto;
	background: #D4D9DD url(whiteimg04.gif) repeat-y;
}

.wide-post .title {
	padding: 8px 10px 25px 10px;
	background: url(whiteimg05.gif) no-repeat;
	font-size: 2em;
}

.wide-post .entry {
	padding: 0px 20px 0px;
}

.wide-post .bottom {
	height: 25px;
	background: url(whiteimg06.gif) no-repeat left bottom;
}

/* Small Post */

.small-post {
	width: 450px;
	margin: 20px auto 5px auto;
	background: #D4D9DD url(whiteimgs4.gif) repeat-y;
}

.small-post .stitle {
	padding: 8px 10px 15px 10px;
	background: url(whiteimgs5.gif) no-repeat;
	font-size: 2em;
}

.small-post .sentry {
	padding: 0px 20px 0px;
}

.small-post .sbottom {
	height: 25px;
	background: url(whiteimgs6.gif) no-repeat left bottom;
}

/* Three Columns */

.three-columns {
	width: 900px;
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.three-columns .column-one {
	float: right;
	width: 300px;
}

.three-columns .column-two {
	float: right;
	width: 300px;
}

.three-columns .column-three {
	float: right;
	width: 300px;
}

.three-columns .title {
	height: 65px;
	padding: 20px 0px 0px 25px;
	background: url(title.png) no-repeat;
	font-size: 1.2em;
	color: #ffffff;
}


/* Publications & Information */

#publications {
	padding: 0px 0px 0px 0px;
}

/* Back to TNNW */

#tnnw {
	padding: 0px 0px 0px 0px;
}

/* About our Authors */

#authors {
	padding: 0px 0px 0px 0px;
}

/* Past Issues */

#pastissues {
	padding: 0px 0px 0px 0px;
}


/* services */

#services {
	padding: 0px 0px 0px 0px;
}

/* community */

#community {
	padding: 0px 0px 0px 0px;
}

/* Footer */

#footer {
	padding: 25px 0;
	background: #3F4244 url(img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}

input.button {
  color: #ffffff; 
  background: #009933;
  font-size: 12pt;
  font-weight: bold;
  font-family: Trebuchet MS;
  border: 4px outset #ffffff;
  text-align: center;
  width: 220px;
  height: 34px;
}

input.button2 {
  color: #38ABED; 
  background: #ffffff;
  font-size: 12pt;
  font-family: Trebuchet MS;
  border: none;
  width: 400px;
  text-decoration: underline;
}
