body, html {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #999;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 300;
  color: #999;
}

a {
  text-decoration: none;
  outline: none;
  color: #999;
}

a:hover {
  color: #808080;
}

ul {
  margin: 0;
  padding: 0;
}

ul.plain {
	list-style-type: none;
}
#header {
  width: 730px;
  background: url(/images/layout/navBack.png) no-repeat 0% 100%;
  height: 117px;
}

#header ul {
  list-style: none;
  float: right;
  padding-top: 46px;
  margin: 0;
}

#header ul li {
  margin: 0;
  padding-left: 30px;
  float: left;
}

#header ul li a {
  color: #CCC;
  text-transform: uppercase;
  font-size: 1.1em;
}

#header ul li a:hover {
  color: #808080;
}

#logo {
  float: left;
  padding-bottom: 19px;
}

#main {
  width: 730px;
  height: 412px;
  background: url(/images/layout/rightBorder.png) no-repeat 100% 0%;
  padding-top: 10px;
}

#content {
  width: 280px;
  height: 408px;
	position: relative;
  float: left;
  border-right: 1px solid #DDDDDD;
  padding-right: 5px;
  margin-right: 4px;
  margin-left: 16px;
}

#display {
  padding-top: 0.6em;
  position: relative;
}

div.pageContent {
    text-align: left !important!;
    text-align: right;
    line-height: 13px;
    font-size: 0.9em;
    height: 100%;
		position: relative;
		width:95%;
		position: absolute !important!;
		left: 0 !important!;
}

div.pageContent .detail {
  text-align: right;
  margin-top: 1em;
	margin-right: 1em;
}

div.pageContent > * {
}

#footer {
  width: 750px;
  height: 80px;
  color: #ccc;
  padding-top: 36px;
  margin-left: 18px;
  background: url(/images/layout/footerBack.png) no-repeat 0% 0%;
  text-align: right;
}

.extend-yellow-normal { background-color: #fde74d; width: 160px; }
.extend-purple-normal { background-color: #8b1d89; width: 160px; }
.extend-green-normal { background-color: #74c067; width: 160px; }
.shrink-normal { background-color: #cccccc; width:  80px; }

.extend-yellow-big { background-color: #fde74d; width: 260px; }
.extend-purple-big { background-color: #8b1d89; width: 260px; }
.extend-green-big  { background-color: #74c067; width: 260px; }
.shrink-big { background-color: #cccccc; width: 140px; }

.mark-yellow { list-style-image: url(/images/layout/yellowMark.png) }
.mark-purple { list-style-image: url(/images/layout/purpleMark.png) }
.mark-green  { list-style-image: url(/images/layout/greenMark.png) }

.childLink {
  text-transform: uppercase;
  float: right;
  line-height: 26px;
  cursor: pointer;
}

div.pageHeading {
	background: url(/images/layout/headingImg.png) no-repeat right top;
	width: 100%;
  height: 28px;
}

div.pageHeading h1 {
	background: #ffffff;
  color: #808080;
  text-transform: uppercase;
  font-size: 20px;
	line-height: 36px;
  display: inline;
  margin: 0;
  padding-top: 8px;
}

#main #home {
    height: 438px;
    width: 715px;
    position: relative;
    background: url(/images/layout/homeBack.png) no-repeat;
}

#main #home img {
    margin: 122px 0 0 10px;
    padding: 30px;
    background: url(/images/layout/HomeLogo.png) no-repeat;
}

#main #home img:hover {
    background: url(/images/layout/HomeLogoHover.png) no-repeat;
}

ul#blocks {
	margin: 0;
	padding: 0;
  position: absolute;
  top: 186px;
	list-style: none;
  width: 280px;
}

ul#blocks li {
  position: relative;
  background-color: #fff;
  text-align: left;
  width: 280px;
  margin-top: 15px;
/*  height: 18px; */
}

ul#blocks li a {
	margin-left: 180px;
  width: 100px;
  background-color: #fff;
  text-align: left;
  height: 18px;
  display: block;
}

ul#blocks li span.normal-mark {
  background-image: url(/images/layout/grayDecoration.gif);
  background-repeat: no-repeat;
  position: absolute;
  width: 6px;
  height: 12px;
  right: 108px;
  top: 2px;
}

ul#blocks li span.normal-block-icon {
  background-color: #ccc;
  position: absolute;
  top: 6px;
  right: 112px;
  width: 80px;
  height: 7px;
}

/* bigger bar */

ul#blocks li.bigone {
  text-align: right;
}

ul#blocks li.bigone a.fancy {
  font-size: 20px;
  line-height: 20px;
  margin-left:140px;
  width: 140px;
  height: 20px;
  display: block;
}

ul#blocks li span.big-mark {
  background-image: url(/images/layout/bigGrayDecoration.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 26px;
  right: 0px;
  top: 24px;
}

ul#blocks li span.big-block-icon {
  background-color: #ccc;
  position: absolute;
  top: 32px;
  right: 16px;
  width: 160px;
  height: 18px;
}

