* {margin: 0; outline: 0;}


body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #999;
	font-size: 12px;
	background:#bfbfbf;

	
}

a:link { color: #00ACCD; }
a:visited { color: #00ACCD; }
a:focus { color: #00ACCD; }
a:hover { color: #00ACCD; }
a:active  { color: #00ACCD; }


h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #00ACCD;


}


h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	background: #4B4A4D;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;

}



.section {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;
	color:#000000;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 300px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	background: #E02129;

}

.subMenu .inner {
	padding:0;
	font-weight: 400;
}





.subNavBtn {
	display: block;
	height: 35px;
	width: 12%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #FFFFFF;
}

a.subNavBtn { color: #FFFFFF; }

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 330px;
	background:#e5e5e5;
	color:#E02129;	
	background-image: url('https://www.mapandguide.com/uploads/tx_ptvjqsliders/PTV-MapGuide_Motiv-2a_01.jpg');
	background-repeat : no-repeat;
	background-position: top right;
}



.s1 {
	/* min-height: 500px; */
	background: #E8E9EA;
}


.s2 {
	/* min-height: 500px; */
	background: #E8E9EA;
}


.s3 {
	/* min-height: 500px; */
	background: #E8E9EA;
}


.s4 {
	/* min-height: 500px; */
	background: #E8E9EA;
	color: white;
}

.s5 {
	/* min-height: 500px; */
	background: #E8E9EA;
	color: white;
}

.expimg {
	max-width: 600px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #000000;	
}

pre {
	max-width: 1000px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #000000;	
	background-color: #cccccc;
	overflow-x: auto;
}

th
{
	border: none;	
	background-color: #AAAAAA;
	vertical-align:top;
	text-align: left;
	padding: 10px;
}

td
{
	border: none;	
	background-color: #cccccc;
	vertical-align:top;
	text-align:left;
	padding: 3px;
}

LI {
    clear: left;
    margin-bottom: 10px;
}
