/* *****************
 * =RESET
 ******************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD { 
	margin: 0px;
	padding: 0px;
}
H1, H2, H3, H4, H5, H6 {
	font-size: 100%;
	font-weight: normal;
}

BODY {
	background: #1f4465;
}

BODY, TD, P, LEGEND, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.675em;
}
A, A:link, A:visited {
	color: #FFF;
	text-decoration: none;
}
A:hover, A:active {
	color: #FFF;
	text-decoration: underline;
}
a:focus{outline:none;} 
STRONG {
	font-weight: bold;
}
EM {
	font-style: italic;
}
H1 {
}
IMG {
	border: none;
}
.float-right {
	float: right;
	padding: 5px;
}
/*****************
* =LAYOUT ITEMS
 ****************/
#container {
	margin: 15px auto 0 auto;
	width: 900px;
	height: 665px;
	overflow: hidden;
	background: #1f4465 url(../images/bg.gif) no-repeat 0 25px;
}
#top-nav {
	position: relative;
	height: 25px;
	width: 100%;
	text-align: right;
	line-height: 25px;
}
#top-nav ul {
	margin: 0 40px 0 0;
	padding: 0;
	float: right;
}
#top-nav li {
	list-style: none;
	display: inline-block;
	text-transform:uppercase;
	float: left;
	
}
/*
#top-nav li a{
	margin: 0 0 0 28px;
}
#top-nav li a.contact:hover,#top-nav li a.work:hover,#top-nav li a.about:hover,#top-nav li a.work.current,#top-nav li a.about.current,#top-nav li a.contact.current{margin: 0 0 0 26px;}
#top-nav li a.news:hover, #top-nav li a.news.current{margin: 0 0 0 25px;}
#top-nav li a.clients:hover, #top-nav li a.clients.current{margin: 0 0 0 24px;}
*/
#top-nav li a:hover, a:active {
	text-decoration: none;
}

#top-nav li a.current, #top-nav li a:hover{
	font-weight: bold;
}
#top-nav li a.current{
	text-shadow: #000000 2px 2px 0px;
}

#content-container {
	width: 820px;
	height: 560px;
	margin: 40px;
}
#content-container.loading {
	background:url(../images/loading.gif) no-repeat center 40%;
}
#content {
	width: 820px;
	height: 560px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
#background-preload{
	z-index: 0;
	height: 560px;
	width: 820px;
	position: relative;
	top: -869px;
}
#sub-container {
	height: 110px;
	width: 820px;
	position: relative;
	top: -370px;
	left: 0;
	overflow: hidden;
	z-index: 2;
}
#bar-container {
	height: 120px;
	position: relative;
	top: -370px;
	left: 0;
	overflow: hidden;
	z-index: 2;

}
#bar-nav {
	height: 120px;
	width: 140px;
	background: #FFFFFF;
	filter: alpha(opacity = 85);
	background: rgba(255,255,255,.85);
	/*
	background: url(../images/bar_bg.png);*/
	float: left;
}
#bar-nav-inner h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #53738D;
	margin: 52px 0 0 25px;
}
#bar-nav-inner a {
	color: #53738D;
	text-decoration:none;
}
#bar-content {
	height: 120px;
	width: 650px;
	float: left;
	background: #FFFFFF;
	filter: alpha(opacity = 85);
	background: rgba(255,255,255,.85);
	
	/*
	background: url(../images/bar_bg.png);*/
	overflow: hidden;
}
#ajax-content {
	height: 102px;
	width: 630px;
	margin: 8px 80px 10px 10px;
	overflow: hidden;
	line-height: 15px;
	color: #333333;
}
#ajax-content img {
	/*
	float: right;
	margin-left: 10px;
	*/
	border: 2px solid #fff;
}
#ajax-content .left-image{
	border: none;
	float: left;
	padding: 0 20px 0 0;
}
#ajax-content h3 {
	padding: 3px 0 8px 0;
}
#ajax-content p {
	padding: 0;
	font-size: 11px;
}
.narrow-content {
	width: 500px;
	padding: 0 0 0 20px;
}
.medium-content {
	width: 595px;
	padding: 8px 0 0 20px;
}
.withborder {
	border: 3px solid #fff;
}
.person {
	margin: 0 0 0 0;
}
#ajax-content a {
	color: #25466C;
	text-decoration: underline;
}
#bar-close {
	height: 120px;
	width: 30px;
	float: left;
	
	background-image: url(../images/openWhite.png);
}
#close {
	text-decoration: none;
	display: block;
	height: 150px;
	width: 30px;
	text-indent: -9999px;
}
.open {
	
	background-position: -30px 0;
}

#contact-container {
	padding-top: 10px;
}
/*
	News-section
*/
#news-section{
	position: relative;
	top: -560px;
	left: -1px;
	z-index:10;
}

