  body
  {
    margin: 0;
    padding: 0px;
    font-family: 'Oxygen', sans-serif, Tahoma;
    font-weight: 400;
  }
  
  h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 270px;
}

  body.front h1 {
   display: none;
}

#block-menu-primary-links a:hover {
color: #000;
}

  #page
  {
  }

  #page-inner
  {
  }
  
  a {
  color: #EC1C24;
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }



#page {
width: 100%;
}

#main-inner {
width: 960px;
margin: 0 auto;
}

#block-menu-primary-links {
background-color: #ec1c24;
margin-bottom: 3px;
min-height: 25px;
    padding-top: 5px;
}

#block-block-3 {
height: 190px;
background-color: #39b54a;
}

.block ul, .item-list ul {
margin: 0px;
}

#block-menu-primary-links .block-inner {
width: 960px;
margin: 0 auto;
}

#block-block-3 .block-inner {
width: 968px;
margin: 0 auto;
}

#block-block-4 {
background: url(http://tpa.org.nz/sites/default/files/hdr-clouds.jpg) repeat center bottom;
height: 150px;
}

#block-block-4 {
margin-bottom: 0px;
}

#block-block-4 .block-inner {
width: 960px;
margin: 0 auto;
}

.tpalogo {
position: relative;
top: 45px;
float: left;
}

.tpalogotext {
  float: left;
    left: 20px;
    position: relative;
    top: 70px;
    }

.tpalogocontact {
   float: right;
    position: relative;
    text-align: right;
    top: 70px;
}

ul.menu li {
display: inline;
}

#main {
border-top: 10px solid #EC1C24;
margin-bottom: 10px;
}

#block-block-3 {
margin-bottom: 3px;
}





/* BOXES */

.topbox-wrapper a h2 {
font-weight: 700;
font-size: 19px;
color: #fff;
margin-bottom: 5px;
text-decoration: none;
}

.topbox-wrapper a p {
font-weight: 300;
color: #000;
font-size: 13px;
margin-top: 0px;
text-decoration: none;
}

.topbox-1 a {
background:  #8CC63F url(http://tpa.org.nz/sites/default/files/tpa-sprites.png) no-repeat 0px -195px;
width: 190px;
height: 90px;
display: block;
float: left;
text-align: center;
text-decoration: none;
color: #fff;
padding-top: 100px;
border-right: 3px solid #FFFFFF;
border-left: 3px solid #FFFFFF;
}

.topbox-1 a:hover {
background-color: #855698;
}

.topbox-2 a {
background: #8CC63F url(http://tpa.org.nz/sites/default/files/tpa-sprites.png) no-repeat -187px -195px;
width: 190px;
height: 90px;
display: block;
float: left;
text-align: center;
text-decoration: none;
color: #fff;
padding-top: 100px;
border-right: 3px solid #FFFFFF;
}

.topbox-2 a:hover {
background-color: #00adee;
}

.topbox-3 a {
background: #8CC63F url(http://tpa.org.nz/sites/default/files/tpa-sprites.png) no-repeat -380px -195px;
width: 190px;
height: 90px;
display: block;
float: left;
text-align: center;
text-decoration: none;
color: #fff;
padding-top: 100px;
border-right: 3px solid #FFFFFF;
}

.topbox-3 a:hover {
background-color: #f6921e;
}

.topbox-4 a {
background: #8CC63F url(http://tpa.org.nz/sites/default/files/tpa-sprites.png) no-repeat -568px -195px;
width: 190px;
height: 90px;
display: block;
float: left;
text-align: center;
text-decoration: none;
color: #fff;
padding-top: 100px;
border-right: 3px solid #FFFFFF;
}

.topbox-4 a:hover {
background-color: #af2c19;
}

.topbox-5 a {
background: #8CC63F url(http://tpa.org.nz/sites/default/files/tpa-sprites.png) no-repeat -760px -195px;
width: 190px;
height: 90px;
display: block;
float: left;
text-align: center;
text-decoration: none;
color: #fff;
padding-top: 100px;
border-right: 3px solid #FFFFFF;
}

