header, section, footer, aside, nav, main, article, figure {
    display: block;
} 

/* demo page styles */
html{
    /* This image will be displayed fullscreen */
    background:url('../images/background.jpg') center center;

    /* Ensure the html element always takes up the full height of the browser window */
    min-height:100%;

    /* The Magic */
    background-size:contain;
    
    width:100%;
    height:100%;
}


body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

.banner {
	background:url('../images/banner.jpg') no-repeat center center;
	position:absolute;
    background-size:cover;
    width:100%;
    height:150px;
    border-bottom: 2px #000 solid;
}

.example {
    position:relative;
    opacity:100%;
    width:100%;
    height:auto;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    float:left;
}

/* main menu styles */
.menuholder {
    float:left;
    font:normal bold 13px/38px verdana, sans-serif;
    overflow:hidden;
    position:relative;
    width:100%;
}

.menuholder .back {
    -moz-transition-duration:.4s;
    -o-transition-duration:.4s;
    -webkit-transition-duration:.4s;
    background-color:rgba(0, 0, 0, 0.5);
    height:0;
    
}
.menuholder:hover div.back {
    height:152px;
}

.logo {
	position:relative;
    width:204px;
    height:97px;
    float:left;
    margin:25px 20px 0 0;
}

ul.menu {
    display:inline;
    float:left;
    list-style:none;
    margin:0;
    padding:0 50px;
    position:relative;
}
ul.menu li {
    float:left;
    margin:0 5px 0 0;
}
ul.menu li > a {
    -moz-border-radius:0 0 10px 10px;
    -moz-transition:all 0.2s ease-in-out;
    -o-border-radius:0 0 10px 10px;
    -o-box-shadow:2px 2px 4px 2px rgba(0, 0, 0, 0.9);
    -o-transition:all 0.2s ease-in-out;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-transition:all 0.2s ease-in-out;
    border-radius:0 0 10px 10px;
    color:#eee;
    display:block;
    padding:0 10px;
    text-decoration:none;
    transition:all 0.2s ease-in-out;
}

.menu li div.subs {
    left:258px;
    overflow:hidden;
    position:absolute;
    top:35px;
    width:0;
}
.menu li div.subs dl {
    -moz-transition-duration:.2s;
    -o-transition-duration:.2s;
    -webkit-transition-duration:.2s;
    float:left;
    margin:0 0 0 0;
    overflow:hidden;
    padding:20px 0 5% 2%;
    width:0;
}
.menu dt {
    color:#fc0;
    font-family:arial, sans-serif;
    font-size:13px;
    font-weight:700;
    height:20px;
    line-height:20px;
    margin:0 0 5px 0;
    padding:0 0 0 10px;
    white-space:nowrap;
}
.menu dd {
    margin:-15px 0;
    padding:0;
    text-align:left;
}
    
