
/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font: 76%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	cursor: default;
	margin-top: 10px;
	}

/* Headers and Paragraphs:
------------------------------------------------ */
#wrap h1, h2, h3, h4, h5, h6 {
	font-family:  Verdana, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1.1em;
	color: #444;
	margin: 10px 10px 5px 0;
}

#wrap h1, h3 {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#wrap h1 {
	margin: 10px 10px 25px 0;
}

h4, h5, h6 {
	line-height: 1.3em;
	border: 0;
	margin: 5px 0 3px 0;
}

#wrap h1 { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; font-weight: bold; }
h5 { font-size: 100%; }
h6 { font-size: 80%; font-weight: normal; }
p { margin: 0 0 10px 0;}
strong {color: #65bf47;}

/* Layout
------------------------------------------------ */



#wrap {
	width: 750px;
	margin: 0 auto;
	}

#header {
	background: transparent url(images/headerbkgd.jpg) no-repeat;
	height: 65px;
	margin: 0;
	padding-top: 35px; 
	padding-left: 20px;
	}

#headeraddress {
	float: right;
	width: 340px;
	text-align: right;
	font-size: 70%;
	padding: 15px 20px 0 20px;
}

#flash {
	background: transparent url(images/mainbkgd.jpg) no-repeat;
	height: 300px;
	margin: 0;
	padding: 0 0 0 5px;
	}

#maincontent {
	width; 750px;
	float: left;
	min-height: 200px;
	background: transparent url(images/mainbkgd.jpg) repeat;
	}


#leftside {
	float: left;
	width: 220px;
	min-height: 400px;
	padding-left: 15px;
	padding-bottom: 30px;
	background: transparent url(images/menubkgd.jpg) repeat;
	}

#contentfull {
	float: right;
	width: 490px;
	padding: 20px 10px 20px 10px;
	}

#footer {
	float: left;
	clear: both;
	width: 750px;
	margin: 0px;
	font-size: 80%;
	padding: 15px 0 0 20px;
	background: transparent url(images/footerbkgd.jpg) no-repeat;
}

#footer img {
	border: 0px;
	margin: 0px;
	padding: 5px 20px 0 0;
	text-decoration: none;
	float: left;
}
	


/* Content styling
------------------------------------------------ */


a:link, a:visited {
	color: #333;
	border-bottom: 1px solid #666;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background: #555;
	text-decoration: none;
	}



.nl_summaryPost h3 a:link, .nl_summaryPost h3 a:visited, .nl_info a:link, .nl_info a:visited{
	color: black;
	background: none;
	border-bottom: none;
	}

.nl_summaryPost h3 a:hover, .nl_info a:hover {
	color: black;
	background: none;
	border-bottom: none;

	}
	
.nl_summaryPost .nl_info {
	background-color: #eee;
	}
	


/* Top Menu 
------------------------------------------------ */

#tmenu {
	display: inline; 
	list-style: none;
	font-size: 80%;
	text-decoration: none;
}


#tmenu li {
	display: inline; 
	list-style: none;
	border-right: 1px solid #bbb;
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 10px;
	text-decoration: none;
	color: #444;
	}

#tmenu a:hover {
	padding-top: 30px;
	background-color: #555;
	}

/* leftside 
------------------------------------------------ */

#ajaxmenu{
	z-index:65;
	}

#lmenu {display: block !important; padding-top: 15px;}

#leftside h1, #leftside h2, #leftside h3 {
	padding-left: 3px;
	}

#leftside #lmenu li {
	list-style: none;
	width: 195px;
	padding-left: 10px;
	text-indent: 3px;
	}

#leftside #lmenu li a:link, #leftside #lmenu li a:visited {
	display: block;
	height: 1%;
	border-bottom: 1px solid #bbb;
	}

/* Tables 
------------------------------------------------ */
table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
	
td, th {
	font-size: 80%;
	border: 1px solid #999;
	padding: 0.1em 1em;
	vertical-align: text-top;
}
	
.alternative {
	background-color: #ddf;
}

/* Lists 
------------------------------------------------ */

ol {
	padding-left: 20px;
}

#contentfull li {
	margin: 0 0 5px 20px;
}
