/* Styles for LKC Home Page ONLY*/

/* Author: Larry Kowalski   Date: Feb 2008 */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
body  	{
	text-align: center;
	font-family: helvetica, arial, "sans serif";
	background-color: rgb(80, 80, 80);
	color: rgb(200, 200, 200);
	line-height: 1.4em;
}
img {
	border: none;
}
p {
	line-height: 1.4em;
}
span {
	display: block;
	visibility: hidden;
}
#container {
	background-color: black;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 790px;
	margin: 0px auto;
	text-align: left;
}
#header_home {
	background-color: #000;
	background-image: url(../images/linesliver.gif);
	background-repeat: repeat-x;
	position: relative;
	top: 36px;
	left: 36px;
	width: 928px;
	height: 124px;
	font-size: 20px;
	text-align: right;
}
#midsection_home {
	background-color: black;
	position: absolute;
	padding: 20px 30px 0px 30px;
	top: 160px;
	left: 36px;
	width: 868px;
	height: 374px;
	text-align: right;
}
#footer {
	color: rgb(150, 150, 150);
	position: absolute;
	padding-left: 30px;
	padding-right: 30px;
	top: 725px;
	left: 50px;
	width: 840px;
	height: 31px;
	text-align: center;
}
#nav {
	background-color: black;
	position: absolute;
	top: 574px;
	left: 60px;
	width: 912px;
	height: 142px;
	text-align: center;
	z-index: 4;
}
.makeablock {
	float: left;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0px 12px;
	width: 130px;
	height: 142px;
	margin: 0px 8px;
}
a {
	color: rgb(150, 150, 150);
	font-size: 18px;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
#homeind:hover #redglb {
	position: absolute;
	left: 230px;
	top: -376px;
	width: 164px;
	height: 164px;
	display: block;
	visibility: visible;
}
a:hover #blueglb {
	position: absolute;
	left: 120px;
	top: -404px;
	width: 164px;
	height: 164px;
	display: block;
	visibility: visible;
}
a:hover #turqglb {
	position: absolute;
	left: 32px;
	top: -388px;
	width: 164px;
	height: 164px;
	display: block;
	visibility: visible;
}
a:hover #greenglb {
	position: absolute;
	left: -8px;
	top: -340px;
	width: 164px;
	height: 164px;
	display: block;
	visibility: visible;
}
a:hover #yellowglb {
	position: absolute;
	left: -8px;
	top: -290px;
	width: 164px;
	height: 164px;
	display: block;
	visibility: visible;
}
a:hover #orangeglb {
	position: absolute;
	left: 0px;
	top: -250px;
	width: 164px;
	height: 164px;
	display: block;
	visibility: visible;
}
#homeind {
	background-image: url(../images/home_indicator.gif);
	top: 0px;
	left: 0px;
	color: #A8071E;
	font-size: 18px;
}
#mainind {
	color: white;
	font-size: 18px;
}
#servicebut {
	background-image: url(../images/service_roll_button.gif);
	top: 0px;
	left: 153px;
}

/*--------------------Does this work in IE--------:hover on something other than an a tag-------------*/


#servicebut:hover {
	background-position: -130px 12px;
}
#portbut {
	background-image: url(../images/portfolio_roll_button.gif);
	top: 0px;
	left: 298px;
}
#portbut:hover {
	background-position: -130px 12px;
}
#resumebut {
	background-image: url(../images/resume_roll_button.gif);
	top: 0px;
	left: 443px;
}
#resumebut:hover {
	background-position: -130px 12px;
}
#contactbut {
	background-image: url(../images/contact_roll_button.gif);
	top: 0px;
	left: 588px;
}
#contactbut:hover {
	background-position: -130px 12px;
}
#resourcebut {
	background-image: url(../images/resources_roll_button.gif);
	top: 0px;
	left: 733px;
}
#resourcebut:hover {
	background-position: -130px 12px;
}
.floatleft {
	float: left;

}
.floatright {
	float: right;
}
.portimg {
	padding-right: 20px;
	float: left;
	background-color: #000;
}

