/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)

Last modified: John Thomasovich (Mar 15, 2008)

Screen layout: */

/***** Body and main container *****/

body {
	margin:0 auto;
	padding:0;
	font:86% "Trebuchet MS",Verdana,Tahoma,Arial,sans-serif;
	background-color: #030;
	/*background:#f4f4f4 url(img/bg.gif) top center repeat-y;*/
	color:#404040;
}

#wrap {
	background:#ffffff;
	color:#404040;
	margin:0 auto;
	padding: 0px 20px 0px 20px;
	width:760px;
}

/***** Various tags *****/

a {
	color: #339999;
	/*color:#286ea0;*/
	font-weight:bold;
}

a:visited {
	color:#666699;
}

a:hover {
	text-decoration:underline;
}

a img {
	color:#FFF;
	background-color:#FFF;
	border-width: 0;
	border-style: none;
	border-color: #FFF;
}

p {
	margin: 2px 0 6px 0;
}

h1 {
	border:0;
	margin:0;
	padding:0;
}

h2 {
	font-family: Georgia,"Times New Roman", Times,serif;
	background-color: inherit;
	color: #336633;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: Georgia,"Times New Roman", Times,serif;
	/* background: #ffffff url(img/headerbg.gif) top left repeat-x; */
	color: #363;
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

h4 {
	margin-bottom:0;
}

strong {
	color:#990000;
	background-color:inherit;
}

blockquote {
	color: inherit;
	background-color: #dddddd;
	padding:6px;
}


img {
	border-width: 0;
	border-style: none;
	margin: 0;
	padding: 0;
	border-color: #FFF;
}

.borderless {
	color:#FFF;
	background-color:#FFF;
	border-width: 0;
	border-style: none;
	border-color: #FFF;
}

/***** Header *****/

#header {
	margin:0;
	padding:0;
	height:80px;
}

#header h1 {
	color:#505050;
	background-color:inherit;
	width:350px;
	height: 80px;
	margin:0;
	font-size:2em;
}

#header p {
	/* width:700px; */
	float:right;
	text-align:center;
	margin:8px 0 0;
	font-weight:bold;
	line-height:1.3em;
}

.njcon-title {
	color: #363;
 	font-family:DejaVu Sans,Trebuchet MS,Arial,sans-serif;
	font-size:3.5em;
	font-weight:normal;
	margin-bottom: 20px;
}

.njcon-subtitle {
	color: #363;
	font-size: 1.5em;
	font-weight: bold;
}

.njcon-text {
	color: #363;
 	font-family:DejaVu Sans,Trebuchet MS,Arial,sans-serif;
	font-weight:bold;
}

#frontphoto {
	height: 175px;
	margin:0 0 20px;
	border:0;
}

/***** Left sidebar *****/

#leftside {
	clear:left;
	float:left;
	width:140px;
	margin:0 0 5px;
	padding:0;
}

#leftside h2,#leftside h3 {
	color:#505050;
	background-color:inherit;
	font-size:1.3em;
	margin:0 0 5px;
	padding:0;
}

#leftside div.announce {
	clear:left;
	margin:10px 0 15px;
	padding:7px 5px;
	width:126px;
	font-size:0.9em;
	background-color:#f4f4f4;
	color:#505050;
	border-left:4px solid #cccccc;
	line-height:1.5em;
}

#leftside div.announce p {
	margin:10px 0 0;
	padding:0;
}

/***** Main menu *****/

ul.avmenu {
	width:140px;
	margin:0 0 18px;
	padding:0;
	list-style:none;
}

ul.avmenu li {
	width:140px;
	padding:0;
	line-height:1.4em;
	display:inline;
}

ul.avmenu li a {
	background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; 
	color: #339999;
	/*color:#286ea0;*/
	font-weight:bold;
	width:130px;
	float:left;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	border-left:4px solid #cccccc;
	text-decoration:none;
}

ul.avmenu li b {
	background-color:#f4f4f4;
	color:#505050;
	font-weight:bold;
	width:130px;
	float:left;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	border-left:4px solid #cccccc;
	text-decoration:none;
}

