html {
	background-image: url(../images/wood-background.jpg);
	background-position: center top;	
	margin: 0px;
	padding: 0px;
	height:100%;
}
body {
	background-image: url(../images/drawings-background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	min-height:100%;
	font-family: Helvetica, sans-serif;
	font-size: 78%;
	color: #000000;
	line-height:1.4em;
}
.main {
	background-image: url(../images/top-page-background.png);
	background-position: center top;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top:6px;
}
.mainsides { background-image: url(../images/midshad.png); }
.mainback {
	background-image: url(../images/mid.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	min-height:710px;
}
.mainbot {
	background-image: url(../images/bot-page-background.png);
	height: 20px;
	background-repeat: no-repeat;
}
.header {
	padding-top: 29px;
	padding-left: 32px;
}
.header h1{
	display:none;
}
.header img{
	border:none;
}
.featureimage {
	background-image: url(../images/feature-image-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 122px;
	width: 232px;
	margin-top: 25px;
	padding: 12px;
	z-index: 10;
	position: relative;
}
.tl {
	background-image: url(../images/tape-tl.png);
	background-repeat: no-repeat;
	position:absolute;
	top:-16px;
	left:-15px;
	width:49px;
	height:58px;
}
.tr {
	background-image: url(../images/tape-tr.png);
	background-repeat: no-repeat;	
	position:absolute; 
	top:-16px; 
	right:12px;
	width:49px;
	height:58px;	
}
.nav {
	margin-top: 15px;
	float:left;
	width: 600px;
	clear:left;
	background-image: url(../images/nav-left.jpg);
	background-position:left;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 6px;
	margin-bottom: 6px;
}	
.nav li {
	float:left;
	height:39px;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
.nav ul {
	padding: 0px;
	margin: 0px;
	height: 43px;
	float: left;
	background-image: url(../images/nav-bot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	list-style-type:none;
}
.nav li a {
	display: block;
	height:34px;
	text-indent: -6000px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
}
.nav a.home { background-position: 0px -34px; width: 81px; }
.nav a.home:hover, .home-on { background-position: 0 0px; width:81px; }
.nav a.interests { width: 105px; background-position: -81px 0px; }
.nav a.interests:hover, .interests-on { background-position: -81px -34px; width:105px; }
.nav a.resources { width: 115px; background-position: -186px 0px; }
.nav a.resources:hover, .resources-on { background-position: -186px -68px; width:115px; }
.nav a.portfolio { width: 103px; background-position: -301px 0px; }
.nav a.portfolio:hover, .portfolio-on { background-position: -301px -102px; width:103px; }
.nav a.blog { width: 88px; background-position: -404px 0px; }
.nav a.blog:hover, .blog-on { background-position: -404px -136px; width: 88px; }
.nav a.misc { width: 61px; background-position: -492px 0px; }
.nav a.misc:hover, .misc-on { background-position: -492px -170px; width:61px; }

.nav #navend {
	background-image: url(../images/nav-right.jpg);
	width:30px; 
	height:37px; 
	float:left;
}
.r1 {
	width:905px;
	background-image: url(../images/topright.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.r1 .rndtopl {
	background-image: url(../images/topside.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:7px;
	margin-right:10px;
	overflow:hidden;
	display:block;
}
.r2 {
	background:url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 9px;
}
.r3 {
	background-image: url(../images/bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 9px;
	margin-right: -9px;
}
.r4 {
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(../images/rightside.png);
}
.r5 {
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../images/leftside.png);
}
.r6 {
	background-color:#FBFBF6;
	margin-right: 6px;
	margin-left: 4px;
	padding:10px;
	overflow:hidden;
}
.maincontent {
	clear: both;
}
.maincontent h1 {
	color: #4F4F4F;
	font-size: 1.3em;
	margin: 0px;
	padding-left: 3px;
}
.maincontent h2 {
	color: #A50000;
	font-size:1.1em;
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.maincontent ul {
	padding:0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.maincontent li {
	list-style-type: none;
	background-position: left 4px;
	background-repeat: no-repeat;
	background-image: url(../images/bullet.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.maincontent a {
	text-decoration:none;
	color:#002C63;
}
.maincontent a:hover {
	text-decoration:underline;
}
.maincontent h1 a {
	color: #4F4F4F;
	display:block;
}	
.maincontent h1 a:hover {
	text-decoration:none;
}		

.maincontent p {
	line-height:1.6em;
	padding-bottom:5px;
	padding-top: 5px;
	margin: 0px;
	padding-left: 5px;
}
.postit {
	background-repeat: no-repeat;
	background-image: url(../images/postit.jpg);
	float: right;
	height: 165px;
	width: 205px;
	margin-top: 15px;
	position: relative;
	padding-top: 30px;
	text-align: center;
	margin-right: 13px;
	padding-right: 5px;
	background-position: right 5px;
}
.postit p {
	margin-top: 12px;
	line-height: 2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.postit img {
	margin-left:12px;
}
.blogpost {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/lquote.jpg);
	margin-left: 5px;
	margin-top: 10px;
}
.blogquote {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/rquote.jpg);
}
.blogpost h2 {
	color: #A60000;
	font-size: 1.1em;
	margin: 5px;
	padding-left: 20px;
	padding-top: 0px;
}
.blogpost p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
.footer {
	color: #666666;
	line-height: 1.6em;
}
.footer a {
	font-size:1.1em;
	color: #002C63;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footer .r6 {
	padding:6px;
}
.footm {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display:block;
	width: 300px;
}
.footl {
	float:left;
}
.footr {
	float:right;
	text-align:right;
}
.rightcolumn {
	float:right;
}
.rightcolumn img {
	display: block;
	padding-top: 10px;
	padding-left: 3px;	
}
.togglers {
	 background-repeat:no-repeat; 
	 background-position:right;
	 background-image:url(../images/plusbg.png);
	 margin-right: 5px;
}
.break {
	width: 90%;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.rightimg{
	float:right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #E2E4D7;
}
.showcase {
	background-color: #6B9BCB;
	width: 550px;

}
.list {
	background-color: #FFF;
	width: 180px;
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.list li{
	background-image:none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.list li a{
	display:block;
}
.items{
	width: 453px;
	background-color: #DDE9F4;
	float:left;
}
.item1{
	display:block;
}
.item2{
	display:none;
	position: relative;
}
.item3{
	display:none;
}
.on{
	font-weight:bold;
	background-color: #DDE9F4;
	display: block;
}
.elements{
	height:inherit;
}
.alignright{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.blogpost h2 a{
	color: #A50000;
}
.postit img{
	border:none;
}
#portrait{
	float:right; 
	padding-left:5px;
	padding-bottom:5px;
}
#portfolioindex{
	float:left; 
	padding-top:10px; 
	padding-left:5px; 
	padding-right:5px;
}
@media print {
  .elements { height:auto !important; }
  .item { display:block !important; }
}
.item ul {
	padding:0px;
	list-style-type: square;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	margin-left: 10px;
}
.item li {
	list-style-type: square;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height:0.9em;
}
.resourcelink {
	display:block; 
	text-align:right; 
	padding-right:5px;
	padding-bottom:5px;
}
.resourceimg {
	padding-left:15px; 
	padding-top:5px; 
	padding-bottom:5px;
}
.stdimg{
	margin-left: 0px;
	margin-right: 7px;
	margin-bottom: 5px;
	border: 2px solid #E2E4D7;
}
