/* reset browser styles */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 12px;
	/*l

ine-height: 18px;*/

	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 0px;
}

td, th, caption {
	font-weight: normal;
}

img, fieldset {
	border: 0;
}

ol {
	margin: 0;
	padding: 0px;
	list-style: none;
}

ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

q:before, q:after {
	content: '';
}

a:link {
	text-decoration: none;
	font-size: 12px;
}

/* end reset browser styles */

/*typography*/

p {
	font-family: Georgia,  Times, serif;
	font-size: 12px;
	margin-bottom: 12px;
/*li

n

e-height: 18px;*/
}

/*major section names*/

h1 {
	margin-bottom: 5px;
	padding-left: 0px;
	font-family: Georgia,  Times, serif;
	font-size: 24px;
	font-weight: 100;
}

/*article headlines*/

h2 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia,  Times, serif;
}

/* subheadline/drop deck */

h3 {
	color: #000;
	font-size: 16px;
	font-family: Georgia,  Times, serif;
	font-weight: bold;
}

.frontLabel {
	font-size: 16px;
	font-family: Georgia,  Times, serif;
}

.frontLabelBold {
	font-size: 16px;
	font-family: Georgia,  Times, serif;
	font-weight: bold;
}

h3 a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
}

/*by line */

h4 {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

/*caption */

h5 {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

/*copyright notices*/

h6 {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}

.leading110 {
	line-height: 110%;
}

.leading120 {
	line-height: 120%;
}

.leading130 {
	line-height: 130%;
}

.leading140 {
	line-height: 140%;
}

.leading150 {
	line-height: 150%;
}

.leading160 {
	line-height: 160%;
}

.leading170 {
	line-height: 170%;
}

.leading180 {
	line-height: 180%;
}

.leading190 {
	line-height: 190%;
}

.leading200 {
	line-height: 200%;
}

.leading210 {
	line-height: 210%;
}

.leading220 {
	line-height: 220%;
}

.spacer20 {
	height: 20px;
}

.spacer40 {
	height: 40px;
}

.storyadlabel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.formLabel {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333366;
}

/*put the red arrow there*/

li.arrow {
	list-style: none;
	padding: 4px 0px 4px 0px;
	background: url(/images/arrow2.gif) no-repeat 5px .8em;
	list-style-position: outside;
}

/*sets the link off the left and right*/

li.arrow a {
	padding: 0px 5px 0px 18px;
	display: block;
}

/*======================================end typography*/

body {
	background-color: #BEBDBE;
	/*

font-family: Verdana, Helvetica, Arial, sans-serif;*/	
	font-size: 12px;
}

#navspacer {
	height: 20px;
	width: 100%;
}

/*---navigation styles------------*/

.navi {
	height: 25px;
	background-color: #AAA;
	position: relative;
	font-family: Georgia,  Times, serif;
	font-size: 11px;
	width: 1000px;
	z-index: 100;
	margin: 0;
	padding: 0;
	float: left;
}

.navi .table {
	/

*display: table;
	*/	
	width: 1000px;
	height: 30px;
	background-color: #0033CC;
}

.navi .select,
.navi .current {
	margin: 0;
	padding: 0;
	list-style: none;
	/*di

splay: table-cell;*/
	white-space: nowrap;
}

.navi li {
	margin: 4px 0px 0px 0px;
	float: left;
}

.navi .select a {
	display: block;
	height: 25px;
	float: left;
	font-weight: bold;
	padding: 0 12px;
	text-decoration: none;
	margin-bottom: 25px;
	white-space: nowrap;
	color: #2b3238;
}

.navi .select a:hover, 
.navi .select li:hover a {
	padding: 0 12px;
	background-color: #FFF;
	cursor: pointer;
	background-repeat: no-repeat;
	color: black;
}

.navi .select_sub {
	display: none;
}

/* IE6 only */

.navi table {
	border-collapse: collapse;
	margin: -1px;
	font-size: 1em;
	width: 0;
	height: 0;
}

.navi .sub {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.navi .sub_active .current_sub a, 
.navi .sub_active a:hover {
	background: transparent;
	color: #2b3238;
}

.navi .select :hover .select_sub, 
.navi .current .show {
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	height: 18px;
	background-color: #fff;
	padding: 0;
	z-index: 100;
	text-align: center;
	margin-top: 5px;
}

.navi .current .show {
	z-index: 10;
}

.navi .select :hover .sub li a, 
.navi .current .show .sub li a {
	display: block;
	float: left;
	background: transparent;
	padding: 0 10px 0 10px;
	margin: 0;
	white-space: nowrap;
	border: 0;
	color: #2b3238;
}

.navi .current .sub li.sub_show a {
	color: #2b3238;
	cursor: default;
}

.navi .select .sub li a {
	font-weight: bold;
	color: #AAA;
}

.navi .select :hover .sub li a:hover, 
.navi .current .sub li a:hover {
	visibility: visible;
	color: #993333;
}

/*---end nav styles---*/

/*====================== structural divs*/

#pageWrapper {
	/*used for page container*/
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 4px groove silver; min-height: 1000px;
/*	padding-bottom: 15px;
*/}

#header {
	width: 100%;
	margin-bottom: 30px;
	height: 70px;
}

