@charset "utf-8";
body  {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #F5F5F5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 949px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1700px;
	/*height: 425px;*/
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	text-align: left;
} 

.thrColAbsHdr #container-store {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 949px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1260px;
	/*height: 425px;*/
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	text-align: left;
} 


/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.cse-search-results {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

#jamcontentbox {
	width: 949px; 
	background: #FFFFFF; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
li {
	margin-left: -2.5em;
	margin-top: .5em;
	line-height: 15px;
}

h1 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	margin-top: -5px;
	margin-bottom: 5px;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 426px;
	left: 9px;
	width: 284px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 10px 5px 5px; /* padding keeps the content of the div away from the edges */
	height: 193px;
}
.thrColAbsHdr #sidebar2b {
	position: absolute;
	top: 161px;
	right: 5px;
	width: 297px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	height: 564px;
}
.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 426px;
	left: 311px;
	width: 308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 10px 5px 5px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
	margin: 5px 5px 5px 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	height: auto;
	padding: 0px 10px 0px 5px;
}

.thrColAbsHdr #newspageContent { 
	margin: 175px 345px 10px 175px;; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 7px 7px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EFEFEF;
}

.thrColAbsHdr #resultspage { 
	margin: 10px 10px 10px 10px;; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 7px 14px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:auto
}

.thrColAbsHdr #newspagetitle {
	position: absolute;
	top: 153px;
	left: 176px;
	width: 415px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #adsidebar1 {
	position: absolute;
	top: 154px;
	left: 7px;
	width: 147px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #leftcol02 {
	position: absolute;
	top: 99px;
	left: 4px;
	width: 615px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	height: -3px;
}

.thrColAbsHdr #leftcol02b {
	position: absolute;
	top: 400px;
	left: 8px;
	width: 631px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	height: -3px;
}

.thrColAbsHdr #leftcol03 {
	position: absolute;
	top: 157px;
	left: 10px;
	width: 628px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	height: -3px;
}

.thrColAbsHdr #leftcol-store {
	position: absolute;
	top: 157px;
	left: 10px;
	width: 930px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	height: -3px;
}

.thrColAbsHdr #newspagesidebar {
	position: absolute;
	top: 150px;
	right: 12px;
	width: 292px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 10px 5px; /* padding keeps the content of the div away from the edges */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2px;
	font-size: 1em;
}

.fltlft-lg { /* this class can be used to float an element left in your page */
	width: 620px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.fltrtleadstory { /* this class can be used to float an element left in your page */
	float: left;
	width: 289px;
	margin-right: 0px;
	padding-left:7px;
	padding-top: 7px;
	font-size: 90%;
}
.fltlftleadstory { /* this class can be used to float an element left in your page */
	float: left;
	width: 300px;
	padding: 7px 7px;
}
.fltrthead { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlfthead { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0px;
}
.fltrtlinks1 { /* this class can be used to float an element left in your page */
	float: right;
	width: 300px;
	margin: 5px 5px 0px 5px;
}

.fltrtsectlinks {
	font-size: 1.2em;
	margin: 0px 0px -2px 0px;

}

.fltlftlinks1 { /* this class can be used to float an element left in your page */
	float: left;
	color:#FF0000;
	height: 20px;
	width: 620px;
	padding-top: -10px;
	padding-bottom: -10px;
	margin: 0px 3px 3px 3px;
}

.fltrtcolb { /* this class can be used to float an element left in your page */
	float: right;
	width: 305px;
	margin: 5px 2px 5px 2px;
}

.fltltcola { /* this class can be used to float an element left in your page */
	float: left;
	width: 305px;
	margin: 5px 2px 5px 2px;
}

#adlinks {
	width: 849px;
	float: center;
	margin: 0px 360px 0 250px;
}

#links1 { 
	height: 25px;
	width: 949px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 320px 0 335px;
	background: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;*/
	text-align: right; /* this overrides the text-align: center on the body element. */
} 

#search1 { 
	height: 25px;
	width: 249px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;*/
	text-align: right; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #leadstory {
	position: absolute;
	top: 161px;
	left: 6px;
	width: 625px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	height: 266px;
}

.thrColAbsHdr #searchresults {
	position: absolute;
	top: 163px;
	left: 6px;
	width: 914px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: 227px;
}

#menubox {
	float: left;
	height: 25px;
	width: 949px;
	font-size: 105%;
	padding-top: 10px;
	padding-left: 0px;
	background: url(../images/buttons3.gif) repeat-x;
}
	
.menubox{
	/*background-color: #E8D4DF;*/
	color:#F9F8F7;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	/*background: url(../images/buttons3.gif) repeat-x;*/
}
.menubox a{
	color:#000000;
	font-size: 100%;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}
.menubox a:hover{
	color:#FC0000;
	font-size: 100%;
	line-height: 12px;
	text-decoration: underline;
}
.menubox a.selected{
   	/*display: none;*/
	color:#FFFFFF;
}

