/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* --- elements --- */

body {
	color: #424242;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #a2d39c url(../images/background-gradient-top.gif) repeat-x top; 
}
h1, h2, h3, h4, h5, h6 {
	color: #bd1a8d;
	margin: 1em 0 0.5em 0;
}
h2, div#doc-sidebar-right h3 {
	font-size: 1.4em;
	padding-bottom: 0.5em;
	background: url(../images/dottedline-horizontal.gif) repeat-x bottom;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { 
	color: #bd1a8d;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #bd1a8d;
	text-decoration: none;
}
a:hover {
	color: #bd6686;
	text-decoration: underline;
}

h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover {
	border: none;
}


/* site structure */

div#doc-container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#doc-header {
	display: block;
	background: #fff;
	padding: 0 20px;
}
div#doc-header h1 {
	color: #fff;
	width: 178px;
	height: 136px;
	font-size: 1em;
	margin: 0;
	position: relative;
}
div#doc-header h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/logo-main-velcadethree.gif) no-repeat center;
}
div#doc-header img {
	display: block;
	float: right;
}

div#doc-navigation {
	clear: both;
	background: #fff url(../images/header-corners-bottom.gif) no-repeat bottom;
}
ul#top-level-navigation {
	margin: 0 20px;
	padding: 0.5em 0 0.8em 0;
	border-top: 1px solid #BD1A8D;
	display: block;
	list-style: none;
	text-align: center;
}
ul#top-level-navigation li {
	display: inline;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	font-size: 1.1em;
	padding: 0.6em 0.8em;
	text-decoration: none;
	border: none;
	color: #bd1a8d;
}
ul#top-level-navigation li a:hover,
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	border: none;
	color: #fff;
	background: #BD1A8D;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

}
div#doc-content {
	display: block;
	margin: 20px 0 0 0;
	padding: 0 20px;
	background: #fff url(../images/content-corners-top.gif) no-repeat top;
}
div#doc-footer {
	clear: both;
	background:#fff  url(../images/content-corners-bottom.gif) no-repeat bottom;
	padding: 0 20px 1em 20px;
	margin: 0 0 1em 0;
}
div#doc-footer p {
	color: #999;
	margin: 0;
	padding: 2em 0 1em 0;
	border-top: 1px solid #bdbdbd;
}
div#doc-content-left {
	width: 65%;
	padding: 1px 0 0 0;
}
div#doc-sidebar-right {
	width: 32%;
	float: right;
	padding: 1px 0 0 0;
}
br.clear {
	clear: both;
}

embed {
	display: block;
	margin: 0 auto;
}

/* table formatted dl */

dl.table-display {
	width:100%;
	float: left;
	margin: 1em 0;
	padding: 0;
}

dl.table-display dt {
	width: 45%;
	float: left;
	margin: 0;
	padding: 1em 0;
	color: #999;
	font-size: 0.9em;
	line-height: 1.8em;
	background: url(../images/dottedline-horizontal.gif) repeat-x top;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

dl.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 1em 0;
	background: url(../images/dottedline-horizontal.gif) repeat-x top;
}

/* form stuff */

label {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}
input, textarea {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0.3em;
}
input {
	width: 167px;
}
input.validate-error {
	color: #bd1a8d;
	padding: 0.3em 35px 0.3em 0.3em;
	width: 136px;
	border: 1px solid #bd1a8d;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
	
}
textarea.validate-error {
	color: #bd1a8d;
	padding: 0.3em;
	border: 1px solid #bd1a8d;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
}
input.button {
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width: auto;
	color: #000;
	margin-right: 10px;
}
span.required {
	color: #bd1a8d;
	font-style: italic;
}
img.captcha {
	margin-bottom: 0.5em;
	border: 1px solid #A5ACB2;
}


/* user prompts */

div.user-message {
	background: #eee;
	border: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 1em;
	color: #bd1a8d;
}

/* miscellaneous */

img.image-float-right {
	float: right;
	margin: 0.4em 0 1em 0.4em;
}
img.image-float-left {
	float: left;
	margin: 0.4em 1em 1em 0;
}

div.content-highlight {
	margin: 1em 0;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #bdbdbd;
	background: #e8e8e8 url(../images/nav-hover-background.gif) repeat-x top;
	padding: 0 1em;
}
div.content-highlight h3 {
	font-size: 1em;
}
div.content-highlight p {
	color: #666;
}
div.content-highlight p.thedate, p.event-date, p.news-date {
	color: #989898;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
}

div.the-events h4 {
	font-size: 1.1em;
	margin-bottom: 0;
}
div.the-events p {
	font-size: 0.9em;
}

ul.content-styled {
	margin: 1em 0;
	list-style: none;
}
ul.content-styled li {
	background: url(../images/list-bullet-arrow.gif) no-repeat 0 0.4em;
	padding: 0.4em 0 0.4em 23px;
}

