/* CSS Document */

body {
margin: 0;
padding: 0;
background-color: #FFFFFF;
}


#header {
width: 100%;
background: #E4E7DF;
text-align: center;
margin-top: 40px;
}

#header #topnav {
background: #FFFFFF;
padding: 0;
margin: 0;
height: 29px;
}


/* navlist styles */
#header #navlist
{
margin: 0;
padding: 0;
height: 29px;
}

#header #navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#header #navlist a:link, #navlist a:visited
{
line-height: 11px;
font-weight: bold;
margin: 0;
text-decoration: none;
color: #999;
}

#header #navlist a:link.current, #navlist a:visited.current, #navlist a:hover
{
background: transparent;
color: #000;
}

/* end nav styles */


#header #mainlogo {
width: 317px;
height: 45px;
background:  url(images/head_logo.gif);
}


#content {
text-align: center;
background: #F3F5F0;
}

#content #tagline {
width: 317px;
height: 20px;
background:  url(images/head_tagline.gif);
}

#content .misccopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 7px;
	color: #333333;
}

#projecttext { /* text descriptions for the projects */
margin: 25px 30px;
}

#pagemaintext .headline { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #333333;
}

#projecttext .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #333333;
}


#pagemaintext .copy {
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	margin-bottom: 20px;
}

#projecttext .copy {
	padding: 0;
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 8px;
	margin-top: 0px;
}

#projecttext .indexcopy {
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	margin-bottom: 13px;
	margin-top: 5px;
}


#pagemaintext .footnote { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 15px;
	color: #333333; 
	line-height: 23px;
} 

#projecttext .footnote { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 25px;
	color: #333333; 
	line-height: 15px;
} 


#pagemaintext .copysmall {
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	margin-bottom: 25px;
}


#pagemaintext  { 
	width: 100%;
	padding: 0;
	margin: 20 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

#projecttext a:link, #pagemaintext a:link, #projecttext a:visited, #pagemaintext a:visited {
	color: #333333;
	text-decoration: none;

} 

#projecttext a:hover, #pagemaintext a:hover {
	text-decoration: underline;
}

#pagemaintext h3.smookname {
	width: 227px;
	height: 27px;
	background:  url(images/smookname.jpg);
	margin-bottom: -7;
}

#pagemaintext h3.smookname span {
display: none;
}

#footer {
height: 45px;
width: 100%;
margin-bottom: 25px;
background: #E4E7DF;
text-align: center;
}

#projnumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
	margin-top: 2px;
}

#projnumbers a:link {
	color: #666666;
	text-decoration: none;
}
#projnumbers a:visited {
	color: #666666;
	text-decoration: none;
}

.hide {
display: none;
}

#indent {
	margin-left: 5px;
}

#linkbullet {
margin-left: 8px;
}

#linkbullet a:link, #linkbullet a:visited {
	padding-left: 8px;
	margin-left: -8px;
	background:  url(images/linkbullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}

* #linkbullet a:link,*  #linkbullet a:visited {
	display: inline;
}


#bordertd {
background:  url(images/VR_dotted.jpg);
background-repeat: repeat-y;
}

img.toppad {
	margin-top: 50px;
	margin-bottom: 30px;
}

#hhd { /* hamilton hughes footer */
	height: 20px;
	width: 179px;
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	
}

#hhd a {
	display: block;
	height: 20px;
	width: 179px;
	border-bottom: 25px solid #fff;
	background: url(images/hhd_white.jpg);
	
}
#hhd a:hover {
	display: block;
	height: 20px;
	width: 179px;
	background: url(images/hhd.jpg);
	
}
/* 1F1F1F */
#projnumbers a.current {  color: #FF0000; border-bottom: 1px solid #1F1F1F; }