@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: myriad;
    src: url("MyriadPro-Regular.otf");
}

html, body {
	font-family: myriad;
	background-color: #FFF;
	background-image: none;
	color: #222;
	text-align: left;
	font-size: medium;
	line-height: 25px;
	text-align:justify;
}



a {
	color: #222;
	text-decoration: none;
}


a:hover {
    color: #222;
}

a.secondarylink {
	color: #BBB;
	text-decoration: none;
}
a.secondarylink:hover {
	color: #222;
}

#main {
	background-position: left top;
	vertical-align: top;
	background-repeat: no-repeat;
	width: 1000px;
	margin-left: auto; margin-right: auto;
}

.content
{
	float:left;
	position: relative;
	padding: 0px 0px 100px 0px;
	width: 965px;
}

#header{
	width: 960px;
	height: 155px;
	padding: 75px 0px 0px 0px;
	text-align: Right;
	font-size: xx-large;
	letter-spacing: 10px;
}
#headertext{
	font-size: medium ;
	color: #BBB;
	top:10px;
	right: -12px;
	letter-spacing: 25px;
	position: relative;
}

.navigate{
	position: fixed;
	z-index: 10;
	background-color: #FFF;
	color: #BBB;
	width: 965px;
	text-align: left;
	padding: 20px 30px 0px 0px;
	top: -5px;
	
}

.navigatearrow{
 padding: 0px 10px 15px 15px;
 position: relative;
 float: right;
letter-spacing: 10px;
}

#space {
	height: 80px;
	width: 960px;
	
}
.space2 {
	height: 170px;
	width: 960px;	
	float:left;
}



#footerleft{
	float:left;
	position: relative;
	width: 345px;
	text-align: right;
    top: 30px;
	font-size: small;
}
#footerbottom{
	width: 965px;
	padding: 0px 0px 200px 0px;
	text-align: center;
        font-size: xx-large;
}

#footermid{
	float:left;
	position: relative;
	width: 270px;
}

#footerright{
	float:left;
	position: relative;
	width: 345px;
	text-align: left;
	top: 30px;
	font-size: small;
}

.screens
{
	float:left;
	position: relative;
	padding: 0px 1px 1px 0px;
}

.projectname {
	font-size: larger;
	letter-spacing: 10px;
}

.projectdescription {
	padding: 0px 0px 20px 0px;
	color: #BBB;
	font-size: small;
}

.projecttextwindow {
	padding: 0px 20px 20px 20px;
	font-size: small;
	width: 440px;
	float:left;
	position: relative;
	top: -10px;
}
.projecttext {
	float:left;
	position: relative;
	padding: 10px 0px 0px 0px;
}
.projectnotes {
	color: #BBB;
	position: relative;
	top: 20px;
}