﻿/* -- Master Styles -- */

* 
{ 
    margin: 0; 
    padding: 0;
    position: relative;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li
{
    line-height: 1em;
}

h1,h2,h3,h4,h5,h6 { font-size: 1em; font-weight: 400; }

ul,ol { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }


body, html { height: 100%; margin-bottom: 1px; }

body 
{
	/*background: url(http://download.treaura.com/images/Edge_bkg_body.png) repeat-x #151515; */
	background-color:#1f1f1f;
	font-size: 62.5%; /* 1em = 1px */
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-align: left;
}
	
.clear { clear: both; font-size: .1em; }

a 			{ text-decoration: none; }
a:link		{ }
a:visited	{ text-decoration: none; }
a:hover		{ color: #fff; }
a:active	{ }

img { border: none; }

/* ------------ */
/* -- HEADER -- */
/* ------------ */

#head_container 
{
	height: 61px;
	/*background: url(http://download.treaura.com/images/Edge_bkg_head.png) repeat-x center; */
	/*border-bottom: 1px solid #000;*/
} 
	
#header 
{
	width: 975px;
	height: 61px;	
	margin: 0 auto;
}

#headerSmall
{
	width: 875px;
	height: 61px;	
	margin: 0 auto;
}

#ehs_logo { 
	display: block; 
	position: relative; 
	left: 827px; 
	width: 149px; 
	height: 85px; 
	background: url(http://download.treaura.com/images/Edge_head_logo_ie.gif) no-repeat; 
	}

/* ----------------------- */
/* -- CONTENT CONTAINER -- */
/* ----------------------- */

#container 
{
	width: 975px;
	margin: 0 auto;
	background: url(http://download.treaura.com/images/Edge_bkg_sidebar.png) repeat-y #272727;
}

#containerSmall 
{
	width: 875px;
	margin: 0 auto;
	background: url(http://download.treaura.com/images/Edge_bkg_sidebar.png) repeat-y #272727;
}

#content 
{
	margin: 0 auto;
	width: 675px;
	background: url(http://download.treaura.com/images/Edge_bkg_container.png) repeat-x; 
}

#contentSmall 
{
	margin: 0 auto;
	width: 575px;
	background: url(http://download.treaura.com/images/Edge_bkg_container.png) repeat-x; 
}

.col_container { }
		
.column_wide 
{  
    padding-bottom: 15px;
}


p 
{
	margin: 0 15px 5px;
	color: #CCC;
	font-size: 1em;
}
	
h1 
{
	display: block; 
	width: 675px;
	height: 75px;
	background: url(http://download.treaura.com/images/Edge_title.png) no-repeat center; 
	text-indent: -10000px;
}

.TitleText
{
    font-weight: bold;
	font-size: 14pt;
	color: white;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

.MessageTextBoldRed
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

.StdText
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

.StdTextBold
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

		
/* ------------ */
/* -- FOOTER -- */
/* ------------ */

#footer 
{
	width: 975px;
	padding: 5px 0;
	margin: 0 auto;
	border-top: 1px solid #151515;
	text-align: center;
	color: #444;
	font-size: 1em;
}

#footerSmall
{
	width: 875px;
	padding: 5px 0;
	margin: 0 auto;
	border-top: 1px solid #151515;
	text-align: center;
	color: #444;
	font-size: 1em;
}
		
.TagLineClass
{
	font-weight: bold;
	color: #000000;
	text-align: right;
	font-size: 10pt;
}	