@charset "utf-8";
/* CSS Document */

#homeGraphic {
	float: right;
	height: 270px;
	width: 350px;
	background-image: url(../images/.jpg);
	clear: right;
	margin-right: 34px;
	margin-top: -15px;
}

.contactFormPlacement {
	height: auto;
	width: auto;
	float: right;
	clear: none;
	margin-right: 32px;
	margin-left: 32px;
	background-color: #808080;
	margin-top: -18px;
}

#updatesList {
	font-size:9px
}

.bigBtn {
	height: 72px;
	width: 432px;
	margin-left: 16px;
	margin-top: 0px;
}

.bigBtn:hover {
	height: 72px;
	width: 432px;
	margin-left: 16px;
	cursor: pointer;
	cursor: hand;
}

#designBtn {
	background-image: url(../images/portfolioBtn.png);	
	background-repeat: no-repeat;
}

#designBtn:hover {
	background-image: url(../images/portfolioBtnOn.png);	
	background-repeat: no-repeat;
}

#resumeBtn {
	background-image: url(../images/portfolioBtn2.png);	
	background-repeat: no-repeat;
}

#resumeBtn:hover {
	background-image: url(../images/portfolioBtn2On.png);	
	background-repeat: no-repeat;
}

#contactBtn {
	background-image: url(../images/portfolioBtn3.png);	
	background-repeat: no-repeat;
}

#contactBtn:hover {
	background-image: url(../images/portfolioBtn3On.png);	
	background-repeat: no-repeat;
}

#preload1 {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/portfolioBtnOn.png);
}

#preload2 {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/portfolioBtn2On.png);
}

#preload3 {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/portfolioBtn3On.png);
}

#preload4 {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/navBtn1pxOn.png);
}

#preload5 {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/newPageIconOn.png);
}

#preload6 {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/galleryTabs/ahover-bg.png);
}

#preload7 {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/galleryTabs/spanhover-bg.png);
}

.services {
	display: block;
	clear: none;
	float: right;
	height: auto;
	width: 360px;
	background-color: #;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-top: -16px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: top left;
}
.servicesWrap {
	display: block;
	clear: none;
	float: right;
	height: auto;
	width: 360px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: -16px;
	margin-bottom: 0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 16px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.profilePicLoc {
	display: block;
	height: 176px;
	width: 470px;
	margin-right: 32px;
	float: right;
	margin-top: -175px;
	background-image: url(../images/IMG_5891cc.jpg);
}

.hr {
	margin-left: 46px;	
}
