/*** Content Styles ***/

body {
	background-color: #262626;
	color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
}
h1, h2.pagetitle {
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	color: #BA0D0D;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 15px 0px -5px 5px;
	line-height: 29px;
}
h3.mission, h3.tagline {
	font-size: 23px;
	margin: 15px 0 20px 0;
}
h3 a:link, h3 a:visited, h3 a:active {
	color: #262626;
	text-decoration: none;
}
h3 a:hover {
	color: #BA0D0D;
	text-decoration: none;
}
h3.donate {
	font-size: 23px;
	margin-left: 0px;
}

h4 {
	color:#000;
	font-size:12px;
	margin-top:0;
}
h5 {
	font-size: 28px;
	font-weight: normal;
	margin: 15px 0px -5px 5px;
	line-height: 29px;
}
h5.tagline {
	font-size: 23px;
	margin: 10px 0 45px 1px;
}
h5 a:link, h5 a:visited, h5 a:active {
	color: #262626;
	text-decoration: none;
}
h5.tagline a:hover {
	color: #BA0D0D;
	text-decoration: none;
}
.small {
	font-size: small;
}

hr {
    border: none;
    background-color: #CCC;
    color: #CCC; /* Older versions of IE use the `color` attribute to style <hr> */
    height: 1px;
    line-height: 1px;
    margin-top: 25px;
	margin-bottom: 25px;  
}
.special-message {
	color: #777;
}

/*** Links Styles ***/

a:link, a:visited, a:active {
	color: #BA0D0D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #930A0A;
}

/*** Lists ***/

ul {
	margin: 0px 0px 0px -25px;
}
li {
	padding-bottom: 8px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
}
ul.no-bullets li {
	list-style-type: none;
}
li:last-child {
	padding-bottom: 0px;
}

/*** Layout Page Styles ***/

#site-wrapper-background {
	background-color: #FFF;
	margin: 0px;
	padding-bottom: 25px;
	width: 100%;
}
#site-wrapper {
	margin: 0px auto;
	width: 955px;
}
#top-area {
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 315px;
	padding-top: 5px;
	width: 950px;
}
#top-area img {
	margin-left: -5px;
	margin-top: 25px;
}
#content-area {
	height: 100%;
	min-height: 420px;
	margin-top: 0;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*** Home Page / Right Column Styles ***/

#right-column-wrapper {
	float: right;
	width: 394px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#right-column-wrapper h1 { /* Menu Item Headers for Home Page */
	background-image: url(../images/layout/header-line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-top: -30px;
	width: 393px;
}
#right-column-wrapper h1 img {
	margin-bottom: -30px;
	padding-right: 10px;
	margin-top: -30px;	
}
#right-column-wrapper h2 { /* Menu Item Headers for Home Page */
	background-image: url(../images/layout/header-line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	width: 393px;
}
#right-column-wrapper em {
	color: #666666;
	text-align: right;
	font-style: normal;
}
#right-column-wrapper p {
	margin-top: 10px;
}

/*** Search ***/

.search {
	background-color: #262626;
	border-left: 1px solid #000;
	float: right;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 208px;
}
/* Makes Search in Firefox 3 Align Properly */
html>/**/body .search, x:-moz-any-link, x:default { 
	width: 211px;
	margin: 0 0 0 -3px;
}
html>/**/body .textfield, x:-moz-any-link, x:default { 
	width: 136px;
}/* End Firefox 3 Hack */

.go {
	margin-top: 2px;
}
.go:hover {
	opacity: .90;
	filter: alpha(opacity=90);  /* IE-only */
	-moz-opacity: .90;  /* older Mozilla browsers */
}
.textfield {
	background: url(../images/layout/fieldcell.png) repeat-x #FFF;
	border: 1px solid #FFF;
	border-top: 1px solid #ECECEC;
	color: #888;
	font-size: 12px;
	padding: 4px;
	margin: 2px 0 0 10px;
	width: 134px;
}
.textfield:focus {
	border: 1px solid #BB4D5A; 
	color: #444;
	outline: none;
}

/*** Secondary Navigation (Top) ***/

#secondary-nav {
	background-color: #262626;
	width: 576px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: right;
}
#secondary-nav ul {
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary-nav li {
	float: left;
	list-style-type: none;
}
#secondary-nav li a:link, #secondary-nav li a:visited, #secondary-nav li a:active {
	background: url(../images/layout/top-nav-bg.png) repeat-x;
	border-right: 1px solid #4A4A4A;
	border-left: 1px solid #000;
	color: #FFF;
	display: block;
	font-weight: normal;
	padding: 0 10px 0 9px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