#bigBullet {
	width: 140px;
	float: left;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 20px;
}

#headerLogo {
	float: left;
	width: 325px;
	height: 55px;
	font-size: 10px;
	text-align: center;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 20px;
	font-family: Times, serif;
}

#headerLogoInner {
	float: left;
	width: 325px;
	height: 55px;
	font-size: 10px;
	text-align: center;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 25px;
	font-family: Times, serif;
}

#weatherbug {
	float: left;
	height: 80px;
	width: 160px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 40px;
}

#weatherbugInner {
	float: left;
	height: 80px;
	width: 150px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

#weatherbug h3 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#weatherbugInner h3 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.bodyCopy {
	font-size: 12px;
}

#aboveFold {
	float: left;
	/*

width:140px;*/
	margin-top: 20px;
	margin-right: 20px;
}

#headerLogin {
	width: 140px;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	/*borde

r: 1px groove #AAAAAA;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 3px;
	text-align: right;
}

.headerad {
	float: left;
	width: 468px;
	margin-top: 20px;
}

#navbar {
	width: 1000px;
	margin-top: 0px;
}

#sectionnavbar {
	width: 1000px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 45px;
}

.eventfront a:link{
width: 200px;
font-size: 11px;
}

#footerTPL {
	width: 100%;
	background-color: #AAA;
	height: 30px;
	margin-top: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

/*#hakuform {
	width: 140px;margin-left:  5px;
}*/

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#container380 {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

#containerR {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#containerN {
	width: 99%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: 600px;
	overflow: hidden;
}

#container95pct {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#column300 {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-right: 20px;
}

#column300 {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#ads120left {
	float: left;
	width: 120px;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: bottom:10px;
}

#ads120right {
	float: right;
	width: 120px;
	margin-top: 10px;
	margin-right: 20px;
}

#column120 {
	width: 120px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
/*mar

g

in-top: 20px;*/
}

#column200obit {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 10px;
}

#column200dine{
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 10px;
}

#column205 {
	width: 205px;
	height: 670px;
	float: left;
	margin-right: 21px;
	margin-left: 20px;
}

#column205nn {
	width: 200px;
	height: 370px;
	float: left;
	margin-right: 21px;
	margin-left: 20px;
}

#column235 {
	width: 235px;
	height: 670px;
	float: left;
	margin-right: 20px;
}

#column240 {
	width: 240px;
	height: 670px;
	float: left;
	margin-right: 20px;
		margin-left: 10px;

}

#column235r {
	width: 235px;
	height: 670px;
	float: left;
}

#column310 {
	width: 310px;
	height: 820px;
	float: left;
	margin-right: 20px;
}

#column310w {
	width: 310px;
	height: 775px;
	float: left;
	margin-right: 20px;
}

#container400 {
	width: 400px;
}

#container360 {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}

#container470 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}

#column410 {
	float: left;
	width: 410px;
	margin-right: 20px;
}

#column470 {
	width: 400px;
	float: left;
}

#column475 {
	width: 475px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#column490 {
	width: 485px;
	float: left;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	margin-top: 10px;
}

