@charset "utf-8";

/*******************************************************
CSS File:	 screen.css

Site Title:	 PoriruaWatch - Neighbour Support Group website (Version: 1.0)
Site URI:	 http://www.poriruawatch.com/

Author:		 Mark Glenn
Author URI:	 http://www.gmk5.com

Description: Contains all css used to place, size & position
             the primary elements of the site.
			 
*******************************************************/

/* Reset All Browser Styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,object,embed,param{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;} * { margin: 0; padding: 0; }

/* Main Page Tags */

body {
	background: url(../_img/body_bg.gif) repeat-x #f1f1f1;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#hide, .hide {
	display: none;
}

acronym, abbr {
	cursor: help;
}

* { /* For all elements */
	line-height: 1.4em;
}

p.clr, br.clr, hr.clr, span.clr  {
	display: block;
	clear:both;
	padding: 0;
	margin: 0;
	line-height: 1%;
	font-size: 1%;
	height: 1px;
}

span.nowrap, strong.nowrap {
	white-space:nowrap;
}

.nofloat {
	float: none;
}

.fine {
	font-size: 90%;
}

a {
	color:#673232;
	text-decoration: none;
}

em { font-style:italic;}

#left-content p a {
	text-decoration: underline;
}

a.inactive {
	cursor: default;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul, ol {                               
    list-style-type: none;
} 

.left {
	float: left;
	margin-right: 12px;
}

.leftmargin {
	margin-right: 40px;
}

.right {
	float: right;
	margin-left: 8px;
}

.center {
	text-align: center;
}

/* --------------- Image Replacement -------------- */

* span.replace, * strong.replace, p.replace {
	font-size: 1%;
	position: relative;
	left: -5000px;
}
	
/* --------------- Main Structural Elements -------------- */

#frame {
	width: 761px;
	margin: 0 auto;
	padding-left: 15px;
	color: #323a43;
	text-align: left;
	position: relative;	
}

#main {
	margin-left: 23px;
	padding: 0 9px 0 0;
	position: relative;
}

#masthead {
	display: block;
	height: 123px;
	background: url(../_img/header.gif) no-repeat top right;
}



/* --------------- Header  -------------- */

#frame p#date {
	margin-right: 39px;
	padding: 6px 0 6px 0;
	text-align: right;
	border-bottom: solid 1px #989ca0;
	font-size: 10px;
}

#frame p#logo {
	background: url(../_img/poriruawatch_logo.gif) no-repeat 0% 50%;
	height: 73px;
}

#frame p#logo a {
	display: block;
	height: 73px;
	width: 420px;
}

#frame p#main-img {
	height: 158px;
	background: url(../_img/porirua_harbour_karora.jpg) no-repeat top right;
}

#frame p#nsg {
	position: absolute;
	top: 78px ;
	right: 12px ;
	display: block;
	height: 80px;
	width: 80px;
}

#frame p#nsg a {
	display: block;
	height: 80px;
	width: 80px;
	position: relative;
}


#frame p#photo-credits {
	position: absolute;
	top: 256px ;
	right: 48px ;
	display: block;
	height: 12px;
	width: 80px;
}

#frame p#photo-credits a {
	display: block;
	height: 12px;
	width: 80px;
}

h1 {
	font-size: 14px;
	color: #84898e;
	font-style:italic;
	padding-bottom: 3px;
	width: 620px;
}

h2 {
	height: 70px;
	background:url(../_img/nsg_houses_bg.jpg) no-repeat top left;
	margin-bottom: 23px;
}

h2 strong {
	display:block;
	height: 70px;
	background-position: top left;
}

h2 strong.welcome {
	background: url(../_img/h2_welcome.gif) no-repeat;
}

h2 strong.about-us {
	background: url(../_img/h2_about-us.gif) no-repeat;
}

h2 strong.watches {
	background: url(../_img/h2_watches.gif) no-repeat;
}

