/* @group General Styles */

body {
	/*background: no-repeat url(images/selectedbkg.gif);*/
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #000000;
	text-align:right;
}

	
/* @end */

/* @group Layout */

a:link, a:visited {
	color: #494a32;
	text-decoration: none;
}

a:hover, a:active {
	color: #6e704d;
	text-decoration: underline;
}

img {
border:0;
}
#container {
  width:940px;
  margin:0 auto;
  padding-top:10;
  padding-bottom:20;
  text-align:left;
  }
  
#graphicnav {
width:800px;
float:left;

}

#title-graphic {
  width:700px;
  float:right;
  
 }

/* content */

#content {
  width:700px;
 line-height:1.2em;
 padding-top:30px;
  float:right;
 /* border: 1px solid red;*/


}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* formatting for the table of contents pages and cv */

.toc-item-icon {
width:120px;
height: 100px;
float:left;

}

.toc-item-caption {
margin-left:auto;
width:495px;
height: 100px;
float:left;

}

#tocimg {
  
  z-index:-1;
	background:url(../images/selectedimg.png) no-repeat bottom right;
 
  width:600px;
 height:600px;
padding-bottom:0px;
}


.spacer {
	clear: both;
}



/*container list styles */

#container #content ul {
	position: relative;
	list-style:none;
}

#container #content li {	
	
}

#container #content ul ul {
	margin: 8px 0 0 0;
}

#container #content a {
	text-decoration: none;
	font-weight: bold;
	color: #494a32;
	font-size: 1em;
	padding-bottom: 8px;
	display: block;
	width: 120px;
	height: 20px;
}

#container #content a:hover {

	color: #6e704d;
}

/* footer  */


#footer {
	margin-top: 70px;
	height: 150px;
	width: 600px;

	bottom: 0;
	
}

#footer p {
	padding: 0;
	width: 600px;
	margin: 40px 0 0 0px;
	color: #5e5e57;
	position: relative;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#sitecredit {
	margin-top: 20px;
	height: 150px;
	width: 600px;
	/*background: no-repeat url(images/footer_bg.jpg) left bottom;*/
	/*position: absolute;*/
	bottom: 0;

}

#sitecredit p {
	padding: 0;
	width: 600px;
	margin: 40px 0 0 0px;
	color: #5e5e57;
	position: relative;
}

#sitecredit a:link, #footer a:visited {

}

#sitecredit a:hover, #footer a:active {
}