#column490 a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#column490-2 {
	width: 485px;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
	margin-top: 10px;
}

#column520 {
	float: left;
	width: 520px;
	margin-right: 20px;
	margin-top: 20px;
}

#column420 {
	float: left;
	width: 420px;
	margin-right: 20px;
	margin-top: 20px;
}

#column600 {
	float: left;
	width: 600px;
	margin: auto;
	padding: 10px;
}

#column630 {
	width: 630px;
	/

*	margin-right: 20px;
	*/	float: left;
	overflow: auto;
	margin-left: 20px;
/*


height: 775px;*/
}

#column630w {
	width: 630px;
	margin-right: 20px;
	float: left;
	margin-left: 20px;
}

#column400 {
	width: 400px;
}

#column400obit {
	width: 425px;
	float: left;
	margin-right: 15px;
}

#container200 {
	width: 195px;
	float: left;
	margin-right: 20px;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

#column405 {
	width: 405px;
	margin-top: 5px;
	margin-right: 20px;
	float: left;
}

#column440bottom {
	width: 100%;
	background-image: url(../images/centerbkgd.jpg);
	background-repeat: repeat-x;
	min-height: 435px;
}

#column500 {
	width: 500px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#column500oped {
	width: 500px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
}

#column510 {
	width: 510px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#column580 {
	width: 580px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	/*margin-top: 10px;*/
}

#column640 {
	width: 640px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
}

#column650 {
	width: 650px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
}

#column650search {
	width: 650px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	background: url(../images/magglass.jpg) no-repeat 20px 60px;
}

#container640 {
	width: 640px;
	padding-left: 10px;
	padding-right: 5px;
	border-right: 1px solid #AAA;
}

#column670 {
	width: 670px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}

#column750 {
	width: 750px;
	float: left;
	/*margin-right: 20px;*/
	margin-left: 20px;
	margin-top: 20px;
}

#column780 {
	width: 780px;
	float: left;
	/*margin-right: 20px;*/
	margin-left: 20px;
	margin-top: 20px;
	background: white;
	z-index:125;
	overflow:auto;
	}
	
	#column770 {
	width: 770px;
	float: left;
	/*margin-right: 20px;*/
	margin-left: 20px;
	margin-top: 20px;
	}

#column960 {
	width: 940px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
}

#column300obit {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}

#column380obit {
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	background-image: url(../images/obitbkgd.jpg);
	background-repeat: repeat-y;
	border: 1px solid #cbcbcb;
}

#column490obit {
	width: 425px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	background-image: url(../images/obitbkgd490.jpg);
	background-repeat: no-repeat;
	border: 1px solid #cbcbcb;
	margin-bottom: 10px;
}

#column360 a:link {
	color: #333366;
	font: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#column360 a:visited {
	color: #333366;
	font: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#column360 a:hover {
	font: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #990000;
}

#column300l {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-right: 20px;
	height: 335px;
	border: 1px solid #cbcbcb;
	padding-bottom: 10px;
}

#column300r {
	float: left;
	width: 305px;
	margin-top: 15px;
	height: 335px;
	border: 1px solid #cbcbcb;
	padding-bottom: 10px;
}

#column300main {
	float: left;
	width: 300px;
	/*m

argin-top: 20px;*/
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#column300main td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#column800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#column800  li {
	list-style-type: disc;
	margin-left: 20px;
}

#column800vid {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#column800c {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	font-size: 14px;
}

#column800c a {
	font-size: 14px;
}

.headline1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

#column950 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#column965 {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}

#column1000 {
	width: 1000px;
}

#column950 iframe {
	margin-top: 20px;
	height: 1425px;
}

#container300 {
	width: 300px;
}

#adblocktop {
	width: 1000px;
	margin-bottom: 30px;
	display: none;
}

#adblocktopw {
	width: 1000px;
}

#bannerleft {
	/*	he

ight: 60px;
*/	width: 468px;
	float: left;
	margin-left: 20px;
}

#bannerright {
	/*	he

ight: 60px;
*/	width: 468px;
	float: right;
	margin-left: 2px;
	margin-right: 20px;
}