.topbox-5 a:hover {
background-color: #1b75bb;
}

.topbox-1 .topbox-inner {
position: absolute;
left: 0px;
}

.tpalogocontact b {
color: #EC1C24;
font-size: 18px;
}



/* NAV */

#block-menu-primary-links .block ul, #block-menu-primary-links .item-list ul {
padding: 0px;
}

#block-menu-primary-links a {
text-decoration: none;
color: #fff;
font-size: 13px;
font-weight: 300;
}

#block-menu-primary-links ul.menu li {
padding-right: 20px;
}



#block-views-news-block_1 h2 {
color: #fff;
font-size: 14px;
background:  #EC1C24;
display: block;
padding: 2px 10px 5px 10px;
width: 125px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
text-transform: uppercase;
}

/* VIEWS HOME */

.views-field-field-image-fid {
 background: none repeat scroll 0 0 #E6E6E6;
    display: block;
    float: left;
    height: 125px;
    margin-right: 15px;
    padding: 5px 0 0 5px;
    width: 125px;
}

#block-views-news-block_1 .views-row {
height: 140px;
}

.view-news {
margin-top: 10px;
}

.views-field-title a{
text-decoration: none;
color: #5f85a3 ;
font-size: 16px;
font-weight: 400;

}

.views-field-title {
padding-bottom: 5px;
}

.views-field-body {
font-weight: 300;
}

.sidebar-right #content {
width: 578px;
margin-right: -578px;
}

#sidebar-right {
    float: left;
    margin-left: 578px;
    margin-right: -960px;
    padding: 0;
    width: 382px;
}

#block-block-5 {
background: #c4d4e5;
margin-bottom: 0px;
}

#block-block-5 .content{
padding: 15px;
line-height: 1.4;
}

#sidebar-right-inner {
background: #7fadd4;
min-height: 360px;
}

#block-block-5 h2 {
color: #fff;
font-size: 14px;
background:  #EC1C24;
display: block;
padding: 2px 10px 5px 10px;
width: 95px;
border-bottom-right-radius: 5px;
text-transform: uppercase;
}

ul.pager a {
color: #5f85a3 ;
text-decoration: none;
}

ul.pager {
padding-top: 10px;
color: #5f85a3 ;
text-decoration: none;
}

ul.pager a.active {
color: #aaa ;
text-decoration: none;
}


/* FOOTER */

#footer {
border-top: 10px solid #EC1C24;
border-bottom: 10px solid #EC1C24;
height: 140px;
line-height: 1em;
}

#footer-inner {
width: 960px;
margin: 0 auto;

}

#footer-message {
width: 960px;
margin: 0 auto;
height: 140px;

}

#block-views-funder_blocks-block_3 {
width: 578px;
float: left;
}

#block-views-funder_blocks-block_3 h2{
  background: none repeat scroll 0 0 #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 95px;
     margin-top: 0;
     line-height: 1em !important;
}




/* CLOSURE*/


#closure-blocks {
height: 190px;
}






/* HOME HIDE */


#node-162, body.page-home h1.title, body.page-home .tabs {
display: none;
}

#block-block-6 {
width: 362px;
float: left;
margin-left: 20px;
margin-bottom: 10px;
background:  url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll -80px 5px #EC1C24;
color: #FFFFFF;
height: 140px;
}


#block-block-6 h2 {
    color: #FFFFFF;
       font-size: 19px;
       margin-top: 10px;
       text-transform: uppercase;
       margin-bottom: 5px;
}

#block-block-6 .block-inner {
padding-left: 145px;
}

#block-block-6 p {
font-weight: 300;
margin-top: 5px;
margin-bottom: 2px;
}



/* CAROUSELS */

/* RIGHT SIDEBAR */

.view-golden-rules .jcarousel-skin-default .jcarousel-prev-horizontal {
 left: -8px;
}

.view-golden-rules .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 20px 33px;
}

.view-golden-rules .jcarousel-skin-default .jcarousel-clip-horizontal {
width: 286px;
}

.view-golden-rules .jcarousel-skin-default .jcarousel-container-horizontal {
width: 292px;
}

