/* basic layout styles */
body { 
	padding: 0; 
	margin: 0; 
	color: #444;
  background-color: #c1c2a2;
  background-image: url('../images/bkg.jpg');
  background-repeat: repeat-x;
}

body,td,h1,h2,div,li {
  font-family: arial, helvetica, sans-serif;
}

body,td,th,div {
	font-size: 12px;
  line-height: 17px;
}

H1 { margin-bottom: 10px; font-size: 14px; font-weight: bold; color: #fdb813; text-transform: uppercase; margin-top: 0; }
H2 { font-size: 12px; font-weight: bold; margin-bottom: 4px; }
h3 { font-size: 12px; font-weight: bold; font-style: italic; margin-bottom: 0;}
td { vertical-align: top; }

p {
  margin: 0 0 12px 0;
}
table.borders th {
  text-align: left;
  background-color: #e8e9de;
  margin: 3px;
  padding: 3px;
}
table.borders td {
  border-bottom: 1px solid #dedede;
  padding: 2px;
}

table.noborders td {
  border-bottom: 0;
  padding: 0 0 2px 2px;
}
a {
  text-decoration: none;
  color: #8e8f83;
}
a:hover {
  color: #FdB813;
}
img { border: 0; }

/* header styles */
div.header {
  height: 168px;
  background-color: #282627;
  background-image: url('../images/ACPFG_banner.jpg');
}
div.search {
  padding-top: 84px;
  float: right;
  padding-right: 30px;
  width: 200px;
}
/* menu styles */
div.menu {  
  clear: right;
  height: 37px;
  padding-top: 13px;
  text-align: right;
  width: 941px;
}

div.menu a {
  color: #c3c6a9;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border-right: 1px solid #ffffff;
  padding: 0 8px;
  font-family: arial;
  font-size: 12px;
}
div.menu a.current, div.menu a:hover {
  color: #fed36c;
}
div.menu a.lastlink {
  border-right: 0;
  padding-right: 30px;
}

td.menu2 {
  width: 255px;
}
td.menu2 h1 {
  margin-bottom: 0px; 
  line-height: 13px;
}
td.menu2 h1 a {
  color: #000;
  font-size: 11px; 
  font-weight: bold; 
  text-transform: none;
  padding: 5px 10px;
}
td.menu2 h1 a:hover {
  background-color: transparent;
  color: #000;
}
td.menu2 div.padding {
  padding: 0 40px 0 20px;
}

td.menu2 a {
  display: block;
  border-bottom: 1px solid #e6e7e4;
  color: #b3b3b3;
  text-decoration: none;
  padding: 5px 10px;
  font-family: arial;
  font-weight: bold;
  font-size: 11px;
}
td.menu2 a:hover, td.menu2 a.current {
  background-color: #e8e9de;
  color: #898c74;
}
td.menu2 a.lastlink { border-bottom: 0; }

/* main area styles */
div.centerpanel { width: 941px; background-color: #ffffff; text-align: left; }
div.padding { padding: 30px 20px 20px 20px; }

/* content area styles */
td.content { width: 646px; height: 250px; }

/* footer styles */
div.footer { width: 941px; font-size: 11px; text-align: center; background-color: #000000; color: #949494; font-family: arial; padding-top: 12px; padding-bottom: 12px; }
div.footer a { color: #949494; text-decoration: none; border-right: 1px solid #949494; padding: 0 8px; }
div.footer a:hover { color: #ffffff; }
div.footer a.lastlink { border-right: 0; }

div.arrisfooter a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: 10px;
}

/* home page styles */
td.blognews { background-color: #f4f4ef; }
td.features { background-color: #ebece7; }
td.blognews, td.features { width: 150px; color: #949494; }
td.blognews a, td.features a { color: #F89828; }
td.blognews h1, td.features h1 { color: #4d4d4d; background-color: #cdcfc4; text-transform: none; padding: 1px 10px; font-size: 12px; }
td.blognews p, td.features p { font-size: 11px; line-height: 15px; margin-bottom: 5px; margin-top: 0; }
td.blognews div.padding, td.features div.padding { padding: 10px; }

/* publications page styles */
table.publications td { 
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: center;
}

/* news page styles */
table.news { 
  width: 880px;
}
table.news h1 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-transform: none;
  background-color: #e8e9de;
  padding: 3px 5px;
}
table.news td { 
  padding-right: 30px;
  padding-bottom: 10px;
}
/* Table rows hiding */
tr.hide {
  visibility: collapse;
  display: none;
}

