html {
  height: 100%;
}

body {
  background: white url(/images/site/tile_background.png) repeat-x;
  margin: 0px;
  padding: 0px;
  min-height: 100%;
}

#page {
  margin: 0 auto;
}
#menu {
  height: 33px;
  background: url(/images/site/url_shape.png);
}
#header {
  height: 140px;
  background-color: #999;
}
#container {
  width: 768px;
  margin: auto;
}
#content-top {
  height: 9px;
  background: url(/images/site/top.png);
}
#content-bottom {
  height: 9px;
  background: url(/images/site/bottom.png);
}
#content-body {
  background: url(/images/site/tile_shadow.png);
  padding: 0px 4px 20px 4px;
}
#container-side {
  width: 240px;
  min-height: 571px;
  background: url(/images/site/side_bar.png) no-repeat;
  float: left;
}
#side {
  padding: 100px 15px 0px;
}
#container-main {
  float: right;
  min-height: 571px;
  width: 510px;
}
#main {
  padding: 10px 40px 40px;
  float: right;
  width: 430px;
}
#flags {
  text-align: right;
}
#menu ul {
  list-style: none;
  display: block;
  width: 760px;
  margin: 0px auto;
  padding: 0;
  text-align: left;
  text-transform: lowercase;
}

#menu a {
  text-decoration: none;
  color: #fff;
  padding: 0px;
  font-weight: bold;
}

#menu li {
  position: relative;
  display: block;
  float: left;
  padding: 0px;
}
#menu img {
  display: block;
}
#menu ul li span {
  display: block;
}

#menu li div {
  display: none;
}
/* #menu li div, */
#menu li:hover div,
#menu li.iehover div {
	background: url('/images/site/dropdown_shadow.png');
	background-repeat: no-repeat;
	background-position: 20px top;
  position: absolute;
  display: block;
  left: -20px;
  top: 27px;
  z-index: 80;
  padding: 5px 20px 30px 20px;
}

#menu li ul {
	background: url('/images/site/dropdown.png');
	background-repeat: no-repeat;
	background-position: right bottom;
  padding: 0px 0px 2px 0px;
  display: block;
  width: 156px;
  margin: 0px;
  left: 0px;
}
#menu ul li li,
#menu ul li li.path,
#menu ul li li:hover,
#menu ul li li.iehover,
#menu ul li li.last,
#menu ul li li.last:hover,
#menu ul li li.lp,
#menu ul li li.lpc {
	margin: 0px;
  padding: 0px 2px;
	display: block;
	float: none;
}
#menu ul li li span,
#menu ul li.map li span {
  padding: 0px;
  margin: 0px;
  display: block;
  background: transparent;
}
#menu ul li li a {
  display: block;
  padding: 2px 6px;
  font-size: 11px;
  width: 140px;
  line-height: 16px;
  height: auto;
  font-weight: normal;
}
#menu ul li li a:hover,
#menu ul li li.current a:hover {
	background: url('/images/site/dropdown_hover.png');
}
#menu ul li li.current a {
  color: #f7941c;
}
#menu ul li li.first span {
	border-top: 0;
  padding-top: 0;
}
#menu ul li li.last span {
	border-bottom: 0;
}
#flags img {
  margin-left: 2px;
}

#footer {
  padding: 5px 0px;
  font-size: 10px;
}
#footer ul {
  display: block;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
#footer ul li {
  display: inline;
  padding: 0 5px;
  border-left: 1px solid #898989;
}
#footer ul li.first {
  border-left: 0;
}

#footer a {
  color: #898989;
  text-decoration: none;
  text-transform: lowercase;
}
#submenu ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  font-weight: bold;
  text-transform: lowercase;
}
#submenu li {
  display: block;
  text-align: right;
}
#submenu li a {
  color: #f7941c;
  font-size: 10px;
  line-height: 1.8em;
  font-weight: bold;
  text-decoration: none;
}
#submenu li.current a,
#submenu li a:hover,
#submenu li.current li.path a
#submenu li.current li a:hover {
  color: white;
}
#submenu li.current li a {
  color: #f7941c;
}
#submenu li.current li a:hover {
  color: white;
}
.imageAlbum {
  clear: right;
}
.portfolio-item {
  clear: right;
}

.portfolio-item h4 {
  margin-top:3px;
  margin-bottom:4px;
}

.textBody .picture,
.portfolio-item .sidePicture {
  margin-left: 15px;
  margin-bottom: 15px;
}

.textBody .dropshadowbox .picture,
.portfolio-item .dropshadowbox .sidePicture {
  margin-left: 0px;
  margin-bottom: 0px;
}
.textBody .dropshadowbox,
.portfolio-item .dropshadowbox {
  margin-left: 15px;
  margin-bottom: 15px;
}
.portfolio-item .imageAlbum .dropshadowbox {
  margin-left: 0px;
  margin-bottom: 0px;
}
#clearContent {
  clear: right;
}
.content, .headerWrap {
  width: 100%;
  float: right;
}



