/* Baseline stylesheet, from Eric Meyer */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1.2em; }
ol, ul, li { list-style: none; }
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; 
}
/*******************************************************************************/
span.line { display: block; }
.invisible { display: none; }
strong { font-weight: bold; }
html { 
	font-size: 11pt;
	font-family: Helvetica, Tahoma, Arial, sans-serif; 
}
body {
  min-width: 800px;
	background-image:url('/images/bg_gradient.png');
	background-repeat:repeat-x;
	background-attachment:fixed;	
}
#container {
   width: 800px;
   margin: 0 auto;
   background-color: #FFFFFF;
   /* background-image:url('/images/big-d-bg.gif'); */
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: 50% 125px;
   color: #00348E;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#header {
	height: 125px;
	background-image: url('/images/big-d-logo.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#header h1 {
    font-size: 220%;
    font-weight:bold;
    text-align: center;
    margin: 0 0 0 230px;
    padding-top: 25px;
}
#header h2 {
  font-size: 190%;
  font-weight:bold;
  text-align: center;
  margin: 0.8em 0 0 230px;	
}
/***********************************************/
#sidebar {
	float: left;
  width: 140px;
}
#navigation li {
   margin: 0 auto;
   text-align: center; 
   height: 28px;
   background-image: url('/images/button_orange_4.gif');
   background-repeat: no-repeat;
   background-position: 0% 0%;
}
#navigation li.current {
  background-image: url('/images/button_blue_3.gif');
}
#navigation li.current span {
	text-decoration: none;
	color: #00348E;
	font-size: 11pt;
	padding: 4px 0;
	display: block;
}
#navigation li a {
	text-decoration: none;
	color: #00348E;
	font-family: "Gill sans", Tahoma, Arial, sans-serif;
	font-size: 11pt;
	padding: 4px 0;
	display: block;
}
#navigation li a:hover {
  text-decoration: underline; 
}
#links { text-align: center; }
#links a { 
	display: block;
  margin: 10px 0;
}
/***************************************************/
#contents {
  float: left;
  width: 660px;
}
#contents p {
  text-align: left;
  margin: 0 0 11px 8px;
  font-size: 105%;
}
#contents h2 {
  font-size: 150%;
  color: #00348E;
  margin: 12px 0;
}
#contents h3 {
  font-size: 130%;
  color: #00348E;
  margin: 8px 0;
  text-align: center;
}
#contents h4 {
  font-size: 110%;
  color: #00348E;
  margin: 8px;
}
#contents a { color: #F26522; }
#contents p.smaller { font-size: 90%; }
#contents p.blocked {
  margin-left: 5%;
  margin-right: 15%;
}
#status {
  margin-left: 5%;
  margin-right: 15%;
  font-size: 90%;
}
#contents .date {
  text-align: right;
  font-style: italic;
}
#contents .pending { text-align: center; }
/*****************************************************/
#helpfulLinks { margin: 20px 0; }
#helpfulLinks p { margin-left: 2em; }
/*****************************************************/
#spotlight {
  float: right;
  width: 270px;
}
#spotlightContents {
  float:right;
  width: 270px;
  border-left: 1px dotted #00348E;
  border-top: 1px dotted #00348E;
  border-bottom: 1px dotted #00348E;
}
#spotlightContents h3 {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  margin: 2px 0;
}
#spotlightContents p {
  text-align: center;
  margin: 5px 5px;
}
/**********************************************/
#emailList {
  clear: right; /* Force this to appear below the spotlight */
  margin-top: 50px;
}
#emailList hr, #contents hr {
  width: 80%;
	margin: 1em auto;
}
/**********************************************/
#rules {
  text-align: left;
  margin-left: 1.5em;
}
#rules ol { margin-left: 1em; }
#rules li {
  padding: 5px;
  list-style-type: decimal;
}
#rules li li { /* second-level list */
  list-style-type: upper-alpha;
}
#rules li li li { /* third-level list */
  list-style-type: lower-alpha;
}
#rules li li li li { /* fourth-level list */
  list-style-type: lower-roman;
}
/**************************************************/
#scheduleTable td { padding: 0.2em 1em 0.2em 0; }
#scheduleTable td.dayHead {
	padding-top: 0.6em;
	font-weight: bold;
	text-decoration:underline;
}
#scheduleTable td.time {
	text-align: right;
	padding-left: 1em;
}
/**************************************************/
#featureList {
  margin-left: 35%;
	margin-bottom: 1em;
  font-size: 100%;
}
#featureList li { list-style-image: url('/images/list_star.gif'); }
#contents p.map, 
#contents p.address, 
#contents p.mapLink, 
#contents p.logoLink, 
#contents #contacts, 
#contents ul.photoList,
#contents p.resultsInfo { 
	text-align: center; 
}
/**************************************************/
#sponsorList { text-align: center; }
#sponsorList li { display: inline; }
/**************************************************/
#contents .tournLinks, #contents .resultsList { margin-left: 4em; }
#contents .tournLinks li, #contents .resultsList li { margin-bottom: 0.4em; }
#contents .tournLink { 
	list-style-position: inside;
	
}
/**************************************************/
#entry_methods { 
  margin: 1em 2em;
}
#entry_methods li { 
  list-style-image: url('/images/list_star.gif');
  margin: 0.5em 0 0.5em 1em; 
}
/**************************************************/
#footer {
	clear:both;
	text-align: center;
	font-size: 85%;
	padding: 5px 0;
}
#footer p { margin: 4px auto; }
#footer a { color: #F26522; }