#secondary-nav li.alt a:link, #secondary-nav li.alt a:visited, #secondary-nav li.alt a:active {
	background: url(../images/layout/top-nav-bg-alt.png) repeat-x;
	border-right: 1px solid #DC0702;
	border-left: 1px solid #DC0702;
}
#secondary-nav li a:hover {
	color: #E4E4E4;
	background: url(../images/layout/top-nav-bg-hover.png) repeat-x;
}
#secondary-nav li.alt a:hover {
	background: url(../images/layout/top-nav-bg-alt-hover.png) repeat-x;
}

/*** Main Navigation ***/

#main-nav {
	background-color: #262626;
	color: #EFEFEF;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5;
	width: 955px;
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav li {
	border-right: 1px solid #4A4A4A;
	border-left: 1px solid #000;
	float: left;
	line-height: 17px;
	list-style-type: none;
	padding: 0;
}
#main-nav li:first-child {
	border-left: none;
}
#main-nav li:last-child {
	border-right: none;
}
#main-nav a:link, #main-nav a:visited, #main-nav a:active {
	color: #EFEFEF;
	display: block;
	font-weight: normal;
	font-size: 15px;
	padding: 7px 29px;
	text-decoration: none;
	text-transform: uppercase;
}
#main-nav a:hover {
	color: #FFF;
}
#main-nav em {
	font-style: normal;
}
#main-nav em:hover, #main-nav li:hover em {
	color: #BA0D0D;
}

/*** Main Navigation - Drop Down Menu Styles ***/

#main-nav li ul {
	background-image: url(../images/layout/drop-down-bkgd.png);
	background-repeat: repeat;
	background-position: top;
	border-top: 2px solid #262626;
	display: none;
	font-size: 12px;
	list-style-type: none;
	top: 48px;
	position: absolute;
	text-transform:uppercase;
}
#main-nav li#last ul {
	right: 0px;
}
#main-nav li:hover ul {
	display: block;
	margin: 0;
	padding: 0;
}
#main-nav li ul li {
	border: none;
	float: none;
	line-height: 14px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
	width: 210px;
}
#main-nav li ul li a:link, #main-nav li ul li a:visited, #main-nav li ul li a:active {
	color: #EFEFEF;
	font-size: 12px;
	padding: 6px 20px;
}
#main-nav li ul li a:hover {
	background-color: #000;
	color: #FFF;
}

/*** Footer ***/

address {
	color: #EFEFEF;
	height: 109px;
	font-style: normal;
	line-height: 19px;
	margin: 0px auto;
	padding-top: 35px;
	width: 950px;
	position: relative;
}
.street-address, .phone, .fax {
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #000;
	padding: 0px 10px;
}
.street-address {
	border-left: none;
	padding-left: 0px;
}
.fax {
	border-right: none;
}
address img.facebook,
address img.twitter {
	position: absolute;
	top: 88px;
	left: 415px;
}

address img.twitter {
	left: 460px;
}

.social-media-side {
	margin: 5px auto 0 auto;
	float: right;
}

/*** Buttons ***/

#right-column-wrapper a:link.button, #right-column-wrapper a:active.button, #right-column-wrapper a:visited.button, a:link.button, a:active.button, a:visited.button {
	background-color: #BA0D0D;
	color: #EFEFEF;
	font-weight: normal;
	float: right;
	padding: 3px 10px;
	margin-left: 15px;
}
#right-column-wrapper a:link.button em, #right-column-wrapper a:active.button em, #right-column-wrapper a:visited.button em, a:link.button em, a:active.button em, a:visited.button em {
	color: #EFEFEF;
	font-style: normal;
	text-transform: uppercase;
}
#right-column-wrapper a.button:hover em, a.button:hover em {
	color: #BA0D0D;
}
#right-column-wrapper a.button:hover, a.button:hover {
	background-color: #262626;
}

.accent p a.donatebutton {
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */	color: #B80C0C;
	font-weight: bold;
 	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #999;
	margin: 15px 5px 15px -2px;
}