/* *****************
 * =Client Logos
 ******************/
ul#client-list {
	margin: 0;
	padding: 0;
}
ul#client-list li{
	list-style: none;
	float: left;
	display: block;
	height: 110px;
	width: 164px;
}
/* *****************
 * =Work Nav
 ******************/
ul#left-nav {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 10px;
}
ul#left-nav li{
	list-style: none;
	padding: 10px 0 0 25px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}
ul#left-nav li a {
	color: #53738D;
	text-decoration: none;
}
ul#left-nav li a:hover {
	color: #000000;
	text-decoration: none;
}
.active {
	color: #000000;
}
/* *****************
 * =Contact Lists
 ******************/
ul.contact-list {
	margin: 17px 50px 0 0;
	padding: 0;
	float: left;
}
ul.contact-list li{
	list-style: none;
	padding: 0 0 0 0;
}
#logo {
	position: relative;
	top: -530px;
	left: 30px;
	display: block;
	width: 750px;
	height: 66px;
	z-index: 2;
}
/* *****************
 * =footer
 ******************/
#footer {
	margin: 0 auto;
	width: 860px;
	padding-right: 40px;
	height: 25px;
	text-align: right;
	color: #fff;
	font-size: 0.875em;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer .brand {
	padding: 5px 0 3px 23px;
	background: url(../images/hat.gif) no-repeat 0 1px;
}
#footer .left {
	float: left;
	margin-left: 35px;
}
#footer .right{
	float: right;
}

#description {
	float: left;
	width: 330px;
	overflow: auto;
	padding: 0 0 0 10px;
}
.category-description {
	float: left;
	width: 230px;
	height: 80px;
	overflow: auto;
	padding-left: 10px;
}
#thumbnail-container {
	float: left;
	width: 270px;
	height: 90px;
	overflow:hidden;
	margin-left: 10px;
}
#thumbnail-slider {
	width: 500px;
}
#thumbnail-slider .category-thumb {
	width: 130px;
	padding: 5px 10px 0 0;
	float: left;
	text-align: center;
}
/* *******************
 * =category thumb global
 ********************/
.category-thumb {
	width: 130px;
	padding: 10px 10px 0 0;
	float: right;
	text-align: center;
}
.full-photo img {
	margin: 3px 0 0 0;
}
.ajax-client img {
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  /* for Mozilla */
  -moz-opacity:0.7;
}
.ajax-client img:hover, .ajax-client.current img {
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  /* for Mozilla */
  -moz-opacity:1.0;
}

/*  Removes the Blogger Nav Bar that would otherwise appear on the news page. */
#navbar-iframe {
  display:none !important;
}
/*
	WorkCarousel
*/
/*
.workNoCarousel .project{
	float: left;
}
.workNoCarousel .project img{
	width:90px;
}
*/
#workCarousel{
	width: 600px;
	height: 95px;
	margin: 6px 0 0 0;
}
#workCarousel li{
	display: block;
	float: left;
	margin: 0 5px;
}
#workCarousel li span.caption{
	display: block;
	text-align: center;
}
/*
.workNoCarousel .project{
	width: 90px;
	height: 110px;
	padding: 0px 2px;
}
.workNoCarousel .project span{
	display: block;
	text-align: center;
	width: 90px;
}
*/
.center{
	margin: 0 auto;
}
.right{
	float: right;
}
.carouselController{

}
.carouselController .controlButton{
	display: block;
	float: left;
	text-align: center;
	background: #AAAAAA;
	background: rgba(0,0,0,0.2);
	margin: 0 2px;
	width: 8px;
	height: 8px;
	cursor: pointer;
}
.carouselController .controlButton.current{
	background: #0020DD;
	background: rgba(0,50,255,0.4);
}

#bottom-caption{
	position: relative;
	max-width:300px;
	left: 7px;
	top: -318px;
	z-index: 2;
	height: 13px;

}
#bottom-caption span{
	color: white;
	font-size: .9em;
	padding: 3px;
}
#bottom-caption span.dark{
	color: #202020;
}
.portfolio-blurb{
	float: left;
	width: 300px;
	padding: 10px 20px;
}
#ajax-content a.back{
	display: block;
	color: #53738D;
	position: absolute;
	top: 84px;
	left: 750px;
	text-decoration: none;
	font-size: .9em;
}
#ajax-content a.back:hover{
	font-weight: bold;
}
/*	Specific Nav Items - So they don't slide*/
#top-nav a{
	position: absolute;
}
#top-nav a.current, #top-nav a:hover{
	
}
#top-nav a.home{
	right: 378px;
}
#top-nav a.news{
	right: 319px;
}
#top-nav a.about{
	right: 254px;
}
#top-nav a.clients{
	right: 181px;
}
#top-nav a.work{
	right: 90px
}
#top-nav a.contact{
	right: 10px;
}
