/* CSS Document */

/*
-----------------------------------------------
Author:   Chris Arella
Version:  January 2006
http://www.chrisarella.com/css
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("http://www.chrisarella.com/css/main.css");



div#homemain {
	border: 0;
	z-index: 1;
	background-image: url(../images/home/home_center_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 268px;
	width: 636px;
	top: 68px;
}

/* 
div#bgchooser {
	width: 40px;
	height: 18px;
	margin: 0;
	border: 0;
	right: 10px;
	position: absolute;
	z-index: 2;
}
*/

.homelinks {
	border: 0;
	z-index: 2;
	position: relative;
	top: 90px;

}


/* homepage contact icons */

.reachingout {
	border: 0;
	z-index: 4;
	visibility: visible;
	position: relative;
	height: 20px;
	width: 100px;
	left: 230px;
	top: 18px;
}

/* rollover for homepage contact icons */

.rorolls {
	border: 0;
	z-index: 4;
	visibility: visible;
	position: relative;
	height: 22px;
	width: 120px;
	left: 222px;
	top: 26px;
}
/* validation links in the home page footer */

div#homepagefooter {
	visibility: visible;
	z-index: 9;
	border: 0;
	position:relative;
	height: 30px;
	width: 300px;
	left: 0px;
	bottom: 10px;
	font: bold 10px Trebuchet MS,Myriad,"Myriad Roman",Arial,Helvetica,sans-serif;
	text-align: center;
}
#homepagefooter a:link {  
	color: #FFFFFF;
	text-decoration: none;
}
#homepagefooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#homepagefooter a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#homepagefooter a:hover {
	color: #000000;
	text-decoration: underline;
}

a {
	border: 0;
}