@charset "utf-8";

/* Global Stylesheet */
/* Developed by Tireco */
/* Web Developer: Ulysses Bravo */

/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */
@import url(geostar_content.css);
@import url(geostar_nav.css);

/* --------------------------------------- */
/* --( Global HTML Elements )-- */
/* --------------------------------------- */

*{
margin:0;
padding:0;
text-align:left;
}

	html 
		{	
		font: 85% Verdana, Arial, Helvetica, sans-serif;
		}
	
	a 
		{
		outline: none;
		padding:0px;
		margin:0px;
		text-decoration:none;
		border:none;
		}
	
	img 
		{
		border:none;
		}

	p
		{
		margin:0px;
		}
	
	h2
		{
		}

	h3
		{
		}

	h4
		{
		}

	h5
		{
		}

	h6
		{
		}

	body 
		{
		background:#999999;
		background-image:url(../_images/bg_tile.gif);
		/*background-position:center;
		background-repeat:repeat-x;*/
		margin:0px 0px 0px 0px;
		padding:0px;
		}


	a {text-decoration:none;}
	a:link {color: #003399;}     /* unvisited link */
	a:visited {color: #003399;}  /* visited link */
	a:hover {color: #FF0000;}   /* mouse over link */
	a:active {color: #003399;}   /* selected link */
	
	#sign_out {color: #fff;}
	#sign_out:hover {color: #FF0000;}	

/* --------------------------------------- */
/* --( Global Classes )-- */
/* --------------------------------------- */

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp 
		{
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
		}

	.clear_both
		{
		clear:both;
		}
		
div#mainContainer div#content img.title
{
margin:15px 0px 40px 42px;
}		

div#mainContainer div#content p.text
{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin:10px auto 40px;
}		

/* --------------------------------------- */
/* --( Global ID's)-- */
/* --------------------------------------- */

/* --------------------------------------- */
/* --( take_over)-- */
/* --------------------------------------- */

/*	div#take_over
	{
	background:#000;
	position:absolute;
	z-index:20;	
	margin:-10px;
	top:0px;
	bottom:10px;
	left:0px;
	right:10px;
	opacity:0.9;
	filter:alpha(opacity=90);
	visibility:visible;
	display:block;
	}
*/

/* --------------------------------------- */
/* --( mainContainer)-- */
/* --------------------------------------- */

	div#mainContainer
	{
		margin:5px auto 0px auto;
		width:850px;
		/*height:668px;*/
		position:relative;
		background:#fff;
		z-index:11;		
		border:0px solid #999;
		background:#CCCCCC;
		background-position:top center;
		background-image:url(../_images/mainframe_bg.gif);
	}		

/* --------------------------------------- */
/* --( header)-- */
/* --------------------------------------- */

	div#mainContainer div#header
	{
	}


	
/* --------------------------------------- */
/* --( content)-- */
/* --------------------------------------- */

	div#mainContainer div#content
	{
		position:relative;
		margin:15px 0px 0px 0px;
	}	

	div#mainContainer div#content img#title
	{
	}
	

/* --------------------------------------- */
/* --( sub_content)-- */
/* --------------------------------------- */

	div#mainContainer div#sub_content
	{
		padding:0px;
		margin:0px 0px 0px 0px;
		position:relative;
		/*height:300px;*/
		/*float:left;*/
		border:0px solid #00CC00;
		clear:left;
		z-index:5;
		text-align:center;
	}

	div#mainContainer div#sub_content img
	{
		margin:10px 0px 0px 0px;
	}

	div#mainContainer div#sub_content:hover
	{

	}	

/*
	div#mainContainer div#sub_content_02
	{
		padding:0px;
		margin:0px 0px 0px 0px;
		position:relative;
		height:180px;
		border:0px solid #00CC00;
		clear:left;
	}
*/

/* --------------------------------------- */
/* --( footer)-- */
/* --------------------------------------- */

	div#footer
	{
		width: 850px;
		font-size:8px;
		font-weight:bold;
		/*position:absolute;*/
		/*bottom:0px;
		right:0px;*/
		margin:0px auto;
		border:0px solid #0000FF;
		/*height:15px;*/		
		background:#666666;
	}

	div#footer table#table_footer
	{
		width:100%;
		border:0px solid #666666;
		height:20px;
		margin:5px 0px;
	}
	
	div#footer table#table_footer tr td
	{
		border:0px solid #000;
		background:#666666;
		text-align:center;
		color:#FFFFFF;		
	}	
	
	div#footer table#table_footer tr td#td_cc
	{
		font-size:8px;
		text-align:left;
		padding-left:15px;
		color:#ccc;
	}

	div#footer table#table_footer tr td#td_link
	{
		font-size:9px;
		text-align:center;
		padding:0px 10px;
		border-left:2px solid #000;
	}
	
	div#footer table#table_footer tr td#td_link:hover
	{
		background:#000;
		color:#fff;
		cursor:pointer;
	}	
	
	div#footer p#copyright_text
	{
		text-align:right;
		color:#000;
		margin:0px 0px 0px 0px;
	}

/* --------------------------------------- */
/* --( take_over)-- */
/* --------------------------------------- */

/*
	div#take_over
	{
	background:#000;
	position:absolute;
	z-index:100;	
	margin:-10px;
	top:0px;
	bottom:10px;
	left:0px;
	right:10px;
	opacity:0.9;
	filter:alpha(opacity=90);
	visibility:hidden;
	display:none;
	opacity:0.7;
	filter:alpha(opacity=70);
	width:110%;
	height:110%;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; 
	opacity:0.75;	
*/	
	}
