/* CSS Document */

/* -----------------------------------------------------
	Home Nav
-------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/bg-gray.gif);
}

.homeNav {
	width:353px;
	height:758px;
	/*margin-left:27px;
	float:left;*/
	position:absolute;
	left: 0;
	display:block;
}

.homeMain {
	width:785px;
	height:758px;
	position:absolute;
	left: 353px;
	float:left;
	/*position:absolute;
	left:416px;
	top:15px;*/
}

.homeMain h2 {
	font-size:14px;
	font-weight:bold;
}

.siteMap {
	margin-left:50px;
}

#welcomeNav {
	width:200px;
	height:30px;
	position:absolute;
	left: 111px;
	top: 198px;
}

#welcomeNav a {
	text-indent:-999px;
}

#welcomeNav a:hover {
	background-image:url(../images/home/home-nav.jpg);
	background-position:100px 950px;  
}

.aboutLink {
	width:130px;
	height:30px;
	position:absolute;
	left:606px;
	top:707px;
	text-indent:-999px;
}

.contactLink {
	width:105px;
	height:30px;
	position:absolute;
	left:784px;
	top:707px;
	/*text-indent:-999px;*/
	display:none;
}

.homeFooter {
	font:9px #999;
	clear:both;
	float:left;
	margin-left:30px;
}

.homeFooter p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
}
