
* {
     font-family: arial, verdana, sans-serif;
     font-size: 11px;
}

* a {
	color: white;
}

html {
	background-image: url('/images/bg-diags2.gif');
	text-align: center;
	height: 100%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#main {
     width: 790px;
     margin: 0px auto;
     padding: 0px;
     text-align: left;
     border-left: 1px solid #000;
     border-right: 1px solid #000;
     background-color: #bcbbbb;
}

#nonFooter {
	background: url('/images/faker_bg.gif') repeat-y center;
	position: relative;
	min-height: 100%;
	clear: both;
	padding-bottom: 1px;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin: -33px auto 0 auto;
	overflow: hidden;
	text-align: center;
}

#insideFooter {
	text-align: left;
	clear: both;
	width: 790px;
	margin: 0px auto 0px auto;
}

.footer {
	margin-left: 10px;
	margin-right: 10px;
}

/*----------------------------------------------------------------------*/

#band-title {
	width: 790px;
	height: 50px;
	background-color: #4a4a4a;
	background: url('/images/topbg.gif') repeat-x;
	font-size: 50px;
	left: 12px;
}

#band-title img {
	margin-top: 8px;
	margin-left: 10px;
}

/*----------------------------------------------------------------------*/

#band-nav {
	width: 790px;
	height: 26px;
	background-color: #4a4a4a;
	font-size: 12px;
	padding-top: 10px;
}

#naver {
	float: right;
	display: inline;
	z-index: 505;
}

#projectinfo {
	float: left;
	display: inline;
	color: white;
	margin-left: 12px;
	font-size: 13px;
	
	/* make sure it wont spill over to the nav */
	width: 405px;
	height: 16px;
	overflow: hidden;
}

/*----------------------------------------------------------------------*/

#band-projnav {
	width: 790px;
	background-color: #4a4a4a;
	height: 19px;
	border: 0px;
	margin:0px;
	padding:0px;
	color: white;
	border-bottom: 1px solid #333;
}

#band-projnav span {
	color: white;
	width: 20px;
	height: 16px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0px;
	border-left: 1px solid #666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	float: left;
}

#band-projnav span a {
	color: white;
	text-decoration: none;
}

#band-projnav .on {
	background-color: #666;
}

/*----------------------------------------------------------------------*/

#slideshow {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #545454;
	text-align: center;
	/*
	background-image: url('/images/bg-slideshow.gif');	
	border-bottom: 1px solid #171710;
	border-top: 1px solid #171710;
	*/
}

#slideshow .slide {
	margin: 0px auto 0px auto;
	padding: 0px;
	/*width: 790px;*/
	overflow: hidden;
	position: relative;
}

#slideshow .off {
	display: none;
}


/*----------------------------------------------------------------------*/

#content {
     width: 790px;
     background: #bcbcbc url('/images/gradient-bot2.gif') repeat-x;
     padding: 0px 0px 5px 0px;
     margin: 0px;
}

#content div {
	float: left;
	padding-top: 40px;
	margin: 0px;
}

#content #col1 {
	width: 180px;
	text-align: center;
	padding-top: 40px;
	margin-left: 10px;
	height: 225px;
}

#col1 table {
      margin: 0px auto 0px auto;
}

#content #col2 {
      margin-left: 10px;
      width: 420px;
      margin-right: 40px;
}

#content p {
         line-height: 120%;
}

#content #col3 {
	width: 120px;
	padding-top: 40px;
	padding-right: 10px;
}

#col3 i {
      font-size: 11px;
}

#content table {
         font-size: 11px;
         font-family: arial, verdana, sans-serif;

}

#content .label {
	text-align: right;
	vertical-align: top;	
}

#content ul {
         list-style: none;
         margin: 0px;
         padding: 0px;
}

/*-----------------------------------------------------------------------------*/
/* drop downs from: http://www.alistapart.com/articles/horizdropdowns/ */

#band-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#band-nav ul li {
	text-align: center;
}

#band-nav a {

}

#band-nav a {
	text-decoration: none;
}

#band-nav li ul li {
	width: 150px;
	text-align: left;
	border-left: 1px solid #666;
}

#band-nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	margin: 5px;
	margin-top: 8px;
	padding-left: 13px;
}

#band-nav li li a:hover {
	/*background-color: #202020;*/
	background: #4a4a4a url('/images/li_dot.gif') no-repeat 0px 4px
}

#band-nav li {
	float: left;
	position: relative;
	width: 90px;
	background-color: #4a4a4a;
	text-align: left;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;

	font-weight: normal;
	background-color: #4a4a4a;
	border-bottom: 5px solid #fff;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	z-index: 200;
}

#band-nav li:hover ul, li.over ul {
	display: block;
	z-index: 200;
}

/*---------------------------- slideshow ----------------------------*/

#navleft
{
	display: none;
	position: absolute;
	top: 150px;
	left: -16px;
	z-layer: 50;
}

#navright
{
	display: none;
	position: absolute;
	top: 150px;
	left: 774px;
	z-layer: 50;
}

/*---------------------------- front page ----------------------------*/

#band-title-index {
	width: 790px;
	height: 150px;
	background-color: #4a4a4a;
	background: url('/images/header-index.jpg') repeat-x;
	font-size: 50px;
	left: 12px;
}

#preloader {
	background: url('/images/move.png');
}

.news {
	line-height: 200%;
}
/*--------------------------- project listing page -------------------*/

#content .proj {
	float: left;
	width: 240px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	display: block;
	cursor: pointer;
	height: 160px;
}

#content .projover {
	float: left;
	width: 240px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	display: block;
	cursor: pointer;
	height: 160px;
/*	border-bottom: 1px solid #eee; */

}

#content .projoverie {
	float: left;
	width: 240px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	display: block;
	cursor: pointer;
	height: 160px;
/*	border-bottom: 1px solid #eee; */

}

#content .projover p {
}

#content a {
	color: black;
	text-decoration: none;
	border: none;
/*	border-bottom: 1px dotted black; */
}

#content a:hover {
	background-color: white;
}

.proj:hover {
/*	background-color: #4a4a4a; */
}

.proj img {
	width: 200px;
	height: 76px;
	margin: 0px auto 0px auto;
}

/*---------------------------- employees page ----------------------------*/

.employees {
	width: 150px;
	float: left;
	padding: 20px;
}

.tagcloud {
	margin-left: 30px;
	margin-right: 30px;
	width: 400px;
	height: 220px;
}

.tagcloud span {
	padding: 5px;
	display: block;
	float: left;
}