@charset "utf-8";
/* CSS Document */

/* UHD STYLES ADJUSTMENT TO ALLOW SPORTS PAGE TO WORK*/


/* UHD TABLE ADJUSTMENT TO ALLOW SPORTS PAGE TO WORK*/
/***  Same table style without class name specified ***/

/*** style for table added to templates ***/
table { 
  /*  text-align: center;	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
    font-weight: normal;
	width: 260px;
	background-color: #fafafa;
	border: 0px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	list-style-position:inside; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
    text-align: left;
    vertical-align:top;   
    }
table th {
    text-align: left;
    vertical-align:top;  
    }
table td {
    text-align: left;
    padding: 0em 0em;
   /* border: 0px solid #666666;*/
   }
table thead th {
     text-align: left;
    }
table th.Corner {
    text-align: left;
     }

table ul { 
     margin: 25px;
     padding: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	/*margin-left: 0px;*/
	  padding-right: 0px; 
	 padding-left: 0px;
     }

table ul li.redbullets {
	 list-style-type: none;
	 list-style-position: outside;
	 list-style-image: url(/images/bullet_red.gif);
	 }
	
blockquote {
margin:0px;
padding: 0 25px;
}

table ol { 
/*	margin: 0px;
    padding: 0px;
	font-size:100%;
	font-weight:400; */
	margin-top: 5px; 
	margin-left: 27px;
	margin-bottom: 5px;
/*	margin-left: 0px; 
	padding-right: 6px;
	padding-left: 0px; */
}

table dt { 
    margin: 0px;
    padding: 0px;
	font-size:100%;
	font-weight:400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

table p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	clear:both;
	line-height: 110%; 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table blockquote {

 margin: 0;
}

/*** table styles with class name uhdtable specified  ***/
/*** table styles without class name appears below. ***/
table.uhdtable { 
  /*  text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 260px;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	list-style-position:inside; */
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 0px;
	 
   }
 
table.uhdtable {
    text-align: left;
    vertical-align:top;   
    }
table.uhdtable th {
    text-align: left;
    vertical-align:top;  
    }
table.uhdtable td {
    text-align: left;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
   }
table.uhdtable thead th {
     text-align: left;
    }
table.uhdtable th.Corner {
    text-align: left;
     }

table.uhdtable ul { 
     margin: 0px;
     padding: 0px;
	 font-size:100%;
	 font-weight:400;
	 margin-top: 0px;
	 margin-right: 6px;
	 margin-bottom: 0px;
	/*margin-left: 56px;*/
	 padding-right: 6px;
	 padding-left: 6px;
     }

table.uhdtable ul li.redbullets {
	 list-style-type: none;
	 list-style-position: outside;
	 list-style-image: url(/images/bullet_red.gif);
	 }
	
	
table.uhdtable ol { 
/*    margin: 0px;
    padding: 0px;
	font-size:100%;
	font-weight:400; */
	margin-top: 15px; 
	margin-left: 27px;
	margin-bottom: 15px;
/*	margin-left: 3px;
	padding-right: 6px;
	padding-left: 6px; */
}

table.uhdtable dt { 
    margin: 0px;
    padding: 0px;
	font-size:100%;
	font-weight:400;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

table.uhdtable p {
	font-size:100%;
	clear:both;
	line-height: 110%; 
	margin-right: 0%;
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.uhdtable blockquote {

 margin: 0;
}

/* ========       NAVIGATION LEFT    ========== */
 
/* Left Column Section */

#left_col {
	float:left;
	clear:left;
	width:200px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/blueleftnav.jpg);
	margin: 0;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	/*padding-left: 0%;  */
	text-align: left;
}

/* Style used where a leftside navigation appears */
#side {
	width:200px;
	float:left;
	bottom: 20px;
	}
	
/* A few IE bug fixes 
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }*/
		
						
						 /* BEGIN NEEDED FOR NAVIGATION ACCORDIAN */ 
						     /*  handles submenu positioning */ 
						 
						
					/*	ul, li {
							padding:0; 
							margin:0;
							}
					*/		
						/* END NEEDED FOR NAVIGATION ACCORDION */	
						
	
/* UHD Styles Keep In Place, S&F Styles Mess Up, Used to Fix For UHD Base CSS, ADJUSTMENT TO ALLOW SPORTS PAGE TO WORK*/

/* ========      QUICKLINKS    ======== */
/* Quicklinks style (upper right corner of header) and also controls the links within the popup box */
		
#quicklinks ul li A {
	color:#fecb66; 
	text-decoration:none;
	font-weight: normal;
	display: block;
	}
		
#quicklinks ul li A:hover {
	color:#ffffff; 
	text-decoration:underline;
	}

/* Style used for headings inside Quicklinks popup menu (Information for:, Primary Navigation, etc.) */		
.headnav {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 120%;
	margin-left:0px;
	color: #fecb66;
	}
img.Gator {
	float: none; 
	display: inline;
	margin: 0;
	padding-bottom: 1px;
	border: 0;
}

* html #footer {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
* html #address {
	padding-left: 10px;
}
