@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

body h2 {
font-size:140%;
margin-top:20px;
margin-bottom:-2px;
color:#66CC66

}

body h3 {
font-size:120%;
padding-top:10px;
margin-bottom:-2px;
color:#66CC66

}

body h4 {
font-size:100%;
margin-bottom:-2px;

}

body p {
font-size:80%;
line-height:140%;

}

ul.body {
font-size:110%;
line-height:140%;

}

li.header{
	font-size:110%;
	padding-bottom:5px;
	padding-top:20px;
	line-height:140%;
	list-style:none;
	color: #6C6;
	font-weight: bold;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD;
	height: 192px;
	background-image: url(images/masters.jpg); 
	background-repeat: no-repeat; 
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#reasons {
	background: #DDDDDD;
	height: 296px;
	background-image: url(images/reasons.jpg); 
	background-repeat: no-repeat;
	}
	
#reasons h1{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

#mainContent { padding: 0 30px 0 20px; background: #333; background-image: url(images/broadway.jpg); background-repeat: no-repeat; background-position: bottom left; height:100%; 
}

#mainContent p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
#mainContent p.indent{
	margin-left: 20px;
	margin-right: 40px;
}

	
#mainContent a:link, #mainContent a:visited{
color:#66CC66;
}

#mainContent a:hover{ color:#BB9145; 
}

#mainContent a:active{
color:#66CC66;
}

#mainContent img {
	border: 1px solid #999;
	padding: 1px;
	margin-top: 5px;
}

#mainContent li {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 3;
	color: #FFF;
}

#column1 { float: left; width: 400px; padding: 30px 10px; 
	}

#column2 { 
	margin-left: 460px; 
	padding-top: 50px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { background:#000; clear: both; padding-top: 0; padding-right: 10px; padding-left: 10px; 
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
}

#footer a{
	color:#666;
}

/*- Tables --------------------------- */

table {
	width: 680px;
	text-align: center;
	margin-left: 30px;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-right: 1px solid #6C6;
	border-bottom: 1px solid #6C6;
	border-top: 1px solid #6C6;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 1px solid #6C6;
	background: none;
}

td {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #6C6;
	border-bottom: 1px solid #6C6;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color:#333;
}


td.alt {
	background:#DDD;
	color:#333;
	text-align: center;
}

td.colored {
	background:#CBFCCD;
	color:#333;
	text-align: center;
}

th.spec {
	border-left: 1px solid #6C6;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #6C6;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


/*- Menu Tabs --------------------------- */

    #tabs {
      float:left;
      width:780px;
      background:#333;
	  font:bold; /*10px/1.0em Verdana; */
      font-size:80%;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:5px 0px 0px 100px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	  
	#tabgraphic {
      float:left;
      width:780px;
	  height:20px;
	  background-image: url(images/tabfade.jpg); 
      }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{ background: transparent url('images/roundedge-gray-left.gif') no-repeat top left; display: block; font: bold 15px Arial; /* Change 13px as desired */ line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */ height: 30px; /* Height of button background height */ width: 200px; /* Height of button background height */ padding-left: 8px; /* Width of left menu image */ text-decoration: none; margin-left: 20px; 

}
ul#nav { margin: 0px; padding: 0px; list-style: none; }
ul#nav li { margin-bottom: 20px; }



a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-gray-right.gif') no-repeat top right;
display: block;
text-align:center;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
color: #9ED5A0; /*button text color*/
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */ overflow: hidden; padding-left: 50px; /* Width of left menu image */ 
}

/* ------ Registration Button Main Page ----------- */

.registration{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-left: 26px; /* Width of left menu image */
}



a.regbutton{ background: transparent url('images/registration_final.jpg') no-repeat top left; display: block; font: bold 15px Arial; /* Change 13px as desired */ line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */ height: 143px; /* Height of button background height */ width: 258px; /* Height of button background height */ padding-left: 8px; /* Width of left menu image */ text-decoration: none; text-indent: -9000em; 
}

a:hover.regbutton {
background: transparent url('images/registration_final_over.jpg') no-repeat top left;
}
.reservedmark {
	font-size: 40%;
	margin-bottom:10px;
}

