@charset "UTF-8";
body  {
	background: #666666;
	background-image:url(images/bg_05.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.thrColFixHdr #container {
	width: 1072px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/contentbg_03.gif);
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
} 

.thrColFixHdr #wrapper {
	width: 1072px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/contentbg_03.gif);
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	height: 100%;
} 
.thrColFixHdr #header {
	padding: 0 0px 0 0px;
	_width: 3000px;
} 
.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 #leftnav {
	float:left;
	width: 166px; /* 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; /* padding keeps the content of the div away from the edges */
	margin-right:10px;
	_margin-right: 7px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
}
#topper {
	padding: 0px;
	margin:0;
	_margin-top:-3px;
}



.thrColFixHdr #leftnav li {
	list-style-type: none;
	margin: 0;
	
	padding: 0;
	
	
	display:inline;
}
.thrColFixHdr #leftnav ul {
	margin: 0;
	padding: 0;
	
	
	z-index: 10000;
}
.thrColFixHdr #leftnav a {
	display: block;
	text-decoration: none;
}
.thrColFixHdr #leftnav ul a {
	display: block;
	text-decoration: none;
	
	padding: 4px 10px;
	color: #CCCCCC;
	
	line-height:1;}
	
	.thrColFixHdr #leftnav ul a:hover {
	display: block;
	text-decoration: underline;
	
	}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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 */
	height:791px;
	background-image:url(images/navbg.gif);
	background-repeat:no-repeat;
	
	
		
}
.thrColFixHdr #sidebar1 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 */
	height:41px;
	background-image:url(images/menssportsmenutop_19.gif);
}



.thrColFixHdr #blackadspace {
	float:left;
	margin-top: 16px;
	width: 165px; /* 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 */
	height: 63px;
	background-image:url(images/adspace1_17.gif);
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 267px; /* padding keeps the content of the div away from the edges */
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2inside {
	float: right; /* since this element is floated, a width must be given */
	width: 265px;
	background-image:url(images/insidelbbg2_21.gif);
	background-repeat:repeat-x;
	border: 2px solid #000000;
	margin-top: 16px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 0px;
}

.thrColFixHdr #sidebar2inside a {
font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#75263b;
font-size: 12px;
text-decoration:none;
}

.thrColFixHdr #sidebar2inside a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	margin-right: 62px;
	_margin-right: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar3 p {
margin:0;
padding:0;}
.thrColFixHdr #stats {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* padding keeps the content of the div away from the edges */
	margin-right: 3px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-left: 8px;
	border: 2px solid #000000;
}
.thrColFixHdr #mainContent { 
	margin: 0 166px; /* 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	background-color: #002E63;
	width: 980px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 
.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 */
	color: #FFFFFF;
}

.thrColFixHdr #footer a {
	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 */
	color: #FFFFFF;
	text-decoration:underline;
}

.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;
}
.buttons {padding:0;
margin:0;}
.featurethumb {padding:2.5;}

.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;
    font-size: 1px;
    line-height: 0px;
}

body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#index-bg { background: #fff  1008px -50px repeat-y; }
a:hover{ text-decoration:none;}
.line-clear{clear:all; line-height:20px;}
.clear{clear:both;}
/* outter wrappers  */
	#float-nav{display:block; float:left; width:648px; height:42px;}
	#float-search{display:block; float:left; width:347px; height:42px; }


#sport-wrapper{clear:left; display:inline; float:left; width:1008px; margin:0; padding:0; background-image:url("http://graphics.fansonly.com/schoolslt/grva/graphics/grva-06-background.gif"); background-repeat: repeat-y;}
#story-wrapper{clear:left; display:inline; float:left; width:1008px; margin:0; padding:0; background-color:#bbb; background-image:url("http://graphics.fansonly.com/schoolslt/grva/graphics/grva-06-bg-story.gif"); background-repeat: repeat-y;}
	#sub-masthead{display:block; width:1008px; height:157px;}
	
	#sub-wrap-col-1{display:block; float:left; width:166px;}
	#sub-wrap-col-2{
	display:block;
	float:left;
	width:383px;
	margin-top: 16px;
	margin-right: 0px;
	_width: 350px;
	margin-bottom: 0px;
	margin-left: 0px;
	_margin-left: -6px;
	_margin-right: -10px;
	
	background:url(images/newsbg.gif) no-repeat;
}

	#sub-wrap-col-2inside{
	display:block;
	float:left;
	width:383px;
	margin-top: 16px;
	margin-right: 0px;
	_width: 350px;
	margin-bottom: 0px;
	margin-left: 0px;
	_margin-left: -6px;
	_margin-right: -10px;
	background:url(images/newsinside.gif) no-repeat;

}
		#sub-wrap-col-2-1{
	display:block;
	float:left;
	width:382px;
	margin:0;
	padding:0;
	
}
		#sub-wrap-col-2-2{display:block; background-color:#a5a5a5; float:left; width:268px; 
		_margin-right: 0px;
		
		_margin-left: -20px;
		margin:0px 0px 0px 2px; padding:0;}
	#sub-wrap-col-4{display:block; float:left; width:160px;}
	
	
	#sub-ad-wrap{display:block; clear:left; margin:0; padding:10px 0px; width:1008px; background-color:#000;}
	#sub-disclaimer{display:block; clear:left; padding: 34px 0px; width:1008; background-color:#000;}
	
	#sub-story-wrap-col-1{position:relative; float:left; width:842px; margin:0; background-color:#bbb;}
	#sub-story-wrap-col-2{display:block; float:left; width:198px;}

