@charset "utf-8";
/* CSS Document */
#container {
	width: 100%;
	margin: 0px;
	padding:0px;
	min-width: 180px;
	overflow:visible;
}
#header{
	display:none;
	visibility: hidden;
}
#miniink{
	visibility: visible;
	display:block;
}
#sidebar {
	width: 180px;
	float:left;
	min-height: 216px;
	clear: both;
	background-image:none;
}	
ul#toplevel {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left:5px;
	width: 180px;
}		
#content {
	float:none;
	clear:both;
	margin: 0px;
	padding: 0px 3px;
	min-width:180px;
	max-width:600px;
	background-image:none;
	height:100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px; 
}
	
#footer{
	display:none;
	visibility: hidden;	
}
#container .column{
	/* taking away the Equal Height Columns http://v.gd/equal */
	padding-bottom: 0px;
	margin-bottom: 0px;		
}
#sunhelper {
	background-image:none;
	height:0;
	background-repeat:no-repeat;
	width:0;
	display:none;
	visibility: hidden;
}
#content #formContainer {/* Container for the contact form */
	width: 99%;
	max-width: 400px;
	min-width: 110px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#container #content #resumeWrapper {
padding:0px;
top:0px;
}
#pdficon{/* pdf icon */
	width: 104px;
	height: 106px;
	float: left;
	margin-top:12px;
	margin-left: 0px;
}
#gallWrapper #gallTxt {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom:15px;
}