*|*:-moz-any-link img, img[usemap], object[usemap]
{
border:0px solid;
}

a img {border:none;}

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

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, li {
 margin:0;
 padding:0;
 }

.reset
{
    clear: both;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.pointer
{
    cursor: pointer;
}



body
{
	background-image: url('../images/bg_new.jpg');
	background-color: #020c16;

    background-position: top center; 
	background-attachment:fixed;
    font: 13px "Trebuchet MS",Verdana,sans-serif;
    color: #666666;
    line-height: 1.4;
}

h1
{
    font-size: 1.7em;
    /*color: #5E4684;*/
    /*color: #C45F63;*/
    color: #f08e1b;
    /*border-bottom: 1px dashed silver;*/
    margin-top: 40px;
    margin-bottom: 6px;
    font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
    
}

h2
{
    font-size: 1.5em;
    /*color: #40bfe8;
    margin-top: 8px;*/
    color: #eb6e07;
    margin-bottom: 8px;
    clear: both;
    font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;

}

h3
{
    font-size: 1.2em;
    color: #166C97;
    margin-top: 8px;
    margin-bottom: 6px;
        font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
}

p
{
	padding-bottom: 10px;
}

ul
{
	margin-left: 16px;
}

li {color:#eb6e07; color: #40bfe8;}
li span {color:#666666;}

b.high {color: rgb(0,75,141);}

.littleBlock
{
    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    background-color: white;
    /*color: black;*/
    float: left;
    /*width: 445px;*/
    width: 282px;
    height: 100px;
    margin: 10px;
    padding: 10px;
}



/*-----------*/

.wrapper { 
	position: relative; 
	width: 800px; 
	margin: 0 auto; 
	padding: 0;
}

.header { 
	padding: 2em 0;
}

.section {
	padding: 20px;
	margin-bottom:35px;

	background: url('../images/w85.png') repeat;
	background: rgba(255,255,255,0.85);
	filter: alpha(opacity=85); /* IE6-IE8 */
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
}

#slate {
	margin-bottom:35px;
	height:312px;

	background: url('../images/slate.png');
	filter: alpha(opacity=85); /* IE6-IE8 */
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */

    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;}

footer {
	padding: 1em;
	font-size: 0.9em;
	height:600px;
}

hr {
	width: 100%;
	display: block;
	height: 1px;
	border: none;
	outline: none;
	clear: both;
	background: #ccc;
	margin: 1em 0;
	
}

.wrapper .column { 
	float: left; 
	display: inline; 
	width: 50%;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.column.left { padding-right: 1em }
.column.right { padding-left: 1em }

.nav-container { margin-bottom: 2em; width:100%;margin-right:-2em }

nav {
	z-index: 42;

	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	
	width: 800px;
	padding: 10px;
	/*margin-left: -14px;*/
	
	background: url('../images/w85.png') repeat;
	background: rgba(255,255,255,0.85);
	filter: alpha(opacity=85); /* IE6-IE8 */


	position: relative;
	
	-moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    text-transform: uppercase;
	
	
}

nav li {
  display: inline-block;
  list-style: none;
}

nav li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #2c2e24;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	padding: .5em 1em;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
}

nav li a:hover,
nav li a.selected {
	color: #fff;
	background: #40bfe8;
}

.sticky {position: fixed;
  top: 0;}


.left-column
{
	width:370px;
	float: left;
	margin-right:10px;
}

.right-column 
{
	width:370px; 
	float: right;
	margin-left: 10px;
}

tr.line {
	border-bottom:1px #999 dotted
}

.grey {
	background: #ccc;
}

#pursuit {
background: #141430;
color:white;

}
#pursuit p, #pursuit h3 {
	padding: 10px;
}

h3#slate-text{
	width: 270px;
	display: block;
	top: 260px;
	left: 500px;
	position: relative;
	padding: 5px;
	background: url('../images/w85.png') repeat;
	background-color: rgba(255,255,255,0.8);
	color: #eb6e07;
}

#btm_banner {
	background: url('../images/b80.png') repeat;
	background: rgba(0,0,0,0.8);
	color: white;
	
	position: fixed;
	bottom: 0;
	z-index: 99;
	
	width: 100%
}

#btm_banner_h {
margin:0 auto;
padding-top: 10px;
width: 800px;
}
#btm_banner_h p {float: right;}