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

/**********************

CSS Document

Coded by: Kris Henry
BLACKCAP Studio

**********************/

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/mp_image3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: right;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	width: 100%; 
	margin: auto;
}


/**********************

Header

**********************/
#header {
	width: 100%; 
	margin: 0px;
}

#header a { 
	position: absolute;
	top: 11px;
	left: 15px;
	margin: 0; 
	padding: 0px; 
}

#brick { 
	float: right;
	padding: 0 !important; 
	background: url(../images/brick.jpg) no-repeat; 
} 

#where p {
	float: right;
	padding: 14px 5px 0px 0px;
	font: normal 11px "arial narrow";
	color: #000000;
} 


#clock {
	float: right;
	padding: 25px 5px 0px 0px;

}

/**********************

Navigation

**********************/
#nav {
	position: relative;
	clear: both;  
	float: left;
}

#nav ul { 
	margin: 0px; 
	padding: 10px 2px 0px 9px;
	list-style: none; 
} 

#nav ul li {
	float: left;
	padding: 2px 2px 0px 20px;
}

#nav ul li a {
	float: left;
	font: normal 11px "arial narrow";
	color: #000000;
}

#nav ul li a {
	color: #333;
}
#nav ul li a:link {
	color: #333;
}
#nav ul li a:visited {
	color: #333;
}
#nav ul li a:hover {
	background-color: #000000; color: #fff; text-decoration: none;
}
#nav ul li a:active, A:focus {background-color: #000000; color: #fff; text-decoration: none;
}

/**********************

Content

**********************/

#content {
	position: absolute;
	top: 58px;
	left: 135px;
	width: 700px;
	margin: auto; 
}

#mission_block {
	float: left;
	
}

#mission_block p {
	margin: 0; 
	padding: 5px 0px 0px 0px; 
	font: normal 50px "arial narrow";
}
#mission_block a {
	color: #000000;
}
#mission_block a:link {
	color: #000000;
}
#mission_block a:visited {
	color: #000000;
}

#mission_block a:hover {
	background-color: #FFFF00; color: #000000; text-decoration: none;
}
#mission_block  a:active, A:focus {background-color: #FFFF00; color: #333333; text-decoration: none;
}

#bcs {
	position: fixed;
	bottom: 0px;
	right: 0px;
	clear: left;
	float: right;
	margin: 0; 
	padding: 0px 10px 35px 0px;

}

/**********************

Footer

**********************/

#footerleft { 
	position: fixed;
	bottom: 0px;
	left: 0px;
	float: left; 
	margin: 0; 
	padding: 2px 0px 0px 10px;
	font: normal 11px "arial narrow"; 
	color: #999999; 
} 

#footerright {
	position: fixed;
	bottom: 0px;
	right: 0px;
	clear: left;
	float: right;
	margin: 0; 
	padding: 11px 10px;
	font: normal 11px "arial narrow"; 
	color: #999999;
}

#footright a { 
	float: right;
	font: normal 11px "arial narrow"; 
	color: #999999;
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 27px solid #000000;
} 

/**********************

Miscellaneous

**********************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */