/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
}
ul  {
	list-style: none;
}


body {
  line-height: 1;
  background: #e3f7ff url(images/bgfade.gif) repeat-x;
}
strong { font-weight: 700; }
em { font-style: italic; }

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { margin-bottom: 10px; }

#wrapper {
  margin: 10px auto;
  width: 850px;
  background: #FFFFFF;
}
.top {
  background: url(images/bg-banner.jpg) no-repeat;
  padding-top: 24px;
  padding-left: 24px;
}


#nav {
  color: #FFFFFF;
  font-size: 0.85em;
  height: 28px;
  font-weight: bold;
}

#register {
  float: right;
  height: 74px;
  right: 40px;
  margin-right: 35px;
  margin-top: 15px;
}
#main {
  font-size: 0.9em;
  padding: 10px;
  border-right: 24px solid #73A7D7;
  border-left: 24px solid #73A7D7;
  clear: both;
  min-height: 0.01%; 

}
.listing td {
  border-bottom: 2px dotted #6CA2D1;
  padding-bottom: 5px;
  padding-top: 5px;
}

#main h2 {
  color: #1B60A5;
  font-style: italic;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 3px;
}
#main h1 {
  letter-spacing: -0.05em;
  color: #E8AB39;
  font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
}

h3 {
  border-bottom: 5px solid #F4BF57;
  font-weight: bold;
  color: #765C2B;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
#main ol li { list-style-position: outside; 
}
.small { font-size: 0.85em; }


#main ol { margin-left: 35px; }
.right {
  float: right;
  width: auto;
  margin-left: 10px;
}


.clear				{ clear: both; }
.footer { background: #6CA2D1; }
.border { border: 1px solid #73A7D7; }
.tabletop {
  background: #1A60A5;
  color: #FFFFFF;
  width: 300px;
  text-align: center;
  padding: 10px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  border: 5px dotted #73A7D7;
}
.tabletop a { color: #FFFFFF; }


#menu {
  list-style-type:none;
  margin:1px auto 0px;
  padding:0;
  width:600px;
}
#menu li {
  float:left;
  padding:0;
  margin: 0;
  position:relative;
  width:140px;
  height:1em;
  z-index:100;
}
#menu li dl {
  position:absolute;
  top:0;
  left:0px;
}
#menu li a, #menu li a:visited {
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;

}
#menu li dd {display:none;}
#menu li a:hover {
  border:0;
}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl { padding-bottom:2px; 
}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {
  width: 140px;
  background: transparent;
}
#menu dt {
  padding: 0px;
  margin-top: 0px;
}

#menu dd {
	margin:0;
	padding:0;
	color: #fff;
	text-align:left;
	line-height: 11px;
}

#menu dt a, #menu dt a:visited {
  display:block;
  color: #fff;
  text-align:center;
  padding:4px 0;
  font-weight: 700;
}

#menu li:hover dt a, #menu a:hover dt a {
  color:#765C2B;
  text-decoration: none;
  background: #FAE1B4;
  height: 18px;
}

#menu dd a, #menu dd a:visited {
  background:#B3D6F2;
  color:#10457A;
  padding:0.4em 0 0.4em 0.5em;
  text-decoration:none;
  display:block;
  text-align:left;
}

#menu dd a:hover {
  background: #D9C197;
  color:#000;
  text-decoration: none;

}

#menu dd a.time{
  background: #176268;
  color:#FFFFFF;
  border-left:3px solid #5F714B;
  border-right:3px solid #5f714B;
  text-decoration: none;
  padding-top: .01em;
  padding-bottom: .01em;
}
