@charset "utf-8"; 
/* $Id: style.css,v 1.1.4.13 2008/11/28 06:18:46 andregriffin Exp $ */
/* Drupal 5 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {
  background: #369;
  color: #000;/*#41152f;#369;*/
  font: 11px Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 18px;
  margin: 5px 0 5px 15px;
	color: #41152f;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a:link, a:visited {
  color: #369;/*#41152f;*/
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active, li a.active {
  text-decoration: underline;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

/**
 * 2.LAYOUT
 */

body.mceContentBody {
	background:#fff;
	width:100%;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
  background: #fff;
	position:relative;
}

#container {
  margin: 0 0 10px 0;
}

/* 1 column */
#center {
  margin: 0 0 10px;
	padding: 0 10px;
}

/* 3 columns */
body.sidebars #center {
  float: left;
  padding: 0;
  width: 440px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  float: right;
  padding-left: 0;
  width: 620px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  float: left;
  padding-right: 0;
  width: 620px;
}

/**
 * 3.HEADER
 */
#header {
	position:relative;
	z-index:10;
	display:block;
  margin: 0;
  padding: 0;
}

#header h1 {
  float: left;
}

#header #logo #logo_link {
  float: left;
  padding: 0;
	xborder:1px solid #000;
	position:relative;
	display:block;
	height:187px;
	width:310px;
	background:url(images/hp_logo.gif) no-repeat;
}

#header #header_feature {
  float: right;
	margin:0;
  padding: 0;
	xborder:1px solid #000;
	xposition:relative;
	display:block;
	height:187px;
	width:468px;
}
		.thepoint {background:url(images/header/thepoint.jpg) no-repeat;}
		.williamsport {background:url(images/header/williamsport.jpg) no-repeat;}
		.clarion {background:url(images/header/clarion.jpg) no-repeat;}

#resources {
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	top:0;
	right:0;
	xborder:1px solid #000;
	height:26px;
	width:305px;
	background:url(images/resources_background.png) no-repeat;
	color:#fff;
}

#resources ul {
	float:left;
}
#resources ul li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	background:none;
	border:none;
	float:left;
	padding:0;
	margin:0;
}
#resources ul li a {
	color:#fff;
	font-size:8px;
	font-weight:bold;
	padding:7px 0 10px 13px;
	margin:0;
}
#resources ul li a:hover {
	text-decoration:underline;
}
#search-theme-form {
  float: right;
  margin: 0;
	width:105px;
	xborder:1px solid #000;
	overflow:hidden;
}
#search-theme-form label {
display:none;
}
#search-theme-form .form-text {
	width:50px;
	height:10px;
	margin:5px 10px 0 0;
	padding:0;
	float:right;
	background: #906d78;
	border: 1px solid #6c3e53;
}
#search-theme-form input {
	color: #fff;
	background: none;
	border: none;
	font-size:8px;
	font-weight:bold;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
	padding:5px 0 0 0;
	width:38px;
	float:left;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#block-nice_menus-2 {
	position:relative;
	width:800px;
	height:21px;
  background: #41152f;
	margin:0;
	padding:0;
}

#block-nice_menus-2 h3 {
	display:none;
}
ul.nice-menu-down, ul.nice-menu-down ul {
	margin:0;
	padding:0;
}
ul.nice-menu-down ul {
	left:0px;
	top:1.8em;
}
ul.nice-menu-down ul li {
}
ul.nice-menu-down li ul li ul {
	left:200px;
	top:-1px;
}
ul.nice-menu-down li {
	border:none;
	background:none;
	float:left;
	margin:0;
	padding:0;
}
ul.nice-menu-down ul li {
	width:200px;
	margin:0;
	padding:0;
}
ul.nice-menu-down li a, ul.nice-menu-down .menuparent a {
  background: #41152f;
  font-weight: bold; 
	font-size:11px;
	padding:3px 15px 4px 25px;
	margin:0;
	color:#fff;
}
ul.nice-menu-down ul li a, ul.nice-menu-down .menuparent ul a {
  background: #1c3764;
  font-weight: normal; 
	font-size:10px;
	padding:3px 0 4px 15px;
	margin:0;
	color:#fff;
}
ul.nice-menu-down ul li a:hover, ul.nice-menu-down .menuparent ul a:hover {
	background:#369;
}
ul.nice-menu-down li.menuparent, ul.nice-menu-down li, ul.nice-menu-down li ul li, ul.nice-menu-down li ul li.menuparent {
	background: #41152f;
}
ul.nice-menu-down li.menu-path-node-6 ul li ul {
	left:-200px;
	top:-1px;
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 10px;
  margin: 0;
  padding: 10px 0 0 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  xcolor: #369;
}

