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


/*html selectors*/
body 
{
background-color:#000000;
}

a  
{
text-decoration:none;
}

ul	
{
text-align:center; 
font-family:Georgia, "Times New Roman", Times, serif; 
color:#FFFFFF;
padding:0px;
text-decoration:none;
}

ul li	
{
padding:0px;
text-decoration:none;
list-style:none;
}

p	
{
width:800px;
color:#ffffff;
padding:5px;
margin-left:50px;
font-family:"Times New Roman", Times, serif;
font-size:large;
}

table	
{
padding-bottom:10px;
}	

table tr td a img
{
border:none;
}

img
{
border:none
}

	
/*ID Selectors*/
#wrap	
{
width:1000px;
margin:auto;
background-color:#000000;
}

#navcontainer
{
background: #000000;
width:1000px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#navcontainer ul li
{
display:inline-block;
float:left;
direction:ltr;
width:160px;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:medium;
text-align:center;
}

#project
{
float:left;
padding-left:20px;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:large;
color:#FFFFFF;
clear:#largeImage;
}	

#banner	
{
height:50px;
repeat:no-repeat;
width: 1000px;
align:center;
}
	
#content	
{
padding-top:10px;
}

#boxLeft
{
float:left;
width:300px;
padding-left:50px;
padding-right:1px;
padding-top:50px;
}

#boxLeft li
{
float:none;
list-style:none;
}

#boxRight
{
width:400px;
float:right;
padding-right:180px;
padding-top:70px;
}

#boxRight li
{
text-align:left;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:large;
list-style:none;
}

#table
{
width:800px;
float:left;
padding-left:50px;
}

#title
{
width:1000px;
float:left;
padding-top:50px;
}

#introMovie
{
width:720px;
float:left;
padding-left:110px;
color:#000000;
padding-bottom:100px;
}

#largeImageText
{
width:500px;
float:right;
padding-right:350px;
}

#largeImageText ul
{
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:large;
color:#FF5151;
}

#largeImageBackButton
{
float:left;
padding-left:50px;
padding-top:5px;
}

#largeImage
{
float:left;
width:800px;
padding-left:50px;
}

#largeImage li
{
text-align:left;
list-style:none;
}


#close
{
width:600px;
float:left;
}

#close ul a
{
float:left;
font-family:"Times New Roman", Times, serif;
font-size:large;
padding-left:120px;
padding-bottom:30px;
}
		
#footer 
{
color:#ffffff; 
text-align:center;
font-size:small;
clear:both;
padding-top:300px;
padding-bottom:30px;
}
	
#footer a	
{
color:#FF5151;
}

#sitemap
{
background: #000000;
width:800px;
padding-left:70px;
}

#sitemap ul li
{
display:inline-block;
float:left;
direction:ltr;
width:130px;
color:#FF5151;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:xx-small;
text-align:center;
}

/*Psuedo Selectors*/
a:link		{color:#FFFFFF;}
a:visited	{color:#FFFFFF;}
a:hover		{color:#ff5151;}

/*Class Selectors*/
.white	
{
color:#FFFFFF;
}

.highlight
{
color:#ff5151;
}
