
/*----------------------------------------
Name: global.css
Developed by: Nexus Lynx Media Group
Date Created: 8-12-2008
Last Updated: 8-12-2008
Copyright: 2008
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("css/reset.css");
@import url("css/externalLinks.css");


/* Elements
----------------------------------------*/
img { behavior: url(js/iepngfix.htc); }

body
{
	background: #000000 url(../images/body_bg.png) repeat;
}



body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.870em;
	line-height:1.5em;
	color:#CCCCCC;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#f4cb49;
	text-decoration:none;
}

a:hover, a:active
{
	color:#a68740;
	text-decoration:underline;
	
}

h1
{
	color:#f4cb49;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#f4cb49;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#f4cb49;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#f4cb49;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#f4cb49;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#f4cb49;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}


#containter table {border:4px outset #CCC;}

		
/* Main Content
----------------------------------------*/
#mainContent
{
	height: 450px;
	background: url(../images/bg_champ_glass.jpg) fixed;
	
}
#mainContent p
{
	text-indent: 1.5em;
	margin: 25px 0px 0px 25px;
}
#mainContent h1
{
	width: 450px;
	margin: 25px 0px 0px 25px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}
#mainContent h2
{
	width: 550px;
	margin: 25px 0px 0px 25px;
	padding: 0px 0px 3px 0px;
	border-bottom: 2px solid #CCCCCC;
}
#mainContent h3
{
	width: 450px;
	padding: 0px;
	margin: 25px 25px 0px 25px;
	border-bottom: 2px solid #CCCCCC;
}
.content {font-size: 1.4em;margin: 70px 0 0 25px;padding: 15px; height: 355px; width: 500px; overflow:auto; direction: ltr;}

a img {border: none;}
a:hover img {border: none;}
a:visited img {border: none;}

#ltr {direction: ltr;}
#rtl {direction: rtl;}





/* Footer
----------------------------------------*/
#footer
{	
	font-size: 1.4em;
	height: 60px;
	padding: 0;
	margin: 0 auto 0 auto;
}

#footer p 
{
	margin: 5px 5px 0 5px;
	font-size: .625em;
}
#footerLogo
{
	margin: 9px 10px 0 0;
	float: right;
}
#footerMenu
{
	margin: 5px 0 auto 0;
	float: left;
}
#footerMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#footerMenu li
{
	margin: 0;
	padding: 1em;
	float:left;
}
#footerMenu a
{
	font-family: inherit;
}

.textBox{
 background-color:#FFF;
 border:3px solid #e7ce94;
 color:#333333;
 height:20px;
 width:200px;
}

.longBox{
 background-color:#FFF;
 border:3px solid #e7ce94;
 color:#333333;
}

.submitBox{
 background-color:#FFF;
 border:3px solid #e7ce94;
 color:#333333;
}
.textSpan{
 font-size:13pt;
 font-weight:bold;
 color:#FFF;
}
