/* Styles for LKC all ALL OTHER PAGES BUT INDEX PAGE*/

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

* {
	padding: 0px;
	margin: 0px;
}
body  	{
	text-align: center;
	font-size: 12px;
	font-family: helvetica, arial, "sans serif";
	background-color: rgb(80, 80, 80);
	color: rgb(200, 200, 200);
	line-height: 1.4em;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: white;
	line-height: 1.4em;
}
#container {
	background-color: black;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 760px;
	margin: 0px auto;
	text-align: left;
}
#header_main {
	background-color: black;
	position: relative;
	top: 36px;
	left: 36px;
	width: 928px;
	height: 100px;
	font-size: 16px;
	text-align: left;
}
#midsection {
	background-color: black;
	position: absolute;
	top: 110px;
	left: 42px;
	width: 928px;
	height: 464px;
}
#midsection_port h1 {
	padding-top: 40px;
}
.coltext {
	position: absolute;
	padding: 24px 8px;
	width: 280px;
	height: 410px;
	line-height: 1.4em;
}
.tricols {
	background-image: url(../images/column_bkg.gif);
	background-repeat: repeat-y;
	float: left;
	padding-right: 13px;
	width: 296px;
	height: 450px;
}
#colone {
	top: 0px;
	left: 0px;
}
#coltwo {
	top: 0px;
	left: 309px;
}
#colthree {
	top: 0px;
	left: 618px;
}
.singlecolbk{
	position: absolute;
	top: -20px;
	left: 186px;
	background-image: url(../images/singlecol_bkg.gif);
	background-repeat: repeat-y;
	width: 550px;
	height: 450px;
}
#singlecoltext {
	top: 0px;
	left: 309px;
}
#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;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
#homebut {
	background-image: url(../images/home_roll_button.gif);
	top: 0px;
	left: 0px;
}

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

#homebut:hover {
	background-position: -130px 12px;
}
#servicebut {
	background-image: url(../images/service_roll_button.gif);
	top: 0px;
	left: 153px;
}
#servicebut:hover {
	background-position: -130px 12px;
}
#serviceind {
	background-image: url(../images/services_indicator.gif);
	background-position: 0px 12px;
	color: #3216FF;
	font-size: 18px;
}
#portbut {
	background-image: url(../images/portfolio_roll_button.gif);
	top: 0px;
	left: 298px;
}
#portbut:hover {
	background-position: -130px 12px;
}
#portind {
	background-image: url(../images/portfolio_indicator.gif);
	background-position: 0px 12px;
	color: #0A8A77;
	font-size: 18px;
}
#resumebut {
	background-image: url(../images/resume_roll_button.gif);
	top: 0px;
	left: 443px;
}
#resumebut:hover {
	background-position: -130px 12px;
}
#resumeind {
	background-image: url(../images/resume_indicator.gif);
	background-position: 0px 12px;
	color: #42AF0C;
	font-size: 18px;
}
#contactbut {
	background-image: url(../images/contact_roll_button.gif);
	top: 0px;
	left: 588px;
}
#contactbut:hover {
	background-position: -130px 12px;
}
#contactind {
	background-image: url(../images/contact_indicator.gif);
	background-position: 0px 12px;
	color: #FFD500;
	font-size: 18px;
}
#resourcebut {
	background-image: url(../images/resources_roll_button.gif);
	top: 0px;
	left: 733px;
}
#resourcebut:hover {
	background-position: -130px 12px;
}
#resourcesind {
	background-image: url(../images/resources_indicator.gif);
	background-position: 0px 12px;
	color: #EB670A;
	font-size: 18px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.blue {
	color: #3216FF;
}
.green {
	color: #42AF0C;
}
.turquoise {
	color: #0A8A77;
}
.yellow {
	color: #FFD500;
}
.orange {
	color: #EB670A;
}
.center {
text-align: center;
}

/*-------------------------Portfolio Styles---------------------------*/



#header_port {
	background-color: black;
	position: absolute;
	top: 36px;
	left: 36px;
	width: 928px;
	height: 74px;
	text-align: center;
	line-height: 98px;
}
.portlinks {
	color: rgb(200, 200, 200);
	font-size: 18px;
	text-decoration: underline;
}
#header_port span {
	color: #0A8A77;
	font-size: 18px;
}
#linkjar {
	
	position: absolute;
	top: 320px;
	left: 586px;
	width: 280px;
	height: 160px;
}
#linkjar a {
	color: #0A8A77;
	text-decoration: underline;
	font-size: 14px;
}
#linkjar a:hover {
	color: white;
	text-decoration: none;
}
#midsection_port {
	background-color: black;
	position: absolute;
	padding-right: 50px;
	top: 110px;
	left: 36px;
	width: 878px;
	height: 464px;
	text-align: left;
}
.portimg {
	padding-right: 20px;
	float: left;
	background-color: #000;
}

