body {
    color:#FFF;
    font: 100% "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
    background: #000 url(/images/layout/left_tile.jpg) repeat-y 0px 0px;
}
#wrapper {
    /*position: relative;*/
    background: url(/images/footprint.jpg) no-repeat bottom right;
}
#main {
	font-size: 1em;
	line-height: 1.6em;
    margin-left: 150px;
    text-align:left;
/*	width: 740px;
	margin:40px 10px 20px 10px;*/
}
#main img {
    border: 1px solid black;
}
.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}
.pullquote, #sidebar{
	display:none;
}

a{
    color:#FFF;
}
/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
    position: absolute;
    background: url(/images/layout/masthead.jpg) no-repeat;
    top: 0;
	left:0;
    margin: 0;
    width:665px;
    height:156px;
    background-color: #000;
	text-indent: -999em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0.5em;
    padding-bottom:.5em;
    border-bottom: 5px dotted #fb9c08;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}

/*-------------------------------------------------------- tables --------------------------------------------------*/
/*
table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.3em;
}
*/
/*------------------------banner styling----------------------*/

#banner {
	height: 156px;
	width: 100%;
	background: url(/images/layout/topbar_tile.jpg) repeat-x 0 33px;
}

#bannerRight {
    position: absolute;
	top:33px;
	right:0;
}
/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
    font-size: 0.6em;
    font-weight:normal;
    clear: both;
	text-align: center;
}
#footer a {
	text-decoration: none;
}
#footer_add {
    padding-top:100px;
    color:#FB9C0A;
    font-size: 0.7em;
    font-weight:bold;
    text-align: center;
}

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/includes/lightbox/nextlabel.gif);
	background-repeat:	no-repeat;
	background-position: right;
}
#ImageBoxPrevImage:hover
{
	background-image:url(/includes/lightbox/prevlabel.gif);
	background-repeat:	no-repeat;
	background-position: left;
};