html 
{
	overflow-y: scroll;
}
body
{
	/* Fallback (could use .jpg/.png alternatively) */
	background-color: #FFFFFF;

	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image:
		-webkit-gradient(linear, from(#CFCFCF), to(#FFFFFF) color-stop(20%));

	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image:
		-webkit-linear-gradient(#CFCFCF, #FFFFFF 20%);

	/* Firefox 3.6 - 15 */
	background-image:
		-moz-linear-gradient(#CFCFCF, #FFFFFF 20%);

	/* Opera 11.1 - 12 */
	background-image:
		-o-linear-gradient(#CFCFCF, #FFFFFF 20%);

	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image:
		linear-gradient(#CFCFCF, #FFFFFF 20%);
}
div.hr
{
	height: 50px;
	background: url('../images/background-images/Gavel.png') no-repeat scroll center;
}
div.hr hr
{
	display: none;
}
h1
{
	text-align:center;
	color:#0000FF;
}
h2
{
	font-style:italic;
	color:#0000FF;
}
h3
{
	color:#0000FF;
}
a
{
	color:#0000FF;
	font-size:16px;
	text-decoration:none;
	cursor:pointer;
}
.truncate
{
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#Upcoming{
	color:#0000FF;
	font-size:18px;
	text-decoration:none;
	cursor:pointer;
}
p
{
	text-indent:20px;
	font-size:14px;
}
#container
{
	width:100%;
	min-width:750px;
}
#maincontainer
{
	float:left;
	width:80%;
}
#minwidth
{
	width:1240px;
}
#topleft
{
	float:left;
	height:140px;
	width:10%;
}
#topnav
{
	float:left;
	width:80%;
	min-width:750px;
}
div.topright
{
	float:left;
	height:140px;
	width:10%;
	text-align:left;
	vertical-align:top;
}
#pillarleft
{
	width:10%;
	vertical-align:top;
	text-align:left;
	clear:left;
	float:left;
	height:100%;
}
#pillarright
{
	width:10%;
	vertical-align:top;
	text-align:right;
	float:left;
	height:100%;
}

#sidenav
{
	vertical-align:top;
	text-align:center;
	float:left;
	width:20%;
}
#footer
{
	text-align:center;
	vertical-align:top;
	width:100%;
	float:left;
	font-size:9pt;
	padding:0;
	border-top:1px solid black
}
/* Top Navigation Section */
#topcontainer
{
	width:100%;
	float:left;
	min-width:750px;
	margin-bottom: 20px;
}
div.header
{
	width:80%;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/background-images/Title.png');
	background-repeat:no-repeat;
}
div.header img
{
	padding-top:0px;
	border:0;
	max-width:100%;
}
div.header a
{
	outline:none;
	display:block;
	width:100%;
	height:100%;
}
div.topbar
{
	clear:left;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	vertical-align:bottom;
	height: 30px;
	border-radius: 5px;
	border-radius: 5px;
	/* Fallback (could use .jpg/.png alternatively) */
	background-color: #CFCFCF;

	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image:
		-webkit-gradient(linear, from(#CFCFCF), to(#A9A9A9));

	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image:
		-webkit-linear-gradient(#CFCFCF, #A9A9A9);

	/* Firefox 3.6 - 15 */
	background-image:
		-moz-linear-gradient(#CFCFCF, #A9A9A9);

	/* Opera 11.1 - 12 */
	background-image:
		-o-linear-gradient(#CFCFCF, #A9A9A9);

	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image:
		linear-gradient(#CFCFCF, #A9A9A9);
}
div.topbar ul
{
	text-align:center;
	margin:0;
	padding:0;
	border: 0px;
}

#current
{
	background-color: #D3D3D3;
}


.bookmark {
	position:relative;
	top:-5px;
	left:10px;
}
ul#nav li
{
	position: relative;
	list-style: none;
	display: block;
	float: left;
	width:16%;
	height: 30px;
	min-width: 130px;
	vertical-align:middle;
	text-decoration: none;
	outline: 0;
	line-height: 30px;
}
ul#nav li a
{
	display: block;
	text-decoration: none;
	width:100%;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	outline: 0;
}
ul#nav ul {
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
	position: absolute;
	left: 0;
	top: 30px;
	opacity: 0;
	z-index: 999;
	text-decoration: none;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
ul#nav ul li {
	height: 0;
	width: 200px;
	overflow: hidden;
	padding: 0;
	background-color: #A9A9A9;
	box-shadow: 2px 6px 5px;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
ul#nav ul li:nth-last-child(2) {
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 30px; /* Firefox 3.6 and earlier */
	-webkit-border-bottom-left-radius: 30px; /* chrome and safari */
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 30px; /* Firefox 3.6 and earlier */
	-webkit-border-bottom-right-radius: 30px; /* chrome and safari */
}
ul#nav ul li:last-child {
	background: none;
	box-shadow: none;
}
ul#nav ul li a
{
	width: 200px;
	margin: 0;
	vertical-align:middle;
	text-align: center;
	line-height: 50px;
	height: 50px;
	outline:none;
	z-index: 1000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
span#nohover
{
	color: blue;
	line-height: 30px;
	cursor:pointer;
	height: 100%;
}
ul#nav li:hover > ul {
	opacity:1;
}
ul#nav li:hover > ul li {
	height: 50px;
	overflow: visible;
	padding: 0;
}
ul#nav li:hover > ul li a:active 
{
	background-color: #D3D3D3;
}

ul#nav li:hover > ul li a:hover {
	background-color: #D3D3D3;
	cursor: pointer;
	transform:scale(1.1)translate(10px,10px);
	-ms-transform:scale(1.5); /* IE 9 */
	-moz-transform:scale(1.1)translate(10px,10px); /* Firefox */
	-webkit-transform:scale(1.5); /* Safari and Chrome */
	-o-transform:scale(1.5); /* Opera */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


nav select { display: none; }

/* End Navigation Section */

/* Articles Section */
#articles
{
	float:left;
	width:80%;
	vertical-align:top;
}
#articlesmain
{
	float:left;
	width:100%;
	text-align:center;
	vertical-align:top;
}
#slideshow
{
	float:center;
	margin-left:auto;
	margin-right:auto;
	/*Not Sure Why but centers images*/
    	text-align: left;
	width: 750px;
	/*---*/
}
#upcoming-events
{
	float:left;
	width:20%;
	padding-left:15%;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
}
#upcoming-details
{
	float:left;
	width:50%;
	padding-left:15%;
	text-align:center;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;

}
.masters
{
	color:#0000FF;
	font-size:14px;
	text-decoration:none;
}
div.photos
{
	text-align:center;
}
div.photos a
{
	width:150px;
	margin:1%;

}
div.photos img
{
	max-width: 300px;
	max-height: 300px;
}
div.yearindex
{
	text-align:center;

}
div.yearindex a
{
	vertical-align: top;
	display:inline-block;
	width:100px;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:1%;
	
}

<!--[if IE]><!-->
div.yearindex a
{
	display:inline;
}
<!--<![endif]-->
div.yearindex img
{
	border:3px solid black;
}
div.year
{
	margin-top:100px;
	text-align:center;
}
div.year a
{
	display:inline-block;
	width:150px;
	margin-left:10%;	
	margin-right:10%;
}
div.year img
{
	max-width: 150px;
	max-height: 150px;
}
#YearImage
{
	max-width:600px;
	max-height:300px;
}
table.trestle
{
	width:100%
}
table.trestle td
{
	width:20%
}
table.past
{
	width:100%
}
table.past td
{
	width:50%
}
/* End Articles Section */


div.bgcarousel{ /* CSS for main carousel container */
margin-left:auto;
margin-right:auto;
background: url(../images/slideshow/LodgeFront.jpg) no-repeat center bottom;
overflow: none;
/*background: black url(../images/buttons/ajaxload.gif) center center no-repeat;  loading gif while caoursel is loading */
width:750px;
height:400px;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

img.navbutton{ /* CSS for the nav buttons */
margin:5px;
opacity:0.7;
}

div.slide{ /* CSS for each image's DIV container within main container */
background-color: black;
background-position: center top; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
color: black;
overflow: none;
width: 100%;
}

div.selectedslide{ /* CSS for currently selected slide */
}

div.slide div.desc{ /* DIV that contains the textual description inside .slide */
position: absolute;
color: white;
left: 40px;
top: 200px;
width:200px;
padding: 10px;
font: bold 16px sans-serif, Arial;
text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
}

div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
}

div.slide div.desc h2{
font-size:150%;
margin:0;
}

div.slide div.desc a{
color:yellow;
text-decoration:none;
}
@-webkit-keyframes fade {
	0% { opacity:0; z-index:0; -webkit-transform:translate(180px,60px) scale(2.00); }
}

@-moz-keyframes fade-1 {
	0% { opacity:1; z-index:5; -moz-transform:translate(0,0); }
	15% { opacity:1; z-index:5; -moz-transform:translate(0,0); }
	20% { opacity:0; z-index:0; -moz-transform:translate(-100%,0); }
	95% { opacity:0; z-index:0; -moz-transform:translate(100%,0); }
	100% { opacity:1; z-index:5; -moz-transform:translate(0,0); }
}
@-moz-keyframes fade-2 {
	0% { opacity:0; z-index:0; -moz-transform:translate(0,0) }
	15% { opacity:0; z-index:0; -moz-transform:translate(100%,0) }
	20% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	35% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	40% { opacity:0; z-index:0;  -moz-transform:translate(-100%,0)}
	100% { opacity:0; z-index:0;  -moz-transform:translate(0,0)}
}
@-moz-keyframes fade-3 {
	0% { opacity:0; z-index:0; -moz-transform:translate(0,0) }
	35% { opacity:0; z-index:0; -moz-transform:translate(100%,0) }
	40% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	55% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	60% { opacity:0; z-index:0;  -moz-transform:translate(-100%,0)}
	100% { opacity:0; z-index:0;  -moz-transform:translate(0,0)}
}
@-moz-keyframes fade-4 {
	0% { opacity:0; z-index:0; -moz-transform:translate(0,0) }
	55% { opacity:0; z-index:0; -moz-transform:translate(100%,0) }
	60% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	75% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	80% { opacity:0; z-index:0;  -moz-transform:translate(-100%,0)}
	100% { opacity:0; z-index:0;  -moz-transform:translate(0,0)}
}
@-moz-keyframes fade-5 {
	0% { opacity:0; z-index:0; -moz-transform:translate(0,0) }
	75% { opacity:0; z-index:0; -moz-transform:translate(100%,0) }
	80% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	95% { opacity:1; z-index:5;  -moz-transform:translate(0,0)}
	100% { opacity:0; z-index:0;  -moz-transform:translate(-100%,0)}
}
 
#CSS3Slideshow {
position: relative;
overflow:hidden;
width:100%;
max-width: 1000px;
margin-left:auto;
margin-right:auto;
height:400px;
}
 
#CSS3Slideshow img {
	position: absolute;
	opacity:0;
	width: 100%;
	top:0px;
	left:0px;
}
#CSS3Slideshow article {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 300px;
	height: 150px;
	opacity:0;
	z-index:10;
	left:-300px;
	top:200px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	line-height: 20px;
}
#CSS3Slideshow article span {
	color: #fff;
}
#CSS3Slideshow .img1 {
	-webkit-animation:fade 24s linear infinite;
	-moz-animation:fade-1 100s linear infinite;
	animation:fade-1 100s linear infinite;
}
#CSS3Slideshow .img2 {
	-webkit-animation:fade 24s linear infinite;
	-moz-animation:fade-2 100s linear infinite;
	animation:fade-2 100s linear infinite;
}
#CSS3Slideshow .img3 {
	-webkit-animation:fade 24s linear infinite;
	-moz-animation:fade-3 100s linear infinite;
	animation:fade-3 100s linear infinite;
}
#CSS3Slideshow .img4 {
	-webkit-animation:fade 24s linear infinite;
	-moz-animation:fade-4 100s linear infinite;
	animation:fade-4 100s linear infinite;
}
#CSS3Slideshow .img5 {
	-webkit-animation:fade 24s linear infinite;
	-moz-animation:fade-5 100s linear infinite;
	animation:fade-5 100s linear infinite;
}
#CSS3Slideshow div:hover > article {
	opacity:1;
	-moz-transform:translate(310px,0);
	-ms-transform:translate(310px,0);
	-webkit-transform:translate(310px,0);
	transform:translate(310px,0);
}