.accent p a:hover.donatebutton {
	background: #F2F2F2; /* old browsers */
	background: -moz-linear-gradient(top, #F2F2F2 0%, #D8D8D8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#D8D8D8)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F2F2', endColorstr='#D8D8D8',GradientType=0 ); /* ie */
	margin: 5px 5px 12px -2px;
}

/*** 4 Column Layout ***/

.column-one, .column-two, .column-three, .column-four {
	float: left;
	margin-left: 0px;
	margin-right: 25px;
	width: 220px;
}
.column-four {
	margin-right: 0px;
	padding-right: 0px;
}
.column-one p, .column-two p, .column-three p, .column-four p {
	border-bottom: 1px solid #CACACA;
	height: 120px;
	line-height: 18px;
}



.column-one strong, .column-two strong, .column-three strong, .column-four strong {
	font-size: 14px;
}
.column-one em, .column-two em, .column-three em, .column-four em {
	color: #BA0D0D;
	font-style: normal;
}
ul.advisors em {
	color: #BA0D0D;
	font-style: normal;
}

/* Home Page 4 Column Blog Entries */

h1.alternate {
	margin-top: 0;
}
ul.columns {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.columns li {
	list-style-type: none;
	float: left;
	margin-right: 25px;
	width: 220px;
}
ul.columns li:last-child {
	margin-right: 0;
}
ul.columns p {
	margin: 8px 0;
	font-size: 13px;
	line-height:18px;
}
ul.columns h2 {
	background: url(../images/layout/header-line.jpg) repeat-x #FFF;
	color: #262626;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding-top: 25px;
	font-size: 13px;
	line-height:18px;
}
ul.columns a {
	font-size: 13px;
	line-height:18px;
}

/*** 2 Column Layout ***/

.two-column {
	width: 430px;
}
.two-column strong {
	padding-bottom: 0px;
	margin-bottom: -10px;
}
.two-column p, .three-column p {
	border-bottom: none;
	height: auto;
	position: relative;
}
.two-column em, .three-column em {
	color: #666;
}
.column-four.two-column, .column-four.three-column {
	float: right;
}

/*** 3 Column Layout ***/

.three-column {
	width: 285px;
}
.column-one.three-column, .column-two.three-column {
	margin-right: 50px;
}
.team .three-column, .lunch-special .three-column {
	width: 275px;
}

/*** Menu: Catering and Lunch ***/

dl {
	background: url(../images/layout/dot.jpg) repeat-x 0 16px;
	margin-top: 0px;
	overflow: auto;
	width: 100%;
}
dt {
	font-weight: bold;
	font-size: 14px;
	float: left;
	padding-right: 4px;
}
dt em {
	color: #666;
	font-weight: normal;
}
dd {
	color: #666;
	margin: 0px;
}
dt, dd.price {
	background: #fff;
}
dd.price {
	float: right;
	padding-left: 4px;
}
dd.ingredients {
	float: left;
	width: 100%;
}
dl.double {
	margin: 0px;
}
dl.no-dots {
	background: none;
}
dl.top-margin {
	margin-top: 15px
}
.team dl, .lunch-special dl {
	background: url(../images/layout/dot-team.jpg) repeat-x 0 16px;
}
.team dt, .team dd.price, .team p, .lunch-special dt, .lunch-special dd.price, .lunch-special p {
	background-color: #CACACA;
	color: #262626;
}
.stars {
	color: #BA0D0D;
	font-size: 32px;
}

/*** Team / Accent Areas ***/

ul.staff {
margin: 0px;
padding: 0px;
}

ul.staff li {
list-style: none;
display: inline-block;
margin: 0px 15px 0px 0px;
padding: 0px;
}

ul.advisors {
	margin-left: -40px;
	padding-bottom: 14px;
}

ul.advisors li {
	border-bottom: 1px solid #CACACA;
	line-height: 18px;
	display: block;
	height: 120px;
	float: left;
	margin: 14px 25px 0px 0;
	padding: 0;
	width: 220px;
}
ul.advisors li.last {
	margin-right: 0;
}
	
.team, .accent, .lunch-special, .catering-info {
	background-color: #CACACA;
	border: 1px solid #262626;
	margin-bottom: 25px;
	padding: 8px;
}
.catering-info {
	width: 514px;
}
.team a:link, .team a:active, .team a:visited {
	background-image: url(../images/layout/drop-down-bkgd.png);
	background-repeat: repeat;
	color: #EFEFEF;
	font-weight: normal;
	font-size: 12px;
	padding: 4px 0px 4px 3px;
	position: relative;
	display: block;
	z-index: 3;
}

.team a:hover {
	background-color: #262626;
}
.team img {
	margin-bottom: -49px;
	position: relative;
	z-index: 0;
}
.team a:link em,
.team a:active em,
.team a:visited em,
.team a:hover em,
.accent a:link em,
.accent a:active em,
.accent a:visited em,
.accent a:hover em,
p.links input {
	color: #FC0;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}




p.links {
	background-image: url(../images/layout/drop-down-bkgd.png);
	background-repeat: repeat;
	color: #EFEFEF;
	clear:both;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px -8px -8px;
	padding: 11px 0px 11px 16px;
	text-align: right;
	width: 100%;
}
p.links input {
	background: none;
	background-image: none;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #000;
	padding: 15px 10px;
}
p.links input:hover {
	background-color: #262626;
	cursor: pointer;
}
p.donate input {
	padding: 15px 10px;
	margin: 0px;
}
p.donate {
	padding: 0px 0px 0px 16px;
}
p.links em {
	text-transform: uppercase;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	padding: 15px 10px;
}
p.links a:link, p.links a:active, p.links a:visited, p.links a:hover {
	color: #FAFAFA;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #000;
	padding: 15px 10px;
}
p.links a:hover {
	background-color: #262626;
}
p.links a:link em, p.links a:active em, p.links a:visited em, p.links a:hover em, p.links input {
	text-transform: uppercase;
}
p.links a:link em.email, p.links a:active em.email, p.links a:visited em.email, p.links a:hover em.email, p.links input {
	text-transform: lowercase;
}
p.links em.phone {
	text-transform: lowercase;
	font-weight:bold;
	border:none;
	color:#FFCC20;
	margin: 0 8px 0 -10px;
}
p.links em.contact {
	text-transform: none;
	font-size:12px;
	font-weight: bold;
	border-left: 1px solid #4A4A4A;
	color:#fff;
	background:none;
}


/*** Board of Directors ***/

.state {
	color: #999;
	font-size: 12px;
}

/*** Graduates ***/

.signature {
	color: #BA0D0D;
	font-size: 23px;
	margin-top: -10px;
}

/*** Sponsors / Partners ***/

.sponsors {
	margin-top: 20px;
}
.sponsors img {
	float: left;
	border-right: 1px solid #CACACA;
	padding: 0px 18px 0px 0px;
	margin: 0px 18px 18px 0px;
}
.sponsors img.no-border {
	border: none;
	margin-right: 0px;
	padding-right: 0px;
}
.imagespacert {
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 5px;
	margin-right: 25px;
	float: left;
}
.staffimagespacelt {
	margin-bottom: 30px;
	margin-right: 25px;
	float: left;
}

/*** Tables ***/

.contact h3 {
	color: #BA0D0D;
	margin-top: -38px;
}
.contact {
	background-image: url(../images/layout/drop-down-bkgd.png);
	background-repeat: repeat;
	padding: 10px;
	margin-top: 50px;
}
table {
	margin-top: 15px;
	margin-bottom: 0px;
}
td {
	padding-bottom: 10px;
}
th {
	color: #FAFAFA;
	text-align: left;
	padding-bottom: 0px;
}
td #comments {
	width: 395px;
}

/*** Polaroids ***/

img.plain, .plain {
	border: 1px dotted #262626;
	padding: 1px;
}
.accent p a img {
	background-color: #CACACA;
	text-decoration: none;
	margin: 0;
	border: 1px dotted #262626;
	padding: 1px;
}
.accent p a img.long {
	background-color: #CACACA;
	text-decoration: none;
	margin: 0;
	border: 1px dotted #262626;
	padding: 1px;
	margin-bottom:30px;
}
.accent p a:hover {
	text-decoration: none;
	margin: 0;
}
.accent p.link a:hover {
	background-color: #262626;
}
.accent p a:hover img {
	background-color: #CACACA;
}
.more-less, .more-less a, .more-less a:active, .more-less:hover {
	color: #262626;
	cursor: pointer;
	font-weight: bold;
}
.more-less img {
	padding-bottom: 2px;
}

/*** Thank You Messages ***/

.thank-you {
	background-image: url(../images/polaroids/polaroid-bkgd.png);
	background-repeat: no-repeat;
}
.thank-you h3 {
	padding: 19px 10px 60px 9px;
}

/*** Errors ***/

.ErrorListView, .errorlistview, .ErrorMessageView, .errormessageview, .error_message {
	background-color:#E1BEC0;
	border: 1px solid #CD8F92;
	color: #BA0D0D;
	margin-bottom: 15px;
	padding: 15px;
}
.ErrorListView ol, .errorlistview ol, .ErrorMessageView ol, .errormessageview ol, .error_message ol {
	margin-bottom: 0px;
}
.ErrorListView h2, .errorlistview h2, .ErrorMessageView h2, .errormessageview h2, .error_message h2 {
	margin: 0px;
	font-size: 125%;
}
.ErrorMessageView, .errormessageview {
	text-align: center;
}
label.error {
	color: #BA0D0D;
}
input.error, textarea.error, select.error {
	background-color: #fdd;
}
#founding_a, #katrina_a, #cafe_a, #sweet_a {
	margin-top:-20px;
}
.whatsnew-navigation {
	width: 400px;
}
.whatsnew-navigation span.alignleft {
	float: left;
}
.whatsnew-navigation span.alignright {
	float: right;
}

/*** Print Header ***/

#print-header {
	display: none;
}

