/* CSS Document */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 5%;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
		padding: .5em;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}


/* Glew Styling */
body {
background-color:#666;
}

a:link, a:visited {
font-size: 11px;
color: #660000;
text-decoration: none
}

a:hover, a:active {
font-size: 11px;
color: #660000;
text-decoration:underline;
}

#header {
display:block; 
width: 800px; 
background:#FFF; 
margin: auto;
}

.topbar {
background-image: url(css_images/h-gradient.gif);
background-repeat:repeat-y;
color: #FFF;
text-align: right;
padding-right: 10px;
padding-top: 10px;
height: 25px;
}

.topbar a:link, .topbar a:visited {
font-size: 11px;
color: #FFF;
text-decoration: none
}

.topbar a:hover, .topbar a:active {
font-size: 11px;
color: #FFF;
text-decoration:underline;
}

.topbar-contentpgs {
color: #FFF;
text-align: right;
padding-right: 10px;
height: 95px;
}

.topbar-contentpgs a:link, ..topbar-contentpgs a:visited {
font-size: 11px;
color: #FFF;
text-decoration: none
}

.topbar-contentpgs a:hover, .topbar-contentpgs a:active {
font-size: 11px;
color: #FFF;
text-decoration:underline;
}


.nav {
display:block; 
width: 268px;
height: 310px;
float: left;
}

.flash {
width: 532px;
height: 275px;
float: right;
}

#messagebar {
height: 40px;
margin: auto;
width:800px;
background-image: url(css_images/gradient.gif);
background-repeat:repeat-x;
clear:both;
}

#content {
diplay: block;
background-color:#FFF;
width:776px;
padding: 12px;
margin: auto;
clear: both;
}

.leftside {
width: 246px;
float: left;
}

.caseevaluation {
background-image: url(css_images/case-evaluation.gif);
background-repeat:no-repeat;
padding-left: 14px;
padding-right: 15px;
padding-top: 50px;
height: 230px;
font-size: 13px;
line-height: 16px;
}

.donate {
background-image: url(css_images/case-evaluation.gif);
background-repeat:no-repeat;
padding-left: 14px;
padding-right: 90px;
padding-top: 50px;
height: 120px;
font-size: 13px;
}

input {
width: 200px;
margin-top: 5px;
margin-bottom: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
border: solid 1px #666666;
}

input.button {
width: 80px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #660000;
color: #FFF;
font-size: 12px;
border: solid 1px #000000;
}

textarea {
width: 200px;
margin-top: 2px;
margin-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
border: solid 1px #666666;
}

.rightside {
width: 494px;
padding-left: 18px;
padding-right: 18px;
float: right;
line-height: 15px;
}

h1 {
font-size: 14px;
color: #660000;
font-weight: bold;
text-transform: uppercase;
margin-top: 0px;
margin-bottom: 5px;
}

.infocenter {
clear:both;
padding-top: 10px;
padding-left: 12px;
padding-right: 12px;
background-image:url(css_images/infobackground.gif);
background-repeat:no-repeat;
height: 165px;
}

td.infolinks {
padding-top: 3px;
}

#foot {
display: block;
width: 785px;
margin: auto;
background-color: #660000;
padding-left: 15px;
color: #FFF;
padding-top: 5px;
font-size:11px;
padding-bottom: 5px;
}

#foot  a:link, #foot a:visited {
font-size: 10px;
color: #FF9999;
text-decoration: none
}

#foot  a:hover, #foot  a:active {
font-size: 10px;
color:  #FF9999;
}

a.credits:link, a.credits:visited {
font-size: 9px;
color:  #FF9999;
text-decoration: none;
margin-left: 460px;
}

a.credits:hover, a.credits:active {
font-size: 9px;
color: #FFF;
text-decoration:underline;
margin-left: 460px;
}

td.heading {
background-image: url(css_images/gradient.gif);
background-repeat:repeat-x;
}

#Feed {
width: 475px;
}

 a.feedsweep_link {
display: none;
 }
 
.feedsweep_title {
 font-size: 13px;
 font-weight: bold;
 line-height: 18px;
 }
 
 #feedsweep_item {
 font-size: 12px;
 }
 
.feedsweep_date {
 font-size: 10px;
 }
 
 #feedsweep_headline {
 }
 
 .feedsweep_body { 
 font-size: 12px;
 }
 
 .fromBlog {
 line-height: 16px;
 background-color:#CCCCCC;
 padding: 10px;
 width:475px;
 }
 
 .fromBlog a {
 font-size: 14px;

 }