#buttonHZ {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#buttonHZ li {
	width: 70px;
}

#verticalsmenubar {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}

/*end structural divs*/

/*use for all clears*/

#clear {
	clear: both;
}

h2.sectionheader {
	font-family: Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
}

h2 a:link {
	color: #333366;
}

h2 a:hover {
	color: #990000;
}

.inputBoxText {
	font-size: 10px;
	color: #7A7A7A;
}

input {
	font-size: 10px;
	color: #000;
	/*b

ackground-color: #EAEAEA;*/
	background-color: #FFF;
}

input.submit {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #990000;
	border: 1px solid #5A5A5A;
	padding: 2px;
	width: 40px;
}

.inputBoxSubmitRed {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 40px;
	background-color: #990000;
	border: 1px solid #5A5A5A;
}

.imageBorderRed {
	border: 5px solid #c10101;
}

.imageBorder {
	border: 1px solid #333333;
	margin: 3px;
}

.areaheader {
	width: 100%;
	color: #fff;
	background-color: #000;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia,  Times, serif;
}

.pollheader, .pollcontainer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	/* padd

ing-bottom:10px;*/ color: #990000;
	display: block;
}

.pollarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
}

#votefooterlink {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	background-color: #AAA;
	border: 1px solid #929292;
	padding: 2px;
	margin-left: 8px;
}

/*--------------typography---------*/

.bodyCopy {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	font-weight: 200;
	color: #000;
}

.bodyCopy2 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	font-weight: 200;
	color: #000;
}

.reverseText {
	width: 400px;
	color: #FFF;
	background-color: #000;
}

.centerText {
	text-align: center;
}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: #333366;
	font-weight: bold;
	display: inline;
}

a:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}

#containerR a:link, a:visited {
	color: #333366;
}

#containerR a:hover {
	color: #993333;
}

/*=end standard links==*/

/*===========special links=======*/

/*======news now links======*/

#column205 a {
	font-family: Verdana, Geneva, sans-serif;
}

#column205nn a {
	font-family: Verdana, Geneva, sans-serif;
	width: 198px;
}

#container200 a {
	font-family: Verdana, Geneva, sans-serif;
}

#redbar {
	background-color: #AE3633;
	height: 2px;
	width: 100%;
	margin-top: 10px;
}

.datetime {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 9px;
	padding-top: 9px;
	font-weight: bold;
	font-style: italic;
}

.byttl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 12px;
	padding-top: 9px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 9px;
	padding-bottom: 9px;
	display: block;
}

#apList .byttl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 9px;
	padding-top: 9px;
	font-weight: bold;
	font-style: italic;
}

.imageContainer {
	padding-right: 10px;
}

.imageContainerCentered {
	padding-right: 10px;
	padding-bottom: 10px;
	width: 620px;
}

.frontPageCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF
}

.centerImage {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#ss_text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}

#slideshow  a {
	margin: 0px;
}

.alignRight {
	float: right;
}

.alignRight a:link {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.alignRight a:visited {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.alignRight a:hover {
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	margin: 0px;
	color: #999999
}

/*=====forum and comment styles======*/

#discuss_frame {
	width: 400px;
	float: left;
}

.quoteCommentText {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	display: block;
	background-color: #D3DDEB;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 8px;
	border: thin solid #797979;
}

.commentatorname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/commentbkgd.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}

.commentDateline {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 3px;
}

.mainCommentText {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 5px;
}

.discuss {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.teenpic {
	border: 1px solid #000000;
	float: left;
	margin-right: 5px;
}

#teentable_menu {
	width: 640px;
}

.teentable_menu a:link {
	float: left;
	font-size: 10px;
	color: #333366;
	font-weight: bold;
}

.teentable_menu a:hover {
	float: left;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

/*=====end forum and comment styles======*/

/*=========================topTen=====================*/

#topTen {
	width: 485px;
}

#topTen p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 200px;
}

.ptextsmall p {
	font-size: 9px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	text-align: justify;
	display: block;
}

/*#bannerleft {
	width: 470px;
	float: left;
	margin-right: 15px;
}*/

.ap-topheadlineitem-a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*=customer care sidebar navigation======*/

