/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */
div#masthead {
	background-image: url(/siteimages/news/news_header.gif);
}

div#channel_navigation ul,div#channel_navigation li ul
{
	background-color: #39F;
}


div#channel_navigation li ul
{
	background-color: #9CF; 
}


#newsticker iframe {
    background-image: url(/siteimages/news/title_bg.gif);
        background-repeat: repeat-x;
}


/************************************/
/*         FRONTPAGE TITLES         */
/************************************/


h4.news_frontpage_title_lawton {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_lawton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h4.news_frontpage_title_moonman {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_moonman.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h4.news_frontpage_title_palmer {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_palmer.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h4.news_frontpage_title_unterman {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_unterman.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h4.news_frontpage_title_lawrence {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_lawrence.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h4.news_frontpage_title_sudak {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_sudak.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h4.news_frontpage_title_wolf {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_wolf.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


h4.news_frontpage_title_israel {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_israel.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h4.news_frontpage_title_leader {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_leader.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h4.news_frontpage_title_krotosky {
	display: block;
	height: 20px;
	text-indent: -2345em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	background-image: url(/siteimages/news/news_frontpage_title_krotosky.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/********* forum  options ************/

div.forum div.categoryName,
div.forum table#topicMessages th {
    background-color: #39F;
    color: #FFF;
}

div.forum table.topicList th,
div.forum table.topicList td.action,
div.forum table#topicMessages td.authorOdd,
div.forum table#topicMessages td.messageBodyOdd,
div.forum table#topicMessages td.postedInfoOdd {
    background-color: #C1E0FF;
    overflow: auto;            
}

div.forum table.topicList td,
div.forum table#topicMessages td.authorEven,
div.forum table#topicMessages td.messageBodyEven,
div.forum table#topicMessages td.postedInfoEven {
    background-color: #f0f7ff;
    overflow: auto;    
}

div.forum table#topicMessages div.quoteHeader {
    background-color: #B6F9B6;
    border: 1px solid #999;
    color: #000;
    border-bottom: 0;
}

div.forum table#topicMessages div.quoteBody {
    border-top: 0;
    background-color: #FFF;
    border: 1px solid #999;
    color: #333;
}

/*** end forum ***/


div.wip_intro
{
	float: right;
	width: 130px;
}

div#right_advertisement ul li.header {
background: #D6EBFF;
}

/* hello stylesheet fans - the /* /* after each of the three selectors below
is to hide these styles from IE5 on windows - because the padding wasn't resolving
and the background image was displaying incorrectly. It is indeed a hack */

ul.arrow/* */
{
        margin: 0 0 1em 0;
        padding: 0;
        list-style: none;
}

ul.arrow li/* */
{
        margin: 0;
        padding: 0;
        background-image: url(/siteimages/arrow_breadcrumbs.gif);
        background-repeat: no-repeat;
        background-position: -2px .1em;
}

ul.arrow li a/* */ {
padding: 3px 0 3px 10px;
}