#main div.contentMargin {
  margin-bottom: 2em;
  margin-top: 2em;
  float: right;
  width: 100%;
  clear: right;
}
.pagination {
  padding: 8px 0px;
}
.pagination ul {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.pagination li {
  display: inline;
}
.pagination li a {
  font-size: 10px;
  color: #666;
  border: 1px solid #ccc;
  background: #efefee;
  padding: 1px 4px;
  margin: 0px 1px;
  font-weight: bold;
  text-decoration: none;
}
.pagination li.selected a, .pagination li a:hover {
  background: #fff;
  color: red;
}
.textBody ul {
  list-style-type: none;
  padding-left: 1em;
  margin: 0.67em 0;
}
.textBody ul li {
  background: url(/images/site/dot.gif) left 9px no-repeat;
  padding-left: 8px;
}
.newsoverview, fieldset.mainFieldset {
  

  padding-bottom: 10px;
  margin: 0;
}
.newsoverview ul {
  margin: 0;
  padding: 0;
}
.newsoverview li {
  list-style-type: none;
  border-top: 2px solid #fff;
  background: url(/images/site/backdrop-grey.png) top right no-repeat;
  margin-bottom:4px;
}
.newsoverview li.last {
  background-position: bottom right;
  
}
.newsoverview li p {
  margin: 0;
}
.newsoverview h3 a {
  color: #000;
  text-decoration: none;
}

.newsoverview h3 {
  margin-top:0px;
  margin-bottom:5px;
  
}

.newsoverview .newsmargin{
  padding: 5px 5px 5px 0px;
}

.newsoverview .moreLinks{

  padding-top:5px
   
}

.postDetails {
  font-size: 10px;
}
#googlemapcontainer {
  border: 1px solid #ddd;
  padding: 4px;
  position: relative;
  width: 420px;
}
#googlemap {
  height: 420px;
}

#tooltip {
  background: transparent url(/images/common/shadow.png) repeat scroll right bottom;
  padding: 0px 4px 4px 0px;
}
#tooltip h3 {
  background: #eee;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 3px 5px;
  font-weight: normal;
}
.videoAlbum ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.videoAlbum ul li{
  display: block;
  margin-top: 1em;
}
.videoAlbum object {
  margin: auto;
}

#submenu {
  padding-bottom: 20px;
  height: 120px;
}



#feat_header{
  width:208px;
  height:40px;
  background: url(/images/site/feat_header.png) top center no-repeat;

}
#feat_body {
  width:208px;
  text-align:center;

  background: url(/images/site/feat_body.png) top center no-repeat;
}

#feat_footer {
  width:208px;
  height:16px;

  background: url(/images/site/feat_bottom.png) top center no-repeat;
  
}



.innerfeatured {
  margin-top:2px;
  margin-left:12px;
  margin-right:12px;
  margin-bottom:0px;
}

#featured .dropshadowbox,
#featured .picture{

  padding:5px;
  margin:0px;
  
}



#featured .content {
  float: none;
}

#featured .headerWrap{
  background:none;
}

#featured .text{
  margin-bottom:0px;
}

#featured h1 {
  font-size:18px;
  background: #fff url(/images/site/dot2.gif) left bottom no-repeat;
  background-color:transparent;
  color:white;
}

#featured h3{
  color:white;
  font-weight:normal;
  
  margin:5px 0px 5px 0px;
  
}

#featured a.hack {
    font-weight:normal;
    cursor:hand;
    color:white;
    text-decoration:none;
  
}

#clientportfolio ul{
  display: inline;
  list-style-type: none;
}

#clientportfolio li{
  background-color:#fff;
  text-align:center;
  display: block;
  float:left;
  width:95px;
  height:80px;
  background:#FFFFFF none repeat scroll 0%;
  padding:4px;
  vertical-align:bottom;

}

h1.portfolio{
  font-size:17px;

}

.portfolio-item-bg {
  background: url(/images/site/backdrop-grey.png) bottom right no-repeat;
}

portfolio-item

.postDetails {
  margin-bottom: 0.67em;
}
.comments ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments ol li {
  margin: 1.33em 0;
}
.comments ol li h3 {
  font-size: 13px;
}
.comments .comment-meta, .comments .comment-meta a,
.postDetails, .postDetails a {
  color: #999;
  font-size: 11px;
  font-style: italic;
}
.comments .comment-content {
  margin-top: 0.67em;
}
.news-comments {
  border-top: #ccc 1px solid;
  float: right;
  width: 100%;
  line-height: 21px;
  background: url('/images/site/comments.gif') left center no-repeat;
}
.news-comments a {
  margin-left: 20px;
}

#main  .portfolio-item,
#main div.news {
  border-bottom: #ccc 1px solid;
  margin: 1em 0;
}
.news .textBody {
  margin-top: 1em;
  padding-bottom: 1em;
}

.projects{

  margin-bottom:20px;
}
.imageSide {
  float: right;
}
.moreText {
  margin-top: 1em;
}