/*** Blog: What's New ***/

.blog a img {
	border: 1px dotted #262626;
	padding: 1px;
	background-color: #FFF;
}
.time-wrapper span {
	border-top: 2px solid #CCC;
	padding: 2px 0;
	border-bottom: 2px solid #CCC;
	font-size: 12px;
	font-weight:bold;
	color: #C1C1C1;
	text-transform: uppercase;
}
.time-wrapper {
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 18px;
}
.whatsnew-navigation .alignleft a, .whatsnew-navigation .alignright a {
 	float: left;
 	margin-right: 25px;
 	background-color: #BA0D0D;
	color: #EFEFEF;
	font-weight: normal;
	padding: 3px 10px;
}
.whatsnew-navigation .alignleft a em, .whatsnew-navigation .alignright a em {
	font-style: normal;
	text-transform: uppercase;
}
.whatsnew-navigation .alignleft a:hover em, .whatsnew-navigation .alignright a:hover em {
	color: #BA0D0D;
}
.whatsnew-navigation .alignleft a:hover, .whatsnew-navigation .alignright a:hover {
	background-color: #262626;
}
.navigation .alignleft, .navigation .alignright {
 	float: left;
 	margin-right: 25px;
	font-weight: normal;
}
.navigation .alignleft .navigation a:hover, .navigation .alignright a:hover {
}
.message {
	color: #666;
	margin-top: 0px;
}
.hours,
.message {
	line-height: 18px;
}