.breadcrumb a:hover {
  text-decoration:underline;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.pager {
  margin: 1em 0;
}

.pager a:link, .pager a:visited, .pager strong.pager-current {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #999;
  font-size: .8333em;
  font-weight: 700;
  margin: .3em .2em;
  padding: .3em .5em;
}

.pager a:hover, .pager a:active {
  border-color: 1px solid #999;
  color: #666;
}

.pager strong.pager-current {
  background-color: #069;
  border: 1px solid #069;
  color: #fff;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment .picture {
  float: right;
  margin: .3em 0 .1em .3em;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 160px;
}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  margin-left: 9px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}

.block h3 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer {
	position:relative;
	display:block;
  margin: 0 0 10px;
  padding: 5px 0;
}

#footer a.feed-icon {
  position: absolute;
  right: 50px;
  top: -30px;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li:first-child { border-top: 1px solid #d4e7f3; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
/* RRS.ndg ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; } */
ul.menu li.expanded { background-color: inherit; border: none; padding-bottom: 0; }
/* RRS.ndg ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; } */
ul.menu li.expanded ul { margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

#tabs-wrapper {
  background-color: transparent;
  float: left;
  margin: 0;
  padding: 0;
}

#tabs-wrapper ul.primary,
#tabs-wrapper ul.secondary {
  border: none;
  clear: both;
  float: left;
  margin: 0;
  padding: 10px;
}

#tabs-wrapper ul.secondary {
  border: none;
  margin-top: 10px;
  text-transform: lowercase;
}

#tabs-wrapper ul.primary li,
#tabs-wrapper ul.secondary li {
  border-style: none;
  display: inline;
  float: left;
  list-style: none;
	list-style-image:none;
	background:0;
  margin: 0 10px;
  padding: 0;
}

#tabs-wrapper ul.primary li a:link,
#tabs-wrapper ul.primary li a:visited,
#tabs-wrapper ul.secondary li a:link,
#tabs-wrapper ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #000;
  float: left;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#tabs-wrapper ul.secondary li a:link,
#tabs-wrapper ul.secondary li a:visited {
  color: #555;
  font-size: 1em;
  line-height: 1.1em;
}

#tabs-wrapper ul.primary li a.active:link,
#tabs-wrapper ul.primary li a.active:visited {
  border-bottom: 4px solid #000;
  color: #555;
  padding-bottom: 2px;
}

#tabs-wrapper ul.secondary li a.active:link,
#tabs-wrapper ul.secondary li a.active:visited {
  border-bottom: 4px solid #555;
  color: #777;
  padding-bottom: 2px;
}

#tabs-wrapper ul.primary li a:hover,
#tabs-wrapper ul.secondary li a:hover {
  border-bottom: 4px solid #777;
  color: #777;
  padding-bottom: 2px;
}

div#tabs-wrapper, 
div#tabs-wrapper ul.primary,
div#tabs-wrapper ul.secondary {
  display: block;
  float: none;
  height: 1%;
}


/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%; }
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #999; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#watchdog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