.menu dd a {
    background:transparent;
    color:#fff;
    font-size:12px;
    height:20px;
    line-height:20px;
    padding:0 0 0 10px;
    text-align:left;
    white-space:nowrap;
    width:200px;
}
.menu dd a:hover {
    color:#fc0;
}
.menu li:hover div.subs dl {
    -moz-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    margin-right:2%;
    width:auto;
}
ul.menu li:hover > a,ul.menu li > a:hover {
    background:#aaa;
    color:#fff;
    padding:10px 10px 0;
}
ul.menu li a.black:hover,ul.menu li:hover a.black {
    background:#000;
}
.menu li:hover div.subs,.menu li a:hover div.subs {
    width:100%;
}
#content {
    position:absolute;
    background:#fff;
    width: 58%;
    height:auto;
    margin:180px 0 0 10%;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.banner_pic {
    position:relative;
    background:#fff;
    width: 60%;
    float:right;
    margin:10px 10px 10px 10px;
}
#content h1 {
	font-size: 50px;
	line-height:54px;
	vertical-align:middle;
	padding:10px 0 0 0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#5690c0;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	
}
#content h1 span {
	font-size: 25px;
	line-height:27px;
	vertical-align:middle;
	padding:0 0 0 0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#5690c0;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	
}
#content h2 {
	font-size: 20px;
	margin:10px 10px;
	font-weight:bold;
}
#content h5 {
	font-size: 25px;
	line-height:27px;
	vertical-align:middle;
	padding:0 0 0 0;
	width:100%;
	margin:auto;
	margin-top:-5px;
	font-weight:bold;
	color:#5690c0;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	
}
#content h6 {
	font-size: 25px;
	line-height:27px;
	vertical-align:middle;
	padding:0 0 0 0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#5690c0;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	
}
#content p {
	font-size: 18px;
	margin:10px 10px;
}
#social_media {
    position:absolute;
    background:#fff;
    width: 20%;
    height:auto;
    margin:180px 10% 0 70%;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.twitter-timeline {
    position:relative;
    display:inline;
    background:#fff;
    height: 500px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.content_box_1 {
	float:right;
	position:relative;
    background:#5690c0;
    width: calc((100% / 3) + 13px);
    height:auto;
    margin:10px 10px 10px 0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.content_box_2 {
	float:right;
	position:relative;
    background:#5690c0;
    width: calc((100% / 3) + 13px);
    height:auto;
    margin:10px 10px 10px 0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.content_box_3 {
	float:right;
	position:relative;
    background:#5690c0;
    width: calc((100% / 3) + 13px);
    height:auto;
    margin:10px 10px 10px -69px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.content_box_1 h2, .content_box_2 h2, .content_box_3 h2 {
	font-size: 20px;
	margin:10px 10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.content_box_1 p, .content_box_2 p, .content_box_3 p {
	font-size: 18px;
	margin:10px 10px;
	color:#fff;
}

.content_box_pic {
    position:relative;
    background:#fff;
    width: 100%;
    height:170px;
    float:right;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin:0 0 10px 0;
}

#slide1_container {
  	
	background:#fff;
    width: 490px;
    height:280px;
    float:right;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin:10px 10px 10px 10px;
    padding:0;
  	overflow:hidden; /* So the sliding bit doesn't stick out. */
}
#slide1_images {
  	width: calc(5 * 490px);
  	-webkit-transition:all 1.0s ease-in-out;
  	-moz-transition:all 1.0s ease-in-out;
  	-o-transition:all 1.0s ease-in-out;
  	transition:all 1.0s ease-in-out;
}
#slide1_images img {
  	width: 490px;
	height:280px;
  	padding:0;
  	margin:0;
  	float:left; /* All the images are in a row next to each other. */
}
p#slide1_controls {
    width: 490px;
    text-align:center;
    float:right;
    margin:10px 10px 10px 10px;
  }

.thumb {
	width:73px;
	padding-right:0;
    cursor:pointer;
}
.side_bar_extra {
	position:relative;
    width: 100%;
    height:auto;
    margin:auto;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-align:center;
}
.side_bar_extra h2{
	font-size: 20px;
	padding:10px 0 10px 0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#5690c0;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.side_bar_extra span{
	font-size: 20px;
	padding:10px 0 10px 0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.side_bar_extra a{
	display:block;
	font-size: 14px;
	padding:0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
}
.side_bar_extra img{
	display:block;
	font-size: 14px;
	padding:10px;
	width:40%;
	margin:auto;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:center;
}
.side_bar_extra p{
    width: 100%;
    padding:5px 0 5px 0;
    height:auto;
    margin:auto;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-align:center;
}

table {
    display: table;
    font-size: 18px; 
    line-height: 30px;
    text-align: center;
    border:1px solid #000;
    border-spacing: 0px;
    text-decoration: none;  
} 
th {
    color: #FFFFFF;
    font-size: 110%;
    background: #5690c0;
    border:1px solid #000;
    padding: 5px;
    text-decoration: none;
}
tr {
	text-decoration: none;
	border:2px solid #000;
}

td {
	border:1px solid #000;
	margin: auto; 
	text-decoration: none;	
}

td a {
	text-decoration: none;
	font-size: 16px;
	color:#000000;
}

td a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #333;
}

td a:active {
	text-decoration: none;
	font-size: 16px;
}

.ac-container{
	width: auto;
	margin: auto;
	text-align: center;
}
.ac-container label{
	font-size: 20px;
	display:block;
	padding:10px 0 10px 0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#5690c0;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.ac-container label:before {
  content: "+";
  position: absolute;
  right: 13px;
  vertical-align:middle;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.ac-container input:checked + label:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: fff;
	margin-top: -1px;
	width:100%;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
}
.ac-container article p{
	width: 100%;
    padding:5px 0 5px 0;
    height:100%;
    margin:auto;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-align:center;
}

.ac-container article li{
	font-size: 14px;
	padding:0;
	width:100%;
	margin:auto;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
}
.ac-container input:checked ~ article{
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
ul#tabs li {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
	padding:10px 20px 10px 20px;
	margin:auto;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#5690c0;
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    
}
ul#tabs li:hover {
    background-color: #000;
    
}
ul#tabs li.active {
    background-color: #000;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#tab h2 {
	margin: 0;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}

[draggable=true] { 
    cursor : move;
    display:inline-block;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 20% auto;
	border-radius: 3px;
	background: #fff;
	}

#close {
	background: #fff;
	color: #000;
	line-height: 25px;
	position: absolute;
	right: 0.5em;
	text-align: center;
	top: 0.5em;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	}