h2 strong.comminfo {
	background: url(../_img/h2_comminfo.gif) no-repeat;
}

h2 strong.civdef {
	background: url(../_img/h2_civdef.gif) no-repeat;
}

h2 strong.contact {
	background: url(../_img/h2_contact.gif) no-repeat;
}

h2 strong.join-us {
	background: url(../_img/h2_join-us.gif) no-repeat;
}

h2 strong.links {
	background: url(../_img/h2_links.gif) no-repeat;
}

h2 strong.bustree {
	background: url(../_img/h2_bustree.gif) no-repeat;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
	color: #7e8389;
}

h3 strong {
	color: #323a43;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
}

h3.padtop {
	margin-top: 2.6em;
}

h4.padtop {
	margin-top: 2em;
}


/* --------------- Right Content --------------- */

div#right-content {
	width: 180px;
	float: right;
	margin: 0 38px 0 0;
	position: relative;
	top: -4px;
}

div#right-content ul li {
	display: inline;
}

div#right-content ul li a {
	display: block;
	font-size: 14px;
	padding: 6px 0 7px 6px;
	border-bottom: solid 1px #cbccce;
	font-style:italic;
	position: relative;
}

div#right-content ul li a:hover {
	background: #fff;
}

div#right-content ul li.active a {
	font-weight: bold;
	color: #323a43;
	cursor: default;
}

div#right-content p.tile-01 a {
	display: block;
	height: 82px;
	width: 189px;
	background:url(../_img/tile_sponsor_01.gif) no-repeat;
	margin-top: 14px;
	position: relative;
	left: -4px;
}

div#left-content {
	width: 480px;
	float: left;
}

div#left-content p {
	margin-bottom: 1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#left-content p.top {
	margin: 1em 0 2em 0;
	font-size: 90%;
}

div#left-content p strong, div#left-content ul li strong {
	font-weight: bold;
}

div#left-content p em, div#left-content ul li em {
	font-style: italic;
}

div#left-content p span.dcap {
	display:inline;
	font-weight: normal;
	float:left;
	font-size:60px;
	margin-right: 4px;
	line-height:0.8em;
	text-transform:uppercase;
	color:#91959a;
	position: relative;
	top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#left-content p.pullout {
	padding: 10px;
	border:solid 1px #CFD1E0;
	background:#DFDFEA;
	text-align: center;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	margin-bottom: 30px;
}

div#left-content ul {
	margin-bottom: 20px;
}

div#left-content ul li {
	padding: 3px 0 3px 24px;
	background: url(../_img/bullet.gif) no-repeat 4px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

div#footer {
	clear: both;
	background: url(../_img/footer_bg.gif) repeat-x top left;
	margin-top: 30px;
	height: 97px;
}

div#footer-content {
	width: 776px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	font-size: 10px;
	font-style:italic;
}

div#footer-content p#police-logo {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 169px;
	height: 60px;
}

div#footer-content p#police-logo a {
	display: block;
	width: 169px;
	height: 60px;
	background:url(../_img/police_logo.gif) no-repeat;
}


div#footer-content ul {
	float: right;
	margin: 31px 0 6px 0;
}

div#footer-content ul li {
	float: left;
}

div#footer-content ul li a {
	color: #979b9f;
	padding: 1px 5px;
	border-right: solid 1px #c8cacc;
}

div#footer-content ul li.end a {
	border-right: none;
}


table {
	width: 100%;
	border-collapse:collapse;
	border: solid 1px #cbccce;
	border-bottom: none;
	margin-bottom: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table thead tr th {
	background: #6a86ad;
	color: #fff;
	font-weight: bold;
}

table tbody tr td {
	border-bottom: solid 1px #cbccce;
}

table tr * {
	padding: 4px;
}

table tr td {
	background: #fcfcfc;
}

table tr th.w40 {
	width:40%;
}

table tr th.w30 {
	width:30%;
}

table tr th.w20 {
	width:20%;
}




