body
{
	background: url(/images/relightny_bg.jpg) no-repeat #333333;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	min-height: 800px;
	font-size: 12px;
	color: #fff;
}
img {
	border: 0;
}
a, a:link, a:active, a:visited {
	color: #ff9700;
}
#header
{
	height: 100px;
	margin-left: 40px;
	width: 960px;
	border-bottom: 1px dashed #969696;
}
#header #logo {
	position: absolute;
	z-index: -2;
	left: 94px;
	top: 34px;
}
#header #bulb {
	background: url(/images/light_bulb.png) no-repeat;
	position: absolute;
	left: 128px;
	top: 0;
	width: 630px;
	height: 195px;
	z-index: -1;
}
#header ul#nav
{
	position: absolute;
	z-index: 1000;
	left: 380px;
	width: 550px;
	top: 72px;
	list-style-type:none;
	margin:0;
}

#header ul#nav li
{
	font-size: 0.8em;
	float:left;
	margin-left:3em;
}

#login_links {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 1000;
	font-size: 0.9em;
	text-align: right;
	left: 880px;
	width: 100px;
	top: 58px;
}
#login_links a {
	color: #fff;
	text-decoration: underline;
}
#login_links .sign_in a {
	color: #ff9700;
	line-height: 1.6em;
}
#footer {
	margin-top: 100px;
	width: 785px;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	margin-left: 80px;
	color: #d0d0d0;
	font-size: 0.9em;
}
#footer .shift {
	padding-right: 5px;
}
#footer a {
	color: #d0d0d0;
	font-size: 0.9em;
	text-decoration: underline;
	margin-right: 5px;
}
#container {
	width: 896px;
	margin-top: 40px;
	margin-left: 80px;
	min-height: 600px;
	
}
#content {
	width: 560px;
	height: 100%;
	float: left;
}
#content #left {
	float: left;
	height: 100%;
	width: 135px;
	margin-right: 25px;
}
#content #left #panel {
	background: url(/images/left_content_bg.png) bottom no-repeat;
	padding-bottom: 17px;
}
#content #left #panel_content {
	padding: 5px 10px 10px 10px;
	background-color: #ffffff;
	color: #000;
}
#content #left #panel_content img {
	display: block;
	margin-bottom: 5px;
}
#content #left #panel_content .item {
	font-size: 0.9em;
	border-bottom: 1px dashed #ff9700;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#content #left b {
	color: #ff9700;
	display: block;
}
#content #left #download_left {
	margin: 15px;
}
#content #left #download_left a {
	color: #c7c7c7;
}
#content #content_right {
	width: 400px;
	float: left;
}
#content #content_right p {
	background-color: #ffffff;
	color: #000000;
	padding: 5px 10px 10px 10px;
	font-size: 0.9em;
	font-weight: normal;
}
h1 {
	color: #ff9700;
	margin-bottom: 5px;
}
h2 {
	color: #ff9700;
	margin-bottom: 5px;
}
h3 {
	color: #ff9700;
}
label {
	color: #ff9700;
}

#right {
	width: 285px;
	height: 100%;
	float: right;
}
#right hr {
	margin: 20px 0 20px 0;
	color: #e0e0e0;
}
.form_float p {
	float: left;
	margin-right: 15px;
}
.form_float {
	clear: both;
}
.error {
	background-color: red;
	padding: 5px;
	color: #fff;
}
.white {
	background-color: #ffffff;
	color: #000000;
	padding: 5px 10px 10px 10px;
}
#map_bar {
	width: 100%;
	background-color: #fff;
	color: #000;
}
.close_button {
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
}
.close_button a {
	color: #c80f0f;
}
#lookup_results {
	width: 100%;
	background-color: #fff;
	color: #000;
}
#building_summary {
	background-color: #ffffff;
	color: #000;
}
#building_summary .header {
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
	color: #fff;
	background-color: #617612;
	font-family: Arial, Verdana;
}
#building_summary .building {
	margin: 0 5px 0 5px;
	padding: 5px 5px;
	border-bottom: 1px #000 dashed;
}
#building_summary .num {
	color: #617612;
}
#building_summary .conv {
	color: #ff9700;
}
#building_summary input {
	background-color: #cccccc;
	border: 0;
}
.results {
	background-color: red;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
}
#new_members {
	background: url(/images/new_members_bg.png) repeat-y;
	width: 285px;
	min-height: 277px;
}
#new_members .user {
	padding-bottom: 10px;
	color: #fff;
}
#new_members .user a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#new_members .user .bg_space {
	float: left; background-color: #0083d6; width: 10px; height: 50px; margin-right: 3px;
}
#new_members .user .border {
	margin: 10px;
	border-bottom: 1px dashed #c6c6c6;
}
.user_details a {
	font-weight: bold;
	text-decoration: none;
}
.user_details span {
	color: #ff9700;
}
#search {
	width: 285px;
	background: url(/images/search_bg.png) repeat;
}
#shop {
	font-size:.85em;
	margin-top:20px;
	height: 100px;
	border-top:1px solid #616161;
	padding-top:12px;
	border-bottom:1px solid #616161;
	padding-bottom:12px;
}

#shop #store {
	width:100px;
	height:70px;
	padding:40px 60px 0 0;
	position:relative;
	background:url(../images/relightnystore.png) no-repeat top right;
	float:left;
	margin-right:8px;
	display:inline; /*IE6 double margin bug*/
}
#shop #store a,
#shop #buybulbs a {
	position:absolute;
	bottom:0;
	right:0;
	color:#ffffff;
}
#shop #buybulbs {
	width:95px;
	height:70px;
	padding:36px 0 0 20px;
	position:relative;
	background:url(../images/letsgogreen.png) no-repeat top left;
	float:left;
}
