@charset "UTF-8";
/* CSS Document */


html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden; text-align:left;}
body {font-family:verdana, arial, sans-serif; font-size:76%;}
#background{position:absolute;  width:100%; height:100%;}
h1{ font-size:14px; margin: -10px 0 10px 0;}
h2{ font-size:12px; margin: -5px 0 10px 0;}

#container {
	text-align:center;
	margin: auto auto;
}

#img.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home{
	float:right;color:#666;padding:15px 35px 0 0;font-size:16px;
}

.home a{ color:#666; text-decoration:none}

#container {
	width: 947px;
	height: 596px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	margin-left: -473px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -298px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	background: url(images/content.png) no-repeat;
	color: #292627;
}

#content {
	float:left;
	margin: 20px 0 0 0;
	padding: 25px 0 0 40px;
	width: 620px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

#nav {
	float: right;
	width: 233px;
	padding: 20px 0px 0 20px;
}

#desc{
	margin-top: -20px;
}

p{
	padding:0;
	margin:5px 30px 10px 0;
}

img {
	border: none
}

/***************/
/*  Nav items  */
/***************/
#La_Crosse_Archery {
	background:url(images/projects/laxa.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#La_Crosse_Archery:hover
{ 
  background-position: -209px 0;
}

#Pepper {
	background:url(images/projects/pepper.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#Pepper:hover
{ 
  background-position: -209px 0;
}

#PA {
	background:url(images/projects/pa.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#PA:hover
{ 
  background-position: -209px 0;
}

#SH {
	background:url(images/projects/sh.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#SH:hover
{ 
  background-position: -209px 0;
}

#NextExperience {
	background:url(images/projects/nextexperience.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#NextExperience:hover
{ 
  background-position: -209px 0;
}

#HD2009 {
	background:url(images/projects/hd2009.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#HD2009:hover
{ 
  background-position: -209px 0;
}

#HD2010 {
	background:url(images/projects/hd2010.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#HD2010:hover
{ 
  background-position: -209px 0;
}

#Project_Management_System {
	background:url(images/projects/pms.png) no-repeat 0 0;
	display: block;
	width: 208px;
	height: 58px;
	float: left;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#Project_Management_System:hover
{ 
  background-position: -209px 0;
}
