body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 0;
  width: 100%;
  height: 100%;
}
.pagecontainer { 
  width: 100%;
  height: 100%;
	margin: 0;
	padding: 0;

}

 /* Common Dimentions */
.left,
.fpglogo,
.projects
{
	width: 400px;
} 
 
.navmenu,
.announce,
.news
{
	min-width: 580px;
  width: 100%;
} 
 
.left,
.right{
  height: 100%;
  min-height: 740px;
}
 
 
/* ============================================================================ */
.left{
	background:#000 url('/elements/bg/bg_path.jpg') repeat-y left top;
	color: #FFF;
	margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
.right{
	margin-left: 400px;
  width: auto;
}

/* ============================================================================ */
.fpglogo {
  text-align:center;
  height: 220px;
  margin-top: 30px;
}
.fpglogo p{
  text-align:right;
	color: #FF6600;
  margin: 0;
  padding: 0 30px 0 0;
	font: bold 16px/16px Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}
.fpglogo img{
  margin: 0;
  padding:0;
}

/* ============================================================================ */
.projects {
  height: 400px;
}
.project_logo {
  text-align: center;
  float: left;
  width: 180px;
  height: 100%;
}
.project_logo img{
 	width: 160px;
	border: 0;
}
.project_logo a {
	text-decoration: none;
}
.project_blurb {
  text-align: left;
  float: right;
  width: 165px;
  height: 100%;
  position: relative;
  margin-right: 10px;
}

.project_blurb  a {
	text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: #FF6600;
}

#accordion {
  width: 360px;
  margin: 0 auto;
  border-top: 2px solid #890000;
  border-bottom: 2px solid #890000;
}
.content {
  background: #1a1a1a url('/elements/acc/1pixel_darkgrey_area.jpg') repeat-x scroll right top; 
  border: 0 none;
  color: #AAAAAA;

}


/* ============================================================================ */
.navmenu {
  height: 110px;
  background:#FFF url('/elements/nav/1pixel_pathern.png') repeat-x right top;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
	line-height: 18px;
}

.navmenu ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
  height: 110px;
  vertical-align:text-bottom;
}

.navmenu ul li {
	display: block;
	margin:  0 ;
  text-align: center;
	float: left;
  color: #FFF;
  height: 110px;
  position: relative;
}

.navmenu ul li a {
	display: inline-block;
	text-decoration: none;
	width: 80px;
  height: 110px;
  color: #FFF;
  position: relative;
	padding-top: 84px;
}

.navmenu ul li a:hover {
  background: url('/elements/nav/rollover.png') no-repeat top;
  position: relative;
}

/* ============================================================================ */
.announce {
  height: 300px;
  background: #DDD;
}

/* ============================================================================ */
.news {
  height: 308px;
  background: #FFF;
}

.news h2, .announce h2 {
  font-family: "Avant Garde", "Century Gothic", "URW Gothic L", sans-serif;
	font-size: 32px;
	line-height: 32px;
  font-weight: lighter;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 10px 24px 4px;
 	color: #888;
  letter-spacing:-2px;
  margin: 6px auto 6px auto;
}
.news img, .announce img  {
  padding: 6px 0 4px 24px;
  margin: 0;
}
.news .title, .announce .title {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 0;
  margin: 6px 0 6px 0;
  display: block;
}



.newsfeed {

}

.newsfeed span{
  color: #FF6600;
  margin: 0 12px 0 24px;
}
.newsfeed  ul{
  list-style: none;
  margin: 0 auto 5px auto;
  padding: 0;
}
.newsfeed ul li {
  margin: 0;
}
.newsfeed  ul li a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.newsfeed  ul li a:hover {
  background-color: #E8E8E8;
}

.newsfeed  table{
  border-collapse:collapse;
}
.newsfeed .date{
  color: #FF6600;
  padding: 0 12px 0 24px;
}
.newsfeed .item{
  padding: 0 10px 0;
}

.newsfeed  table a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.newsfeed  table a:hover {
  background-color: #E8E8E8;
}


/* ============================================================================ */
  
/* ============================================================================ */



.defaultIcon {
background-image: url(/elements/acc/menu_icon_white_right.png) !important;
width: 22px;
height: 22px;
}
.selectedIcon {
background-image: url(/elements/acc/menu_icon_orange_down.png) !important;
width: 22px;
height: 22px;
}
