/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}

body {
	background: white url('/img/default_layout/OrangeSquares.jpg') repeat-x top center;

     }

/* LAYOUT & POSITIONING */

#all {position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;}

#body {width: 1026px;
	position: relative;
	left: 50%;
	margin-left: -513px;
	background: white;}

#newsfeed { width: 234px;
	    height: 513px;
            float: left;
            position: static;
	   z-index: 1;}

#container {height: 513px;
	  width: 790px;
          float: left;}

#footer {width: 1026px;
	float: bottom;}

#news {position: absolute;
       z-index; 2;
       top: 319px;
       margin-left: 26px;
       width: 180px;
       height: 286px;}

#content {width: 730px;
          height: 434px;
          margin: 38px 20px 20px 20px;
	  padding: 10px;
	  padding-top: 0px;
          overflow: auto;}

#menu {width: 1026px;
       height: 22px;
       margin: 0px;
       border: 0px;
       padding: 0px;
       background: #EE5222;}

/* End */	

/* Font for general content */	

#content {
	color: #000000;
        font: normal 14px Arial;
	text-transform: none;
}

#content h1 {
	font: bold 20px Arial;
	padding: 0px;
	padding-bottom; 10px;
	margin: 0px;
}

#content h2 {
	font: bold 14px Arial;
	text-transform: uppercase;
}

#content ul
{
list-style-type:none;
padding:0px;
padding-left: 7px;
margin:0px;
}

#content li
{
background-image:url('/img/default_layout/SibBullet.png');
background-repeat:no-repeat;
background-position:0px 5px;
padding-left:14px;
}

#content a:link,
#content a:visited { 
	color: #EF5222;
	text-decoration: none;
	text-weight: bold; 
}

#content a:hover { 
	color: #000000;
}

#content a:active { 
	color: #EE5222; 
}

/* End */
/* News Feed */

table.newsitem {
	height: 50px;
	width: 100%;
	border: 1px #F5F5F5 solid;
}

table.newsitem tr td {
	color: #000000;
	text-transform: none;
	padding: 0px;
}

table.newsitem tr td.headline a, 
table.newsitem tr td.headline a:visited {
	font: bold 12px Arial;
	text-decoration: none;
	color: gray;
}

table.newsitem tr td.headline a:hover,
table.newsitem tr td.headline a:active {
	color: #EE5222;
} 


table.newsitem tr td.storyinfo {
	color: silver;
        font: bold 10px Arial;
	text-align: right;
}

table tr td#viewall, 
table tr td#viewall a,
table tr td#viewall a:visited {
	text-align: right;
	text-decoration: none;
	color: gray;
	font: bold 10px Arial;
}

table tr td#viewall a:hover,
table tr td#viewall a:active{
	color: #EE5222;
}


/* End*/
/* News page */

table.news {
	width: 500px;
}

table.news h2 {
	padding: 0px;
	margin-bottom: 2px;
}

div.small {
	font: normal 10px Arial;
	color: gray;
	margin-bottom: 5px;
	padding-left: 15px;
}

/* End */
/* Footer */

#footer{
	text-align: right;
	color: silver;
	font: normal 10px Arial;
}

/* End */

/* Partners */

table.partner_index tr td img {
	max-width: 150px;
	max-height: 75px;
}

/* End */

/* Projects */

table.project_index tr td img {
	max-width: 250px;
	max-height: 300px;
	border: 1px solid gray;
	padding: 5px;
}

table.project_index tr td.pic {
	padding: 5px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
}


table.project_index tr td.content {
	padding: 5px;
	padding-left: 0px;
	vertical-align: middle;
}

table.project_index tr td.content h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

table.project_index tr td.content p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* End */

.address {
	padding-bottom: 10px;
}

.red {
	text-align: right;
	color: #EE5222;
}