.view-golden-rules .jcarousel-skin-default .jcarousel-item {
background: none;
height: 200px;
border: none;
}

#block-views-golden_rules-block_2 h2 {
color: #fff;
font-size: 14px;
background:  #EC1C24;
display: block;
padding: 2px 10px 5px 10px;
width: 145px;
border-bottom-right-radius: 5px;
text-transform: uppercase;
}

#block-views-golden_rules-block_2 .jcarousel-skin-default {
text-align: left;
}

#block-views-golden_rules-block_2 .views-field-title a {
color: #fff;
}

#block-views-golden_rules-block_2 .jcarousel-skin-default .jcarousel-next-horizontal {
right: -3px;
}


/* CAROUSELS */

/* SPONSORS SIDEBAR */


#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-container-horizontal {
width: 500px;
padding: 10px 40px;
}

#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-prev-horizontal {
left: -5px;
}

#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-next-horizontal {
right: -5px;
}

#block-views-funder_blocks-block_3 .views-field-field-logo-fid {
vertical-align: middle;
}

#block-views-funder_blocks-block_3 .views-field-field-logo-fid .imagefield {
vertical-align: middle;
}

#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-clip-horizontal {
width: 490px;
}

#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-prev-horizontal {
top: 35px;
}

#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-next-horizontal {
top: 35px;
}

#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-item {
height: 80px;
border: none;
}

#block-views-funder_blocks-block_3 .jcarousel-skin-default .jcarousel-container-horizontal {
height: 80px;
}



/* CLOSURE */

/* HOUSING FORUM */

#block-block-8 {
    float: left;
    width: 578px;
}

#block-block-7 {
width: 362px;
float: left;
margin-left: 20px;
background:  url("http://tpa.org.nz/sites/default/files/housing_forum_bg.gif") no-repeat center center;
color: #FFFFFF;
height: 200px;
margin-bottom: 0px;
}

#block-block-7 a {
text-decoration: none;
color: #FFF;
}

#block-block-7 a:hover {
color: #f29b29;
}

#block-block-7 .block-inner {
padding-left: 10px;
padding-top: 50px;
}

#block-block-7 .content{
padding-right: 200px; 
}

#block-block-8 h2 {
 background: none repeat scroll 0 0 #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 135px;
    }


body.page-news .view-news .views-row {
    height: 140px;
}

body.page-news h1 {
    background: none repeat scroll 0 0 #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 95px;
    }
    
    
 ul.links li {
padding: 0px 5px 0px 0px ;
display: inherit;
}

.print_html, .print_mail, .print_pdf {
margin-left: 0px;
}
   
    
    
    /* PAGE STYLES  - PURPLE */
    
      /* ABOUT */

  /* GENERAL */

body.page-page-about-tpa #main {
    border-top: 10px solid #855698;
}


body.page-page-about-tpa h1 {
    background: none repeat scroll 0 0 #855698;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 125px;
}

body.page-page-about-tpa .topbox-1 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #855698;
}

body.page-page-about-tpa h4 {
color: #855698;
}



body.page-page-about-tpa ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}




  /* STAFF */
  
  
  body.section-staff-profile #main {
    border-top: 10px solid #855698;
}


  body.section-staff-profile h1 {
    background: none repeat scroll 0 0 #855698;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 125px;
}

  body.section-staff-profile .topbox-1 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #855698;
}

  body.section-staff-profile h4 {
color: #855698;
}



  body.section-staff-profile ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}

   body.section-staff-profile .views-field-title {
     color: #855698;
     font-weight: bold;
   }

   body.section-staff-profile .views-field-field-staff-position-value {
    font-size: 10px;
   }
   
     /* ED */
     
       body.page-page-tpa-education #main {
    border-top: 10px solid #855698;
}    
     


      body.page-page-tpa-education h3 {
    color: #855698;
}


  body.page-page-tpa-education h1 {
    background: none repeat scroll 0 0 #855698;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 125px;
}

  body.page-page-tpa-education .topbox-1 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #855698;
}

 body.page-page-tpa-education h4 {
color: #855698;
}



  body.page-page-tpa-education ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}
   
   
       /* testimonials */
   


