.roundbox-tr {
	margin: 0;
	padding: 0;
	background: url("roundbox_tr2.gif") no-repeat right top;
}

/* top-left corner and left side */
.roundbox-tl {
	margin:0px;
	padding:0;
	background: url("roundbox_tl2.gif") no-repeat left top;
	width: 30px;
}

/* bottom-right corner and bottom side */
.roundbox-br {
	margin:0;
	padding:0;
	background: url("roundbox_br2.gif") no-repeat right bottom;
}

/* bottom-left corner */
.roundbox-bl {
	margin:0;
	padding:0;
	background: url("roundbox_bl2.gif") no-repeat left bottom;
	height: 30px;
}

/* content div, it could be omitted (the content going into "roundbox-bl" but I felt that alinging the content was easier 
with "roundbox-content" in place */
.roundbox-content {
	margin:0;
	padding-top: 1px;
	padding-right: 30px;
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.roundbox-content p {
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"Courier New", Courier, mono;
	font-size: 14px;
}
div#table_div
{ 
	visibility: hidden;
	position:absolute;
	z-index: 100;
}
div#content_div input {
	border-style: none;
	border-bottom: 1px dashed #000000;
	background-color:#DCD6A6;
	color: #336600;
	font-family:"Courier New", Courier, mono;
	font-size: 14px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}


body
{
	margin: 0px;
	padding: 0px;
	background-color: #C3D2A2;
	font-family:Arial, Helvetica, sans-serif;
}
div.top_bar
{
	width: 800px;
	top: 10px;
	position: relative;
	height: 41px;
}
div.subscribe
{
	width: 780px;
	text-align: right;
	top: 10px;
	height: 65px;
	position: relative;
}
div.logo
{
	background-image: url('alchemlist_logo.jpg');
	background-repeat:no-repeat;
	height: 41px;
	width: 198px;
	position: relative;
	display: inline;
	float: left;
}
li a
{
	line-height: 0px;
	width: 100px;
}
li.be_listed a
{
	background-image: url('be_listed.gif');
	background-repeat:repeat-y;
	width: 70px;
	height: 16px;
	top: 0px;
	padding-right: 10px;
	border-right: 2px solid #313163;
	position: relative;
	display: inline;
	float: right;
}
li.home a
{
	background-image: url('home.gif');
	background-repeat:repeat-y;
	width: 40px;
	height: 16px;
	top: 0px;
	padding-right: 10px;
	border-right: 2px solid #313163;
	position: relative;
	display: inline;
	float: right;
}
li.contact_us a
{
	background-image: url('contact_us.gif');
	background-repeat:repeat-y;
	width: 81px;
	height: 16px;
	padding-right: 10px;
	border-right: 2px solid #313163;
	position: relative;
	display: inline;
	float: left;
}
li.tell_a_friend a
{
	background-image: url('tell_a_friend.gif');
	background-repeat:repeat-y;
	width: 80px;
	height: 16px;
	position: relative;
	padding-right: 10px;
	border-right: 2px solid #313163;
	display: inline;
	float: left;
}
li.about_us a
{
	background-image: url('about_us.gif');
	background-repeat:repeat-y;
	width: 80px;
	height: 16px;
	position: relative;
	display: inline;
	float: left;
}
div.main_content
{
	background-color: #DFEA80;
	width: 780px;
	border: 10px solid #ffffff;
	/*height: 510px;*/
	position: relative;
	top: 10px;
	padding-bottom: 5px;
}
ul.links
{
	float:right;
	margin-top: 15px;
	list-style-type: none;
	margin-left: 0px;
	width: 560px;
}
ul.links li
{
	text-indent: -9999px;
	float:left;
	display: inline;
	padding-right: 10px;
	width: 100px;
}
ul.browse
{
	list-style-type: none;
	width: 620px;
	margin: 0px;
	margin-top: 2px;
}
ul.browse li
{
	display: inline;
	padding-right: 30px;
	padding-left: 50px;
	width: 230px;
}
ul.browse a
{
	font-size: 14px;
}
table.cities tr 
{ 
	vertical-align: text-top; 
}
table.cities a
{
	text-decoration: none;
	color: #336600;
}
table.cities a:hover
{
	color: #000000;
}
li.copyright { width: 600px; text-align: left; }
#copyright { font-size: 12px; color: #313163; }
li.privacy { width: 100px; }
#privacy { font-size: 12px; color: #313163; }
div.footer
{
	width: 780px;
	margin-top: 0px;
}
ul.footer
{
	float:right;
	margin-top: 20px;
	list-style-type: none;
	margin-left: 0px;
}
ul.footer li
{
	float:left;
	display: inline;
	padding-right: 20px;
}
ul.contact_info { float:right; list-style-type: none; margin: 0px;}
div.button
{
	background-image: url('sign_up_final.jpg');
	background-repeat:repeat-y;
	width: 70px;
	height: 28px;
	display:inline;
	float: right;
	margin-top: 15px;
}
div.subscribe_box
{
	background-image: url('subscribe.jpg');
	height: 27px;
	width: 114px;
	display:inline;
	float: right;
	margin-right: 10px;
	position: relative;
	margin-top: 15px;
}
div.be_listed_bubble
{
	background-image: url('bubble3.gif');
	height: 65px;
	width: 165px;
	display:inline;
	float: left;
	margin-left: 220px;
	position: relative;
}
div.subscribe_input
{
	height: 28px;
	display:inline;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}