#custmenu {
	width: 99%;
	background-color: #ffffcc;
	float: left;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 10px;
	margin-bottom: 10px;
	border: 1px groove #333333;
}

#custmenu a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.linkFontFace {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#quickLinkBox {
	width: 120px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 1px groove #AAAAAA;
	padding: 2px;
}

#whatNew {
	width: 150px;
	float: left;
	height: 60px;
	margin-right: 30px;
	margin-top: 20px;
}

.classifiedNav {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.message {
	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
}

#searchTable {
	border: 1px solid #333333;
	background-color: #e1e5f7;
}

#searchTable td {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*=end customer care sidebar navigation======*/

#navbar1 {
	background: silver;
	height: 22px;
	padding: 3px 3px;
	width: 994px;
}

#navbar2 {
	background: #fff;
	height: 20px;
	padding: 3px 3px;
}

a.nav1:link {
	color: black;
	text-decoration: none;
	background: silver;
	margin: 10px;
	align: center;
	font-size: 14px;
}

a.nav1:visited {
	color: black;
	text-decoration: none;
	background: silver;
	margin: 10px;
	align: center;
	font-size: 14px;
}

a.nav1:hover {
	color: #990000;
}

a.nav2:link {
	color: black;
	text-decoration: none;
	background: #fff;
	margin: 10px;
	align: center;
	font-size: 14px;
}

a.nav2:visited {
	color: black;
	text-decoration: none;
	background: #fff;
	margin: 10px;
	align: center;
	font-size: 14px;
}

a.nav2:hover {
	color: #990000;
}

.calendarHead {
	color: #FFFFFF;
	font: small-caps bold 14px Verdana, Helvetica, Arial, sans-serif;
}

#forumContainer a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#ffs {
	width: 500px;
	margin: 30px auto 0 auto;
}

/* ==============tooltip styles===================================== */

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove bel

ow line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#dhtmlcontainer {
	width: 20px;
	display: inline;
/*

float: left;*/
}

/* ==============end tooltip styles===================================== */

/*======================memberbar styles=====*/

#memberbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	background-color: #AAAAAA;
	height: 35px;
	width: 100%;
	background-image: url(np3/images/npsmall.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #990000;
	margin-bottom: 2px;
}

#innermember {
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#innermember2 {
	width: 70%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
/*back

ground: url(http://www.kenoshanews.com/newsperks/images/npkeysgraphic.png) no-repeat right top;*/
}

.namebox {
	float: left;
	width: 140px;
	height: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.membertabs {
	background-image: url(images/whitebox.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 80px;
	text-align: center;
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 14px;
	padding-left: 2px;
	margin-top: 5px;
	padding-bottom: 0px;
/*	background-co

lor: #FFFFFF;
*/
}

.labeltextsm {
	font: bold 9px Verdana, Helvetica, Arial, sans-serif;
	/*

text-align: center;*/ 
	color: #797979;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
}

.photodisplayheader {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #990000;
}

/*===========uPickem ================*/

#upickembox {
	width: 950px;
}

#upickem300left {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	clear: both;
3
}

#upickemapp {
	width: 620px;
	float: left;
/*

background-color: #AAA;*/
}

#upickempromo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#toplogin p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	;
	
	
color: white;
}

/*==========end uPickem ================*/

/*==============quotemedia Market widget overrride code==========================-*/

.qmmt_main {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.qmmt_text {
	font: 8px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
}

.qmmt_text_up {
	font: 8px Arial, Helvetica, sans-serif;
	color: #14ad10;
}

.qmmt_text_down {
	font: 8px Arial, Helvetica, sans-serif;
	color: #ad1810;
}

.qmmt_nonrt_text {
	font: 8px Arial, Helvetica, sans-serif;
}

.qmmt_cycle {
	background-color: #f3f3f3;
}

.qmmt_tab {
	font: 8px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #d8d8d8;
	border-left-color: #ffffff;
	border-bottom-color: #8d8d8d;
	border-top-color: #ffffff;
}

.qmmt_tabactive {
	font: 8px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border-left-color: #ffffff;
}

/*NEW STATIC NAV BAR ACROSS TOP*/

#topnavbar {
	background-color: #900;
	width: 100%;
	height: 55px;
}

