body {
	font-family: Arial, sans-serif;
	color: #000;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/lanes2018.jpg);
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
}
img {
	vertical-align: top;
}
.masthead {
	padding: 10px 10px;
	position: relative;
}

.content-wrapper {
	margin: 1em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: tranparent ;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.main-content {
	float: left;
	width: 58%;
	background-color: #EBEBEB;
	position: relative;
	left: 21%;
}
.sidebar {
	width: 20%;
	float: left;
	position: relative;
	left: -58%;
}
.sidebar-right {
	width: 20%;
	height: auto;
	float: right;
}

.main-content, .sidebar, .sidebar-right {
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.sidebar .content,
.sidebar-right .content {
	padding: 10px 10px;
	font-size: .9em;
	line-height: 1.5em;
	border: 0px solid;
	border-color: #000000;
	border-radius: 0px;
}
.sidebar .content {
	background-color: #BEBEBE;
}
.sidebar-right .content {
	background-color: #BEBEBE;
}

.main-content .content{
	padding: 10px 10px;
	font-size: 1em;
	line-height: 1.5em;
	border: 0px solid;
	border-radius: 0px;
	border-color: #EBEBEB;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 2.00em; }
h2 { font-size: 1.00em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.75em; }
h6 { font-size: 2.00em; }
h7 { font-size: 1.35em; }

h1 {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: lobster, serif;
	font-weight: normal;
	color: #FFF;
	text-shadow: 4px 4px 1px #000000;
}
h1 { font-size: 2.00em; }

h2 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
}
h2 { font-size: 1em; }

h5 {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family:  Arial, sans-serif;
	font-weight: normal;
	color: #FFF;
}
h5 { font-size: 2.50em; }

h6 {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: lobster, serif;
	font-weight: normal;
	color: #A10205;
}
h6 { font-size: 2.00em; }

h7 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px 5px #000000;
}
h7 { font-size: 1.00em;}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}

/* -------------------------------------Button--------------------------------- */
a.button{color: #000000;font-family: Arial, sans-serif; font-size: 20px;}

a.button:hover{text-decoration: underline;}

a.button-1{color: #000000;font-family: Arial, sans-serif; font-size: 16px;}

a.button-1:hover{text-decoration: underline;}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 0px;
}
.fancy {
	border: 0px solid rgba(0,0,0,0.0);
}
.sidebar ul, .sidebar ol, .sidebar-right ul, .sidebar-right ol {
	margin: 0 0 0 .0em;
	padding: 0 0 0 .0em;
	line-height: normal;
}
.sidebar li, .sidebar-right li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover, .footer a:focus { color: #FFFFFF; }


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #000000;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer {
	background-color: #000000;
	padding: 15px 15px;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 800px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.sidebar, .sidebar-right, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.main-content .content, .sidebar .content, .sidebar-right .content {
	padding: 10px 10px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #FFF !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content, .sidebar .content, .sidebar-right .content {padding: 20px 15px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
.main-content {width: 50%;left: 25%;}
.sidebar {width: 24%;left: -50%;}
.sidebar-right {width: 24%;}
}
