
body {
	margin: 1%;
	width: 95%;
	height: auto;
	border: 1px solid orange;
	border-radius: 4px;	
	color: yellow;
	background-color: teal;
	font-family: Arial, Verdana, Lato, "Courier New", "Lucida Console" sans-serif; 
	font-family: Arial;
	font-size: 16px;
	/padding: 2%;
}

table {
	width: 90%;
	height: auto;
	border-spacing: 6px;
	border: 2px solid white;
	border-radius: 3px;
	background-color: #004d4d;
}

td {
	padding: 6px;
	border: 1px solid teal;
}

.btnTable { 
	background-color: #004d4d;
	box-shadow: 5px 5px 20px black;
	border: 1px solid white;
	border-radius: 3px;
	width: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
}

h1 {
	font-family: Arial;
	text-align: center;
	Color: orange;
}
h2 {
	font-family: Arial;
	text-align: center;
	font-size: 130%;
	Color: orange;
}
h3 {
	font-size: 130%;
	color: orange;
	/font-family: Arial;
	/text-align: center;
	/padding-left: 30px;
}
h4 {
	margin-top: 1px;
	font-family: Arial;
	text-align: center;
	font-size: 30px;
	Color: yellow;
	/border: 3px;
	/border-color: red;
}

.navClass > ul {
        Font-FAMILY: Arial;
        Margin-top: 40px;
        Color: white;
        Font-size: 15px;
        List-style-type: disc;
            -webkit-margin-before: 1em;
            -webkit-margin-after: 1em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
            -webkit-padding-start: 0px;
        /margin-left: -2px;
        /font-weight: bold;
        /Background-color: white;
        /Border-radius: 3px;
        /Width: 95%;
}

.navClass > ul > li {
        List-style-type:none;
        Display: inline-block;
        Margin-right: 1px;
        Width: 118px;
        Color: Black;
        TEXT-ALIGN: CENTER;
        Position: relative;
        /MARGIN-TOP: 0px;
        /BORDER: 1px dotted red;
        /Padding-top:5px;
        /Padding-bottom:5px;
        /Padding-left:-10px;
        /Padding-right:5px;
}

button:hover{
	    background-color: orange;
	    color: black;
}

Ul.sub-menu{
	    Position:absolute;
	    List-style-type:none;
	    Width:160px;
	    Margin-top: 15px;
    	Padding-top: 5px;
    	Opacity:0;
	    z-index:1;
    	/border: 1px dotted black;
	    Margin-left:-35px;
}
.navClass li:hover .sub-menu{
	    Opacity:.8;
}

Ul.sub-menu li:hover{
	    Color: Black;
	    /Background-color: deepSkyblue;
	    /width: 115%;
	    /BORDER: 1px solid white;
	    /border-radius: 3px;
    	/box-shadow: 5px 5px 6px purple;
}

 /* Venue Dropdown list button definition*/
 
.btnInx { 
		background-color: #004d4d;
		box-shadow: 5px 5px 20px black;
		border: 1px solid white;
		border-radius: 3px;
		width: 83%;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-bottom: 25px;
		color: white;
		/background-color: #006666;
		/background-color: teal;
		/font-size: 85%;
        /font-weight: bold;
		/box-shadow: 5px 5px 5px #b3b3b3;
		/box-shadow: 5px 5px 5px lightblue;		
}

.btnInxArw { 
		background-color: #004d4d;
		box-shadow: 5px 5px 10px black;
		border: 1px solid white;
		border-radius: 3px;
		width: 80%;
		color: white;
		height: 35px;
		font-weight: bold;
		/padding-top: 4px;
		
		/font-size: 85%;
		/padding-bottom: 0px;		
		/font-weight: bold;
		/box-shadow: 5px 5px 5px #b3b3b3;
		/box-shadow: 5px 5px 10px lightblue;
		/height: 150%;
		/background-color: #006666;
}
		
.btnInxdrop { 
		background-color: black;
		border-radius: 3px;
		width: 85%;
		margin-top: 30px;
		margin-bottom: 0px;
		padding-top: 6px;
		padding-bottom: 6px;
		color: white;
		font-size: 95%;
		border: 2px solid red;
		
		/margin-right: 100px;
		/border: 2px solid lightgrey;
		/font-weight: bold;
		/background-color: lightGreen;
}

p {
	    font-family: Arial;
	    color: yellow;
    	font-size: 18px;
	    padding: 20px;
	    /color: white;
}
	
p.permit {
	font-family: Arial;
	/color: yellow;
	text-align: justify;
	font-size: 18px;
	width: 90%;
	/padding: 20px;
	}

div {
		text-align: center;
		/margin-top: 30px;
		/width: 98%;
		/margin-left: 25px;
		/height: 20%;
		/border: 1px dotted black;
		/border-radius: 5px;
		/background-color: red;
		}

img.b {
    vertical-align: text-top;
  }
  
.img { 
	position: absolute;
}
    .label{
	font-size: 10px;
}

/* below is stuff to delete when BETA finished*/

//a:hover {
		background-color: orange;
		/border: 2px solid orange;
		}
		


//tr.link {
	font-family: Arial;
	color: yellow;
	text-align: justify;
	font-size: 16px;
	/padding: 20px;
	}
	
//.weir {
	font-family: Arial;
	color: white;
	padding: 20px;
	margin-top: -50px;
	font-size: 80%;
}

//.contact { 
		position: absolute;
		margin-left: 10px;
		margin-top: -76px;
		color: white;
		width: 310px;
		height: 50px;
		padding: 10px;
		/border: 2px solid white;
		border-radius: 5px;
		padding: 10px;
		/background-color: red;
		}
//.intro {  
		position: absolute;
		width: 630px;
		height: 215px;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border: 2px solid red;
		border-radius: 5px;
		padding: 0px 15px 15px 15px;
		background-color: #f1ffff;
		text-align: justify;
		}
//.breakingnews {  
		position: absolute;
		width: 1247PX;
		height: 80px;
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		border: 2px solid red;
		border-radius: 5px;
		padding: 20px;
		//background-color: #f100ff;
}