#topnavbar p {
	font-family: Arial, Helvetica, Verdana, "sans serif";
	font-size: 12px;
	font-weight: bold;max-width: 775px;
;
}

#toplogin {
	
	margin-top: 8px;
	height: 20px;
	width: 210px;
	margin-right: 10px;
	float: left;
	background: #900;
	padding-left: 15px;
}

.topsearchbox {
	float: right;
	height: 20px;
	width: 143px;
	margin-right: 2px;
	margin-top: 9px;
	background-color: #900;
}

.topnavitem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 5px;
	margin-top: 11px;
	color: #fff;
	float: left;
	max-width: 130px;
	font-weight: bold;
}

#topnavbar a:link {
	color: #FFF;
	text-decoration: none;
}

#topnavbar a:visited {
	color: #FFF;
	text-decoration: none;
}

#topnavbar a:hover {
	color: #ccc;
}

.topSubmitButton {
	color: black;
	border: 1px solid black;
	height: 17px;
}

/*END NEW STATIC NAV BAR ACROSS TOP*/

/*NEW STATIC NAV BAR ACROSS BOTTOM*/

#buttonHZ {
	margin-left: auto;
	margin-right: auto;
	width: 1025px;
}

#buttonHZ li {
	width: 80px;
//spacing between icons
}

body {
	margin: 0;
	padding: 0 0 45px 0;
}

div#footer {
	position: absolute;
	background: #aaa;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: 1px solid black;
}

@media screen {

body>div#footer {
	position: fixed;
}

}

* html body {
	overflow: hidden;
}

* html div#content {
	height: 100%;
	overflow: auto;
}

#buttonHZ {
	margin-left: auto;
	margin-right: auto;
	width: 1025px;
}

#buttonHZ li {
	width: 80px;
//spacing between icons
}

/*END NEW STATIC NAV BAR ACROSS BOTTOM*/

/*===========topmembertoolbar==========*/

.topnavitem {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: white;
}

#adRateTable a {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/*-----------------------begin temporary obit detail styles--------*/

.obitnavset {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.obitnavbtn {
	margin-right: 10px;
	width: 160px;
	background-color: #fff;
	border: thin solid #000;
}

.obitdetailwrap {
	background-color: #fff;
	width: 100%;
}

.obitdetailbox {
	width: 400px;
	margin-right: 10px;
	float: left;
font
}

.obitbtn {
	width: 70px;
	margin-right: 10px;
	float: left;
}

.obitdetailwrapper {
	width: 400px;
	border: thin solid #333;
}

.obitnavcontainer {
	width: 100%;
	height: 15px;
	clear: both;
}

.obitdetailcol {
	width: 200px;
	margin-left: 10px;
	float: left;
	min-height: 200px;
	border: thin solid #CCCCCC;
	margin-right: 10px;
	margin-top: 15px;
}

#frontpagegas {
	width:100%;
	height: 250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top:30px;
	overflow:auto;
	}



ul.bubblewrap {
	width: 105%; margin: auto;
}
.bubblewrap img {
	width:65px;margin-right: 3px;height: 24px;
}

/*-----------------------end temporary obit detail styles--------*/

/* ==============delete below this line===================================== */

.topbottomborder {
	border-style-top: solid;
	border-top-color: #333;
	border-color: ;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-bottom-style: groove;
	border-bottom-color: #333;
}


/*==============experimental obit id and class structure======================================*/

#obitleftcolumn250 {
	width: 250px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#obitcentercolumn365 {
	width: 365px;
	margin-right: 20px;
	float: left;overflow: hidden;
}

#obitrightcolumn300 {
	width: 300px;
	margin-right: 20px;
	float: left;
}
#navsocialbox {
	width: 60px;
	margin-left: 20px;float: right;margin-right: 12px;
}

#GB20013PriceTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;margin: 0px;color: red;;
}

#prices {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;margin: 0px;color: red;;
}


#leaderboardtop {
	width: 728px;
	/*height: 90px;*/
	margin-left:auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom:15px;
	/*background-color: silver;*/
}





