@charset "utf-8";
/* Geospatial Corporation CSS Document */

/* -- Styles for the Top Navigation --*/
a.nav:link {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

a.nav:visited {
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}
/* -- End Styles for the Top Navigation --*/

/* -- Styles for the News Navigation --*/
a.news:link {
	color: #ffffff;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

a.news:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

a.news:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

a.news:active {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}
/* -- End Styles for the News Navigation --*/

/* -- Styles for the Bottom Navigation --*/
a.botnav:link {
	color: #E38257;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

a.botnav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

a.botnav:visited {
	color: #CE5622;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

a.botnav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
/* -- End Styles for the Bottom Navigation --*/

/* -- Styles for the Links --*/
a.links:link {
	color: #0000cc;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
}

a.links:hover {
	color: #0000cc;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	background-color: #D7D7D7;
}

a.links:visited {
	color: #0000cc;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
}

a.links:active {
	color: #990000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
}
/* -- End Styles for the Links --*/

/* -- Styles for the Video Link --*/
a.video:link {
	color: #0000cc;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
}

a.video:hover {
	color: #0000cc;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	background-color: #FFFFFF;
}

a.video:visited {
	color: #0000cc;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
}

a.video:active {
	color: #990000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
}
/* -- End Styles for the Video Link --*/

/* -- Styles for the Thumbnails --*/
a.thumb:link {
}

a.thumb:hover {
}
/* -- End for the Thumbnails --*/

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
hr {
	border: none 0; 
	border-top: 1px dashed #000;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.videoborder {
	border: 1px solid #666666;	
}

.copyright {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #E38257;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content_table {
	border: 1px solid #666666;
}

.nav_table {
	background-image: url(../pics/nav_bgr.jpg);
}

.position_table {
	width: 605px;
	border: 10px solid #D7D7D7;
}

.home_table {
	border: 10px solid #d4cbb9;
}

.career_table {
	border: 1px solid #666666;
	background-color: #D7D7D7;
}

.title_bold {
	color: #990000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

.content_title {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	background-color: #666666;
	margin-right: 13px;
	margin-left: 13px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../pics/title_bgr.jpg);
}

.prompt_title {
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	background-color: #666666;
	margin-right: 13px;
	margin-left: 13px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../pics/prompt_bgr.jpg);
}

.column_title {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	background-color: #666666;
	margin-right: 13px;
	margin-left: 13px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../pics/title_bgr.jpg);
}

.content_subtitle {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	background-color: #3E3E3E;
	margin-left: 5px;
	padding-left: 5px;
}
.home_content {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	margin-right: 13px;
	margin-left: 13px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.video_txt {
	color: #000000;
	text-decoration: none;
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
}

.content {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: normal;
	margin-right: 13px;
	margin-left: 13px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.answer {
	font-family: "Tahoma";
	font-size: 11px;
	margin: 0px;
	border: 1px solid #B4B4B4;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.answer UL {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 9px;
	list-style-image: url(../pics/pointer.gif);
	list-style-position: outside;
}
.answer LI {
	font-family: "Tahoma";
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
	list-style-image: url(../pics/pointer.gif);
	list-style-position: outside;
}

.red_content {
	color: #990000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
}

.title_bgr {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	background-color: #3E3E3E;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3E3E3E;
}

.content_pad {
	padding-left:50px; 
	padding-right:24px; 
	padding-top:6px
}

.market_pic {
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* *** jQuery lightBox plugin *** */
#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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../pics/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(../pics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#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;
	}

/* Flash-based Tradeshow Listing on the Homepage  */	
/* Change the x and y coordinate of where you would like the Flash file to appear in the section below */
#flashFile {
	height: 300px;
	width: 300px;
	position: absolute;
	left: 350px; /* change this value to reposition your advert */
	top: 323px;
	z-index: 10;
}