div.subscribe_input input
{
	width: 150px;
	border: 1px solid #313163;
	color: #313163;
	text-align: center;	
}
div.blog
{
	width: 357px;
	border: 1px solid #313163;
	background-color:#FFFFFF;
	height: 250px;
	padding-bottom: 0px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
div.map_text
{
	background-image: url('map_text.gif');
	background-repeat:no-repeat;
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	display: inline-table;
}
div.blog_text
{
	height: 20px;
	width: 100%;
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	display: inline-table;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
div.blog_content h3
{
	margin: 0px;
	padding-top: 10px;
}
div.blog_content ul
{
	margin: 0px;
	margin-bottom: 5px;
}
#body_wrapper { width: 780px; }
div.blog_content
{
	height: 250px;
	position: relative;
	background-color: #99B3CC;
	color: #313163;
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 5px;
	text-align: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
div.blog_content li
{
	margin-left: -15px;
}
div.blog_content u
{
	font-size: 14px;
}
a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    height: 25px;
    margin-right: 2px;
	margin-top: 2px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	white-space:nowrap;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
	height: 20px;
    padding: 5px 0px 0px 10px;
	white-space:nowrap;
	_width: 0px;
}
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
}
div.search
{
	width: 766px;
	border: 1px solid #313163;
	background-color:#99B3CC;
	height: 75px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 0px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	display: inline;
}
div.map
{
	width: 400px;
	border: 1px solid #313163;
	background-color:#FFFFFF;
	height: 250px;
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	display: inline;
}
div.map_expand
{
	width: 403px;
	border: 1px solid #313163;
	background-color:#99B3CC;
	height: 250px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	display: inline;
}
div.map_expand a { text-decoration: none; border: none;}
div.donate_text
{
	margin: 0px;
	position: relative;
	width: 100%;
	padding: 5px;
	color:#313163;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
}
div.browse_all
{
	position: relative;
	padding: 0px;
	padding-bottom: 2px;
	color:#313163;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
	width: 766px;
	border: 1px solid #313163;
	background-color:#99B3CC;
	height: 20px;
	margin-top: 4px;
	margin-left: 4px;
	vertical-align: middle;
}
div.search_text
{
	margin: 0px;
	position: relative;
	width: 100%;
	padding: 5px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
}
div.category_buttons
{
	width: 320px;
	height: 55px;
	margin-left: 5px;
	margin-top: 10px;
	font-size:12px;
}
div.category_buttons input
{
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
div.category_buttons td
{
	text-align:left;
}

div.search_div
{
	width: 334px;
	height: 45px;
	background-repeat:no-repeat;
	background-image: url(item_div_bg.png);
	display: inline;
	float:left;
	padding-top: 0px;
}
div.search_cause_div
{
	width: 334px;
	height: 45px;
	background-repeat:no-repeat;
	background-image: url(cause_div_bg.png);
	display: inline;
	float:left;
	padding-top: 0px;
}
div.num1_div
{
	width: 34px;
	height: 45px;
	background-repeat:no-repeat;
	background-image: url(num1.gif);
	display: inline;
	margin-left: 10px;
	float:left;
}
div.num2_div
{
	width: 36px;
	height: 44px;
	margin-left: 10px;
	background-repeat:no-repeat;
	background-image: url(num2.gif);
	display: inline;
	float:left;
}

div.num3_div
{
	width: 37px;
	height: 44px;
	margin-left: 10px;
	background-repeat:no-repeat;
	background-image: url(num3.gif);
	display: inline;
	float:left;
}

div.zip_div
{
	width: 180px;
	height: 45px;
	margin-left: 2px;
	background-repeat:no-repeat;
	background-image: url(zip_div_bg.png);
	display:inline;
	float:left;
	text-align: center;
}
input.zip
{
	width: 100px;
	margin-top: 8px;
	margin-left: 45px;
	border: 1px solid #313163;
	color: #313163;
	text-align: center;	
	font-size: 16px;
}
input.city
{
	width: 75px;
	margin-left: 30px;
	margin-top: 5px;
	border: 1px solid #313163;
	color: #313163;
	text-align: center;
}
select.state
{
	width: 70px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #313163;
	color: #313163;
	text-align: center;
}
div.search_div select
{
	width: 150px;
	margin-left: 30px;
	margin-top: 5px;
	border: 1px solid #313163;
	color: #313163;
	text-align: center;	
}
table.div_table td
{
	vertical-align:top;
}
input.item_text
{
	width: 175px;
	margin-left: 90px;
	margin-top: 7px;
	border: 1px solid #313163;
	color: #313163;
	font-size: 18px;
	text-align: center;
}
select.cause
{
	margin-left: 90px;
	margin-top: 8px;
	font-size: 16px;
}
input.search_button
{
	margin-top: 5px;
}
img.view_all
{
	margin-top: 25px;
	text-decoration: none;
	border: 0px;
}
div.button_div
{
	width: 135px;
	height: 111px;
	margin-left: 2px;
	background-repeat:no-repeat;
	background-image: url(button_div.gif);
	display:inline;
	float:left;
	text-align: center;
}
h1.pagetitle
{
	font-size: 24px;
	color: #313163;
}
h3.state
{
	text-align: left;
	padding-left: 25px;
	margin-bottom: 0px;
	font-size: 18px;
	color: #313163;
}
ul.city
{
	text-align: left;
	list-style: none;
	margin-top:0px;
}
div.npimg
{
	width: 252px;
	height: 186px;
	background-image: url('../images/button_brown2.png');
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	font-family:
}
div.npimg_green
{
	width: 252px;
	height: 186px;
	background-image: url('../images/button_green.png');
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
}
div.npimg_teal
{
	width: 252px;
	height: 186px;
	background-image: url('../images/button_teal.png');
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
}
div.npimg_orange
{
	width: 252px;
	height: 186px;
	background-image: url('../images/button_green.png');
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
}
div h1,h2,h3,h4 { margin: 0px; }
h1.nonprofit
{
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}
h2.join
{
	margin-left: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: text-top;
	display: inline;
}
ul.nonprofit
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-top:10px;
	padding-left: 20px;
	list-style-type: none;
	margin-bottom: 5px;
	padding-right: 5px;
}
h3.findmore
{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}
#join { font-size: 18px; }
#alread_joined { font-size: 14px; }
#join:hover,#already_joined:hover { color:#C3D2A2; }
#contact_info { font-size: 12px; color:#313163; text-align: center; padding-right: 150px; }
div.nonprofit li
{
	padding-bottom: 2px;
}
h4.member
{
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
a { font-weight: bold; font-size: 14px; color: #ffffff; text-decoration: none; }
a:hover { color: #313163; text-decoration: underline; }
img.left { float: left; }
img.right { float: right; padding-right: 20px; }