/* points of fact about sub-pages */
ul.items {
  position: absolute;
  top: 200px;
  left: 0px;
	list-style-position: inside;
} 

/* right-align blurb for sub-pages */
#display p {
  text-align: right;
}

/**
 *  boo
 */
div.panel {
  height: 418px !important;
  width: 400px;
  position: relative;
}

div.mask {
	position: relative;
	height: 400px;
  width: 400px;
  overflow: hidden;
}

div.slides { 
  position: absolute;
}

div.slideControls {
  height: 18px;
  position: absolute;
  bottom: 0;
}

div.slideControls a {
  float: left;
  display: block;
  position: relative;
  height: 14px;
  width: 14px;
}

.slideControls img {
  margin: 0;
  padding: 0;
}
div.slides div {
  float: left;
  width: 400px;
  height: 400px;
}

div.slides div img {
  width: 400px;
  height: 400px;
  display: block;
  margin: 0;
  padding: 0;
}

#clientSlideBox {
  height: 400px;
  width: 400px;
}

#teamPanel div.slideMask {
  height: 267px;
}

#teamSlideBox {
  height: 267px;
  width: 200px;
	top: 60px;
}

#teamSlideBox div img {
  height: 267px;
  width: 200px;
}

#teamSlideBox div {
  height: 267px;
  width: 200px;
}

/*
ul.blogTitle {
    list-style: url(/images/layout/purpleMark.png);
    margin: 0 14px;
}

.blogImageHolder {
    float: left;
    width: 420px;
    margin-left: 10px;
}

.blogImageHolder img {
    padding: 5px 5px;
    cursor: pointer;
    margin: 0;
    opacity: 0.4;
}

.blogImageHolder img:hover {
    opacity: 1.0;
}

#BlogLargeImg {
    width: 374px;
    height: 127px;
    overflow: hidden;
}

.blogImgLarge {
    margin: 0 0 5px 20px;
}

.blogP {
    width: 376px;
    margin-left: 20px;
    margin: 0 0 5px 20px;
    line-height: 1.2em;
}

*/

.contactInfo {
	font-size: 1.1em;
  list-style: none;
  text-align: right;
	margin-top: 3em;
	margin-right: 1em;
}

#teamInfo .panel {
  width: 100%;
  height: 100%;  
}

#teamTabs .tab {
	position: relative;
}
#teamTabs .tab a {
	position: absolute;
}

#teamTabs .imageOn {
	visibility: hidden;
}

#teamSlideBox div:first-child .imageOn {
	visibility:visible;
}

#teamInfo .panel {
	text-align: left;
}

#teamTabs .slideBox {
	padding-left: 100px;
}
#teamInfo .memberName {
	text-transform:uppercase;
}
ul.memberInfo {
  list-style-image:url(/images/layout/grayDecoration.gif);
	list-style-position: inside;
}
ul.memberInfo li { 
  margin-top: 15px;
}
ul.memberInfo li span { text-transform: uppercase; font-size: 1.1em; }

ul.details {
	height: 320px;
	overflow: auto;
	display: block;
}

.panel-text{
  position: absolute;
	visibility: hidden;
}

.detail, #detail { 
  position: absolute;
	width: 98%;
	text-align: right;
	margin-top: 1em;
}

.page-panel {
	position: absolute;
}

div.panel-detail {
	display: none;
}

.tab {
}

.slides {
	position: absolute;
}
.slides img {
	margin: 0;
	padding: 0;
}
.slides.full {
	width: 400px;
	height: 400px;
	padding-left: 0px;
}

.slides.half {
	padding-left: 100px;
}

#workSlides {
	height: 418px !important;
	position: absolute;
	width: auto;
}#blogContent {
	border:none;
	width: 690px;
	overflow-y: auto;
  height: 408px;
	position: relative;
  float: left;
  padding-right: 5px;
  margin-right: 4px;
  margin-left: 16px;
	overflow-x:hidden;
}

#blogContent h2 {
	float:left;
	clear:left;
	line-height: 18px;
	margin-bottom: 6px;
}

#blogContent h4 {
	float:left;
	clear:both;
}

#blogContent p {
	margin-bottom: 0px;
}

#blogContent a {
  text-decoration:underline;
}
.blogImageLarge {
	border: solid 2px #999;
}
.blogImageIndex {
	float:left;
	border: solid 2px #999;
	margin-right: 15px;
}
.blogEntryContainer {
	float:left;
	clear:both;
	margin-bottom: 20px;
	text-align:justify;
	width:100%;
}
.postContent {
	float:left;
	text-align: center;
}
.postContentImage { float:left; width: 500px; }
.blogBack { margin: 15px 0; float:left; }
.blogLink {float:left; clear:both; margin:15px 0;}
.blogContentContainer {float:left; clear:both; padding:0 10px 0 0;}
.blogContentContainer p img { float: none; }
