@charset "utf-8";
body  {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.thrColFixHdr #container {
	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. */
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
    margin-bottom:10px;
}
/*Style front content block*/
#frontpage{
	width:540px;
	float:left;
	margin-bottom:1em;
}
.SlidingPanels{
	width:530px;
	height:28em;
}
.SlidingPanelsContent {
	width:530px;
}
.photorefer{
	width:220px;
}
#scroller{
	width:250px;
	float:left;
	margin-top:0;
}
#frontsep{
	margin-bottom:1em;
	width:800px;
	float:left;
	border-bottom:solid 1px;
}
.railsection{
	margin-left:.5em;
}
.railpubdata{
	margin-left:.5em;
}
/*End front content block*/
.ccepromo1{
	margin-bottom:10px;
}
.ccepromo2{
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding:10px;
	background-color:#CCCCCC;
	border: solid 1px #990000;
}

#hottopic{
	width:220px;
	float:left;
	margin:0;
	padding:0;
}

#flag{
width:510px;
float:left;
clear:both;
}

#fwlogo{
	margin-top: 5px;
	margin-bottom:0;
	width:185px;
	float: left;
}

#searchform{
	margin:0;
	padding:0;
}

ul.FWMenuBarHorizontal
{
    margin-top:5px;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	float: left;
	width:99%;
	background-color: transparent;
}

ul.FWMenuBarHorizontal li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	float: left;
}
ul.FWMenuBarHorizontal li img{
    float:left;
    padding:5px;
	margin-top:-5px;
}
ul.FWMenuBarHorizontal a
{
	display: block;
	float:left;
	height:20px;
	cursor: pointer;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
#datetime{
	width:300px;
	float:left;
	margin-left:10px;
}
.intlink{
	width:530px;
	float:left;
}

.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding:0;
}

.thrColFixHdr #sidebar1 h3{
	margin:0;
	padding:0;
}
/*Style left rail*/
.railheader{
	padding: .4em .7em .7em .7em;
	margin-bottom:.8em;
	background:url(/img/jgflags/heading.gif) no-repeat;
}
.wideheader{
	padding: .4em .7em .7em .7em;
	margin-bottom:.8em;
	width:500px;
	background:url(/img/jgflags/headingwide.gif) no-repeat;
}
.railbody{
	margin-top:1em;
	margin-bottom:1em;
}
.railimage{
	display:block;
	float:left;
	/*No width; width of image will be used*/
	text-align:center;
	margin-right:10px;
}
.railbody ul{
	margin-top:0;
	margin-bottom:0;
}
.railbody li{
	clear:left;
	margin-left:-2em;

}
/*End left rail style*/
.mainlist{
	width:250px;
	float:left;
}
#topbreaking{
	width:770px;
	margin-bottom:10px;
	padding:10px;
}
.brphotorefer{
	width:110px;
	height:110px;
	float:left;
	text-align:center;
	padding:10px;
	margin-right:15px;
}
#multimediablock{

	margin-top:1em;
	margin-bottom:1em;
	border-right: solid 1px;
}
#multimediablock .wideheader{
	background:url(/img/jgflags/headingwide.gif) no-repeat;
	width:500px;
}
#vidplayer{
	width:200px;
	float:left;
}
#mmlist{
	float:left;
	width:300px;
}
#playerdesc{
	margin-top:.8em;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	/*width: 220px; accommodates video ad*/
	width: 160px;/* 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 */
	padding: 0;
    margin:0;
}
.thrColFixHdr #sidebar2 p{
	padding:0;
	margin-bottom:1em;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	/*margin-right: 230px; accommodates video ad*/
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    margin:0;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
.thrColFixHdr #footer ul li{
    padding-left:5px;
    padding-right:5px;
    float: left;
}
.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: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

#jgwea img{
	width:55px;
	float:left;
	margin-right:10px;
	margin-top:16px;
}
#jgwea p{
	margin-top:16px;
	margin-bottom:0;
	padding:0;
	width:50px;
	float:left;
}
#jgtemp{
	width:220px;
	float:left;
}
#mainContent .railheader{
	width:520px;
	float:left;
}
#vidplayer{
	display:block;
}
ul.MenuBarHorizontal{
	background-color:#990000;
}
.heading{
	width:240px;
}
.headingwide{
	width:500px;
}
#tvadblock{
	width:750px;
	float:left;
}
.mainwidthfloat{
	width:530px;
	float:left;
}
#jgnumber{
	width:120px;
	float:left;
	margin-top:15px;
}
#searchwrap{
	width:980px;
	float:left;
}
#cube{
	width:300px;
	float:left;
}
#promocube{
	width:530px;
	float:left;
}  