/* *****************
 * =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 {
	height: 25px;
	width: 100%;
	text-align: right;
	line-height: 25px;
}
#top-nav ul {
	margin: 0 40px 0 0;
	padding: 0;
}
#top-nav li {
	list-style: none;
	display: inline;
	padding: 0 0 0 28px;
}
#top-nav li a:hover, a:active {
	text-decoration: none;
}	
#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;
}
#sub-container {
	height: 110px;
	width: 820px;
	position: relative;
	top: -370px;
	left: 0;
	overflow: hidden;
}
#bar-container {
	height: 120px;
	position: relative;
	top: -370px;
	left: 0;
	overflow: hidden;
}
#bar-nav {
	height: 120px;
	width: 140px;
	background: url(../images/bar_bg.png);
	float: left;
}
#bar-nav-inner h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #53738D;
	margin: 49px 0 0 25px;
}
#bar-nav-inner a {
	color: #53738D;
	text-decoration:none;
}
#bar-content {
	height: 120px;
	width: 650px;
	float: left;
	background: url(../images/bar_bg.png);
	overflow: hidden;
}
#ajax-content {
	height: 100px;
	width: 630px;
	margin: 15px 80px 5px 10px;
	overflow: hidden;
	line-height: 15px;
	color: #333333;
}
#ajax-content img {
	float: right;
	margin-left: 10px;
	border: 3px solid #fff;
}
#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/open.png);
}
#close {
	text-decoration: none;
	display: block;
	height: 120px;
	width: 30px;
	text-indent: -9999px;
}
.open {
	background-position: -30px 0;
}

#contact-container {
	padding-top: 10px;
}

/* *****************
 * =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: 6px 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: 0 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: 100px;
	height: 66px;
	z-index: 0;
}
/* *****************
 * =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;
	height: 90px;
	overflow: auto;
	padding: 8px 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: 5px 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 {
	/* 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;
}