/* CSS Document */

 *{
    margin:0;
    padding:0;

}
	
	
/* This calls the .htc file that will fix the PNG transperancy problem in IE 6 */	
div { behavior: url(iepngfix.htc); }

/* A 1 pixel wide image is set as the background for the entire page, repeating only on the x axis  */
body{

background-image:url(images/HomeBG528.jpg);
background-color:#000000; 
background-repeat: repeat-x; 
font-family:Arial, Helvetica, sans-serif;

}

.link{
	margin-top:30px;
	float:right;
	font-size:10px;color:#333333;
	font-weight:bold;
	padding-right:65px;
}

.link:hover{
	color:#999999;
	text-decoration:none;
}



/* *********** navigation ************ */




#nav {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin-top: 250px;
   font-size: 16px;
   color:#999999;
   text-align: center;
  
}

#nav li{
	padding: 10px;
	padding-top:300px;
	list-style-type: none; 
	display: inline;
}

#nav li a {
	padding: 10px;
	padding-top:300px;
	height: 25px;
	line-height: 25px;
	color:#999999;
	text-decoration: none;
	padding: 10px;
	}
	
#nav li a:link{
	padding: 10px;
	padding-top:300px;
	text-decoration: none;
	color:#999999;
	}
	
#nav li a:hover {
	color:#CCCCCC; 
	background-image:url(images/selectGradShort.png);
	padding-top:25px;
	padding-bottom:100px;
}

* html #nav li a:hover {
	color:#CCCCCC; 
	background-image:none;
	padding-top:25px;
	padding-bottom:100px;
}








/* ****************  content   *******************  */




/* This holds all elements together */
#wrap{

	margin:0 auto 0 auto;
	height:410px; 
	width: 760px;

    }


/* This div holds your main image with you logo*/
#main{
	background-image:url(images/HomePage528hi.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height:452px;
	
}

/*  introductory text div  */
#intro{

	margin:0 auto 0 auto;
   	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
   	text-align:center;
   	padding-top: 140px; 
   	
   
    }
	
#intro p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
	letter-spacing: 4px;
	font-weight:normal;
	text-align:center;
	
	}


