@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background-color: #FFF;
	background-image:url(background_document.png);
	background-repeat:repeat-x;
}

#alpha1{
	width: 800px;
	height: 90px;
	margin: 10px auto 0px auto;
	overflow:hidden;
}
#alpha2{
	width: 500px;
	height: 60;
	padding: 15px 0px 15px 0px;
	float: left;
}
#alpha3{
	width: 80px;
	height: 40px;
	float: right;
}
#bravo1{
	width: 800px;
	height: 300px;
	margin: auto;
	overflow: hidden;
	border-right: solid 2px #FFF;
	border-left: solid 2px #FFF;
	background-image:url(flash.jpg);
}
#bravo2{
	width: 770px;
	height: 50px;
	padding: 0px 0px 0px 30px;
	overflow:hidden;
	background-image:url(black_50.png);
	background-repeat:repeat;
}
#bravo3,
#bravo4,
#bravo5 {
	width: 120px;
	height: 50px;
	margin: 0px;
	float: left;
}
#charlie1{
	width: 740px;
	margin: auto;
	padding: 30px;
	background-color: #EEE;
	overflow: hidden;
}
#charlie2{
	width: 530px;
	float: left;
	overflow: hidden;
}
#charlie3,
.charlie3{
	width: 235px;
	height: 215px;
	margin: 10px 10px 0px 0px;
	padding: 10px;
	background-color: #333;
	float: left;
	overflow: hidden;
}
#charlie4{
	width: 210px;
	margin: 0px;
	float: left;
}
#foxtrot1{
	width: 800px;
	margin: 10px auto 30px auto;
	padding-top: 5px;
	border-top: solid 1px #999;
	border-bottom: dashed 5px #EEE;
	overflow: hidden;
}
#foxtrot2{
	width: 400px;
	float: left;
}
#foxtrot3{
	width: 400px;
	float: left;
}

a,
a:visited,
a:hover,
a:active {
    color: #39c;
}

/*.screenreader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
  }

  .screenreader-text:focus {
    color: black;
    display: inline-block;
    height: auto;
    width: auto;
    position: static;
    margin: auto;
  }*/

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    color: #39c; 
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}