/* CSS Document */



BODY
{					
margin: 0px;

background: #1B1B1B url(images/page_elements/bk1200.jpg) repeat-y fixed;
padding: 0px 0px 100px 0px;
}

body, p, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#myHeader 
{
	position: relative;
	background:  url(images/page_elements/toplogo.jpg) no-repeat top left;
	margin: 0px 0px 0px -48px;
	
	width: 247px; 
	height: 306px;
	
	
}

#topSpace
{
	position: absolute;
	background-color:#000000;
	margin: -230px 0px 0px 199px;
	width: 536px;
	height: 116px;
	left: -67px;
	top: 228px;
	
	
}

#fsNav
{
	position: absolute;
	/*background:  url(images/page_elements/camera.jpg) no-repeat top left;*/
	margin: -230px 0px 0px 199px;
	
	width: 407px; 
	height: 71px;
	
	
}

#cameraHeader 
{
	position: absolute;
	background:  url(images/page_elements/camera.jpg) no-repeat top left;
	margin: -307px 0px 0px 606px;
	
	width: 184px; 
	height: 160px;
	
	
}

#container 
{
	position: relative;
	background:  url(images/page_elements/whitebox.gif) repeat-y top left;
	margin: 0px auto 0px auto;
	width: 617px;
	
}


p 
{ 
	font: 75%/125% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	text-align: justify;
}
h3 
{ 
	font: italic normal 83%/150%;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #E79900;
	font-weight: bold;
}

a:link, a:visited 
{ 
	text-decoration: none; 
	color: #97ABC3;
}
a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #97ABC3;
}



ul {
  font-size: 70%;
  color:#333333;
  float: left;
  width: 36em;
  margin: 0;
  padding: 0;
  list-style: none;
  position:relative;
  overflow:visible;
}
 
li {
  float: left;
  width: 15em;
  margin: 0;
  padding: 0;
  background-image: url(images/page_elements/listBlt.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 .5em 1.2em;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

br{
clear: left;
}

/* specific divs */


#intro 
{
	margin-left:0px;
	margin-top: -130px;
}

#pageHeader
{
	
	margin-left: 0px;
	
}



#pageHeader h1
{ 
	margin: 0px 0px 0px 50px;
	
	
}
#pageHeader h1 span
{
	display: none;
}
#pageHeader h2
{ 
	display: none;
}


#supportingText 
{
	margin:0px 48px 0px 200px;
	overflow: visible;
}



#requirements
{
	margin-bottom: -80px;
	overflow: visible;
	position:relative;
}

#requirements h1 
{ 
	background: transparent url(images/page_elements/title_bio.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 390px; 
	height: 50px; 
}
#requirements h3 span 
{
	display:none
}

#requirements h2 
{ 
	background: transparent url(images/page_elements/title_resume.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 390px; 
	height: 50px; 
}

#requirements h3 
{ 
	background: transparent url(images/page_elements/title_contact.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 390px; 
	height: 50px; 
}

#footer
{ 
	text-align: center; 
	background: transparent url(images/page_elements/bottom.jpg) no-repeat top left;
	height: 299px;
	width: 640px;
	margin: -200px 0px 0px 0px;
	
	
}

#footer a:link, #footer a:visited
{ 
	margin-right: 0px; 
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