#story-header-img-box{display:block; width:777px; margin:0px 0px 0px 10px;}
.sport-hdr-div{position:absolute; width:272px; height:28px; left: -2px; top:0;}
.sport-hdr-div-holder{position:relative; width:100%; height:28px;}


#sport-nav-left-hdr{display:block; float:left; width:300px; margin: 0px 20px 0px 0px; padding-top:8px; text-align:right;}
#sport-nav-right-text{display:block; float:left; padding-top:8px;}
/* outter wrappers  */






/*   TABS  */
#storescrollIE{clear:both;}
#index-tab-buttons{display:inline; margin:0; padding:0;}

#eventscrollIE{clear:both;}
#index-event-buttons{clear:both; display:block; margin:0; padding:0;}
/*   TABS  */



/*  offset  */
.ad-offset{margin-left:124px; width:760px;}
.conf-link-offset{margin-left:15px;}
.other-headline-offset{display:block; margin-left:5px; width:472px;}
.search-offset{display:block; margin-left:20px; width:327px;}
.sidebaroffset{margin-top:10px; margin-left:10px; color:#fff;}
.story-offset{ margin-left:20px; width:820px; overflow:auto;}
html>body .story-offset{overflow:scroll;}

.tab-offset{margin-left:10px; width:280px;}

/*  box  */
.scrolling{ display:block; clear:both; width:100%; height:250px; overflow:auto;}
/********************************************************************************/
/*----- EDITOR GROUPS -----*/


.tableheader {color:#ffffff; font-size:14px; font-weight:600; text-decoration:none;}
.tableheader-blk {color:#000000; font-size:12px; font-weight:700; text-decoration:none;}
.tableheaderwhite {color:#fff; font-size:14px; font-weight:600; text-decoration:none;}

.pagelinks {color:#0768b3;font-size:11px;text-decoration:underline;}
.pagelinks:hover{color:#0768b3;text-decoration:none;}

.facilities {color: #0768b3; font-size:11px; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none;}
.facilities-lg {color: #feca00; font-size:16px; font-weight: 600; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none;}


/*----- EDITOR GROUPS -----*/
/********************************************************************************/







/*----- MISC SITE SPECIFIC -----*/
/*
.secheadlinescrollregion {position:relative; left:1px; background-color:#0768b3; border-style:solid; border-color:#000; border-left-width:1px; border-right-width:0px; border-bottom-width:0px; 
 border-top-width:0px;
 width:438px;
 height: 170px;
 overflow:auto;
 scrollbar-face-color:#0768b3; 
 scrollbar-shadow-color: #A7A7A7; 
 scrollbar-highlight-color: #610101; 
 scrollbar-3dlight-color: #610101; 
 scrollbar-darkshadow-color: #610101; 
 scrollbar-track-color: #000; 
 scrollbar-arrow-color: #fff;
 }
 */


/*----------EMAIL----------*/
.email {font-size: 10px;}
/*----------EMAIL----------*/


/*----------EVENTS----------*/
.eventtitle {margin:0px; font-size:12px; color:#fff; font-weight:bold;}
 .calendartitlebg td {margin: 0px 0px 10px 0px; padding: 0px; border-width:0px 0px 1px 0px; border-style:solid; border-color:#fff;}

 div.liveeventdate { padding: 4px 0px; background-color:#0768b3; width:100%; font-size:11px; color:#fff; font-weight:bold;}
.evt-td-row-padding td{ padding: 2px 0px;}
.liveeventdate {font-size:11px; color:#fff;}
.liveeventaudio{font-size:11px; color:#fff; text-decoration:none;}
.liveeventaudio:hover {text-decoration:underline;}
.liveeventaudioSport{font-size:11px; color:#fff; text-decoration:none;}
.liveeventaudioSport:hover {text-decoration:underline;}
.livesport {font-size:11px; color:#fff; text-decoration:none;}
.livesport:hover {text-decoration:underline;}
.liveeventtime {font-size:11px; color:#fff;}
.liveevent {font-size:11px; color:#fff;}
.liveeventSport{font-size:11px; color:#fff;}
.liveeventloc{font-size:11px; color:#fff;}
/*----------EVENTS----------*/


/*-----footer-----*/
.disclaimer{color:#fff;}
.disclaimerlink{color:#0768b3;}
.disclaimerlink:hover{text-decoration:none;}

.oaslink{color:#fff;}
.oaslink:hover{text-decoration:none;}
.storyoaslink{color:#fff;}
.storyoaslink:hover{text-decoration:none;}

/*-----footer-----*/


/*----- OFFSETS -----*/
.campusoffset{margin-left:10px;width:400px;}

.secheadlineoffset{margin-left:10px;width:350px;}
.sportheadlineoffset{margin-left:20px;width:459px;}
.headlineoffset {margin-left:10px;width:350px;}
.sidebaroffset{margin-left:10px;width:230px;}
.eventoffset{margin-left:20px;width:180px;}

/*----- OFFSETS -----*/



/*----- LAYERD ITEMS-----*/

#leaderboardL{position:absolute;left:0px;top:0px;}
#scoreboardL{position:relative; background:#000; left:0; top:0; width:1000px; height:30px;}
#Skyscraper { z-index:20; }

#sport-img-lead{display:block; margin:20px 0px 20px 20px; border: #0768b3 2px solid; width:430px;}
#sportrelativeFrame{display:block; margin:20px 0px 20px 20px; width:430px;}


#sportnavbarL{position:absolute; left:751px; top:307px; width:249px; height:44px; z-Index:2;}
#searchL{position:absolute; left:640px; top:2px; width:249px; height:25px; }

#topnavL{position:absolute; left:180px; top:263px; width:571px; height:44px; z-Index:2;}

/*
#sportnavL{position:absolute; left:181; top:199; width:571; height:44; z-Index:2;}
#topnavL{position:absolute; left:180; top:152; width:571; height:44; z-Index:2;}

*/
#tickerL{position:absolute;}

/*----- LAYERD ITEMS-----*/









/*  ------------  NOTHING BELOW THIS LINE ------------ */
/* --------------------------------------------------- */


/* -----TABS----- */
.merchanttabs{position:relative;}
.eventscrolltabs{position:relative;}


.promotionscrolltabs{position:relative;}
.promotionscrolltabslink{font-size: 10px; color:#000;}

/* -----TABS----- */


/*-----VERT SPACING-----*/
.topadvert {line-height:111px;}
.fivevert{line-height:5px;}
.tenvert{line-height:10px;}
.twentyvert{line-height:20px;}
/*-----VERT SPACING-----*/


/*----- PROTECTED HEADLINES----- color, size, weight, decoration  */


 /* ---------- other photo headlines ---------- */
.topcaption{color:#000; font-size:11px;}
.topheadline{color:#000; font-size:18px; font-weight:900; text-decoration:none;}
.topheadline:hover{text-decoration:underline;}
.topmore{color:#0768b3; font-size:11px; font-weight:bold; text-decoration:none;}
.topmore:hover{text-decoration:underline;}
.toppubdate{ color:#0768b3; font-size:11px; font-weight:600;}
.topsportname{color:#0768b3; font-size:11px; font-weight:600;}
.topsynopsis{color:#000; font-size:11px;}
.topteaser{color:#fff; font-size:11px;}
 
 /* ---------- other photo headlines ---------- */
.leadcaption{color:#fff; font-size:11px;}
.leadheadline{color:#1b2c64; font-size:12px; font-weight:600; text-decoration:none;}
.leadheadline:hover{text-decoration:underline;}
.leadmore{color:#000; font-size:11px; font-weight:bold; text-decoration:none;}
.leadmore:hover{text-decoration:underline;}
.leadpubdate{ color:#000; font-size:11px; font-weight:600;}
.leadsportname{color:#000; font-size:11px; font-weight:600;}
.leadsynopsis{color:#000; font-size:11px;}
.leadteaser{color:#fff; font-size:11px;}

 /* ---------- non-photo headlines ---------- */
.seccaption{color:#fff; font-size:11px;}
.secheadline{color:#0768b3;font-size:11px;font-weight:600;text-decoration:none;}
.secheadline:hover{text-decoration:underline;}
.secmore{color:#0768b3;font-weight:600; font-size:11px;text-decoration:none;}
.secmore:hover{text-decoration:underline;}
.secpubdate{color:#000; font-size:11px;}
.secsportname{color:#fff; font-size:11px;}
.secsynopsis{color:#000; font-size:11px;}
.secteaser{color:#000; font-size:11px;}

/* ---------- FEATURE HEADLINES ---------- */
.featurecaption{color:#fff; font-size:10px;}
.featureheadline{color:#fff;font-size:12px;font-weight:600;text-decoration:none;}
.featureheadline:hover{text-decoration:underline;}
.featuremore{color:#fff; font-size:10px; font-weight:bold; text-decoration:none;}
.featuremore:hover{text-decoration:underline;}
.featurepubdate{ color:#fff; font-size:10px;font-weight:bold;}
.featuresportname{color:#fff; font-size:10px;font-weight:bold;}
.featuresynopsis{color:#fff; font-size:10px;}
.featureteaser{color:#fff; font-size:10px;}


/* ---------- SPORT HEADLINES ---------- */
h1, h3 {padding:0; margin:0;}
h1 a{color:#0768b3; font-size:12px; font-weight:bold; text-decoration:none;}
h1 a:hover{text-decoration:underline;}

h3 a{color:#0768b3; font-size:12px; font-weight:bold; text-decoration:none;}
h3 a:hover{text-decoration:underline;}

.secsportheadline{display: block; margin: 5px 0px; color:#0768b3;font-size:11px;text-decoration:none; font-weight:bold;}
.secsportheadline:hover{text-decoration:underline;}

.sportcaption{color:#fff; font-size:10px;}
.sportheadline{color:#0768b3;font-size:12px;font-weight:bold;text-decoration:none;}
.sportheadline:hover{text-decoration:underline;}
.sportmore{color:#0768b3; font-size:10px;font-weight:bold;}
.sportmore:hover{text-decoration:none; }
.sportpubdate{display:block; padding:0; margin:0; color:#0768b3; font-size:10px; font-weight:bold;}
.sportsportname{color:#fff; font-size:10px;}
.sportsynopsis{color:#0768b3; font-size:11px;}
.sportteaser{color:#fff; font-size:10px;}

/* ---------- STORY HEADLINES ---------- */
.storycaption{color:#000; font-size:10px;}
.storyheadline{color:#0768b3;font-size:12px;font-weight:600;text-decoration:none;}
.storyteaser{color:#000; font-size:14px;}

/* -------- END PROTECTED HEADLINES -------------------- */


/*----- PROTECTED SPORT HEADLINES (IF diff from index) ----- color, size, weight, decoration  */
/* currently unused */
/* -------------------- END SPORT PROTECTED HEADLINES -------------------- */



















/*  * {margin:0; padding:0;}  */
div,blockquote,hr,img,ul,li {
	padding:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
/* navigation: #nav
 * ---------------------------------------------------------------------------- */	

html>body #nav li li a span { _padding-left:18px; }

/* navigation: #nav
 * ---------------------------------------------------------------------------- */	
 
 
 
 /* bsi
 * ---------------------------------------------------------------------------- */
/*lead-sport-photo */

#lead-sport-photo{
	display:block;
	margin:0;
	border-width: 0px 0px 2px 0px;
	border-style:solid;
	border-color:#fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#lead-photo-bg-img{
	display:block;
	width:368px;
	height:208px;
	background-image: url(images/mainstorybg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#lead-sport-photo #lead-photo-bg-img img{margin:1px 0px 0px 1px; display:block;}
.lead-sport-story{margin-left:21px; width:380px;}
	.lead-sport-story h2 { margin:0; padding:0;}
	.lead-sport-story h3 { margin:0; padding:0px 0px 15px 0px ;}
	.lead-sport-story small {font-size: 11px; font-weight: bolder;}
	
	.lead-sport-story h2 a{color:#0768b3; text-decoration:none;}
	.lead-sport-story h2 a:hover{text-decoration:underline;}
	
	.lead-sport-story h3 a{color:#0768b3; text-decoration:none;}
	.lead-sport-story h3 a:hover{text-decoration:underline;}
	.lead-sport-story p a{color:#0768b3; text-decoration:none;}
	.lead-sport-story p a:hover{color:#000;}
/* wrap-lead-headlines */
/* bsi
 * ---------------------------------------------------------------------------- */

#bsi {
	background: #fff repeat-x
	}


/* relativeFrame & photo
 * ---------------------------------------------------------------------------- */

#relativeFrame {
	height: 120px;
	position: relative;
	z-index: 1;
	}

	#relativeFrame div {
	line-height:16px;
	height: 120px;
	margin-left: 10px;
	position: absolute;
	width:365px;
	z-index: 1;
	visibility: hidden;
	left: -2px;
	top: -3px;
		}

	#relativeFrame div#frm0 {
	visibility: visible;
}

	#relativeFrame div#frm0 img {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
}

#frame_photo { margin:0; padding:0;}


/* .content-lead
 * ---------------------------------------------------------------------------- */

.content-lead, .content-lead * { margin: 0; padding: 0; }

.content-lead{ color: #000; }
 .content-lead a {
	color: #002B5D;
	font-weight:bolder;
	text-decoration:none;
	
}
	
.content-lead a:hover { color: #000; }
	
.content-lead  {
	color: #0000;
	margin-left:0px;
	margin-right:0px;
}

.photo img { border: 4px solid #fff; margin: 12px 0 8px 28px; }
.content-lead h3 { color: #0768b3; font-size:13px; margin-top: 2px; margin-bottom:4px;  }
body#sport .content-lead h3 { margin-top: 4px; }

body#sport .content-lead h4 { margin-top: 0px; }
.content-lead h3 a {
	color: #72263C;
	text-decoration:none;
}
/*.content-lead p { padding-bottom: 16px; }*/
p.date { font-weight:bold;  font-size:10px; padding-bottom:0px; }




/* content-secondary
 * ---------------------------------------------------------------------------- */

.content-secondary, .content-secondary * { margin:0; padding:0; }

.content-secondary {margin-left: 10px; width:390px; }
.content-secondary small{ font-size:11px; color: #000; font-weight:bold; }

.content-secondary h2 {margin: 0px 0px 10px 0px; }
.content-secondary h2 a { color:#0768b3; font-size:11px; text-decoration:none; }
.content-secondary h2 a:hover { text-decoration:underline;}




/* features
 * ---------------------------------------------------------------------------- */

.features, .features { margin:0; padding:0; }

.features { margin:10px 20px 20px 20px;}

.features li { margin-bottom:0px; margin-left:10px; }

.features a { color:#000; }
.features a:hover { color:#666; }


/* navigation: #nav-bsi
 * ------------------------------------------------------------------------- */

#nav-bsi, #nav-bsi * { margin: 0; padding: 0;}

#nav-bsi {
	position:relative;
	z-index:2;
	clear:both;
	background-image: none;
	padding-top: 0px;
	margin: 0px;
	}

#nav-bsi li { 
	float: left;
	margin-left: 0px;
	list-style: none;
	/*border-width: 0px 0px 1px 0px; border-style:solid; border-color:#fff;*/
	_display: inline;
	}

#nav-bsi li.first {
	margin-left:0px;
	}


/* bsi mini
 * ------------------------------------------------------------------------- */	
#bg-mini-bg{width: 310px; height:129px; }

#wrap-mini, #wrap-mini * { margin: 0; padding: 0; }
#wrap-mini {
	clear: both;
	height: 106px;
	width: 310;
	padding-top: 10px;
	background-repeat: no-repeat;
	}

#wrap-mini #mini0 { margin-left: 10px; }

#wrap-mini a {
	float: left;
	height: 60;
	margin-top: 0px;
	margin-right: 10px;
	position: relative;
	width:80;
	}

#wrap-mini a img {
	border: 2px solid #fff;
	height: 60px;
	width: 77px;
	z-index: 0;
	}

#wrap-mini a:hover img {
	border:2px solid #000;
	display: block;
	height: 60px;
	left: 0px;
	
	top: -4px;
	width: 77px;
	z-index: 1;
	}

#wrap-mini div.miniOn a img { 
	border: 2px solid #000; 
	}

/* ie hacks */
#wrap-mini a:hover { _display:block; _z-index:1; }
.thrColFixHdr #sidebar2 {
	_float: right; /* since this element is floated, a width must be given */
	_width: 267px; /* padding keeps the content of the div away from the edges */
	_padding-top: -15px;
	_padding-right: 0px;
	_padding-bottom: 15px;
	_padding-left: 5px;
	_background-color: #FFFFFF;
}

