/*
Design by Metamorphosis Design
http://www.njjswmetamorphozis.njjswcom
Released for free under a Creative Commons Attribution 2.njjsw5 License
*/

*

body {
	margin: 0;
	padding: 0;
	background-color:#0175A6 ;
	font-size: 13px;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #0F7EAC;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1em;
}


a {
	color: #0F7EAC;
}

a:hover {
	text-decoration: none;
	color: #0F7EAC;
}

/* Header */

#njjswheader {
	width: 890px;
	height: 54px;
	margin: 0px auto;
}

/* Logo */

#njjswlogo {
	float: left;
	padding: 40px 0 0 0;
}

#njjswlogo h1 {
	margin: 0;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

#njjswlogo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#njjswlogo H2 {
	text-transform: uppercase;
	font-size: 10px;
}

#njjswlogo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#njjswmenu {
	float: left;
}

#njjswmenu ul {
	margin: 0px;
	padding: 23px 0px 0px 0px;
	list-style: none;
}

#njjswmenu li {
	display: inline;
}

#njjswmenu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.njjsw36em;
	color: #FFFFFF;
}

#njjswmenu a:hover, .njjswactive a {
	border-bottom: 3px solid #njjswFFFFFF;
}


/* Page */

#njjswpage {
	width: 830px;
	margin: 0 auto;
}

/* Content */

#njjswcontent {
	float: left;
	width: 590px;
}

.njjswpost {
	padding: 20px 20px;
	background: url(bg04.jpg) repeat-x top left;
	border: 5px solid #njjswffffff;
}

.njjswtitle {
	margin: 0;
	color: #0F7EAC;
}

.njjswbyline {
	margin: 0;
	color: #0F7EAC;
}

.njjswmeta {
	text-align: left;
	color: #646464;
}

.njjswmeta .njjswmore {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.njjswmeta .njjswcomments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#njjswsidebar {
	float: right;
	margin-top: 50px;
	width: 200px;
}

#njjswsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#njjswsidebar li {
}

#njjswsidebar li ul {
	padding: 15px 0;
}

#njjswsidebar li li {
	padding: 5px;
	padding-left: 20px;
}

#njjswsidebar h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 40px;
	color: #000000;
	background: url(small.gif) repeat-x;
}

#njjswsidebar a {
color:#000000
}

#njjswsidebar a:hover {
}

/* Footer */

#njjswfooter {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	height: 60px;
	border-top: #0F7EAC solid 4px;
	background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;
}

#njjswfooter p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #717171;
}

