/*
This stylesheet was made exclusively for the Recycling Coalition of Utah (utahrecycles.org) by Eli Kirk (elikirk.com)
*/


/* Include Global Styles */
@import url("/css/style.css");


/**********************/
/****** Elements ******/
/**********************/

h1 {
	color: #6a9913;
	font-size: 21px;
	font-weight: normal;
	margin-top: 0;
	position: relative;
	top: 13px;
	left: 11px;
	width: 172px;
	height: 65px;
}


/*********************/
/****** Classes ******/
/*********************/

.rightBox {
	margin-bottom: 10px;
	width: 173px; /* 208px */
}



/*************************/
/****** Identifiers ******/
/*************************/

.thePageBG {
	background: #c2e570 url(/img/body_main_bg2.gif) 0px 0px repeat-y;
}

#pageInner {
	background: transparent url(/img/header_gradient_bg2.gif) repeat-x;
}

#pageBody {
	width: 745px;
}

/* Body */
#bodyMain {
	float: left;
	width: 725px;
}


/* Main Content Area */
#contentHeader {
	width: 525px;
}
#breadCrumbs {
	float:left;
	width: 466px;
}

#logout {
	float:left;
}
#logout a {
	background: transparent url(/img/button_logoutOFF.gif);
	display: block;
	width: 59px;
	height: 25px;
}
#logout a:hover {
	background: transparent url(/img/button_logoutOVER.gif);
	width: 59px;
	height: 25px;
}
#headerTitle {
	clear:both;
	background: #e3e3e3 url(/img/pileoftrash.jpg) 327px 0px no-repeat;
	width: 525px;
	height: 120px;
}

#mainContent {
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
	width: 544px;
}
#contentWrapper {
	width: 544px;
	margin-bottom: 45px;
	line-height: 20px;
}

#contentText {
	position:relative;
	top: 20px;
	left: 10px;
	float: left;
	width: 300px;
	margin-bottom: 50px;
}


#itemList {
}
.itemTitle {
	color: #6A9913;
}
.itemValue {
	font-size: 40px;
	line-height: 40px;
}




/* Right Side Bar */
#bodyRight {
	float: left;
	position: relative;
	top: 20px;
	left: 45px;
	width: 173px;
	margin-bottom: 40px;
}

#recycle {}

#tonnage {
	border-top: 1px solid #cfd0cb;
}

#become {
	border-top: 1px solid #cfd0cb;
}
#become a {
	background: transparent url(/img/right_box_become2.jpg) 0px 25px no-repeat;
	display: block;
	height: 126px;
}

#sponsors {
	border-top: 1px solid #cfd0cb;
	color: #6a9913;
	font-size: 12px;
	font-weight: bold;
}
#sponsors a {
	font-size: 11px;
}
#sponsorsContent {
	margin: auto;
	text-align: center;
}
#sponsorsContent div {
	margin-top: 15px;
}
#sponsorViewer {
	margin: auto;
}

#rightLogin input {
	border: #C8C7C8 1px solid;
}
#rightLogin input.noBorder {
	border: 0;
}

/* Search Function */
#guideSearch label {
  display: block;
}
#guideSearch select {
}
#guideSearch fieldset {
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 5px;
}
#guideSearch fieldset.currentlocation {
  /*background-image: url(/img/recyclelogo.jpg);*/
  background-repeat: no-repeat;
  background-position: 95% 10px;
}
#guideSearch fieldset.materials label {
  display: block;
}
#guideSearch fieldset.materials select {
  width: 100%;
}
#guideSearch fieldset legend {
  border: 1px solid #aaa;
  padding: 0 5px;
  background-color: #c2e570;
}


/* Footer */
.pageFooterBG {
	background: #c2e570 url(/img/body_footer2.gif) no-repeat;
}