p.read-more a:link,
p.read-more a:active,
p.read-more a:visited {
	display: block;
	margin-bottom: 2em;
	background: url(../images/arrow-cont.gif) no-repeat 10px 0.2em;
	padding-left: 25px;
	border: none;
	text-decoration: underline;
}

a.return:link,
a.return:active,
a.return:visited {
	background: url(../images/arrow-return.gif) no-repeat 10px 0.45em;
	padding-left: 25px;
	border: none;
	text-decoration: underline;
}

img.useborder {
	padding: 4px;
	border: 1px solid #cecece;
	background: #ededed;
}

table.our-stories {
	width: 100%;
	margin: 1em 0;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #bdbdbd;
	background: #e8e8e8 url(../images/nav-hover-background.gif) repeat-x top;
}
table.our-stories tr td {
	vertical-align: top;
	padding: 0 0.5em;
}
table.our-stories tr td img {
	display: block;
	margin-top: 1em;
}
table.our-stories tr td ul {
	list-style: none;
	margin: 1em 0 1em 1em;
}
table.our-stories tr td ul li {
	padding-left: 20px;
	background: url(../images/icon_pdf.gif) no-repeat 0 0.1em;
}

ul.television-coverage {
	list-style: none;
	margin: 1em 0.5em;
}
ul.television-coverage li {
	padding-left: 20px;
	background: url(../images/icon_television.gif) no-repeat 0 0.2em;
}

ul.radio-interviews{
	list-style: none;
	margin: 1em 0.5em;
}
ul.radio-interviews li {
	padding-left: 20px;
	background: url(../images/icon_radio.gif) no-repeat 5px 0.2em;
}

ul.newspaper-clippings {
	list-style: none;
	margin: 1em 0.5em;
}
ul.newspaper-clippings li {
	padding-left: 20px;
	background: url(../images/icon_newspaper.gif) no-repeat 5px 0.2em;
}


div.fundraising-bar {
	margin: 1em 0;
	padding: 10px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
}
div.fundraising-bar img {
	display: block;
	margin: 0 auto;
}


div.sidebar-box {
	margin: 1em 0;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}
div.sidebar-box h4 {
	font-size: 1.1em;
	background: url(../images/dottedline-horizontal.gif) repeat-x bottom;
	padding-bottom: 9px;
	margin: 10px 0;
}
div.sidebar-box p, div.sidebar-box-myelomauk p{
	margin-top: 0;
}

div.sidebar-box-myelomauk {
	color: #666;
	border: 1px solid #ED9B4F;
	margin: 1em 0;
	padding: 0 10px;
}
div.sidebar-box-myelomauk h4 {
	color: #DC6E0A;
	font-size: 1.1em;
	background: url(../images/dottedline-horizontal.gif) repeat-x bottom;
	padding-bottom: 9px;
	margin: 10px 0;
}
div.content-column-left {
	width: 223px;
	margin: 1em 0;
	float: left;
}
div.content-column-right {
	float: left;
	width: 214px;
	margin: 1em 0 1em 9px;
	padding-left: 10px;
	background: url(../images/dottedline-vertical.gif) repeat-y left;
}

div.content-column-left h3, div.content-column-right h3 {
	margin: 0;
}

div.content-column-left h4, div.content-column-right h4 {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	font-size: 1em;
}
div.content-column-left p, div.content-column-right p {
	font-size: 0.9em;
}

/* gallery widget START */

table.gallery-category {
	width: 100%;
	margin: 0 0 1em 0;
	background: url(../images/dottedline-horizontal.gif) repeat-x bottom;
}
table.gallery-category tr td {
	vertical-align: top;
}
table.gallery-category tr td.image {
	padding-bottom: 1em;
	width: 90px;
}

table.gallery-thumbs {
	border-top: 1px dotted #ccc;
	width: 100%;
}
table.gallery-thumbs tr td {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
table.gallery-thumbs tr td span.imageCode {
	display: block;
	font-size: 0.9em;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	padding: 0.2em 0;
	width: 90px;
	background: #eee;
	color: #666;
	margin: 0 auto;
}

table.gallery-thumbs tr td img {
	display: block;
	margin: 0 auto auto;
}

/* gallery widget END */



div.footer-contacts {
	float: right;
}
div.footer-contacts ul {
	margin: 0.6em 0 0 0;
}
div.footer-contacts ul li {
	display: block;
	width: 210px;
	border: 1px solid #ccc;
	margin-top: 0.2em;
	padding: 0.1em 10px;
	text-align: center;
	background: #eee;
}

div.minutes {
	color: #777;
}

p.linkstandout {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	margin: 0.2em 0 0.6em 0;
	background: #f1f1f1;
}


/* designed by foreverdesign */

a.credit:link,
a.credit:active,
a.credit:visited {
	border: none;
	color: #4d555a;
	padding-left: 1.2em;
	background: url(../images/logo-foreverdesign-tiny.gif) no-repeat 0 0.2em;
}
a.credit:hover {
	color: #8cc63f;
}

