/*----------------------------------------------------------------
TravDex Homepage Stylesheet 
Version:	1.0
Created:	6 Feb 2009
Revised:	6 Feb 2009
----------------------------------------------------------------*/

/* Homepage Layout Styles */

#banner {
  float: left;
  width: 584px;
  height: 169px;
  margin: 0px 0px 4px 0px;
}

#slider {
  float: left;
  width: 780px;
  height: 100px;
  border-bottom: 3px solid #aaa;
}

/* Homepage Sidebar Styles */
ul#links {
  float: right;
  width: 192px;
  height: 169px;
  margin: 0px 0px 4px 2px;
  padding: 0;
  list-style: none;
}

ul#links li {
	position: relative;
  	width: 192px;
  	height: 54px;
  	margin: 0 0 4px 0;
	padding: 0;
  	color: #fff;
  	font-size: 12px;
}

ul#links li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 4px 0 4px 13px;
	height: 46px;
}

ul#links li a strong {
	font-weight: bold;
	display: block;
	padding: 0 0 0 0;
}

ul#links li#register-link a {
	background: #4D9AD4 url(../img/arrow-bullet.png) 0px 8px no-repeat;
}
ul#links li#register-link a:hover {
	background-color: #0F65B2;
}
#register-text, #appointments-text, #schedule-text {
	font-size:11px;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul#links li#appointments-link a {
	background: #3683C0 url(../img/arrow-bullet.png) 0px 8px no-repeat;
}
ul#links li#appointments-link a:hover {
	background-color: #0F5491;
}

ul#links li#schedule-link a {
	background: #0F65B2 url(../img/arrow-bullet.png) 0px 8px no-repeat;
}
ul#links li#schedule-link a:hover {
	background-color: #0B4170;
}

ul#links li#schedule-link {
	margin-bottom: 0px;
}


/* Homepage "Feature" Boxes */
ul#boxes {
  float: left;
  width: 780px;
  height: 206px;
  margin: 0 0 4px 0;
  padding: 0;
  color: #fff;
  list-style: none;
}

ul#boxes li {
  float: left;
  width: 192px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

ul#boxes li div.header {
  display: block;
  padding: 6px 0px;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-indent: 28px;
  background: url(../img/o-bullet-long.png) 5% 60% no-repeat;
  color: #fff;
  text-decoration: none;
}

ul#boxes li a.header:hover {
  color: #fff;
  text-decoration: none;
}

ul#boxes li ul {
  height: 170px; 
  margin: 0;
  padding: 0;
}

ul#boxes li ul li {
  list-style: none;
  font-size: 11px;
  padding: 10px 10px;
  overflow: hidden;
  width: auto;
  line-height:15px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

li#connect ul.box_links li, li#news ul.box_links li {
	display:block;
  padding:10px 10px 0px 13px;
	float:none;
}

ul#boxes li#exhibitors ul.box, ul#boxes li#attendees ul.box {
	text-align:left;
	padding:0px 10px 0px 6px;
}

ul#boxes li ul li {
  color: #333;
}

ul#boxes li ul li a {
  color: #333;
}

ul#boxes li ul li a:hover {
  color: #447aab;
}

ul#boxes li#exhibitors {
  margin-right: 4px;
  background-color: #cacaca;
}

ul#boxes li#exhibitors div.header {
  background-color: #666;
}

ul#boxes li#attendees {
  margin-right: 4px;
  background-color: #c0d2e0;
}

ul#boxes li#attendees div.header {
  background-color: #4b7da5;
}

ul#boxes li#connect {
  margin-right: 4px;
  background-color: #adcdd0;
}

ul#boxes li#connect div.header {
  background-color: #156f79;
}

ul#boxes li#news {
  background-color: #d9e4bf;
}

ul#boxes li#news div.header {
  background-color: #92b249;
}