body.page-page-our-purpose #main {
    border-top: 10px solid #855698;
}    
     


body.page-page-our-purpose h3 {
    color: #855698;
}


body.page-page-our-purpose h1 {
    background: none repeat scroll 0 0 #855698;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 125px;
}

body.page-page-our-purpose .topbox-1 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #855698;
}

body.page-page-our-purpose h4 {
color: #855698;
}



body.page-page-our-purpose ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}



      /* funders */
   


body.page-funders-list #main {
    border-top: 10px solid #855698;
}    
     


body.page-funders-list h3 {
    color: #855698;
}


body.page-funders-list h1 {
    background: none repeat scroll 0 0 #855698;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 125px;
}

body.page-funders-list .topbox-1 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #855698;
}

body.page-funders-list h4 {
color: #855698;
}



body.page-funders-list ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}


body.page-funders-list td {
height: 190px;
width: 190px;
text-align: center;
}

body.page-funders-list .views-field-title {
font-size: 10px;
}


      /* donate */
   


body.page-page-donate #main {
    border-top: 10px solid #EC1C24;
}    
     


body.page-page-donate h3 {
    color: #EC1C24;
}


body.page-page-donate h1 {
    background: none repeat scroll 0 0 #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 125px;
}


body.page-page-donate h4 {
color: #EC1C24;
}



body.page-page-donate ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}



      /* contact */
   


body.page-page-contact-tpa #main {
    border-top: 10px solid #855698;
}    
     


body.page-page-contact-tpa h3 {
    color: #855698;
}


body.page-page-contact-tpa h1 {
    background: none repeat scroll 0 0 #855698;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 125px;
}

body.page-page-contact-tpa .topbox-1 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #855698;
}

body.page-page-contact-tpa h4 {
color: #855698;
}



body.page-page-contact-tpa ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}

   /* ......................PAGE STYLES  - ORANGE....................... */
   
    /* contact */
    
   
    
    
 body.page-page-rights-obligations #main {
    border-top: 10px solid #F6921E;
}    
     


 body.page-page-rights-obligations #main h2 {
    color: #F6921E;
    font-size: 18px;
}


 body.page-page-rights-obligations h1 {
    background: none repeat scroll 0 0 #F6921E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-rights-obligations .topbox-1 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #F6921E;
}

 body.page-page-rights-obligations h4 {
color: #F6921E;
}



 body.page-page-rights-obligations ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}



    /* faq */
    
   
    
    
 body.page-page-faq #main {
    border-top: 10px solid #F6921E;
}    
     


 body.page-page-faq #main h2 {
    color: #F6921E;
    font-size: 18px;
}


 body.page-page-faq h1 {
    background: none repeat scroll 0 0 #F6921E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-faq .topbox-3 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #F6921E;
}

 body.page-page-faq h4 {
color: #F6921E;
}



 body.page-page-faq ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}


 dt {
 font-weight: bold;
 padding-top: 10px;
 }




  /* renting law */
    
   
    
    
 body.page-page-law #main {
    border-top: 10px solid #F6921E;
}    
     


 body.page-page-law #main h2 {
    color: #F6921E;
    font-size: 18px;
}


 body.page-page-law h1 {
    background: none repeat scroll 0 0 #F6921E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-law .topbox-3 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #F6921E;
}

 body.page-page-law h4 {
color: #F6921E;
}



  body.page-page-law ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}


  /* Notices & Eviction */
    
   
    
    
 body.page-page-notices-eviction #main {
    border-top: 10px solid #F6921E;
}    
     


 body.page-page-notices-eviction #main h2 {
    color: #F6921E;
    font-size: 18px;
}


 body.page-page-notices-eviction h1 {
    background: none repeat scroll 0 0 #F6921E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-notices-eviction .topbox-3 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #F6921E;
}

 body.page-page-notices-eviction h4 {
color: #F6921E;
}



 body.page-page-notices-eviction ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}


  /*  Golden Rules */
    
   
    
    
 body.page-page-golden-rules #main {
    border-top: 10px solid #F6921E;
}    
     


 body.page-page-golden-rules #main h2 {
    color: #F6921E;
    font-size: 18px;
}


 body.page-page-golden-rules h1 {
    background: none repeat scroll 0 0 #F6921E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-golden-rules .topbox-3 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #F6921E;
}

 body.page-page-golden-rules h3 {
color: #F6921E;
}



 body.page-page-golden-rules ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}



