/*
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: 16px;
	font-weight: normal;
}


/*********************/
/****** Classes ******/
/*********************/
.rightBox {
	background: transparent url(/img/body_rightbox_bg.gif);
	margin-bottom: 10px;
	width: 241px;
}

.rightBox .top { 
background-color: transparent;
background-image: url(/img/right_box_top.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
width: 241px;
height: 6px; 
}

.rightBox .bottom { 
background-color: transparent;
background-image: url(/img/right_box_bottom.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center bottom;
width: 241px;
height: 6px;
}



/*************************/
/****** Identifiers ******/
/*************************/

.thePageBG {
	background: #c2e570 url(/img/body_main_bg.gif) 0px 0px repeat-y;
}

#pageInner {
	background: transparent url(/img/header_gradient_bg.gif) repeat-x;
}

#pageBody {
	background: transparent url(/img/body_header2.gif) no-repeat;
	width: 745px;
}


/* Body */
#bodyMain {
	float: left;
	width: 496px;
}


#logout {
}
#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;
}




/* Main Content Area */
#mainContent {
	float: left;
	position: relative;
	top: 20px;
	left: 10px;
	width: 300px;
}
#contentWrapper {
	width: 280px;
	margin: 0 10px 45px 10px;
	line-height: 20px;
}


/* Right Side Bar */
#bodyRight {
	float: left;
	width: 241px;
}

#recycle {
}
#recycleTop {
	background: transparent url(/img/right_box_recycle.jpg) no-repeat;
	width: 241px;
	height: 123px;
}

#recycleContent {
	padding: 0px 15px 5px 15px;
}
#recycleBottom {
	background: transparent url(/img/right_box_bottom.gif) bottom no-repeat;
	width: 241px;
	height: 6px;
}

#tonnage {}
#tonnageTop {
	background: transparent url(/img/right_box_tonnage.jpg) no-repeat;
	width: 241px;
	height: 123px;
}
#tonnageContent {
	padding: 0px 15px 5px 15px;
}
#tonnageBottom {
	background: transparent url(/img/right_box_bottom.gif) bottom no-repeat;
	width: 241px;
	height: 6px;
}

#become {
	margin-bottom:15px;
}
#become a {
	background: transparent url(/img/right_box_become.jpg) no-repeat;
	display: block;
	width: 241px;
	height: 126px;
}

#sponsors {
	color: #6a9913;
	font-size: 12px;
	font-weight: bold;
}
#sponsors a {
	font-size: 11px;
}
#sponsorsTop {
	background: transparent url(/img/right_box_top.gif) no-repeat;
	width: 241px;
	height: 6px;
}
#sponsorsContent {
	margin: auto;
	text-align: center;
	width: 198px;
}
#sponsorViewer {
	margin: auto;
}
#sponsorsBottom {
	background: transparent url(/img/right_box_bottom.gif) bottom no-repeat;
	width: 241px;
	height: 6px;
}


/* Footer */
.pageFooterBG {
	background: #c2e570 url(/img/body_footer.gif) no-repeat;
}