/* #############################################################
		allpages.css
   ############################################################# */
/* browser reset controls */
/******************************************************/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
table, caption, tbody, tfoot, thead, tr, th, td {outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
table, caption, tbody, tfoot, thead, tr, th, td {outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
body {line-height:1.2;}
:focus {outline:0;}
caption {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
h1, h2, h3, h4, h5, h6, strong {margin:0px; padding:0px; border:0px; outline:0px; font-family:inherit; font-weight:bold;font-size:100%; }
font {margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-family:inherit;}
em {margin:0px; padding:0px; border:0px; outline:0px; font-size:100%; font-family:inherit; font-style:italic;}
code {margin:0px; padding:0px; border:0px; outline:0px; font-size:100%; font-family:"Courier New", Courier, monospace;}
blockquote {padding:0px 15px;}
/******************************************************/
/* end browser reset controls */

/***********************
 GENERAL HELPER STYLES
***********************/
.hidden {display: none; visibility:hidden; width:0px; height:0px;}
.footer {clear:both;}

/*********************
 GENERAL STYLES
*********************/

/* PAGE TITLE */
#mainContent {width:602px;position:relative;left:9px;top:-2px;font-size:1.2em;}
#mainContent .moduleHeader{width:602px;background:url(/images/modules-sprite.gif) 0px -129px no-repeat;}
#mainContent .moduleHeader h2{font-size:1.5em;line-height:25px;padding:0 11px;color:#fff }
#mainContent .moduleContent{border:1px solid #000;border-top:0;background:#e3e3e3;}
#mainContent .moduleContentContainer{border:1px solid #DD232C;}
#mainContent .containerPadding{padding:9px;}

/* MAIN TEXT AND HEADERS */
#mainContent p {padding:4px 0px;}
#mainContent h1, #mainContent h1 a {}
#mainContent h2, #mainContent h2 a {}
#mainContent h3, #mainContent h3 a {}
#mainContent h4, #mainContent h4 a {}
#mainContent h5, #mainContent h5 a {}
#mainContent h6, #mainContent h6 a {} 

/* CONTENT AREA LINKS */
#mainContent a { }
#mainContent a:hover { }
#mainContent a:visited { }

/* IMAGES */
#mainContent img { border: none 0px #fff; }

/* MISC TEXT CLASSES */
#mainContent .smallText { font-size: 80%; }
#mainContent .Headline {font-size:12px;font-weight:bold;color:#C30005;  } /* SAME AS H3 - Legacy Inside Pages Code */
#mainContent .Text {font-size:12px;  } /* SAME AS BODY - Legacy Inside Pages Code */

/* LISTS */
#mainContent ul.inline li {
	display: inline;
}
#mainContent ul, #mainContent ol {list-style-position:inside;} /* Optional for Custom List Styles */
#mainContent li { } /* Optional for Custom List Styles */


/*********************
 ARTICLE PAGE
*********************/

.standFirst { }

/* RELATED LINKS */
#relatedLinksInsert {float:left;width:310px;margin-top:10px;}
#relatedLinksInsert .moduleContainer {width:300px;}
#relatedLinksInsert .moduleHeader {width:300px;height:25px;background:url(/images/modules-sprite.gif) 0px -51px no-repeat;}
#relatedLinksInsert h3{display:none;}
#relatedLinksInsert .moduleContent{border:1px solid #000;border-top:0;background:#E3E3E3;}
#relatedLinksInsert .moduleContentContainer{border:1px solid #DD232C;}
#relatedLinksInsert ul{padding:7px;}
#relatedLinksInsert li{list-style:none;}

/* ARTICLE IMAGE / CUBE AD STYLES */
#mainContent #cubeAd .moduleContent{padding:10px 0px 0px 0px;}
#articleAdInsert.alignleft {padding:0px 10px 5px 0px;}
#articleAdInsert.alignright {padding:0px 0px 5px 10px;}
#articleAdInsert .articleAdInsertContainer {width:300px; margin:auto;}
.imageCaptionContainer {padding:0px 0px 8px 0px;}
#articleAdInsert.alignright .imageCaptionContainer {display:block; float:right;}
.imageCaption {padding:8px 0px 0px 0px; text-align:left;}

/*********************
 FORM STYLES
*********************/
select { } /* This style applies to all dropdown menus. */
input { } /* Only specify font face, size and color. This applies to all buttons, single line text boxes (input fields), checkboxes, and radio buttons. */
.textBox { } /* Single-Line textboxes background and border colors */
button, .button { }
textarea { } /* This style applies to all multi-line comment areas. */
#mainContent .submitbutton { }
#mainContent .warningMessage { } /* Text displayed warning of Form problems/errors */

/* VARIOUS SIZED TEXBOXES */
input.short { width: 70px; }
input.medium { width: 150px; }
input.long { width: 300px; }


/************************
 GENERIC TABLES
*************************/
#mainContent table { color: #000; font-size: 12px; } /* Just set a default text color and size */

/************************
 FORMATTED TABLES
*************************/
#mainContent table.formattedTable {background:#000;} /* Background color or borders */
#mainContent table.formattedTable th {background:#E11822;color:#fff;font-weight:bold;padding:4px;}
table.formattedTable th a {color:#fff;} /* Header cells and Header Font Info */
#mainContent table.formattedTable td {background:#fff;padding:4px;} /* Table body cells and body font info */
#mainContent table.formattedTable td a {} /* Table body links */
#mainContent table.formattedTable tr.rowOdd {} /* Table Odd Row for a separate background-color for every other row */
#mainContent table.formattedTable tr.rowEven {} /* Table Even Row for a separate background-color for every other row */
/* You may need to specify a specific link color for each row depending on the background colors */

#mainContent table.fullWidth { width:580px;} /* specify the width to span the full content area */

/*********************
 MISC BACKGROUND AND SECTIONAL STYLES
	(Styles used for default sectionals and misc colors.)
*********************/
.CellBackground0 { background-color: #fff; color: #000; } /* Background, Border, and Text color only */
.CellBackground1 { background-color: #ccc; color: #000; } /* Background, Border, and Text color only */
#mainContent .CellContent0, #mainContent .CellContent1 { padding: 5px; } /* Define padding so running copy doesn't hit edge of background. */

/*CALENDAR STYLES*/
#mainContent .calendarOuterTable {width:90%;margin:14px 0;}
#mainContent table.calendarHeaderTable {background:transparent;}
#mainContent table.calendarHeaderTable td{text-align:center;}
#mainContent table.calendarFooterTable {background:transparent;}
#mainContent .calendarTable { width:100%;font-size:1.2em;}
#mainContent .calendarTable td {border:1px solid #000;padding:7px 7px 28px 7px;text-align:left;}
#mainContent .calendarTable td a { font-weight:bold;}
#mainContent .calendarTable td.calendarDayCell { } /* Specify something to overwrite CellBackground0 */
#mainContent .calendarTable td.calendarEmptyDay { border:1px solid transparent;}
#mainContent .calendarTable td.calendarDayViewed { } /* Specify something to overwrite CellBackground1 */
#mainContent .calendarTable td.calendarCurrentDate { background:#333;color:#fff;border:1px solid #333;}
#mainContent .calendarTable td.calendarCurrentDate a{ color:#fff;}

/*SEPARATOR STYLES*/
hr { height:1px;margin:14px 0;}
.sectSeparatorH { height:14px;} /* Horizontal gaps between sections. */
.sectSeparatorV { width:14px;} /* Vertical gaps between sections. */

/**************************/
/**** EDITS UNECESSARY ****/
/**************************/

/*********************
 FORM LAYOUTS
*********************/
#mainContent fieldset {border:none 0px #fff;}
#mainContent legend { /* Specify a Color */ font-weight: bold;}
#mainContent .formRow {clear:both; margin:5px 0px;}
#mainContent label {display:block; float:left; width:150px; text-align:right; font-weight:bold; margin-top:2px; margin-right:3px;}
#mainContent label .labelDetails {font-weight:normal; font-size:0.9em;}
#mainContent .formRowMultiFields {margin-left: 153px; /* !! Should be the width of the label !! */}
#mainContent .formRowMultiFields img { /* Used for Captcha */ padding:0px;}
#mainContent label.spanWidth {width:auto; display:block; text-align:left;}
#mainContent label.inline {float:none; display:inline; width:auto; text-align:auto;}
#mainContent .formRowSubmit {margin-left: 153px; /* Probably the width of the label */}
#mainContent .EmailForm label {width:80px;}

/*********************
 ALIGNMENT STYLES
*********************/
.alignLeft, .alignleft { float: left; margin:0px 10px 2px 0px;}
.alignCenter, .aligncenter { text-align: center; }
.alignRight, .alignright { float: right; margin:0px 0px 2px 10px;}
#articleAdInsert.aligncenter #relatedLinksInsert, #articleAdInsert.alignCenter #relatedLinksInsert { margin: auto; }
#mainContent img.noFormat { border: none 0px; margin: 0px; }
/* #############################################################
		framework.css
   ############################################################# */


/* Framework */
body {text-align:center;background:url(/images/body-bg.jpg) repeat-x #012E55;font-size:10px;font-family:Arial, Helvetica, sans-serif;}
#mosSite {width:960px; margin:auto;padding-bottom:20px; text-align:left;}
#mosSite fieldset {border: 0px solid #000;}
#framework {width:960px;padding:5px 0 20px 0;}
#frameworkLeft {float:left; width:960px;background:#fff;}
#frameworkRight {display:none;}
#frameworkTop {clear:both;background:url(/images/header-footer-sprite.jpg) no-repeat;height:236px;overflow:hidden;}
#frameworkBottom {clear:both;background:url}

/* Ads */
#leaderboardLabel,
#skyscraperLabel {display:none;}
#leaderboard {width:744px; height:94px;float:left;overflow:hidden;}
#leaderboard .contentPadding {padding:2px 0 0 12px;}

/* Header */
#header {height:125px;clear:both;overflow:hidden;}
#header h1 {float:left;padding:12px 0 0 12px}
#header #headerRotator {float:right;width:616px;height:120px;position:relative;top:5px;left:-5px;}

/* Content */
#contentBackground {background:url(/images/content-bg-sprite.gif) repeat-y #fff;}
#contentColumns {}
#contentEnclose {width:795px; float:left;}
#contentMiddle {width:620px; float:right;background:url(/images/content-bg-sprite.gif) -960px 0 repeat-y #1B3F73;}
#contentMiddle .contentAreaPadding{background:url(/images/content-bg-sprite.gif) -2200px bottom no-repeat;padding:0 0 12px 0;}

#contentLeft {width:160px; float:left;position:relative;left:10px;}
#contentRight {width:160px; float:right;position:relative;right:5px;}
#contentBottom {clear:both;}
.storySeparator {}

/* Footer */
#footer {background:url(/images/header-footer-sprite.jpg) 0 -236px no-repeat;width:960px;height:85px;}
#footer .contentAreaPadding{padding:6px 10px 0 202px;}
#footer #banner {float:right;}
#footerTop {}
#footerBottom {clear: both;}
#siteIndex {}
#siteIndex fieldset {border: 0px solid #000;}
#siteIndex legend {display:none;}
#siteIndex select {}
#copyright {padding-top:4px;}
#copyright A {color:#000;text-decoration:none;}
#copyright A:hover {text-decoration:underline;}
#copyright .privacyPolicy {}


/* #############################################################
		modules.css
   ############################################################# */
/* PodCast */
.podcastLinks { display: none; } /* Show this if you need it */

#search {width:214px;float:right;position:relative;top:2px;right:2px;}
#search .moduleHeader {width:214px;height:24px;background:url(/images/modules-sprite.gif) no-repeat;}
#search .moduleHeader h3, #search label, #searchType, #searchTopSearches {display:none;}
#search .moduleContent {border:1px solid #DD1721;background:#E3E3E3;}
#search .moduleContentContainer {height:66px;}
#search .containerPadding {padding:7px;}
#search .submitRow {padding:4px 0 0 0;}
#search legend {display:none;}

#marquee  {}
#marquee .moduleHeader {display:none;}
#marquee {padding:0 5px 0 14px;line-height:17px;font-size:11px;font-weight:bold;color:#fff;}
#marquee a {color:#fff;}

#weather {width:160px;font-size:1.2em;}
#weather .moduleContainer {border:1px solid #000;}
#weather .moduleHeader {width:158px;height:25px;background:url(/images/modules-sprite.gif) -161px -26px no-repeat;}
#weather .moduleHeader h3, #search label, #searchType, #searchTopSearches {display:none;}
#weather .moduleContent {border:1px solid #DD1721;background:#E3E3E3;}
#weather .moduleContentContainer {}
#weather .containerPadding {padding:7px;}
#weatherGraphic {float:left;}
#weather img {width:30px;border:1px solid #000;}
#weatherToday {padding:0 0 5px 36px;}
#weatherTomorrow {padding:0 0 5px 36px;}
#weather h4 {font-weight:bold;color:#C30005;}
#weatherDataLinks {display:none;}

#emailToFriend .moduleHeader {display:none;}
#emailToFriend a {display:block;text-indent:-9999px;width:160px;height:24px;background:url(/images/modules-sprite.gif) -214px -1px no-repeat;}

#date .moduleHeader, #date h4 {display:none;}
#date  {font-size:1.1em;font-weight:bold;color:#C30005;text-align:center;padding:4px 0;}


#sponsor {margin:18px 0 0 0;text-align:center;}
#sponsor .moduleContainer{margin:auto;width:125px;}
#sponsor .moduleHeader{width:125px;height:13px;background:url(/images/modules-sprite.gif) -374px -12px no-repeat;}
#sponsor h3{display:none;}


#poll {width:160px;margin-top:18px;font-size:1.2em;}
#poll .moduleHeader{width:160px;height:25px;background:url(/images/modules-sprite.gif) -320px -25px no-repeat;}
#poll .moduleContent{border:1px solid #000;border-top:0;background:#E3E3E3;}
#poll h3{display:none;}
#poll .moduleContentContainer{border:1px solid #DD232C;}
#poll .containerPadding{padding:7px;}
#poll .sponsorLabel {display:none;}
#poll .sponsor img {margin-bottom:7px;}
#poll h4, #pollQuestion {font-weight:bold;color:#C30005;}
#poll legend {display:none;}

#events {width:160px;margin-top:10px;font-size:1.2em;}
#events .moduleHeader{width:160px;height:25px;background:url(/images/modules-sprite.gif) 0px -25px no-repeat;}
#events h3{display:none;}
#events .moduleContent{border:1px solid #000;border-top:0;background:#E3E3E3;}
#events .moduleContentContainer{border:1px solid #DD232C;}
#events .containerPadding{padding:7px;}
#events h4 {font-weight:bold;color:#C30005;}

#scoreboards {width:620px;background:url(/images/content-bg-sprite.gif) -7px 0;overflow:hidden;}
#scoreboards .moduleHeader{display:none;}
#scoreboards .containerPadding{padding:11px;font-size:1.2em;}
#scoreboards .moduleFooter{height:12px;background:url(/images/content-bg-sprite.gif) -1580px 0px no-repeat;overflow:hidden;}


/* Feature */
#feature {width:362px;position:relative;left:9px;top:-2px;float:left;font-size:1.2em;}
#feature .moduleHeader{display:none;}
#feature h2{display:none;}
#feature .moduleContent{border:1px solid #000;border-top:0;background:#E3E3E3;}
#feature .moduleContentContainer{border:1px solid #DD232C;}
#feature .containerPadding{height:348px;overflow:auto;}
#feature .story{padding:7px;}
#feature h3 {font-weight:bold;color:#C30005;}
#feature .storySeparator {display:none;}
#feature h3 a {color:#C30005;text-decoration:none;}
#feature h3 a:hover{color:#0000FF;text-decoration:underline;}
#feature .storyImage  {}
#feature .storyImage img {border:3px solid #CFCFCF;margin-bottom:5px;}

/* For the Rotating Feature Only - If not used remove the styles below.
---------------------------------------------------------------------*/
#feature .rotatorTop { text-align:right;line-height:25px;width:362px;height:25px;background:url(/images/modules-sprite.gif) 0px -77px no-repeat;color: #fff;}
#feature .rotatorTop .rotatorControls {}
#feature .rotatorTop .rotatorPlay { position: absolute; top:0px;right:80px; visibility: hidden; cursor: pointer; text-align: center; }
#feature .rotatorTop .rotatorPause { position: absolute;top:0px; right:80px; cursor: pointer; text-align: center; }
#feature .rotatorTop .rotatorIndex { margin: 0px 4px; padding: 0px 1px; cursor: pointer; font-weight: bold; }
#feature .rotatorTop .rotatorIndexLast {margin-right:10px;}
#feature .rotatorThumbs .rotatorControls {display: block; float: left; margin-top: 11px; margin-right: 10px; text-align: center;}
#feature .rotatorThumbs .rotatorIndex, #feature .rotatorThumbs .rotatorIndexLast { display: block; margin: 1px 5px; padding: 0px; cursor: pointer; height: 40px; width: 60px; float:left; text-indent: -9999px;  }
#feature .rotatorThumbs .rotatorIndexLast { margin: 1px 0px 1px 5px; }
#feature .rotatorThumbs .rotatorIndex, #feature .rotatorThumbs .rotatorIndexLast { }
/* Current Index */
#feature .rotatorTop span.rotatorIndexCurrent {color:#f00; background:#000;}
#feature .rotatorThumbs .rotatorIndexCurrent {  }
/*---------------------------------------------------*/

#contentRightGroup {width:232px;float:right;position:relative;left:-9px;top:-2px;padding-bottom:7px;}

#onAir {width:232px;font-size:1.2em;}
#onAir .moduleHeader{width:232px;height:25px;background:url(/images/modules-sprite.gif) -362px -77px no-repeat;}
#onAir h3{display:none;}
#onAir .moduleContent{border:1px solid #000;border-top:0;background:#E3E3E3;}
#onAir .moduleContentContainer{border:1px solid #DD232C;}
#onAir .containerPadding{height:153px; padding:0 7px;overflow:hidden;}
#onAir h4, #onAir h5,#onAir h4 a {font-weight:bold;color:#C30005;}
#currentHost {padding:7px 0;}
#onAir #hostPhoto {float:left;min-height:80px;}
#onAir #hostPhoto img{border:3px solid #CFCFCF;}
#onAir .hostText {padding:0 0 0 113px;}
#onAir #nextHost {padding:30px 0 0 113px;}

#club {width:232px;font-size:1.1em;margin-top:9px;}
#club .moduleHeader{width:232px;height:25px;background:url(/images/modules-sprite.gif) -362px -51px no-repeat;}
#club h3{display:none;}
#club .moduleContent{border:1px solid #000;border-top:0;background:#E3E3E3;}
#club .moduleContentContainer{border:1px solid #DD232C;}
#club .containerPadding{height:158px; padding:0 7px;overflow:hidden;}
#club h4 {font-weight:bold;color:#C30005;}
#club legend {display:none;}
#club .emailAddress,#club .password {display:block;float:left;width:80px;line-height:20px;}
#club .textInput {width:130px;}
#elsLoginForm {padding-top:7px;}
#emailPassword {display:none;}
#club .formRow {padding-bottom:2px;}

#headlines {width:602px;position:relative;left:9px;clear:both;font-size:1.2em;}
#headlines .moduleHeader{width:602px;height:25px;background:url(/images/modules-sprite.gif) 0px -103px no-repeat;}
#headlines h3{display:none;}
#headlines .moduleContent{border:1px solid #000;border-top:0;background:#E3E3E3;}
#headlines .moduleContentContainer{border:1px solid #DD232C;}
#headlines .containerPadding{padding:7px;}
#headlines h4 {font-weight:bold;color:#C30005;margin-bottom:5px;}
#headlines h4 a {color:#C30005;text-decoration:none;}
#headlines h4 a:hover{color:#0000FF;text-decoration:underline;}
#headlines .storyImage {float:left;padding:3px 5px 5px 0;}
#headlines .storyImage img {border:3px solid #CFCFCF;}
#headlines .storySeparator {clear:both;padding:7px 0;}
#headlines hr {color:#ccc;background-color:#ccc;height:1px;border:0;}

#tileAds {text-align:center;}
#tileAds p{margin-top:10px;}



/* #############################################################
		nav.css
   ############################################################# */
/*###############################################################################*/
/* navigation */
#navigation {font-size:1.1em; font-weight:bold;}
#navigation h3, #navigation .moduleHeader{display:none;}
#navigation h3, #navigation .moduleFooter{clear:both;}
#navigation #navigationLinks {width:160px; }
#navigation ul {list-style-type:none;border-bottom:1px solid #939393;float:left;}
#navigation ul li {float:left;width:160px;clear:both;}
#navigation ul li a, #navigation ul li .navNoLink {color:#0044A5; display:block; padding:3px 3px 3px 12px;background:url(/images/nav-sprite.gif) 0 0 no-repeat #fff; text-decoration:none;border:1px solid #939393;border-bottom:0;} 
#navigation ul li a:hover, #navigation li:hover .navNoLink, #navigation li.sfhover .navNoLink,#navigation ul li:hover a  {color:#fff;background:url(/images/nav-sprite.gif) 0 -56px no-repeat #0044A5;}
#navigation .menuItem {border:none !important;}

/*
SUB NAV LIST 
	Set the width, background, and/or border
*/
#navigation ul li ul {width:160px; margin-top:-20px; margin-left:159px; display:block; position:absolute; left:-9999px; height:auto; }
#navigation ul li ul li {display:block;}
#navigation ul li ul li a, #navigation ul li ul li .navNoLink, #navigation ul li:hover ul li a  {color:#0044A5; background:url(/images/nav-sprite.gif) 0 0 no-repeat #fff; }
#navigation ul li ul li a:hover, #navigation ul li ul li:hover .navNoLink, #navigation ul li.sfhover ul li.sfhover .navNoLink,#navigation ul li:hover ul li:hover a  {color:#fff;background:url(/images/nav-sprite.gif) 0 -56px no-repeat #0044A5;}

/* YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW */

#navigation ul li:hover, #navigation ul li.sfhover { position:static; } /* This is a fix for the IE7 Sticky menu bug */
#navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li.sfhover ul ul, #navigation ul li.sfhover ul ul ul {left:-9999px; z-index:501;}
#navigation ul li:hover ul, #navigation ul li li:hover ul, #navigation ul li li li:hover ul, #navigation ul li.sfhover ul, #navigation ul li li.sfhover ul, #navigation ul li li li.sfhover ul {left:auto; z-index:501;}

/* Support for the "iehover-fix.js" */
#navigation ul.navItems iframe {position: absolute; left: -0.25em; top: -0.25em; z-index: -1; filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);}

* html ul.navItems li ul li { z-index: 501; }
/* this is for IE 5.0
	select.hide { visibility: hidden; }
/* End Support for the "iehover-fix.js" */

/*#########################################################################################*/
/* #############################################################
		sectional.css
   ############################################################# */
/* ALL SECTIONAL TEMPLATES */
.sectional {position:relative;}
.sectional .story {clear: both;}
.sectional p.storyImage {display: block; float: left; margin: 3px 3px 0px 0px; padding: 0px;}
.sectional p.storyImage img { margin: 0px; padding: 0px;}
.sectional .storyLink {display: none; visibility: hidden; font-size: 1px; color: #fff; text-indent: -9999px;}
.sectional .storySeparator {clear: both;}
/* The Last Story Separator */
.sectional .separatorLast {visibility: hidden;}

/************************/
/* SECTIONAL TEMPLATE 2 */
/************************/
/* Top Story */
.secTemplate2 .CellBackground0 {float:left;width:580px;}
.secTemplate2 .entry1 .storySeparator hr {display: none;}
.secTemplate2 .contentSeparator hr {visibility: hidden;}


/************************/
/* SECTIONAL TEMPLATE 3 */
/************************/
/* Container for the Top 3 Entries */
.secTemplate3 .secTop {}
/* Container for First Half of the bottom Entries */
.secTemplate3 .secBottomFirstHalf {display: block; width: 280px; float: left;}
/* Separator Between Bottom Halves */
.secTemplate3 .contentSeparator {display: block; width: 15px; float: left;}

/* Container for Second Half of the bottom Entries */
.secTemplate3 .secBottomSecondHalf {display: block; width: 280px; float: left;}