/*   The End of a Tenancy */
    
   
    
    
 body.page-page-ending-tenancy #main {
    border-top: 10px solid #F6921E;
}    
     


 body.page-page-ending-tenancy #main h2 {
    color: #F6921E;
    font-size: 18px;
}


 body.page-page-ending-tenancy h1 {
    background: none repeat scroll 0 0 #F6921E;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-ending-tenancy .topbox-3 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px #F6921E;
}

 body.page-page-ending-tenancy h3 {
color: #F6921E;
}



 body.page-page-ending-tenancy ul.links.inline a {
    color: #5F85A3;
    text-decoration: none;
}

 body.page-page-ending-tenancy ul {
    margin-top: 0px;
}



 
  /* ......................PAGE STYLES  - RED  ....................... */
 
 
 /*   Tenancy Agreements */
    
   
    
    
 body.page-page-tenancy-agreements #main {
    border-top: 10px solid  #AF2C19;
}    
     


 body.page-page-tenancy-agreements #main h2 {
    color:  #AF2C19;
    font-size: 18px;
}


 body.page-page-tenancy-agreements h1 {
    background: none repeat scroll 0 0  #AF2C19;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-tenancy-agreements .topbox-4 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #AF2C19;
}

 body.page-page-tenancy-agreements h3 {
color:  #AF2C19;
}



 body.page-page-tenancy-agreements ul.links.inline a {
   color: #5F85A3;
    text-decoration: none;
}

 body.page-page-tenancy-agreements ul {
    margin-top: 0px;
}




/*   Application forms */
    
   
    
    
 body.page-page-application-forms #main {
    border-top: 10px solid  #AF2C19;
}    
     


 body.page-page-application-forms #main h2 {
    color:  #AF2C19;
    font-size: 18px;
}


 body.page-page-application-forms h1 {
    background: none repeat scroll 0 0  #AF2C19;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-application-forms .topbox-4 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #AF2C19;
}

 body.page-page-application-forms h3 {
color:  #AF2C19;
}



 body.page-page-application-forms ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-application-forms ul {
    margin-top: 0px;
}




/*  Special Conditions */
    
   
    
    
 body.page-page-special-conditions #main {
    border-top: 10px solid  #AF2C19;
}    
     


 body.page-page-special-conditions #main h2 {
    color:  #AF2C19;
    font-size: 18px;
}


 body.page-page-special-conditions h1 {
    background: none repeat scroll 0 0  #AF2C19;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-special-conditions .topbox-4 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #AF2C19;
}

 body.page-page-special-conditions h3 {
color:  #AF2C19;
}



 body.page-page-special-conditions ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-special-conditions ul {
    margin-top: 0px;
}



/* Discrimination */
    
   
    
    
 body.page-page-discrimination #main {
    border-top: 10px solid  #AF2C19;
}    
     


 body.page-page-discrimination #main h2 {
    color:  #AF2C19;
    font-size: 18px;
}


 body.page-page-discrimination h1 {
    background: none repeat scroll 0 0  #AF2C19;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-discrimination .topbox-4 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #AF2C19;
}

 body.page-page-discrimination h3 {
color:  #AF2C19;
}



 body.page-page-discrimination ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-discrimination ul {
    margin-top: 0px;
}




/* advice */
    
   
    
    
 body.page-page-advice #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-advice #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


  body.page-page-advice h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-advice .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-advice h3 {
color:  #00ADEE;
}



 body.page-page-advice ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-advice ul {
    margin-top: 0px;
}

/* start*/
    
   
    
    
 body.page-page-you-start #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-you-start #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-you-start h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-you-start .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-you-start h3 {
color:  #00ADEE;
}



 body.page-page-you-start ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-you-start ul {
    margin-top: 0px;
}


