/* first for Internet Explorer */
@font-face { 
	font-family: NuvoWeb-Medi; 
	src: url(type/NuvoWeb-Medi.eot);
}

/* then for Firefox */
@font-face { 
	font-family: NuvoWeb-Medi; 
	src: url(type/NuvoWeb-Medi.woff) format('woff');
}

body{
	background:#fcfcfc;
	color:#232323;
	font-family: NuvoWeb-Medi, Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
/*	font-family: 'Cantarell', helvetica, arial, serif;*/
	font-size:10pt;
	line-height:1.2em;
	margin-top:0;	
}


h1{
	font-size:1.5em;
	font-weight:bold;
}

h2{
	font-size:1em;
	font-weight:bold;
}
a {
	color:#232323;
	text-decoration:none;
}

a:hover{
	color:#232323;
	text-decoration:underline;
}

#mainwrapper{
	margin:auto;
	width:840px;
}
#indexHeader{
	margin-bottom:20px;
}

#boxMenu{
	margin-bottom:20px;
}

#boxMenu a img {
	border:none;
}

.boxLink{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
	height:300px;
	width:300px;
}
#indexFooter{
	background:#000;
	clear:both;
	color:#fcfcfc;
	height:40px;
	line-height:40px;
	margin:0;
	overflow:hidden;
	text-align:center;
	width:630px;
}

#footer{
	background:#000;
	clear:both;
	color:#fcfcfc;
	height:40px;
	line-height:40px;
	margin:0;
	overflow:hidden;
	text-align:center;
	width:100%;
}

#A{background:#0071BC;}
#P{background:#F7E100;}
#C{background:#ED1C24;}
#B{background:#00A651;}

/* Interior Pages */

	
}
#contentWrapper {}
#menuWrapper{
	float:left;
	position:relative;
	text-align:center;
	width:220px;
}
.sideMenu{
	height:150px;
	overflow:hidden;
}

.sideMenu img{
	border:none;
}

#content{
	background:#ffffff;
	float:left;
	position:relative;
	width:600px;
}
#blackBox{
	border:none;
	margin-left:7px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	overflow:hidden;
	position:absolute;
	width:195px;
	height:143px;
	z-index:-1;
}
#sideBup{}
#sideBdown{}

/*Code for resume */
h1 a:link {
	color:#232323;
	text-decoration:underline;
}
h1 a:visited{
	color:#232323;
}

#educationDescription{
	display:none;
}

#summaryButton2{display:none;}
#educationButton2{display:none;}
#employmentButton2{display:none;}
#skillsButton2{display:none;}
#softwareButton2{display:none;}

/*Code for Contact Page */
#contactForm{
	width:500px;
}
#contactForm legend{
	font-weight:bold;
	font-style:normal;
	letter-spacing:.5em;
}

#contactForm label{
	font-weight:bold;
}

.portHolder{
	display:none;
	background:#dedede;
	float:right;
	margin-left:auto;
	margin-right:auto;
	top:50px;
	padding:10px;
	position:absolute;
}

.portImage{
	border:1px solid #555;
	margin:10px;
	padding:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-transition-duration:.5s;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-transition-duration:1;
}

.portImage:hover{
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
}