.thrCol #header { 
	background: #000000; 
	/*background: url(../images/new_header.jpg) no-repeat left top;*/
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#headerleft {
	height: 90px;
	width: 357px;
	background: #DDDDDD;
	background: url(../images/worldclassnews-header5a.jpg) no-repeat left top;
	margin-left: 0px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#headerright {
	height: 90px;
	width: 592px;
	background: #DDDDDD;
	background: url(../images/worldclassnews-header4b.jpg) no-repeat left top;
	margin-left: 0px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* Footer */
#footer
{
padding: 3px;
height: 25px;
background: #E7D2DE;
background: url(../images/buttons4.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 95%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #000000:
	font-size: 95%;
}

#footerlinks {
	width: 500px;
	height: 25px;
	float: left;
	text-align: center;
	font-size: 95%;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
}
.footerlinks a{
	color:#000000;
	font-size: 95%;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}
.footerlinks a:hover{
	color:#FC0000;
	font-size: 95%;
	line-height: 12px;
	text-decoration: underline;
}

#footercopyright {
	width: 400px;
	height: 20px;
	float: right;
	text-align: center;
	font-size: 95%;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
}

/*.rightheadings { 
	width: 250px; 
	background: #FFFFF;
	height: 20px;
	color: #FF0000;
	font-size: 85%;
	border-bottom: 1px solid #000000;
	margin-top: 30px;
	font-weight: bold;
	text-align: left;
} */

.rightsponsors { 
	width: 250px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFF;
	height: 20px;
	color: #192E89;
	font-size: 85%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #000000;
	margin-right: 0px;
	font-weight: bold;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.leftheadings2 { 
	width: 295px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFF;
	height: 20px;
	color: #FF0000;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.middleheadings { 
	width: 310px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFF;
	height: 20px;
	color: #FF0000;
	font-size: 85%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	font-weight: bold;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.mainpagesheadings2 {
	width: 610px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFF;
	height: 20px;
	color: #FF0000;
	font-size: 110%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.storepagessearch {
	float:right;
	width: 210px;
	/*margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left;  this overrides the text-align: center on the body element. */
} 

.leftheadings {
	width: 295px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	height: 20px;
	color: #FF0000;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	margin-right: 2px;
	font-weight: bold;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 5px;
} 

.visitwcn {
	width: 929px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	font-size: 95%;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 0px 0px 0px 35px;
	text-align: left;
	top: 0px;
	left: 12px;
	float: none;
} 

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}s

.gallerycontroller{
width: 610px
}

/* controls text inside the lead story box */
.gallerycontent{
	width: 610px;
	height: 260px;
	border: 0px solid black;
	padding: 3px;
	display: block;
	background-color: #EBEBEB;
}

.gallerycontent a{
	font-size: 98%;
	line-height: 10px;
	text-decoration: none;

}
.gallerycontent a:hover{
	color:#000000;
	font-size: 98%;
	line-height: 10px;
	text-decoration: none;
}

.newsheadings {
	color: FF0000;
	font-size: 135%;
	padding-top: 0px;
	font-weight: bold;
}

ul{
 color: #666666;
 size:80%;
}

.keywordsright{
width: 290px;
border: 0px solid black;
margin-left: 5px;
padding-left: 5px;
}

.keywordsleft{
width: 280px;
border: 0px solid black;
margin-left: 0px;
padding-left: 5px;
}

.sportscatecories{
	width: 288px;
	height: 85px;
	border: 3px solid #999999;
	margin-left: 0px;
	padding: 5px;
}

.rightsideads{
	width: 300px;
	height: 250px;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	padding: 0px;
}

.leftsideads{
	width: 295px;
	height: 252px;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	padding: 0px;
}

/* Controls the text in the main content area of the index page */

.singleheadlineclass a{
	color:#FF0000;
	font-size: 1.5em;
	line-height: 20px;
	text-decoration: none;

}
.singleheadlineclass a:hover{
	color:#000000;
	font-size: 1.5em;
	line-height: 20px;
	text-decoration: underline;
}

.xmlheadlineclass a{
	color:#FF0000;
	font-size: 1.1em;
	line-height: 10px;
	text-decoration: none;

}
.xmlheadlineclass a:hover{
	color:#000000;
	font-size: 1.1em;
	line-height: 10px;
	text-decoration: underline;
}

.example3class a{
	font-size: 1em;
	line-height: 10px;
	text-decoration: none;

}
.example3class a:hover{
	color:#000000;
	font-size: 1em;
	line-height: 10px;
	text-decoration: underline;
}

.searchresultspage{
	width: 610px;
	font-size: .8em;
	border: 0px solid #CCCCCC;
	margin-left: 0px;
	padding: 0px;
}

.thrColAbsHdr #rsstickerbox {
	width: 630px;
	height: 30px;
	/*margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left;  this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #rsstickerbanner {
	width: 55px;
	float: left;
	height: 30px;
	background-image: url(../images/breakingnews.jpg);
	/*margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left;  this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #rsstickerfeeds {
	width: 553px;
	float: right;
	height: 30px;
	/*margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left;  this overrides the text-align: center on the body element. */
} 

#leadstoryimage {
	width: 302px;
	height: 260px;
	float: left;
	border-right: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	margin-right: 5px;
} 

