/* CSS Document */

/* Blue - #2662AB
   Red - #EF3E3E 
   Gray - #D6D4D4
*/

body {
	background-color:#D6D4D4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#000;
	margin:0;
	padding:0;
	position: relative; left: 0px; top: 0px;
}

h1 {
   margin-top:2px;
   font-size:20px;
}    

a img {
  border-style: none;
}

a:link, a:visited {
  color: #10396B;
  text-decoration: none; 
}

a:hover, a:active {
  text-decoration: underline;
}  

ul {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

ul.contact {
    list-style:none;
    
}

ul.contact li {
    padding-top:2px;   
}    
.ncaa {
    margin-left:10px;
    font-size:12px;
    font-weight:bold;
}

p.about {
    margin-right:5px;
}
#container {
	width:748px;
	height:auto;
	margin:0px auto;
	background-color:#FFF;
}

#header_graphic {
	width:748px;
	height:110px;
	background-image:url(../images/header.jpg);
}

#header_graphic img {
	float:left;
	border:none;
}

a.email {
	float:right;
	margin:86px 20px 0 0;
	color:#EF3E3E;
}

a.email:hover {
	color:#2662AB;
}

select {
    font-size: 8pt;
}

/*-------------------------Main Navigation----------------------------*/

.ul_header {
	width:748px;
	height:35px;
	list-style:none;
	position: relative; left: 0px; top: 0px;
}

.ul_header li {
	float:left;
}

.ul_header a {
	display:block;
	width:98px;
	padding:10px 4px;
	text-decoration:none;
	background-color:#2662AB;
	color:#FFF;
	border-right:1px solid #FFF;
	text-align:center;
	font-size:12px;
}

.ul_header li .last{
	border-right:none;
}

.ul_header a:hover {
	background-color:#EF3E3E;
	color:#FFF;
}

/*-------------------------End Main Navigation----------------------------*/

.search_top {
	padding:10px 0px 0px 135px;
	border-top:0px solid #FFF;
	background-color:#2662AB;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	position: relative; left: 0px; top: 0px;
	height: 30px;	
}

.search_top * {
  margin-right: 6px;
  vertical-align: middle;
}

form label {
	font-size:10px;
	color:#FFF;
}

#page_middle {
  position: relative; left: 0px; top: 0px;
	float:left;
	width:748px;
	height:auto;
	background-color:#FFF;
}

#left_sidebar {
	float:left;
	width:160px;
	height:auto;
	padding-top:16px;
}

.floatLeft {
  float: left;
}

/*-------------------------Navigation in Left Sidebar----------------------------*/

.ul_sidebar {
	float:right;
	margin-right:16px;
	list-style:none;
}

* html .ul_sidebar {
    float:left;
    margin-left:8px;
    list-style:none;
}

.ul_sidebar a {
	display:block;
	width:120px;
	margin-top:2px;
	padding:6px 0px 6px 8px;
	text-decoration:none;
	background-color:#D6D4D4;
	color:#000;
	text-align:left;
	font-size:12px;
}

.siderbar_hot_event a {
	background-color:orange;
}

.ul_sidebar a:hover {
	background-color:#EF3E3E;
	color:#FFF;
}

.sidebar_hot_event a:hover {
	background-color:#2662AB;
	color:#FFF;
}

#left_sidebar img {
	margin:16px 0 0 16px;
}

#LeftCityDropdown {
  margin: 30px 0px 0px 15px;
  color: #2163AD;
}

/*-------------------------End Navigation in Left Sidebar----------------------------*/

#content {
  position: relative; left: 0px; top: 0px;
	float:left;
	width:554px;
	height:auto;
	padding:16px 18px 40px 16px;
	background-color:#FFF;
	line-height:1.25em;
}

* html #content {
	clear:right;
	margin-left:-16px;
}

/*-------------------------Top Concert, Sports and Theater Events----------------------------*/

.hot_event {
	float:left;
	margin:20px 12px 0 0;
	width:172px;
	height:auto;
	
}

.hot_event td {
  font-size:10px; 
  padding:5px 0 5px 5px;
}

.hot_event a:link,
.hot_event a:visited {
  color: #173D6A;
  text-decoration: none;
}

.hot_event a:hover,
.hot_event a:active {
  text-decoration: underline;
}

.img_hot_event {
	margin-top:10px;
}

.img_hot_event_secondary {
	margin-bottom:10px;
}

.superbowl {
    margin-top:-50px;
}    

.more {
	margin-top:5px;
	margin-bottom:15px;
}

table.hot_events {
	width:172px;
	margin-top:10px;
	border:1px solid #D6D4D4;
}

table.sports {
	width:auto;
	margin-bottom:20px;
	border-collapse:collapse;
}

.sports th {
    padding:7px 20px 7px 7px;
    font-size:14px;
    text-align:left;
    color:#FFF;
    background-color:#EE3B3E;    
}

.sports td {
    font-size:11px;
    padding:5px 10px;
}

.sports a {
    color:#173D6A;
    text-decoration:none;
}

.sports a:hover {
    color:#EF3E3E;
    text-decoration:underline;
}    
 
.events a:link,
.events a:visited {
  color: #173D6A;
  text-decoration: none;
}

.events a:hover,
.events a:active {
  text-decoration: underline;
}

/*-------------------------End Top Concert, Sports and Theater Events----------------------------*/

/*-------------------------Secondary Search Bar Below Top Events----------------------------*/

.search_bottom {
    clear:both;
    margin-top:20px;
	padding:10px 0px 0px 10px;
	border-top:1px solid #FFF;
	background-color:#EE3B3E;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	width:530px;
	height: 30px;	
}

.search_bottom * {
  margin-right: 6px;
  vertical-align: middle;
}

/*-------------------------End Secondary Search Bar Below Top Events----------------------------*/

#footer {
	float:left;
	width:748px;
	height:30px;
	background-color:#FFF;
}

/*-------------------------Navigation in Footer----------------------------*/

.ul_footer {
	margin:7px 0 0 170px;
	list-style:none;
}

.ul_footer li {
	float:left;
}

.ul_footer a {
	display:inline;
	width:98px;
	padding:0 8px 0 8px;
	text-decoration:none;
	color:#2662AB;
	border-right:1px solid #2662AB;
	text-align:center;
	font-size:10px;
}

.ul_footer li .last {
	border-right:none;
}

.ul_footer a:hover {
	text-decoration:underline;
	color:#2662AB;
}
	
/*-------------------------End Navigation in Footer----------------------------*/


.calendarClass a:link,
.calendarClass a:visited {
  color: #2163AD;
  text-decoration: none;
}

.calendarClass a:hover,
.calendarClass a:active {
  text-decoration: underline;
}


/*-------------------------FAQ----------------------------*/

.faq {
  margin-top:30px;   
    }
    
.faq p {
  margin-top:-5px;
} 

.faq h3 {
  color:#EF3E3E;
}       