@charset "UTF-8";
/* CSS Document */

/* TOC:	1. ALL CONTENT
		2. QUICKLINK NAVIGATION
		3. LOGO
		4. GALLERY
		5. GALLERY QUICKLINK NAVIGATION
		6. ICON NAVIGATION
		7. FOOTER */
		
/*--1. ALL CONTENT--*/
body, td, th {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	line-height: 1.6em;
	background-color: black;
	}
h1, h2, h3 {
	color: #777777;
	}
h1 {
	font-size: 1.7em;
	margin-top: 0;
	}
h2 {
	font-size: 1.5em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	line-height: 1.6em;
	}
h3 {
	font-size: 1.2em;
	}
div {
	text-align: center;
	}
#allcontent {
	width: 760px;
	margin: 20px auto 20px auto;
	padding: 5px;
	text-align: left;
	background-color: black;
	position: relative;
	}
a:link {
	text-decoration: none;
	color: white;
	}
a:visited {
	text-decoration: none;
	color: white;
	}
a:hover {
	text-decoration: none;
	color: #999999;
	border-bottom: 1px dotted white;
	}
a:active {
	text-decoration: none;
	}
/*--2. QUICKLINK NAVIGATION--*/
#quicklink {
	border: none;
	width: 350px;
	height: 18px;
	position: absolute;
	right: 65px;
	top: 4px;
	}
#quicklink table {
	border-collapse: collapse
	}
#quicklink td, #quicklink th {
	border-top: none;
	border-bottom: none;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	padding: 0px 5px;
	font-weight: 100;
	font-size: 9px;
	}
/*--3. LOGO--*/
#logospace {
	border: none;
	border-bottom: hidden;
	width: 750px;
	height: 95px;
	margin: 10px auto 0 auto;
	}
#logo {
	position: absolute;
	top: 20px;
	left: -18px;
	}
/*--4. GALLERY--*/
#gallery {
	background-color: black;
	height: 410px;
	/*overflow-x: scroll;
	overflow-y: hidden;*/
	padding: 5px 0 0 0;
	}
#gallery table {
	border-collapse: collapse;
	}
#gallery td, th {
	border: none;
	padding: 0px 5px;
	}
/*--5. SIDEBAR--*/
#sidebar {
	position: absolute; 
	top: 120px;
	right: 10px;
	border: none;
	width: 100px; 
	margin: 0;
	height: 380px; 
	text-align: left;
	padding: 10px;
	}
#sidebar table {
	border-collapse: collapse;
	}
#sidebar td {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: none;
	border-right: none;
	width: 80px;
	padding: 10px;
	font-size: 0.85em;
	color: #007a4d;
	font-weight: normal;
	background-image: url(img/sidebarftp_tdbg.jpg);
	}
/*--5. GALLERY QUICKLINK NAVIGATION--*/
#quicklink2 {
	border: none;
	width: 200px;
	height: 30px;
	margin: auto;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	right: 0;
	top: 20px;
	}
#quicklink2 table {
	border-collapse: collapse
	}
#quicklink2 td, #quicklink2 th {
	border-top: none;
	border-bottom: none;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	padding: 0px 5px;
	font-weight: 100;
	font-size: 0.6em;
	}
/*--6. ICON NAVIGATION--*/
#iconnav {
	border: none;
	width: 740px;
	margin: 10px auto;
	background: none;
	}
#iconnav table {
	border-collapse: collapse;
	}
#iconnav th {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	}
#iconnav td {
	padding: 0;
	margin: 0;
	color: black;
	text-align: center;
	}
#iconnav a {
	display: block;
	height: 76px;
	width: 76px;
	margin: 8px;
	padding: 0px;
	}
a.homethumb:link, a.homethumb:visited {
	text-decoration: none;
	background:url(img/thumb_home_link.jpg) no-repeat center;
	display: block;
	}
a.homethumb:hover {
	text-decoration: none;
	background:url(img/thumb_home_hover.jpg) no-repeat center;
	}
a.homethumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
a.aboutthumb:link, a.aboutthumb:visited {
	text-decoration: none;
	background: url(img/thumb_about_link.jpg) no-repeat;
	}
a.aboutthumb:hover {
	text-decoration: none;
	background: url(img/thumb_about_hover.jpg) no-repeat;
	}
a.aboutthumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
a.servicesthumb:link, a.servicesthumb:visited {
	text-decoration: none;
	background: url(img/thumb_services_link.jpg) no-repeat;
	}
a.servicesthumb:hover {
	text-decoration: none;
	background: url(img/thumb_services_hover.jpg) no-repeat;
	}
a.servicesthumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
a.projectsthumb:link, a.projectsthumb:visited {
	text-decoration: none;
	background: url(img/thumb_projects_link.jpg) no-repeat;
	}
a.projectsthumb:hover {
	text-decoration: none;
	background: url(img/thumb_projects_hover.jpg) no-repeat;
	}
a.projectsthumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
a.careersthumb:link, a.careersthumb:visited {
	text-decoration: none;
	background: url(img/thumb_careers_link.jpg) no-repeat;
	}
a.careersthumb:hover {
	text-decoration: none;
	background: url(img/thumb_careers_hover.jpg) no-repeat;
	}
a.careersthumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
a.commthumb:link, a.commthumb:visited {
	text-decoration: none;
	background: url(img/thumb_comm_link.jpg) no-repeat;
	}
a.commthumb:hover {
	text-decoration: none;
	background: url(img/thumb_comm_hover.jpg) no-repeat;
	}
a.commthumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
a.contactthumb:link, a.contactthumb:visited {
	text-decoration: none;
	background: url(img/thumb_contact_link.jpg) no-repeat;
	}
a.contactthumb:hover {
	text-decoration: none;
	background: url(img/thumb_contact_hover.jpg) no-repeat;
	}
a.contactthumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
a.ftpthumb:link, a.ftpthumb:visited {
	text-decoration: none;
	background: url(img/thumb_ftp_link.jpg) no-repeat;
	}
a.ftpthumb:hover {
	text-decoration: none;
	background: url(img/thumb_ftp_hover.jpg) no-repeat;
	}
a.ftpthumb:active {
	text-decoration: none;
	background: url(img/thumb_active.jpg) no-repeat;
	}
/*--7. FOOTER--*/	
#footer {
	font-size: 0.8em;
	color: #bbbbbb;
	line-height: 1em;
	border: none;
	width: 750px;
	height: 30px;
	background: none;
	margin: 30px auto 0 auto;
	}
/*--INTERNET EXPLORER HACK--*/
#IEroot #allcontent {
	margin-top: 35px;
	}
#IEroot #quicklink {
	right: 65px;
	}
#IEroot #logospace {
	padding: 15px 0 0 0;
	} 
#IEroot #content {
	margin: 0px 10px 7px 10px; 
	}
#IEroot #gallery table {
	position: relative;
	width: 760px;
	}
#IEroot #gallery img {
	float: left;
	position: absolute;
	}