/* Finding Somewhere to Live */
    
   
    
    
 body.page-page-finding-somewhere-live #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-finding-somewhere-live #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-finding-somewhere-live h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 220px;
}

 body.page-page-finding-somewhere-live .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-finding-somewhere-live h3 {
color:  #00ADEE;
}



 body.page-page-finding-somewhere-live ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-finding-somewhere-live ul {
    margin-top: 0px;
}


/* Finding Somewhere to Live */
    
   
    
    
 body.page-page-choosing-landlord #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-choosing-landlord #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-choosing-landlord h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 180px;
}

 body.page-page-choosing-landlord .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-choosing-landlord h3 {
color:  #00ADEE;
}

 body.page-page-choosing-landlord h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-choosing-landlord ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-choosing-landlord ul {
    margin-top: 0px;
}


/* Property Inspections */
    
   
    
    
 body.page-page-property-inspections #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-property-inspections #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-property-inspections h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 180px;
}

 body.page-page-property-inspections .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-property-inspections h3 {
color:  #00ADEE;
}

 body.page-page-property-inspections h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-property-inspections ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-property-inspections ul {
    margin-top: 0px;
}

/* Bonds */
    
   
    
    
 body.page-page-bonds #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-bonds #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-bonds h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 180px;
}

 body.page-page-bonds .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

  body.page-page-bonds h3 {
color:  #00ADEE;
}

 body.page-page-bonds h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-bonds ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-bonds ul {
    margin-top: 0px;
}



/* Disputes */
    
   
    
    
 body.page-page-disputes #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-disputes #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-disputes h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 180px;
}

 body.page-page-disputes .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-disputes h3 {
color:  #00ADEE;
}

 body.page-page-disputes h4 {
margin: 2px 0;
    width: 180px;
}

  body.page-page-disputes ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-disputes ul {
    margin-top: 0px;
}

/* Tenancy Tribunal Orders */
    
   
    
    
 body.page-page-tenancy-tribunal-orders #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-tenancy-tribunal-orders #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-tenancy-tribunal-orders h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 220px;
}

 body.page-page-tenancy-tribunal-orders .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-tenancy-tribunal-orders h3 {
color:  #00ADEE;
}

 body.page-page-tenancy-tribunal-orders h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-tenancy-tribunal-orders ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-tenancy-tribunal-orders ul {
    margin-top: 0px;
}

 body.page-page-tenancy-tribunal-orders li {
    margin-bottom: 8px;
}




/* Preparing Your Case */
    
   
    
    
 body.page-page-preparing-your-case #main {
    border-top: 10px solid  #00ADEE;
}    
     


body.page-page-preparing-your-case #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


body.page-page-preparing-your-case h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 220px;
}

body.page-page-preparing-your-case .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

body.page-page-preparing-your-case h3 {
color:  #00ADEE;
}

body.page-page-preparing-your-case h4 {
margin: 2px 0;
    width: 180px;
}

body.page-page-preparing-your-case ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

body.page-page-preparing-your-case ul {
    margin-top: 0px;
}

body.page-page-preparing-your-case li {
    margin-bottom: 8px;
}




/* Enforcing an Order */
    
   
    
    
 body.page-page-enforcing-order #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-enforcing-order #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-enforcing-order h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 220px;
}

 body.page-page-enforcing-order .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-enforcing-order h3 {
color:  #00ADEE;
}

 body.page-page-enforcing-order h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-enforcing-order ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-enforcing-order ul {
    margin-top: 0px;
}

 body.page-page-enforcing-order p {
    margin: 0px;
}


/* Relationships */
    
   
    
    
 body.page-page-relationships #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-relationships #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-relationships h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-relationships .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

 body.page-page-relationships h3 {
color:  #00ADEE;
}

 body.page-page-relationships h4 {
margin: 2px 0;
    width: 180px;
}

  body.page-page-relationships ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-relationships ul {
    margin-top: 0px;
}

 body.page-page-relationships p {
    margin: 0px;
}