.hours {
	margin-bottom: 5px;
	font-weight: bold;
}

/*** 2011 End of Year Appeal ***/

.giving-level-2011 .levels { 
	width: 500px; 
}

.giving-level-2011 .levels h3:first-child { 
	margin-top: 15px;
	border-top: none;	
 }

.giving-level-2011 .levels h3 { 
	margin-top: 30px;
	border-top: 1px dotted #CCC;
	padding-top: 15px;	
 }
 
.giving-level-2011 img {
	margin-top: 25px; 
 }
 
 
 /*** Supporters In The Footer ***/
div.supporters {
	width: 300px;
	height: 90px;
	color: #000;
	margin: 0px;
	padding: 0px;
	
	float: right;
	background-color: #fff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #CACACA;
	
	background: #EBEBEB; /* Old browsers */
	background: -moz-linear-gradient(top,  #cacaca 0%, #d8d8d8 4%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(4%,#d8d8d8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cacaca 0%,#d8d8d8 4%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cacaca 0%,#d8d8d8 4%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cacaca 0%,#d8d8d8 4%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #cacaca 0%,#d8d8d8 4%,#ffffff 100%); /* W3C */
 }
 
 div.supporters img {
	margin-left: 10px;
    margin-top: 15px;
 }
 
 div.supporters-callout {
	width: 105px;
	padding-left: 6px;
	height: 25px;
	padding-top: 3px;
	background-color: #B10E0E;
	position: absolute;
	top: 24px;
	right: 17px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
	background: #990B0B; /* Old browsers */
	background: -moz-linear-gradient(top,  #d61111 0%, #870a0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61111), color-stop(100%,#870a0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d61111 0%,#870a0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d61111 0%,#870a0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d61111 0%,#870a0a 100%); /* IE10+ */
	background: linear-gradient(top,  #d61111 0%,#870a0a 100%); /* W3C */
	
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
    font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
	color: #F8FDEB;
 }

  div.supporters-callout div.banner {
	background: #F0F4CD; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f4cd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f4cd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f4cd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f4cd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f4cd 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f0f4cd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4cd',GradientType=0 ); /* IE6-9 */

	margin-top: 1px;
	width: 8px;
	height: 19px;
	display: block;
	margin-right: 6px;
	float: left;
	position: relative;
  }
  
div.supporters-callout div.banner span.triangle { 
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent; 
	border-right: 4px solid transparent;
	border-bottom: 4px solid #990B0B;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
 
 div.supporters-triagnle {
	font-size: 0px; 
	line-height: 0%; 
	width: 0px;
	border-bottom: 12px solid #651802;
	border-right: 9px solid #262626;
	background-color: #262626;
	position: absolute;
	top: -1px;
	right: -9px;
 }
 
 
