@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:40px;
	margin-bottom:-2px;
	color:#A7DA3D;
	line-height: 1.2;

}
body h2.front {
	margin-top: 10px;
}


body h3 {
	font-size:120%;
	padding-top:10px;
	margin-bottom:-2px;
	color: #A7DA3D;

}

body h4 {
font-size:100%;
margin-bottom:-2px;

}
body p , body ol li, body ul li{
font-size:80%;
line-height:140%;

}

ul.body {
font-size:80%;
line-height:140%;

}

li.header{
	font-size:110%;
	padding-bottom:5px;
	padding-top:20px;
	line-height:140%;
	list-style:none;
	color: #A7DA3D;
	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: #343434;
	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: #080b03 url(images/header_ny.jpg) no-repeat; height: 201px; position: relative;
	/* 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 */
}
ul#mainNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 730px;
	padding-left: 50px;
	height: 26px;
	background: #0E0F01;
}
ul#mainNav li  {
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#mainNav a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #b1f227;
	font-size: 16px;
	line-height: 1.4;
	display: block;
	padding-right: 30px;
}
ul#mainNav a:hover {
	color: #fff;
}
ul#mainNav a.current, ul#mainNav a.current:hover {
	color: #aaa;
	cursor: default;
}
	
#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: 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:100%;
	background: #343434;
/*	float: left;*/
}

#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:#85DA3C;
}

#mainContent a:hover{
	color:#F9B11E;
}

#mainContent a:active{
color:#66CC66;
}

#mainContent img {
	margin: 10px;
	border: 1px solid #999;


}
#mainContent img.special {
	margin: 0;
	border: none;

}
#mainContent p.googleMap {
	clear: both;
	height: 350px;
	width: 425px;
}


#column1 {
	float: left;
	width: 460px;
	padding: 10px 10px 10px 0;
	}

#column2 {
	margin: 0 0 0 470px;
	padding: 40px 0 0 10px;
}
	.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 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	clear: both;
}
#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;
	border: 1px solid #333;
	border-collapse: collapse;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	border: 1px solid #7DB71E;
}

th.nobg {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	background: none;
	border: none;
}

td {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color:#333;
	width: 125px;
	border: 1px solid #7DB71E;
	text-align: center;
}


td.alt {
	background:#DDD;
	color:#333;
	text-align: center;
}

th.spec {
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 60px;
	border: 1px solid #7DB71E;
}
td.colored , th.colored{
	background:#CAEFA5;
	color:#333;
	text-align: center;
}

th.specalt {
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	border: 0 solid #7DB71E;
}


/*- 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;
float: left;
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;

}

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; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
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.jpg') no-repeat top left;
display: block;
float: left;
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;
}

a:hover.regbutton {
background: transparent url('images/registration_over.jpg') no-repeat top left;
display: block;
float: left;
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;
}
.reservedmark {
	font-size: 40%;
	margin-bottom:10px;
}