/* Homelessness */
    
   
    
    
 body.page-page-homelessness #main {
    border-top: 10px solid  #00ADEE;
}    
     


 body.page-page-homelessness #main h2 {
    color:  #00ADEE;
    font-size: 18px;
}


 body.page-page-homelessness h1 {
    background: none repeat scroll 0 0  #00ADEE;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-homelessness .topbox-2 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #00ADEE;
}

  body.page-page-homelessness h3 {
color:  #00ADEE;
}

 body.page-page-homelessness h4 {
margin: 2px 0;
    width: 180px;
}

  body.page-page-homelessness ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-homelessness ul {
    margin-top: 0px;
}

 body.page-page-homelessness p {
    margin: 0px;
}



   /* ......................PAGE STYLES  - DARK BLUE....................... */

/* Healthy Home */
    
   
    
 body.page-page-healthy-home #main {
    border-top: 10px solid  #1B75BB;
}    
     


  body.page-page-healthy-home #main h2 {
    color:  #1B75BB;
    font-size: 18px;
}


  body.page-page-healthy-home h1 {
    background: none repeat scroll 0 0  #1B75BB;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 220px;
}

 body.page-page-healthy-home .topbox-5 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #1B75BB;
}

 body.page-page-healthy-home h3 {
color: #1B75BB;
}

 body.page-page-healthy-home h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-healthy-home ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-healthy-home ul {
    margin-top: 0px;
}

 body.page-page-healthy-home p {
    margin: 0px;
}



/* Dampness and Mildew */
    
   
    
 body.page-page-dampness-and-mildew #main {
    border-top: 10px solid  #1B75BB;
}    
     


 body.page-page-dampness-and-mildew #main h2 {
    color:  #1B75BB;
    font-size: 18px;
}


 body.page-page-dampness-and-mildew h1 {
    background: none repeat scroll 0 0  #1B75BB;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 220px;
}

 body.page-page-dampness-and-mildew .topbox-5 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #1B75BB;
}

 body.page-page-dampness-and-mildew h3 {
color: #1B75BB;
}

 body.page-page-dampness-and-mildew h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-dampness-and-mildew ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-dampness-and-mildew ul {
    margin-top: 0px;
}

 body.page-page-dampness-and-mildew p {
    margin: 0px;
}



/* Fire Safety */
    
   
    
 body.page-page-fire-safety #main {
    border-top: 10px solid  #1B75BB;
}    
     


 body.page-page-fire-safety #main h2 {
    color:  #1B75BB;
    font-size: 18px;
}


 body.page-page-fire-safety h1 {
    background: none repeat scroll 0 0  #1B75BB;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-fire-safety .topbox-5 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #1B75BB;
}

 body.page-page-fire-safety h3 {
color: #1B75BB;
}

 body.page-page-fire-safety h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-fire-safety ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

 body.page-page-fire-safety ul {
    margin-top: 0px;
}

 body.page-page-fire-safety p {
    margin: 0px;
}




/* Pests */
    
   
    
 body.page-page-flies-and-other-pests #main {
    border-top: 10px solid  #1B75BB;
}    
     


 body.page-page-flies-and-other-pests #main h2 {
    color:  #1B75BB;
    font-size: 18px;
}


 body.page-page-flies-and-other-pests h1 {
    background: none repeat scroll 0 0  #1B75BB;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-page-flies-and-other-pests .topbox-5 a {
  background: url("http://tpa.org.nz/sites/default/files/tpa-sprites.png") no-repeat scroll 0 -195px  #1B75BB;
}

 body.page-page-flies-and-other-pests h3 {
color: #1B75BB;
}

 body.page-page-flies-and-other-pests h4 {
margin: 2px 0;
    width: 180px;
}

 body.page-page-flies-and-other-pests ul.links.inline a {
  color: #5F85A3;
    text-decoration: none;
}

  body.page-page-flies-and-other-pests ul {
    margin-top: 0px;
}

 body.page-page-fire-safety p {
    margin: 0px;
}

   /* ......................PAGE STYLES  - BASE RED...................... */

