﻿/*
css file for Pieri Graham Solicitors
*/

html, body {height:100%}
	body {
	margin:0;
	color: #000000;
}

h1 {
	margin: 10px;
	color: #1E1195;
	font-family: bell mt, times new roman, Verdana, Helvetica, Arial, sans-serif;
	font-size: 40px;
}

h4 {
	font-size: 10px;
}

a {
	font-weight: bold;
	line-height: 150%;	
}

a:link {
	color: #1E1195;
}

a:visited {
	color: gray;
}

a:hover {
	color: #0605ff;	
}

/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 130px; /*For KHTML*/
  list-style: none;
}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu-v a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 130px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}


#outer{
	min-height:100%;
	margin-left:161px;
	margin-right:161px;
	background:#ffffff;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/

#header{
	padding-top: 20px;
	background:white;
	color: #000;
	text-align:center;
	position:relative;
	margin:0 -131px;
	min-height:0;/* ie 7 haslayout fix */
}
/* mac hide \*/
* html #header{height:56px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/

#head {
	margin-bottom: 20px;
	background: #b4d7bf;
	border: 1px solid gray;
}

#centrecontent {
	text-align: justify;
	color: gray;
	margin-left: 20px;
	margin-right: 190px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:130px;/* same as the left margin on #outer*/
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
	left:-2px;/* push column into position*/
}
#left p {padding-left:2px;padding-right:2px}
#right p {padding-left:2px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:310px;/* same as right margin on #outer*/
	float:right;
	margin-right:-139px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/ 
	left:2px;/* push column into position*/
}

#footer ul {
	margin: 10px;
}

#footer li{
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}

#footer {
	background: #b4d7bf;
	font-size: 12px;
	clear:both;
	height:35px;
	margin-left: 30px;
	margin-right: 30px;
	color: #000000;
	text-align:center;
	position:relative;
	border: 1px solid gray;
}
* html #footer {/*only ie gets this style*/
\height:32px;/* for ie5 */
he\ight:30px;/* for ie6 */
}
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/ 
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

form.contact fieldset {
	border: 1px solid gray;
	padding: 10px;
}

form.contact {
	color: #000000;
	margin: 0;
	line-height: 150%;
}

form.contact label {
	font-weight: bold;
	font-size: small;
	color: #1E1195;
	line-height: 150%;
}

form.contact label.fixedwidth {
	display: block;
	width: 10em;
	float: left;
}

form.contact .buttonarea input {
	background: #1E1195;
	color: white;
	font-weight: bold;
}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #b4d7bf;
}

#register {
	background: #EEE;
	padding: 0;
	margin-top: 20px;
	padding: 0;
	font-size: 9px;
	color: #1E1195;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#register ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 2px;
	line-height: 150%;
}
