html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto;
}

body {
	min-width: 800px;
	margin: 0;
	padding: 0;
	background: #808080 url(/Datalibrary/Images/pagebg-black.jpg) repeat-x fixed 0 bottom;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #7d7d7d;
}

.clear {
	clear: both;
}

.container {
	background-color: #000;
}

strong {
	color: #000;
}

a {
	color: #000;
}

a:hover {
	color: #808080;
}

#wrapper {
	width: 830px;
	padding: 0;
	margin: 25px auto 0;
}

#header {
	width: 830px;
	padding: 0;
	

/*float: left;*/
	height: 100px;
	background: url(/Datalibrary/Images/stupidbox/black-flare.jpg) no-repeat;
	display: block;
	margin: 0;
}

#fontprint {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}

#logo {
	float: left;
	margin-top: 25px;
	background-image: url(/Datalibrary/Images/logo2.png);
	width: 588px;
	height: 58px;
	margin-left: 10px;
}

#logo a {
	width: 588px;
	height: 58px;
	display: block;
	z-index: 10;
	position: relative;
}

#stylesheet {
	float: right;
	clear: right;
	margin-right: 35px;
	padding: 0;
	margin-top: 30px;
	display: inline;
}

#stylesheet p, #fontprint p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
}

#stylesheet p {
	text-transform: uppercase;
	margin-bottom: 2px;
}

#stylesheet ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#stylesheet ul li {
	float: left;
}

#stylesheet ul li a {
	text-decoration: none;
	display: inline;
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	margin: 3px;
	overflow: hidden;
	font-size: 1px;
}

#stylesheet ul li a.green {
	background-color: #4d5a11;
}

#stylesheet ul li a.red {
	background-color: #ad4c07;
}

#stylesheet ul li a.yellow {
	background-color: #d39100;
}

#stylesheet ul li a.black {
	background-color: #000;
}

#contentcontainer {
	width: 830px;
	margin: 0 0px;
	padding: 0;
	background: #000 none repeat-x fixed 0 bottom;
	float: left;
}

#leftcolumn {
	width: 160px;
	padding: 0;
	background-color: #000;
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}

#mainnav {
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
}

/* @group Mainnav */

#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}

#mainnav ul li {
	float: left;
	display: inline;
	clear: left;
}

#mainnav ul li a {
	display: block;
	color: #808080;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	clear: left;
	float: left;
	margin-bottom: 5px;
}

#mainnav ul li a.active {
	color: #fff;
}

#mainnav ul li a:hover {
	color: #fff;
}

#mainnav ul ul {
	float: left;
	clear: left;
	display: inline;
	margin: 0 0 10px;
	padding: 0;
	border-top: 1px solid #282828;
	border-left: 1px solid #282828;
	border-bottom: 1px solid #737373;
	border-right: 1px solid #6e6e6e;
}

#mainnav ul ul li {
	display: inline;
	float: left;
	width: 130px;
}

#mainnav ul ul li a {
	display: block;
	color: #808080;
	width: 120px;
	margin: 0;
	background-color: #000;
	padding: 5px;
	font-size: 11px;
	overflow: hidden;
}

#mainnav ul ul li a.active {
	background-color: #808080;
	color: #fff;
}

#mainnav ul ul li a:hover {
	background-color: #808080;
	color: #fff;
}

.thirdnav {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin: 0 0 10px;
	color: #808080;
	padding: 3px 0 0;
	width: 520px;
	float: left;
}

.thirdnav a {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 5px;
	padding: 0 5px 0 0;
	width: auto;
	display: block;
	float: left;
	margin-bottom: 0;
}

.thirdnav a:hover {
	color: #000;
	border-bottom-color: #a83c0f;
}

.thirdnav a.active {
	color: #000;
	border-bottom-color: #a83c0f;
}

/* @end */

#rightcolumn {
	margin: 0 30px 0 0;
	float: right;
	width: 600px;
	padding: 0;
	display: inline;
}

#whatsnew {
	width: 570px;
	padding: 0;
	float: right;
	color: #fff;
	line-height: 18px;
	margin: 10px 0;
}

#whatsnew p {
	color: #fff;
}

#whatsnew a {
	display: block;
	float: left;
	clear: left;
	color: #d2d2d2;
}

#whatsnew a:hover {
	color: #fff;
}

.newsitem {
	margin: 0;
	width: 125px;
	float: left;
	display: inline;
	padding: 0;
}

.newstitle {
	font-weight: bold;
	float: left;
	color: #fff;
}

#footer {
	width: 800px;
	color: #fff;
	font-size: 9px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
}

.pageNav {
	height: 15px;
	font-size: 10px;
	margin:0 0 20px 0;
	display: block;
	padding:0px;
}

.button {
	background-image: none;
	padding: 4px 2px 2px;
	margin: 3px;
	font-size: 9px;
	color: #000;
	font-weight: bold;
	background-color: transparent;
	border-style: none;
	cursor: pointer;
}

.content {
	line-height: 1.75em;
	/*margin-bottom: 25px;*/
	width: 540px;
	min-height: 395px;
	height: auto !important;
	height: 395px;
	margin: 0 30px;
	padding: 1px 0 0;
	display: inline-block;
}

.content p {
	font-size: 12px;
	color: #7d7d7d;
	margin: 3px 3px 0 0;
	padding-bottom: 10px;
}

.content h1 {
	color: #000;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding: 0;
	margin-top: 15px;
}

.content h2 {
	color: #000;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding: 0;
	margin-top: 0;
}

