@charset "utf-8";

/* Global Stylesheet */
/* Developed by Tireco */
/* Web Developer: Ulysses Bravo */

/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */
@import url(milestar_content.css);
@import url(milestar_nav.css);

/* --------------------------------------- */
/* --( Global HTML Elements )-- */
/* --------------------------------------- */

*{
margin:0px;
padding:0px;
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:#d88027;
		/*background-image:url(../_images/main_bg.jpg);*/
		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;
		}

	p.under_construction	
		{
		color:#FF6600;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		margin:50px 0px;
		}
		

/* --------------------------------------- */
/* --( 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:-6px auto 0px auto;
		width:800px;
		/*height:500px;*/
		position:relative;
		background:#fff;
		z-index:11;		
		border:3px solid #999;
		background-position:center;
		background:#000;	
	}		

	div#mainContainer img#corn_bl
	{
		position:absolute;
		bottom:-3px;
		left:-3px;
	}

	div#mainContainer img#corn_br
	{
		position:absolute;
		bottom:-3px;
		right:-3px;	
	}

	div#mainContainer .bar_orange_fade
	{
		display:block;
		margin:0px 0px 0px 17px;
	}
	
	div#mainContainer div#content_sub .bar_orange_fade
	{
		display:block;
		margin:15px 0px 0px 0px;
		clear:left;
	}	
/* --------------------------------------- */
/* --( header)-- */
/* --------------------------------------- */

	div#mainContainer div#header
	{
		width:99%;
		/*height:106px;*/
		/*background:#00FF00;*/
		margin:20px auto 0px auto;
		position:relative;
		border:0px solid #FF0000;
		text-align:center;
	}

	div#mainContainer div#header img#header_image:hover
	{
		/*cursor : url("first.cur"), url("second.cur"), pointer*/
	}

	
/* --------------------------------------- */
/* --( content)-- */
/* --------------------------------------- */

	div#mainContainer div#content
	{
		padding:0px;
		margin:10px 0px 0px 10px;
		position:relative;
		/*float:left;*/
		border:0px solid #00CC00;
	}

	div#mainContainer div#content img.title
	{
		margin:10px 0px 0px 35px;
		display:block;
	}


/* --------------------------------------- */
/* --( content_sub)-- */
/* --------------------------------------- */

	div#mainContainer  div#content_sub
	{
		border:0px solid #CCCC00;
		text-align:center;
		clear:left;
		margin:15px 0px 0px 0px;
		cursor:pointer;
	}

	div#mainContainer div#content_sub img#content_sub_image
	{
		margin:10px auto;
	}


/* --------------------------------------- */
/* --( footer)-- */
/* --------------------------------------- */

	div#footer
	{
		width: 800px;
		font-size:8px;
		font-weight:bold;
		/*position:absolute;*/
		/*bottom:0px;
		right:0px;*/
		margin:0px auto;
		border:0px solid #0000FF;
	}

	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;	
	}
*/	
	

