/**Layout Divs**/
div#header{
	background-image: url(pgnwlaw_files/pgnwlaw_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #333333;/*themecolour3;*/
	height: 80px;
}

div#container
{
	background-repeat: repeat-y;
	
} 

div#container2
{
    background-repeat: repeat-y;
	background-position: right;
} 

div#content
{
	margin-left: 50px;
	margin-right: 80px;
	line-height: 150%;
	color: #000000;/*themecolour5%0;*/
	padding-bottom: 10px;
} 

#cleardiv
{
clear: both;

} 

div#footer
{
	clear: both;
	border-top: 2px solid #bf9357;/*themecolour2;*/
	text-align: center;
	background-color: #333333;/*themecolour3;*/
	color: #FFFFFF;/*themecolour2;*/
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
 
div#logo {
	float: left;
	height: 80px;
	background-color: #333333;
	background-image: url(pgnwlaw_files/pgnwlaw_header_bg.gif);

}

div#hnavbar {
	height: 25px;
	padding-top: 37px;
}

/**Redefined html tags**/
body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
p {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*defines heading styles*/ 

#content h2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 6px;
	color: #666666;
}
#content h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
	font-size: 110%;
}
#content h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #bf9357;/*themecolour2;*/
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom:10px;
	color: #333333;
	font-size: 170%;
}
/*defines un ordered list*/ 
ul {
	list-style-image: url(pgnwlaw_files/pgnwlaw_bullet.gif);
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
/*floats image to the left of text blocks*/ 
.imagefloat {
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}
/*adds border and margin to right coloumn images*/ 
.rightcolimage {
	border: 1px solid #333333;/*themecolour3;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
/*defines link colors*/ 
a:link {
	color: #000099;/*themecolour3;*/
}
a:visited {
	color: #3333FF;
}
a:hover {
	color: #bf9357;/*themecolour2;*/
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #592e1e;
	line-height: 28px;

}
