body {
	background-color: #FFFFFF;
	color: #040404;
	font-family: Georgia, "Times New Roman",   Times, serif; 
	/*font-family: Arial, Helvetica, sans-serif; */
	font-size: 0.9em;
}

/* containers */
#container {
	width: 99%;
	margin: 0 auto;
	padding: 0;
}
#header {
	padding-bottom: 5px;
	border-bottom: 1px solid #686868;
}

#sidebar-left {
	display: none;
}

#content {
	padding: 0 0 0.5em 0.5em;
}

#footer {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	color: #363636;
	min-height: 21px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#copyright {
	float: right;
	padding-left: 10px;
}
#initative {
	float: left;
	padding-right: 10px;
}

#initative img {
	vertical-align: middle;
}

#breadcrumb {
	text-align: right;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-top: 5px;
	color:#D70506;
}

#breadcrumb a{
color:#D70506;
}


/* Text elements */
#content h2{    
    padding-top: 0;
	/*text-transform: capitalize; 
    background-image:url(img/logoS.gif);
    background-repeat:no-repeat; padding-left:30px;*/
    height: 30px;       
    font-size: 1.35em;
    margin: 0;
}

/*
#content p {
	text-align: justify;
	line-height: 1.5em;
} */

.links {
	text-align: right;
text-transform: lowercase;
}

.clear {
	clear: both;
}

#content-left hr {
	color:#999999;
	background-color: transparent;
	border-bottom: 1px dotted #999999;
}

#content-left li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


#content .node_article {
    font-family: Georgia, "Times New Roman",   Times, serif; 
}

/* Link Colors */
a, a:active, a:link, a:visited {
    color: #666;
}
a:hover {
    color: #999;
}
#sidebar-left a, #sidebar-left a:active, #sidebar-left a:link, #sidebar-left a:visited {
	color: #333333;
	text-decoration: none;
}
#sidebar-left a:hover {
	color: #333333;
	text-decoration: underline;
}

.article_title a, .article_title a:active, .article_title a:link, .article_title a:visited, .contributor_author a, .contributor_author a:active, .contributor_author a:link, .contributor_author a:visited {
	color: #CC0000;
	text-decoration: none;
}
.article_title a:hover, .contributor_author a:hover {
	color: #990000;
	text-decoration: underline;
}
.article_category a, .article_category a:active, .article_category a:link, .article_category a:visited {
	color: #000;	
}
.article_category a:hover {
	color: #333333;
}

.links a, .links a:link, .links a:active, .links a:visited {
    color: #999;
text-transform: lowercase;
}
.links a:hover {
    color: #666;
text-transform: lowercase;
}
#content-left h2 a, #content-left h2 a:active, #content-left h2 a:link, #content-left h2 a:active, #content-left h2 a:visited {
    color: #CC0000;
    text-decoration: none;
}
#content-left h2 a:hover {
    color: #990000;
    text-decoration: none;
}
#article_home .contributor_author a, #article_home .contributor_author a:active, #article_home .contributor_author a:link, #article_home .contributor_author a:visited {
    color: #000;
}
#article_home .contributor_author a:hover {
    color: #666;
}

/* tables 
.dark, .light, tr.light, tr.dark, td.light, td.dark {
	background-color: #fff;
	padding: 5px;    
}*/
#content table {    
    width: 98%;
    border-collapse:collapse;
}
#contributor_article table {
    width: 98%;
}


/* module classes */
.contributor_picture {
	border: 1px solid #5d2001;
    margin: 5px;
    float: left;
}
.contributor_summary {
	border-top: 1px dotted #b8b8b8;
	font-style: italic;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contributor_author {
	font-weight: bold;
	padding: 0px 0 5px 0;
}
.article_copyright {
	border-top: 1px dotted #b8b8b8;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.article_disclaimer {
	border-top: 1px dotted #b8b8b8;
	font-size: 0.7em;
	color: #c00000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.contributor_article_picture {
	float: right;
	padding: 0px 0 10px 10px;
}
#article_home .article_category {
	float: right;
}
#article_home .article_title {
	float: left;
	padding-left: 5px;
	font-weight: bold;
    padding-top: 10px;
}
#article_home tr td {
	vertical-align: top;
    font-family: Georgia, "Times New Roman",   Times, serif; 
    font-size: 0.9em;
    border-bottom: 1px solid #cccccc;
}
#article_home2 table tr td {
	vertical-align: top;
    font-family: Georgia, "Times New Roman",   Times, serif; 
    font-size: 0.9em;
    border-bottom: 0px #ffffff;
}
/* IE hack for tr bordes */
#article_home table {
    border-collapse:collapse;
}
#article_home{
    width:98%
}

/*xml */
#xml_icon {
    text-align: center;
    margin-bottom: 5px;
}

/*top banner image*/
#logo{
    padding-bottom:12px;
}

.search-results .search-info{
    display:none;
}

/* comment */
.comment .title {
    display: none;
}
.comment {
    border-top: 1px solid #ccc;
    padding-top: 0.3em;
    margin-top: 0.5em;
}

fieldset .item-list li {
    margin-right: 10px;
}