/* PAGES */


 body.page-page-whats-happening-housing h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}


 body.page-page-earthquakeinformation h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 220px;
}

 body.page-page-keep-roof-over-your-head h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 250px;
}

 body.page-local-agency-list h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}


 body.page-page-housing-forum h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 170px;
}

 body.page-hf-background h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 270px;
}

body.page-page-housing-forum-resources h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 270px;
}

h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: 270px;
}

ul.menu ul.menu { 

}

#block-nice_menus-1 {
   background-color: #EC1C24;
    margin-bottom: 3px;
   height: 30px;
  
}

#block-nice_menus-1 .block-inner {
    margin: 0 auto;
    width: 960px;
}

ul#nice-menu-1 {
    padding-left: 0px;
     background-color: #EC1C24;
}

#block-nice_menus-1 .item-list ul {
    padding-left: 0px;
}

ul.nice-menu li {
   background-color: #EC1C24;
   border-color: #EC1C24;
}

ul.nice-menu a {
color: #fff;
text-decoration: none;
}

ul.nice-menu a:hover {
color: #000;
}

ul.nice-menu-down li.menuparent {
  background-color: #EC1C24;
  background-image: none;

}

ul.nice-menu-down li.menuparent:hover {
background-image: none;
background-color: #EC1C24;
}

ul.nice-menu ul { 
border: none;
}

ul.nice-menu-down li li.menuparent {
background-color: #EC1C24;
}

ul.nice-menu-down li li.menuparent:hover {
background-color: #EC1C24;
}


ul.nice-menu ul {
    top: 2.1em;
}

ul.nice-menu li {
    border: medium none;
}


ul.nice-menu a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}

ul.nice-menu-down li li.menuparent {
    background-color: #FFFFFF;
     color: #000000;
}

ul.nice-menu li {
 
     color: #000000;
}


ul.nice-menu-down .menuparent a {
    padding: 0px 8px;
}

ul.nice-menu a {
    padding: 0px 8px;
}

ul.nice-menu ul li {
    background: none repeat scroll 0 0 #EC1C24;
  color: #000;
}

ul.nice-menu ul li a{
    background: none repeat scroll 0 0 #fff;
  color: #000;
}

ul.nice-menu ul li a:hover {
    background: none repeat scroll 0 0 #EC1C24;
  color: #fff;
}

ul.nice-menu ul li ul li{
    top: 1px;
}


.tpalogocontact a{
text-decoration: none;
}

.tpalogocontact a:hover{
color: #8CC63F;
}


#block-block-9 {
border-top: #fff 3px solid;
margin-top: 60px;
background: #8CC63F url(http://tpa.org.nz/sites/default/files/tpa-rental-survey.png) no-repeat 10px 10px;
margin-bottom: 0px;
}

#block-block-9 .block-inner {
padding: 10px 5px 10px 110px;
font-weight: 300;
}

#block-block-9 .block-inner a{
color: #fff;
text-decoration: none;

}

#block-block-9 .block-inner a:hover {
color: #000;
}

#block-block-9 h2 {
color: #fff;
font-size: 18px;
}


body.section-blog h1 {
    background: none repeat scroll 0 0  #EC1C24;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 2px 10px 5px;
    text-transform: uppercase;
    width: auto;
}


body.section-blog .submitted {
display: none;
}

body.section-blog .field-field-image {
   background: none repeat scroll 0 0 #E6E6E6;
    display: block;
    float: left;
    margin-right: 15px;
    padding: 5px;

}


body.section-blog .blog_usernames_blog {
display: none;
}

body.page-webform-rental-survey-2013 .submitted {
display: none;
}

#block-block-6 p {
color: #000;

}

#block-block-6 a {
color: #fff;
text-decoration: none;
}

#block-block-6 a:hover {
color: #a41319;

}

body.front #main {

    margin-bottom:3px;
}


.terms-inline {
    display: none;
}

body.page-podcasts-podcasts .submitted {
display: none;
}

.field-field-podcast {
margin-bottom: 20px;
margin-top: 20px;
}


.submitted {
display: none;
}

.node-type-webform h2 {
color: #EC1C24;
font-weight: bold;
    font-size: 18px;
}