body
{
	background-color: #4F5C6C;
	margin: 0px 0px 10px 0px;
	color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
a:link, a:visited, a:active  {color:#557A91; text-decoration: underline;}
a:hover {color:#5698CD; text-decoration: underline;}

/* ***************** forms styles ************************ */
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}

.submit
{
	border: 1px solid #2F526E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-color: #2F526E;
	cursor: pointer;
	color: #FFFFFF;
}
.form-width {
	width: 200px;
	border:1px solid #CCCCCC;
}

/* ***************** end forms styles ************************ */

/* ***************** structure styles ************************ */
.table-main {
	height: 100%;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(../images/td-main-bg.gif);
	background-repeat: repeat-y;
}
.td-main {
	vertical-align: top;
	height: 100%;
	width: 780px;
	background-image: url(../images/td-main-b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.shad-l {width: 5px; background-image: url(../images/shad-l.gif); background-repeat: repeat-y; vertical-align: top;}
.shad-r {width: 5px; background-image: url(../images/shad-r.gif); background-repeat: repeat-y; vertical-align: top;}
.shad-t {height: 5px; background-image: url(../images/shad-t.gif); background-repeat: repeat-x; vertical-align: top;}
.shad-b {height: 5px; background-image: url(../images/shad-b.gif); background-repeat: repeat-x; vertical-align: top;}
/*   header   */
.title-left {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/lefttitle-bg.jpg);
	background-repeat: repeat-x;
	text-indent:15px;
	height: 38px;
	width: 199px;
}
.title-center {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/pagetitle-bg.jpg);
	background-repeat: repeat-x;
	text-indent:20px;
	width: 570px;
}
/*   left   */
.col-left {
	vertical-align: top;
	width: 199px;
	padding:  10px 0px 0px 0px;
	background-color: #dedede;
	background-image: url(../images/leftcol-bg.jpg);
	background-repeat: repeat-x;
}
.news {
	height: 100%;
	font-size: 10px;
	line-height: 120%;
	vertical-align: top;
	padding: 10px 0px 15px 0px;
	color: #333333;
}
.news a:link, .news a:visited, .news a:active {color:#557A91; text-decoration: none; font-weight:bold;}
.news a:hover {color:#557A91; text-decoration: underline;}

.news p {
	margin:0px 10px 0px 15px;
	padding: 3px 0px 3px 0px;
}
.news h3 {
	margin:0px 10px 0px 15px;
}
.banner-b {
	height: 88px;
}

.col-separator {
	background-image: url(../images/cols-separator-bg.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
}

/*   center  */
.col-center {
	vertical-align: top;
	width: 570px;
	background-color: #e0e0e0;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	padding: 10px 20px 10px 20px;
}
.table-center {
	margin: 10px 0px 10px 0px;
}

.box-title {
	width: 33%;
	vertical-align: top;
	height: 34px;
	padding-right: 10px;
}
.box-title-end {
	width: 33%;
	vertical-align: top;
	height: 34px;
}

.border-right {border-right:1px solid #D0D0D0; padding:0px;}
.border-left {border-left:1px solid #D0D0D0; padding:0px;}
.border-bottom {border-bottom:1px solid #D0D0D0; padding:0px;}
.border {border:1px solid #666666;}

th {background-color:#283749; color:#FFFFFF; text-transform:uppercase; font-size:10px; height:24px; text-align:left; padding:0px 3px;}


/* ***************** end structure styles ************************ */

/* ***************** common styles ************************ */
p {
	margin:0px;
	padding: 6px 0px 6px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2F5878;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #557A91;
	font-weight: bold;
	margin: 10px 0px 7px 0px;
}
h3 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
ul {
	margin:0px;
	padding: 0px 0px 0px 30px;
}
li {
	list-style-image: url(../images/bullet.gif);
	margin:0px;
	padding: 3px 0px 3px 0px;
}
hr {
	height: 2px;
	border-top: 1px solid #D2D4D6;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer
{
	height: 52px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #1C2632;
	background-position: top;
}
.footer table td {color:#95A6B5; font-size: 10px;}
.footer table td a:link, .footer table td a:visited, .footer table td a:active {color:#CDD5DC; text-decoration: underline;}
.footer table td a:hover {color:#95A6B5; text-decoration: underline;}
.by {
	text-align: center;
	width: 200px;
}
.copyright {
	text-align: right;
	padding-right: 20px;
}
/* ***************** end footer ************************ */
/* ***************** Lightbox ************************ */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* ***************** Lightbox ************************ */
div.menu{
width:205px;
float:left;
}
div.menu a{display:block;}
a#home{
background:url(../images/home.jpg);
height:21px;
}
a#company{
background:url(../images/company.jpg);
height:21px;
}
a#case{
background:url(../images/casestudies.jpg);
height:22px;
}
a#clients{
background:url(../images/clients.jpg);
height:22px;
}
a#contact{
background:url(../images/contact.jpg);
height:22px;
}
div#banner{
width:570px;
height:166px;
float:left;
}
td.header{
background:url(../images/right.jpg) right bottom  no-repeat;
}