@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background: rgb(235,233,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,233,249,1)), color-stop(50%,rgba(216,208,239,1)), color-stop(51%,rgba(206,199,236,1)), color-stop(100%,rgba(193,191,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */

	
	margin: 0px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}
nav {
	font-size: 1.143em;
	height: 50px;
	line-height: 30px;
	width: 410px;
	float: right;
	margin-top:1px;
	margin-bottom: 1px;
}

nav ul {list-style: none; margin: 0 auto; width: 380px;}
nav li {float: left; display: inline; margin: 0;}

nav a:link, #banner nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 1.5em;
	background-color: #000;
}
nav a:hover, nav a:active,
nav .active a:link, nav .active a:visited {
	background: #fff;
	color: #333;
	margin: 5px;
	text-shadow: none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper header {
	background-image: url(images/logo-mob-1.png);
	background-repeat: no-repeat;
	display: block;
	height: 64px;
	padding-top:60px;
}
#wrapper #hero {
	background-image: url(images/EXmainnew1.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 940px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	display: block;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	clear: both;
}
#button{
    width: 940px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:434px;
	margin-right: auto;
	margin-left: auto;	
	font-size: 1.143em;
	height: 50px;
	
}
#button a:link, a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 1.5em;
	background-color: #000;
}
#button a:hover, #button a:active,
#button .active a:link, #button .active a:visited {
	background: #fff;
	color: #333;
	margin: 5px;
	text-shadow: none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#wrapper #content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 940px;
	
}
#columns {
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px solid black;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px solid black;
	display: block;
}
#wrapper #content h2 {
	font-size: 24px;
	color: #33535A;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 20px;
	text-align:center;
}
footer {
	background-color:#000;
	color:#fff;
	display:block;
}
#center{
	width: 960px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;	
}
#video{

padding-left:305px;
padding-top:470;
}




#HTML5_Logo {
	
	background: url('images/HTML5_Logo.png')no-repeat;
	height: 50px;
	width: 50px;
	float: right;
	margin:-25px 0px;	
}