ul.avmenu li a:hover, ul.avmenu li a.current {
	background:url(img/menubg2.gif) repeat-x bottom left #eaeaea; 
	border-left:4px solid #339999;
	/*border-left:4px solid #286ea0;*/
	color:#0000cc;
}

ul.avmenu li a:visited {
	background-color: inherited;
	color: #666699;
}

ul.avmenu ul {
	margin:0 0 0 15px;
	padding:0 0 5px 0;
	font-size:0.9em;
	width:125px;
}

ul.avmenu ul a {
	padding:3px 1px 3px 5px;
	font-weight:normal;
	width:115px;
}

ul.avmenu ul ul {
	width:113px;
}

ul.avmenu ul ul a {
	width:100px;
}

/***** Right sidebar *****/

#extras {
	float:right;
	width:140px;
	margin:0 0 5px;
	padding:0;
	line-height:1.4em;
}

#extras p, #extras ul {
	margin:0 0 16px;
	padding:0;
}

#extras p {
	font-size:0.9em;
	line-height:1.4em;
}

#extras li {
	list-style:none;
	line-height:1.2em;
	margin:0 0 6px 0;
	padding:0;
}

#extras ul ul {
	margin:6px 0 0 10px;
	padding:0;
}

#extras ul ul li {
	margin: 0 0 4px 0;
}

#extras ul ul li a {
	font-size:1.1em;
	font-weight:normal;
}

#extras h2, #extras h3 {
	color:#505050;
	background-color:inherit;
	font-size:1.2em;
	margin:0 0 8px;
	padding:0;
}

/***** Main content *****/

#content {
	margin:0 150px 5px 150px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding:0 10px;
	line-height:1.5em;
}

#contentwide {
	margin:0 0 5px 150px;
	border-left:1px solid #f0f0f0;
	padding:0 0 0 10px;
	line-height:1.5em;
}

#contentwide2 {
	margin:0 150px 5px 0;
	border-right:1px solid #f0f0f0;
	padding:0 10px 0 0;
	line-height:1.5em;
}

#content h2, #contentwide h2, #contentwide2 h2 {
	font-size:1.6em;
	margin:0 0 10px;
}

#content h3, #contentwide h3, #contentwide2 h3 {
	font-size:1.3em;
	margin:0 0 8px;
}

#content img, #contentwide img, #contentwide2 img {
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
	margin:0 0 16px 20px;
	padding:0;
}

#content li, #contentwide li, #contentwide2 li {
	margin:0;
	padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
	margin:0 0 0 16px;
	padding:0;
}

/***** Footer *****/

#footer {
	clear:both;
	margin:0 auto;
	padding:15px 0;
	border-top:4px solid #f0f0f0;
	width:760px;
	text-align:center;
	color:#808080;
	background:#ffffff;
	font-size: xx-small;
}

#footer p {
	margin:0;
	padding:0;
}


/***** Various classes *****/

.thumbright {
	border: 1px solid #999999;
	padding:1px;
	margin:4px;
	font-size:0.8em;
	text-align:center;
	line-height:1.2em;
	width:260px;
	float:right;
}

.thumbleft {
	border: 1px solid #999999;
	padding:2px;
	margin:4px;
	font-size:0.8em;
	text-align:center;
	line-height:1.2em;
	width:260px;
	float:left;
}

.left {
	margin:3px 10px 2px 0;
	float:left;
}

.right {
	margin:2px 0 2px 10px;
	float:right;
}

.textright {
	text-align:right;
}

.center {
	text-align:center;
}

.small {
	font-size:0.8em;
}

.bold {
	font-weight:bold;
}

.postinfo {
	background-color:#f4f4f4;
	border-left:4px solid #cccccc;
	color:#606060;
	font-size:0.9em;
	line-height:1.4em;
	margin:1px 0 20px;
	padding:8px 5px 8px 8px;
}

.clearing {
	clear:left;
	padding:0;
	margin:0;
	visibility:hidden;
}

.hide {
	display:none;
}


/* rotator in-page placement */
div.rotator {
	position: relative;
	height: 175px;
	margin-left: -35px;
    margin-top: -15px;
}
/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	border:0px solid #FFF;
	padding: 0px;
	background: #FFF;
}
div.rotator ul li.show {
	z-index:500;
}

#js-only { display:none; }
