/* Site Name Here */
/* Phosphor Essence Ltd */


/* BROWSER WRANGLING */

/* mac hide\*/
html, body {
	height: 100%;
}
/* end hide */

html, body, #container {
/*	scrollbar-face-color: #E2DAC5;
	scrollbar-base-color: #B39D66;
	scrollbar-highlight-color: #E2E2E2;
	scrollbar-shadow-color: #8F7B47;
	scrollbar-3dlight-color: #CCBE99;
	scrollbar-arrow-color: #B39D66;
	scrollbar-track-color: #E2DAC5; */
}

/*************************************************************************** 
* The "height" above is a hack for IE5+/Win. Below it's adjusted using 
* the child selector to hide from IE5+/Win. 
* Without this, Moz1.0 adds a vertical scrollbar, & Firefox1.0/Opera7.54 
* cover everything with the footer when the viewport gets too small. 
***************************************************************************/ 

html,body {
	padding: 0px;
	margin: 0px;
}

html>body #container {
	/* height: auto; */
}
body {
	text-align: center;
	background-color: #262524;
	/*background-color: #FF0000;*/
	/* min-width: 760px;  for mozilla */
}

div,p {
	margin-top: 0px;
} /*clear top margin for mozilla*/



/* PAGE STRUCTURE DIVS */

#container {
	width: 760px;
	height: auto;
	color: #000000;
	background-color: #4c4945;
	margin-left: auto;
	margin-right: auto; /*keeps container in center of page*/
	text-align: left;
	position: relative;
}

#logo-top {
	padding-top: 4px;
	padding-left: 50px;
	float: left;
	position: relative;
}

#logo-banner {
	left: 640px;
	top: 2px;
	background-color: #B39D66;
	position: absolute;
	z-index: 200;
}
/*
#logo-link {	
	padding-top: 370px;
	padding-left: 20px;
	float: left;
	position: relative;
} */

/*
#search { 
	float: right; 
	padding-top: 8px; 
	text-align: right; 
	width: 225px;
} */

#top { /*this forms the right column as well as acting as a container*/
	width: 760px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #FFFFFF;
	position: relative;
}


#tnbox {
	width: 169px;
	margin: 0px;
	padding: 0px;
/*	top: 335px; */
	left: 425px;
	position: absolute;
	z-index: 400;
	float:right;
}

#pullout {
	width: 760px;
	padding-left: 50px;
	padding-top: 170px;
	float: left;
	position: relative;
}

#popup {
	background-color: #b49e66;
}

#tagline {
	width: 330px;
/*	left: 424px;
	top: 520px;
	z-index: 300; */
	left: 424px;
	top: 188px;
	position: absolute;
}

#flash-audio {
	bottom: 6px;
	right: 10px;
	position: absolute;
}

#pre-hdr { /* e.g. "case study" label above CS project title */
	color: #b49e66;
	font-size: 1.05em;
	font-weight: 460;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.8em;
	position: relative;
	left: 200px;
	top: 5px;
}

/*
#nav-position { 
	width: 760px;
}*/

#nav {
	height: 30px;
	margin: 0px;
	padding: 0px;
	margin-top: 80px;
	margin-left: 0px;
	float: left;
	position: relative;
}

#subnav {
	width: 760px;
	height: 20px;
	background-color: #CDCBBE;
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
}

#footer {
	width: 760px;
	height: 20px;
	margin-top: 10px;
	background-color: #CDCBBE;
	position: relative;
}

#copyright {
	float: left;
	position: relative;
}

#topofpage-link {
	float: right;
	position: relative;
}



/* CONTENT DIV's */

#content {
	width: 760px;
	min-height: 520px;
	height: auto;
	padding-bottom: 450px;
/*	margin-top: 10px;*/
	background-color: #4c4945;
	border-top: 3px solid #FFFFFF;
	float: left;
	position: relative;
/*	text-align: left; */
}

#content-col {
	width: 300px;
/*	height: 520px; 
	min-height: 520px; 
	height: auto; */
	left: 50px;
	top: 25px;
/*	padding-top: 25px;  needed to make room for header
	padding-bottom: 20px; */
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative; /*ie needs this to show float */
}

#content-copyright { /*COPYRIGHT*/
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
}  

#content-colright {
	width: 300px;
/*	height: 520px; */
	left: 125px;
	top: 350px;
/*	padding-top: 25px;  needed to make room for header
	padding-bottom: 20px; */
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative; /*ie needs this to show float */
}

#back-btn {
/*	left: 0px;
	z-index: 300; */
	margin-top: 40px;
	float: left;
	position: relative; /*ie needs this to show float */
}



/* BANNER DIV'S */

#banner {
	width: 760px;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
/*	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;  Has been moved to bottom of "top" div and top of "content" div */
	float: left;
	position: relative;
}
/*
#banner-logo {
	padding-top: 108px;
	padding-right: 20px;
	float: right;
	position: relative;
}*/

#banner-img {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	left: 50px;
	float: left;
	position: relative;
}
#banner-img-full {
	float: left;
	position: relative;
}
#banner-link {
	margin-bottom: 10px;
	margin-left: 60px;
	float: left;
	position: relative;
}
#banner-bkgdcut {

	border-left: 1px solid #FFFFFF;
	float: right;
	position: relative;
}




/***** NIFTY CORNERS *****/

div#top {
}
div#footer {
}



.live_list {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 0 0 5px;
}
.live_list_sub {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 30px;
}
.live_list strong {
	font-size: 14px;
}
.live_list td {
	font-weight: normal;
	padding-bottom: 20px;
}

.live_list li {
	font-weight: normal;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 8px;
}
.live_list_sub li {
	line-height: 130%;
	margin-bottom: 8px;
}

#back-btn img.sold
{
	margin-left: 48px;
  }

