/* 
Innergy Stress Relief - Balance Through Energetics
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Styles
---------------------------------------------*/
body {
	background: #f6f2dd url('../images/innergy_logo.jpg') no-repeat top center;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans;
	color: #818181;	
	line-height: 18px;
}
div#status{
	height: 75px;
	background: #121212;
	border: 1px solid #171717;
	margin-top: 270px;
}
div#wrap, div#inner  {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	div#wrap a {color: #39b54a; text-decoration:none; border-bottom: 1px solid #39b54a;}
        div#wrap a:hover {color: #39b54a; text-decoration:none; border-bottom: 0px solid #39b54a;}
div#inner {
	padding-top: 28px;
	font-size: 13px;
}
	div#inner a {color: #39b54a;}
	div#inner a:hover {color: #CCC;}
div#content {
	margin-top: 40px;
	text-align:left;
}
div.left {
	float: left;
	width: 380px;
	padding-right: 15px;
	border-right: 1px solid #d1cbb0;
}
div.right {
	margin-left: 435px;
}
div#footer {
	margin-top: 40px;
	border-top: 1px solid #d1cbb0;
	padding-top: 10px;
}
/*--------------------------------------------
Typography
---------------------------------------------*/
h2 {
	color: #3b3b3b;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}
.white {color: #ffffff;}
.dark_gray {color: #3d3d3d;}
.site_gray {color: #818181;} 
.status_gray {color: #737373;}
label {
	float: left;
	width: 110px;
	display: block;
}
.textField {
	background: #d6d0b4;
	border: 1px solid #bbb59a;
	font-size: 12px;
	padding: 4px;
	width: 265px;
	color: #737373;
}