/*modifications*/
.node .field-field-image {
	float:left;
	margin:0;
	padding:0 10px 5px 0;
}
.view-content-Design-Awards .item-list ul li {
	margin:0;
	padding:0 0 10px 10px;
	clear:left;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	background:none;
}
.model, .display-price { display:none; }
#hp_feature .views-field-field-image-fid {
	float:left;
	margin:0;
	padding:0 10px 5px 0;
}
#block-rrs_subnav-0, #block-user-1 {
	padding:0;
	margin:10px 0 0 0;
}
#block-rrs_subnav-0 h3, #block-user-1 h3 {
	display:none;
}
#block-rrs_subnav-0 ul.intnav li, #block-user-1 ul li {
	list-style:none;
	background:url(images/bullet.gif) left top no-repeat;
	margin:0 0 0 10px;
	padding:0 0 5px 15px;
}
#block-rrs_subnav-0 ul.intnav li a, #block-user-1 ul li a {
	margin:0;
	padding:0;
	xcolor:#369;
	font-weight:bold;
	text-decoration:none;
}
#block-rrs_subnav-0 ul.intnav li a:hover, #block-user-1 ul li a:hover {
	xcolor:#369;
	text-decoration:underline;
}
#footer #block-rrs_sub_menu-3 {
	xcolor:#369;
	font-size:10px;
	text-align:center;
	padding:0;
	margin:0 20px;
}
.view ul li {
	list-style:none;
	list-style-image:url(images/bullet.gif);
	list-style-type:none;
	background:none;
	line-height:11px;
	padding:0 0 4px 0;
	margin:0 0 0 20px;
}
.view-News-Feature {
	xposition:relative;
	padding:0 0 0 0;
	xheight:205px;
	xoverflow:hidden;
}
.view-News-Feature .imagecache-design_entry_feature {
	xposition:absolute;
	xleft:0;
	xtop:225px;
	xborder:1px solid #000;
	height:194px;
	width:370px;
	z-index:1;
}
.view-News-Feature .view-data-node-title a {
	text-decoration:none;
	font-weight:bold;
  font-size: 16px;
	color: #41152f;
  margin: 5px 0 5px 0;
	line-height:16px;
}
.view-News-Feature .view-data-node-title a:hover {
	text-decoration:underline;
}
.view-News-Feature .view-data-node-body {
	padding:10px 0 0 0;
	line-height:13px;
}
.view-Campaigns {

}
.view-Campaigns .view-item-Campaigns {
	height:80px;
	overflow:hidden;
	padding:0 10px 0 0;
	clear:both;
}
.view-Campaigns .view-data-node-title {
  margin:0;
	padding:0 0 0 110px;
}
.view-Campaigns .imagecache-design_entry_thumbnail {
	float:left;
}
#hp_brick {
	margin:0;
	padding:0 0 0 50px;
	xborder:1px solid #000;
}
#hp_brick #designawardsbrick {
	xposition:relative;
	xborder:1px solid #000;
	height:82px;
	width:157px;
	background:url(images/designawardsbrick.jpg) center no-repeat;
}
#hp_brick #designawardsbrick a {
	xposition:relative;
	display:block;
	xborder:1px solid #ccc;
	height:82px;
	width:157px;
}
#node-578 {
	background:#eee;
	padding:5px;
	xborder:1px solid #000;
}
#node-578 h2 {
	display:none;
}
#node-578 .field-field-image {
	float:right;
	margin:0;
	padding:0 0 5px 10px;
}
#citizenspeak_message_preview {
	padding:10px;
	xborder-bottom:2px solid #000;
}
#citizenspeak-send-petition-form {
	padding:10px;
	background:#fff;
}
#hp_feature .views-field-title a {
	color: #41152f;
}
#hp_feature .views-field-title {
  font-size: 18px;
  margin: 15px 0 5px 15px;
	font-weight:bold;
}
.view-News-Feature ul li {
	list-style-image:none;
}
.service-links {
	padding:10px;
}
.block-block {
	background:#CED1B3 none repeat scroll 0 0;
	margin:10px;
	padding:10px;
}
#hp_news h2.title a {
	color:#41152f;
}
.view-News .views-field-title,
#hp_news .views-field-title {
	padding-bottom:5px;
}
.view-News .views-field-title a,
#hp_news .views-field-title a {
	font-weight:bold;
}
.view-News .views-field-field-published-date-value {
	font-style:italic;
	padding-bottom:3px;
}
.view-News .views-field-teaser {
	padding-bottom:10px;
}



/* RRS.ndg - old RRS menu */
#block-rrs_subnav-0 {
    background: #eee;
    border: 1px solid #ddd;
    margin-left: 5px;
}
#block-rrs_subnav-0>h3 {
    display: block;
    font-size: 16px;
}