.content h3 {
	color: #000;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0;
	margin-top: 0;
}

.content h4 {
	color: #000;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0;
	margin-top: 0;
}

.content h5 {
	color: #000;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 9px;
	padding: 0;
	margin-top: 0;
}

.content .quote {
	font-style: italic;
	color: #808080;
}

.shadow {
	float: left;
}

.shadowContent, .shadowThumb {
	border: none;
	background: #fff;
	float: left;
}

.shadowContent {
	position: relative;
	left: -2px;
	top: -2px;
}

.shadowThumb {
	position: relative;
	left: 0px;
	top: -2px;
}

.shadowContainer {
	position: relative;
	background: #b4b4b4;
	margin: 4px;
	float: left;
}

.shadowThumbContainer {
	position: relative;
	background: #b4b4b4;
	width: 120px;
	float: left;
	margin-right: 10px;
}

.shadowThumb img {
	border: 1px solid #e3e3e3;
}

p.introcopy {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

.content .opacity img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	width: 116px;
	height: 61px;
	overflow: hidden;
	border-style: none;
}

.content .opacity:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

#flashtransition {
	z-index: 10;
	position: absolute;
	padding: 0;
	margin: -12px 0 0 -22px;
	visibility: visible;
}

#hiddendiv {
	visibility: hidden;
}

.staffSummary {
	display: block;
	clear: left;
	float: left;
	line-height: 12px;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-size: 10px;
}

.staffTitle {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 16px;
}

.clientlogo {
	margin-right: 0;
	float: left;
	margin-bottom: 15px;
	display: inline;
}

.sectionlink {
	width: 116px;
	height: 61px;
	display: inline;
	float: left;
	text-align: center;
	background-image: url(/Datalibrary/Images/box.jpg);
	margin-right: 10px;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
	line-height: 12px;
}

.sectionlink a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 105px;
	height: 41px;
	display: block;
	padding-top: 20px;
}

.sectionlink a:hover {
	color: #000;
	background-image: url(/Datalibrary/Images/box-over.jpg);
}

/* @group Inner Stupid Emboss */

.innerbox {
	width: auto;
	min-width: 20em;
	/*float: right;*/
	margin: 0;
}

.innerbox .innerboxhead .innerendcap,
.innerbox .innerboxfooter .innerendcap {
	font-size: 1px;
	/*ensure minimum height */
 	height: 18px;
}

.innerbox .innerboxfooter .innerendcap {
	height: 14px;
}

.innerbox .innerboxhead {
	background: transparent url(/Datalibrary/Images/stupidbox/black-topleft-innerbox.gif) no-repeat 0px 0px;
}

.innerbox .innerboxhead .innerendcap {
	background: transparent url(/Datalibrary/Images/stupidbox/black-topright-innerbox.gif) no-repeat right 0px;
}

.innerbox .innerboxbody {
	background: transparent url(/Datalibrary/Images/stupidbox/black-middleleft-innerbox.gif) 0px 0px;
}

.innerbox .innerboxbody .innerendcap {
	background: transparent url(/Datalibrary/Images/stupidbox/black-middleright-innerbox.gif) repeat-y right 0px;
}

.innerbox .innerboxbody .innerendcap .innersection {
	margin: 0px 15px 0px 4px;
	background: #fff none repeat-x 0px 0px;
	padding: 1em;
}

.innerbox .innerboxfooter {
	background: transparent url(/Datalibrary/Images/stupidbox/black-bottomleft-innerbox.gif) no-repeat 0px 0px;
}

.innerbox .innerboxfooter .innerendcap {
	background: transparent url(/Datalibrary/Images/stupidbox/black-bottomright-innerbox.gif) no-repeat right 0px;
}

/* @end */

/* @group Stupid Emboss */

.embossedbox {
	width: auto;
	min-width: 20em;
	/*float: left;*/
	margin: 0px auto;
	display: block;
}

.embossedbox .boxhead .endcap,
.embossedbox .boxfooter .endcap {
	font-size: 1px;
	/*ensure minimum height */
	height: 13px;
}

.embossedbox .boxfooter .endcap {
	height: 14px;
}

.embossedbox .boxhead {
	background: transparent url(/Datalibrary/Images/stupidbox/black-topleft.gif) no-repeat 0px 0px;
}

.embossedbox .boxhead .endcap {
	background: transparent url(/Datalibrary/Images/stupidbox/black-topright.gif) no-repeat right 0px;
}

.embossedbox .boxbody {
	background: transparent url(/Datalibrary/Images/stupidbox/black-middleleft.gif) 0px 0px;
}

.embossedbox .boxbody .endcap {
	background: transparent url(/Datalibrary/Images/stupidbox/black-middleright.gif) repeat-y right 0px;
}

.embossedbox .boxbody .endcap .section {
	margin: 0px 8px 0px 4px;
	background: none repeat-x 0px 0px;
	padding: 1em;
}

.embossedbox .boxfooter {
	background: transparent url(/Datalibrary/Images/stupidbox/black-bottomleft.gif) no-repeat 0px 0px;
}

.embossedbox .boxfooter .endcap {
	background: transparent url(/Datalibrary/Images/stupidbox/black-bottomright.gif) no-repeat right 0px;
}
/* @end */

.column {
	margin:0;
	float: left;
	display: table-column;
	padding: 0;
	height: auto;
	width: 40%;
}
.map 
{
   border:1px solid gray;
   height:300px; 
   margin:5px 0 5px 0;
   padding:0;
}

.workContent 
{
    display:none;
    visibility:hidden;
}

