@charset "utf-8";

/* Global Stylesheet */
/* Developed by Tireco */
/* Web Developer: Ulysses Bravo */

/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */
@import url(corp_content.css);
@import url(corp_nav.css);

/* --------------------------------------- */
/* --( Global HTML Elements )-- */
/* --------------------------------------- */

*{
margin:0;
padding:0;
text-align:left;
}

	html 
		{	
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		}
	
	a 
		{
		outline: none;
		padding:0px;
		margin:0px;
		text-decoration:none;
		border:none;
		}
	
	img 
		{
		border:none;
		}

	p
		{
		}
	
	h1
		{
		margin:15px 0 15px 52px;
		font-size:23px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#0e63b0;
		}

	h2
		{
		background-image:url(../_images/title_bg.png);
		background-repeat:no-repeat;		
		height:45px;
		font-size:18px;
		font-weight:bold;
		color:#0e63b0;
		width:328px;
		text-align:center;
		padding:10px 0px 0px 0px;
		margin:0px 0px 0px 47px;
		}

	h3
		{
		}

	h4
		{
		}

	h5
		{
		}

	h6
		{
		}


	body{
		font-size:1em; 
		}
		


	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 */
	
	
	table
	{
	border:0px solid #000000;
	margin:0px auto;
	}
	
	table tr td
	{
	border:1px solid #000000;
	text-align:center;
	}
	

/* --------------------------------------- */
/* --( 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;
		}

	.img_title
	{
		margin:20px 0px 20px 20px;
	}
		
	.title
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:28px;
		color:#0e63b0;
		margin:15px 0px 0px 45px;
	}
	
	.ucase_bold_bigger
	{
		text-transform:uppercase;
		font-size:34px;
		font-weight:bold;
	}

/* --------------------------------------- */
/* --( TAKE OVER TRANSPARENT SCREEN)-- */
/* --------------------------------------- */

/*	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;
	}
*/


/* --------------------------------------- */
/* --( BACKGROUND)-- */
/* --------------------------------------- */


body div#bg_bottom_1
{
	width:100%;
	height:80px;
	background-image:url(../_images/bg_bottom_1.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	margin-top:0px;
	left:0px;
	right:0px;
}

body div#bg_bottom_2
{
	width:100%;
	height:401px;
	background-image:url(../_images/bg_bottom_2.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:80px;
	/* margin-top:98px; */
	left:0px;
	right:0px;	
}

body div#bg_bottom_3
{
	width:100%;
	height:403px;
	background-image:url(../_images/bg_bottom_3.jpg);
	background-repeat:repeat-x;
	position:absolute;	
	top:481px;
	left:0px;
	right:0px;
}

body div#bg_bottom_4
{
	width:100%;
	height:200px;
	background-image:url(../_images/bg_bottom_4.jpg);
	background-repeat:repeat-x;
	position:absolute;	
	top:796px;
	left:0px;
	right:0px;
}

/* --------------------------------------- */
/* --( mainframe)-- */
/* --------------------------------------- */

body div#mainFrame
{
	width:950px;
	height:902px;
	margin:0px auto;
	position:relative;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	position:relative;
}

/* --------------------------------------- */
/* --( header)-- */
/* --------------------------------------- */

body div#mainFrame div#header, body div#bg_bottom_1 div#header
{
	width:950px;
	margin:0px auto;
 	height:80px;
	position:relative;
	display:block;
}

body div#mainFrame div#header img#logo, body div#bg_bottom_1 div#header img#logo
{
	margin:0px 0px 0px 0px;
}

/* --------------------------------------- */
/* --( content)-- */
/* --------------------------------------- */

body div#mainFrame div#content
{
	width:100%;
	height:727px;
	background:#fff;	
	position:relative;	
	display:block;
	background-image:url(../_images/cust_butt.gif);	
}


/* --------------------------------------- */
/* --( footer)-- */
/* --------------------------------------- */

body div#mainFrame div#footer
{
	color:#666767;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body div#mainFrame div#footer img#footer_title
{
	margin:10px 0px 0px 0px;
}

body div#mainFrame div#footer img#footer_logos
{
	display:block;
	margin:10px auto;	
}

body div#mainFrame div#footer p#footer_text
{
	text-align:center;
}

body div#mainFrame div#footer ul#footer_list
{
	margin:15px auto;
	border:0px solid #CC3399;
	text-align:center;
}

body div#mainFrame div#footer ul#footer_list li
{
	margin:10px auto;
	display:inline;
}

body div#mainFrame div#footer ul#footer_list li a
{
	color:#666767;
}

body div#mainFrame div#footer ul#footer_list li a:hover
{
	color:#0000FF;
}