/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
body {
	
	color: #000;
	font: 12px Verdana,Arial, sans-serif;
	background: #ddd url("../images/nt-bg.jpg") no-repeat center right;
}

.photo	{
	/*border:1px solid #014f42;*/
	border:1px solid #fff;
	background:#96bd77;
	padding:5px;
	float:right;
	max-width:225px;
	margin:0 0 10px 10px;
	}
a {
	color: #666;
}
a:hover	{
	color:#000;
	text-decoration:underline;
	}
a[href^="mailto"] 		{padding:0 18px 0 0; background: transparent url("../images/icon_mailto.gif") no-repeat center right; }
a[href$='.pdf'] 		{padding:0 18px 0 0; background: transparent url("../images/pdf-icon16x16.gif") no-repeat center right; }
p {
	padding: 0 0 12px 0;
}
ul 	{
	list-style-type: square;	
	}
a img {
	border:none;
	}
a img.logo {
	vertical-align:middle;
	}
a em	{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	}
/*	##################################
   	BASIC LAYOUT
	################################## */
#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	background:#fff;
}
#header	{
	position:relative;
	background:transparent;
	margin:0 0 10px 0;
	height:80px;
	width:960px;
	}
#header #menubar	{
	float:right;
	position:relative;
	top:55px;
	right:20px;
	color:orange;
	font-size:11px;
	font-weight:bold;
	}
#header	.logo	{
	float:left;
	}
#banner	{
	background:transparent url("../images/bannerhead.jpg") no-repeat;
	width:960px;
	height:200px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}
#content {
	position:relative;
	background:transparent;
}
#main {
	float: left;
	width: 720px;
	/*display: inline;*/
	padding:10px 10px 10px 10px;
	background:transparent;
	min-height:300px;
}
#main p, #main ul, #main ol, #main dl	{
	line-height:18px;
	}
#main ul	{
	margin-left:35px;
	}
ul.vendors	{
	list-style:none;
	margin:0 0 0 0;
	}
	ul.vendors li	{
		float:left;
		margin:0 35px 10px 0;
		}
	ul.vendors li img	{
		max-width:150px;
		max-height:80px;
		background:#fff; padding:10px;border:1px solid #ddd;
		}
#sidebar {
	padding:10px 10px 10px 10px;
	float: right;
	width: 200px;
	/*display: inline;*/
	background:transparent;
	font-size:12px;
}
#sidebar ul	{
	margin:0 0 0 25px;

	}
#sidebar ul li	{
	margin:0 0 5px 0;
	}
/*	##################################
   	HEADINGS
	################################## */
h1, h2 {
	padding: 0 0 10px 0;
	font-family: Arial Verdana, sans-serif;
	color:#ff6900;
	font-weight:bold;
}
h2 {
	font-size: 25px;
	letter-spacing:-2px;
}
h3, h4, h5, h6 {
	padding: 5px 0 10px 0;
	font-family: Arial Verdana,sans-serif;
}
h3 {
	color:#ac6219;
	font: bold 22px "Arial Narrow", Arial, sans-serif;
	}
/*	##################################
   	CONTENT
	################################## */

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
	background:transparent;
}
#footer {
	clear:both;
	width: 940px;
	margin: 0 auto;
	padding: 10px 10px 0;
	background:transparent;
	color:#666;
	font-size:11px;
	font-family:"Tahoma", Helvetica, Arial, sans-serif;
	border-top:1px solid #ccc;
}
#footer p {
	padding:0;
}
#legal	{float:left;padding:0;line-height:15px;}
#designed	{float:right;padding:0;line-height:15px;}
/*	##################################
   	USEFUL
	################################## */
.clear {
	clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/** CSS BASIC ELEMENTS */
hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}
fieldset {
	padding: 0 20px 20px 20px;
	border: none;
}
label.error {
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
}
input.error { border: 1px dotted #800; }
textarea {
	width: 90%;
	height: 100px;
}
input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #6e7073;
	border: none;
	color: #fff;
}
.floatLeft	{
	float:left;
	margin:0 10px 10px 0;
	}
.floatRight	{
	float:right;
	margin:0 0 10px 10px;
	}
.indicate-required	{
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
	}
.stripeMe				{background:#eee; border:solid 1px #ddd; padding:5px;font-size:11px;width:100%;}
.stripeMe th			{font-weight:bold;padding:10px;background:#069;color:#fc0}
.stripeMe .title		{font-weight:bold;}
.stripeMe tr.normal		{background:#dff1d0;}
.stripeMe tr.alternate	{background:#b8d2a3;}
.stripeMe tr.over		{background:#faa634;color:#fff;}
.stripeMe td			{padding:5px;vertical-align:top;}
.stripeMe .title		{font-weight:bold;}
img.embellish, .article img			{background:#eee;border:1px solid #ddd;padding:10px;}
