.address {
	font-weight: bold
}

#featured {
	width: 798px;
	height: 212px;
	margin-top: 10px;
	border: 1px solid #aaa;
	position: relative;
}

#featured a.link_button {
	position: static;
	left: -1px;
	display: block;
	background: url(../images/supporters/orange_link_button.png);
	width: 148px;
	height: 19px;
	margin: 10px 0;
	overflow: hidden;
	line-height: 19px;
	text-indent: 5px;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.9em;
	color: #FF9900 !important;
}

#featured .title_text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px;
	font-weight: bold;
	font-size: 1.7em;
}

#featured #p_image_holder {
	margin-top: 10px;
	margin-left: 5px;
	width: 380px;
	height: 190px;
	overflow: hidden;
	float: left;
}

#featured img.logo {
	vertical-align: center;
}

#featured .details {
	float: right;
	padding-top: 10px;
	width: 300px;
	font-size: 1.2em;
	background-color: #fff;
}

#featured .details .column {
	padding-left: 5px;
	width: 47%;
	float: left;
}

.body {
	overflow: hidden;
}

#new_layout h1 {
	clear: both;
	margin-right: 10px;
}

/* COLORs */
h1.blue a {
	color: #3399CC;
	border-bottom: 1px solid #3399CC;
}
h1.green a {
	color: #99CC00;
	border-bottom: 1px solid #99CC00;
}
h1.orange a {
	color: #FF9900;
	border-bottom: 1px solid #FF9900;
}
h1.purple a {
	color: #330066;
	border-bottom: 1px solid #330066;
}
h1.pink a {	
	color: #FF3366;
	border-bottom: 1px solid #FF3366;
}

h1.blue a, h1.green a, h1.orange a, h1.purple a, h1.pink a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

h1.blue a span, h1.green a span, h1.orange a span, h1.purple a span, h1.pink a span {
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

h1.blue a:hover span, h1.green a:hover span, h1.orange a:hover span, h1.purple a:hover span, h1.pink a:hover span {
	text-decoration: underline;
}

h1.blue a:hover, h1.green a:hover, h1.orange a:hover, h1.purple a:hover, h1.pink a:hover {
	text-decoration: none;
}

.blue_content .body_wrapper .readmore {
	background: url(../images/triangles_blue.png) no-repeat right;
}
.green_content .body_wrapper .readmore {
	background: url(../images/triangles_green.png) no-repeat right;
}
.orange_content .body_wrapper .readmore {
	background: url(../images/triangles_orange.png) no-repeat right;
}


.body_wrapper .readmore {
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	padding-right: 15px;
}

.supporter .readmore {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1%;
	display: block;
	width: 63px;
}

.blue_content .supporter .image_holder {
	background: url(../images/supporters/blue_logo_holder.png) no-repeat;
}
.blue_content .supporter a.link_button, #featured .blue a.link_button {
	background: url(../images/supporters/blue_link_button.png);
	color: #3399CC !important;
}
.blue_content .supporter .readmore {
	color: #3399CC;
	background: url(../images/supporters/small_triangle_blue.png) no-repeat right;
}
.green_content .supporter .image_holder {
	background: url(../images/supporters/green_logo_holder.png) no-repeat;
}
.green_content .supporter a.link_button, #featured .green a.link_button {
	background: url(../images/supporters/green_link_button.png);
	color: #99CC00 !important;
}
.green_content .supporter .readmore {
	color: #99CC00;
	background: url(../images/supporters/small_triangle_green.png) no-repeat right;
}
.orange_content .supporter .image_holder {
	background: url(../images/supporters/orange_logo_holder.png) no-repeat;
}
.orange_content .supporter a.link_button, #featured .orange a.link_button {
	background: url(../images/supporters/orange_link_button.png);
	color: #FF9900 !important;
}
.orange_content .supporter .readmore {
	color: #FF9900;
	background: url(../images/supporters/small_triangle_orange.png) no-repeat right;
}
.purple_content .supporter .image_holder {
	background: url(../images/supporters/purple_logo_holder.png) no-repeat;
}
.purple_content .supporter a.link_button, #featured .purple a.link_button {
	background: url(../images/supporters/purple_link_button.png);
	color: #330066 !important;
}
.purple_content .supporter .readmore {
	color: #330066;
	background: url(../images/supporters/small_triangle_purple.png) no-repeat right;
}

.pink_content .supporter .image_holder {
	background: url(../images/supporters/pink_logo_holder.png) no-repeat;
}
.pink_content .supporter a.link_button, #featured .pink a.link_button {
	background: url(../images/supporters/pink_link_button.png);
	color: #FF3366 !important;
}
.pink_content .supporter .readmore {
	color: #FF3366;
	background: url(../images/supporters/small_triangle_pink.png) no-repeat right;
}

.supporter_body {
	padding-right: 0px !important;
}

.supporter {
	float: left;
	width: 148px;
	overflow: hidden;
	margin-left: 4px;
	margin-right: 3px;
	position: relative;
	left: -5px;
}

.supporter a.link_button, .details a.link_button {
	position: relative;
	display: block;
	width: 148px;
	height: 19px;
	margin: 10px 0;
	line-height: 19px;
	text-indent: 5px;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.9em;
}

.small_side_link_button a.link_button {
	width: 138px;
	overflow: hidden;
}

.image_holder table, #p_image_holder table {
	border-collapse: collapse;
}

.image_holder img, #p_image_holder img {
	vertical-align: middle;
}

.image_holder td {
	height: 88px;
	text-align: center;
}

#p_image_holder td {
	height: 200px;
	text-align: center;
}

