/* CSS Document */

/*general*/

body {
background:#FFFFFF;
padding:0px 0px 0px 0px;
}

#header {
width: 600px;
margin-top:1em;
}

img {
border:none;
float:left;
padding:0px;
}

a {
color: #000000;
font-weight:normal;
text-decoration: none;
font-size:12px;
}

a:hover {
color: #000000;
text-decoration: none;
}


#video {
width:600px;
float:left;
padding-top:0em;
margin-top: 1em; 
color: #000000;
}

#introopener {
width:600px;
float:left;
padding-top:1em;
font-size: 12px; 
text-align: left; 
text-indent: 15px; 
margin-top: 0px; 
color: #000000;
}

#introopener p {
width: 600px;
font-family: arial, helvetica;
font-size: 12px; 
line-height: 35px; 
text-indent: 20px; 
margin-top: 1em;
padding-left:0px;
}

/*home page*/

#indexcontainer {
width: 600px;
color:#000000;
height:870px;
padding-bottom:50px;
}

/*header contact*/	

#headercontact {
	width:600px;
	margin-top:0em;
	margin-right:0em;
    float:right;
	}

#headercontactright {
	width: 300px;
	float: right;
	}
	
#headercontactright p {
	padding:0;
	font-size: 10px;
	text-align: right;
	line-height: 16px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
#headercontact a {
	color: #000000;
	text-decoration: none;
	outline: none;
	}
	
#headercontact a:hover {
	color: #000000;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#icons {
width:600px;
border:none;
float:left;
padding:0px;
margin-top:3em;
margin-bottom:3em;
}


/*footer container*/

#footercontainer {
width:500px;
margin-top:30px;
} 

#footercontainer p {
font-size: 10px; 
line-height: 11px; 
color:#000000;
font-family: arial, helvetica;
} 

#footercontainer a { 
color:#000000;
font-family: arial, helvetica;
text-decoration:none;
font-weight:bold;
font-size: 10px; 
} 

#footercontainer a:hover {
text-decoration:none;
color:#666666;
}

