.printonly{
  display: none;
}

a{
	text-decoration: none;
	border: none;
	outline: none;
	font-weight: bold;
	color: #2c3235;
}

a img{
	border: 1px dashed #899699;
	outline: none;
}

a:hover img{
	border-color: #e7fbff;
}

a:hover, a:active{
	text-decoration:underline
}

a.button{
	background: #e7fbff url('images/button.png'); /*#899699*/
	color: #2c3235;
	display: block;
	width: 100px;
	height: 25px;
	position: fixed;
	top: 0;
	z-index: 3;
	text-align: center;
	padding: 3px 5px 0 5px;
	font-size: .9em;
}

a.button:hover{
	text-decoration: none;
	background-color: #fff;
}

a.button.next{
	left: 743px;
}

a.button.prev{
	left: 369px;
}

body{
	background: #2c3235;
	color: #e7fbff;
	float: left;
	font: 100% Tahoma, "Andale Mono", Arial;
	text-align: justify;
	position: absolute;
}

body.Design{
	overflow: hidden;
}

h1, h2, h3, h4{
	text-transform: uppercase;
}

h1{
	font-size: 1em;
}

h2{
	font-size: .8em;
}

#header{
	margin-top: -10px;
}

#header h1{
	margin: 0;
	padding: 0;
	font-size: 40px;
}

hr{
	border: 1px solid #e7fbff;
}

.left{
	background: url(images/content.png) repeat-y scroll left 0;
	color: #2c3235;
	display: block;
	float: left;
	padding: 0 40px 0 20px;
	position: fixed;
	left: 0;
	top: 0;
	width: 285px;
	height: 100%;
	z-index: 1;
}

.left h1, .left h2, .left h3, .left h4{
	text-align: right;
}

.main{
	display: block;
	float: left;
	height: 100%;
	padding: 20px 0 20px 360px;
}

.main.single{
  width: 540px;
}

.main.short{
  width: 3980px; /*2700 + 1280*/
}

.main.long{
  width: 8300px; /*7020 + 1280*/
}

.main a{
	color: #e7fbff;
}

.main .box{
	float: left;
	display: block;
	width: 480px;
	margin-right: 60px;
}

#menu a{
	display: block;
	margin: 0;
	padding: 0 0 0 115px;
	width: 90px;
	height: 24px;
	font-size: 1.5em;
	text-transform: uppercase;
}

#menu a:hover, #menu a:active, #menu a.current{
	background: url(images/menu.png) no-repeat left bottom;
	text-decoration: none;
}

p{
	font-size: .9em;
}

ul{
	list-style-type: circle;
	font-size: .8em;
}

/*Flickr Styles*/

.main .vsThumbs {
	width: 640px;
}

.main .vsThumbs img {
	margin: 0 0 10px 10px;
}

.main div.setThumbs-indv {
	float: left;
}

/*Resume 'Paper' Styles*/
.box.paper{
  background: #fff;
  padding: 20px;
  width: auto;
}

.paper table tr td{
	font: 1em Times;
}

.paper a{
	color: #5185ff;
	text-decoration: none;
}

.paper h2{
  color: #000;
  font-size: 1.2em;
	text-align: center;
	margin: 0in;
}

.paper hr{
  border-color: #000;
	margin: 0px;
	width: 720px;
}

.paper ul#contact_info li{
	text-align: center;
	list-style-type: none;
}

.paper table{
	color: #000;
	margin-top: 0in;
	width: 720px;
}

.paper table.courses td{
	padding-bottom: 5px;
}

.paper td{
	padding-top: .0625in;
	vertical-align: top;
}

.paper td.center{
	text-align: center;
}

.paper td.right{
	text-align: right;
}

.paper th{
	padding-top: .0625in;
	text-align: left;
	text-decoration: underline;
}

.paper tr.grey{
	color: #afafaf;
}

.box.hidden{
  display: none;
}

/*Contact Link Footer */
#contact{
	position: absolute;
	bottom: 30px;
	left: 12px;
}

#contact a{
	font-size: small;
}

#contact a:hover{
	text-decoration: none;
}

/*Plain Old Design Footer*/

#pod_footer{
  border: 1px dashed #e7fbff;
  clear: both;
  display: block;
  float: left;
  background-color: #2c3235;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#pod_footer a, #pod_footer .text{
  text-decoration: none;
  border-style: none;
  outline: none;
  font-size: .5em;
  color: #e7fbff;
  display: block;
  float: left;
  padding: 1px 3px;
  background-color: #2c3235;
}

#pod_footer a:hover{
  text-decoration: none;
  background-color: #e7fbff;
  color: #2c3235;
  border-style: none;
  outline: none;
}
