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

/* Main Content */

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    }


body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	}
	
#container {
	width: 1024px;
	height: 645px;
	}	

#header {
	margin: 0px;
	padding: 0px;
	}
	
#nav {
	padding: 0;
	margin: 0;
	float: left;
	width: 170px;
	}

#team {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/team_image_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}

#facility {
	margin-left: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 130%
	}


.teamlist {
	list-style-image: none;
	list-style-type: none;	
	}
	
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	}
	
* { 
	margin: 0;
	}


/*** Sticky Footer ***/	
html, body {
	height: 100%;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
	}

.footer, .push {
	height: 6em;
	}

/* Standard Links */

.nolink :link,
.nolink :visited {
	color: #666666;
	text-decoration: none;
	}

.stdlink a:link,
.stdlink a:visited {
	color: #A0A9E0;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.stdlink a:hover {
	color: #A0A9E0;
	text-decoration: underline;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
p#bk_footer {text-align: center; margin-top: 5px;}
p#bk_footer a {font-size: 12px;}
#bk {color:#00579C; font-weight: bold; font-size: 14px;}

/* Styles for contact form and surrounding formatting */
#company_info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
	top: 20px;
	}
  
.contact_form {
     padding-left: 300px;
     margin-top: 60px; 
     }
  
legend {
     color: White;
     }
      
fieldset {
     border: none;
     }
  
label {
	margin: 5px;
	float: left;
	width: 100px;
	color: white;
	}
			
input {
	margin: 5px;
	background-color: #eee;
	border: 2px solid grey;
	}
  
button { 
     margin-top: 10px; 
     margin-left: 114px;
     }

textarea {
     width: 250px;
     height: 150px;
     margin: 5px;
	background-color: #eee;
	border: 2px solid grey;
     }

