@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #45C48D;
}
a img {
	border: 0;
}
a {
	color: #45C48D;
	text-decoration: none;
}
a:hover {
	color: #0482B2;
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
#leftColumn {
	position:absolute;
	width:150px;
	height:455px;
	left: 22px;
	top: 20px;
	padding-right: 10px;
	margin: 0px;
}
#logo {
	margin-left:21px;
}
#slideshow  {
	position:absolute;
	left:225px;
	top:17px;
	width:728px;
	height:510px;
	z-index:2;
	margin: 0px;
	padding: 0px;
}
#contactInfo {
	overflow: hidden;
	height: 510px;
	width: 452px;
	color: #0482B2;
	position: absolute;
	left: 5px;
	top: 96px;
}
/* Easy Slider */

	#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	color:#0482B2;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:728px;
	height:580px;
	overflow:hidden;
		}
	#prevBtn a{
	background-image: url(images/previous.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
	#nextBtn a{
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	}					
	#prevBtn a:hover{
	background-image: url(images/previous-over.gif);
}
	#nextBtn a:hover{
	background-image: url(images/next-over.gif);
	}					

/* Navigation */

#mainNav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #45C48D;
	list-style-type: none;
	margin: auto;
	padding: 0px 0px 0px 50px;
}
#mainNav li {
	padding-top: 15px;
}

#mainNav ul li a {
	height:14px;
	width:120px;
	background: url(images/mainnav.gif) no-repeat 0 0;
	display: block;
	overflow:hidden;
	text-indent: -9009px;
   }  
   ul li#printDesign a {
   background-position: -120px 0;
   }
   ul li#resume a {
   background-position: -240px 0;
   }
   ul li#contact a {
   background-position: -360px 0;
   }
   ul li#webDesign a:hover, #webDesignPage #webDesign a {
	background-position: 0px -13px;
   }
   ul li#printDesign a:hover, #printDesignPage #printDesign a {
	background-position: -120px -13px;
   }
   ul li#resume a:hover {
	background-position: -240px -13px;
   }
   ul li#contact a:hover, #contactPage #contact a {
	background-position: -360px -13px;
   }