.supporter .image_holder {
	padding: 4px;
	height: 88px;
	line-height: 88px;
}

.supporter .image_holder img {
}

#left_panel label {
	font-weight: bold;
}

#news {
	position: relative;
	left: -1px;
}

/* RIGHT PANEL */
.side_panel .gradient_boxed .top {
	background: url(../images/thin_gradient_box_top.png) no-repeat;
	width: 153px;
}

.side_panel .gradient_boxed .bottom {
	background: url(../images/thin_gradient_box_bottom.png) no-repeat;
	width: 153px;
}

#new_side_layout h2.purple {
	border-bottom: 1px solid #330066;
}
#new_side_layout h2.pink {
	border-bottom: 1px solid #ff3366;
}
#new_side_layout h2.blue {
	border-bottom: 1px solid #3399CC;
}
#new_side_layout h2.green {
	border-bottom: 1px solid #99CC00;
}
#new_side_layout h2.orange {
	border-bottom: 1px solid #FF9900;
}


.member_list .image_holder img {
	vertical-align: middle;
}

.member_list_purple .image_holder {
	border: 1px solid #330066;
	width: 123px;
	height: 88px;
}
.member_list_pink .image_holder {
	border: 1px solid #ff3366;
	width: 123px;
	height: 88px;
}
.member_list_blue .image_holder {
	border: 1px solid #3399CC;
	width: 123px;
	height: 88px;
}
.member_list_green .image_holder {
	border: 1px solid #99CC00;
	width: 123px;
	height: 88px;
}
.member_list_orange .image_holder {
	border: 1px solid #FF9900;
	width: 123px;
	height: 88px;
}
#featured a, .supporter a {
	color: #000;
	font-weight: bold;
}

#new_side_layout .supporter a.link_button {
	background: url(../images/supporters/purple_link_button.png);
	color: #330066;
}

#new_side_layout .supporter {
	width: 138px;
}

#new_side_layout .body p {
	top: 0;
}
#new_side_layout .body {
	font-weight: normal;
	width: 135px;
	padding-left: 7px;
}

.side_panel {
	width: 153px !important;
	overflow: hidden;
}

.supporter li {
	position: relative;
	left: -3px;
	background: none;
	overflow: visible;
	padding-left: 0px;
	margin-left: 15px;
	list-style-type: disc;
	vertical-align: middle;
}

.details li {
	position: relative;
	left: -1px;
	background: none;
	overflow: visible;
	padding-left: 0px;
	margin-left: 15px;
	list-style-type: disc;
	vertical-align: top;
}

.purple_input {
	padding: 2px 0 0 0;
}
.purple_input input {
	padding: 0;
	background: none;
}

#supporter_holder.supporter {
	float: none;
	margin-bottom: 10px;
}

h2 a {
	display: block;
	text-decoration: none !important;
}

.member_list_green, .member_list_purple, .member_list_pink, .member_list_blue, .member_list_orange {
	font-weight: bold;
	overflow: hidden;
	width: 138px;
}
.member_list_green a, .member_list_purple a, .member_list_pink a, .member_list_blue a, .member_list_orange a {
	color: #666;
}
.member_list_green .green a {
	color: #99CC00;
}
.member_list_purple .purple a {
	color: #330066;
}
.member_list_pink .pink a {
	color: #ff3366;
}
.member_list_blue .blue a {
	color: #3399CC;
}
.member_list_orange .orange a {
	color: #FF9900;
}

.member_list_purple .details a.link_button {
	background: url(../images/supporters/purple_link_button_small.png) no-repeat;
	color: #330066 !important;
}

.member_list_pink .details a.link_button {
	background: url(../images/supporters/pink_link_button_small.png) no-repeat;
	color: #ff3366 !important;
}

.member_list_blue .details a.link_button {
	background: url(../images/supporters/blue_link_button_small.png) no-repeat;
	color: #3399CC !important;
}

.member_list_green .details a.link_button {
	background: url(../images/supporters/green_link_button_small.png) no-repeat;
	color: #99CC00 !important;
}

.member_list_orange .details a.link_button {
	background: url(../images/supporters/orange_link_button_small.png) no-repeat;
	color: #FF9900 !important;
}


a.link_button_goback {
	background: url(../images/supporters/purple_link_button_small.png) no-repeat;
	display: block;
	height: 19px;
	width: 138px;
	line-height: 2em;
	text-indent: 8px;
	color: #330066 !important;
	font-size: 10px;
	margin-bottom: 8px;
	position: relative;
	top: 0;
	left: -1px;
}


h3 {
	margin-bottom: 5px;
	font-size: 11px;
}

.project_list {
	font-weight: normal;
}

.project_list a {
	font-weight: bold;
	color: #000 !important;
}

.details { 
	font-weight: normal;
}

.member_list li {
	width:120px;
}

.supporter {
	font-weight: normal;
}

.supporter p {
	top: 0;
}

#patrons_ajax.supporter {
	width: 100%;
}

#purple_login_button {
	float: right;
	position: relative;
	top: 3px;
	width: 40px;
	border: 1px solid #330066;
	font-size: 12px;
}

#login_form {
	overflow: hidden;
	height: 1%;
}

#status_messages a {
	color: #fff;
	text-decoration: underline;
}

#fixed_list li {
	position: static;
	background: url(../images/bullet.jpg) no-repeat;
	background-position: 5px 3px !important;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0;
}

.header_footer a {
	color: #33006A !important;
}

#scroller_wrapper.scroller_styles {
	height: 394px; 
	overflow: auto; 
	margin-right: -9px
}