/* LONDON GARDENS */

/* Redefined tags */

html {
	/* fix for Opera, Mozilla, Firefox, Safari browsers so that vert scroll bar always appear */
	height: 100%;
	margin-bottom: 1px;  
}

body {
	font-size: 0.8em;
	font-family: verdana, arial, sans;
	background-image: url(../images/darkgreen.gif);
	text-align:center
}

a, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active{
	color: #FFFFFF;
	text-decoration: none;
	border-right: #FF9900;
	border-bottom: #FF9900;
	border-left: #FF9900;
    background:  url("../images/midgreen.gif");
}

h1 {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: large;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	color: #003300;
	font-size: medium;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	color: #003300;
	font-size: small;
}

/* new classes */

.headPrint {
	visibility: hidden;
	display: none;
}

.noCSS {
	visibility: hidden;
	display: none;
}

.twoColFrm {
	width: 100%;
}

.twoColFrmTitle {
	width: 25%;
	text-align: right;
	background-color: #FFA163;
	vertical-align: top;
}

.twoColFrmField {
	width: 75%;
	background-color: #FFE8DB;
	border: 0px;
}

.showHide {
	text-decoration: none;
	padding: 5px 14px;
	margin: 0px;
	border: none;
	background-color: #CCCC99;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.tableHeaders {
	color: #FFFFFF;
	font-weight: bold;
}

.smallerText {
	font-size: 0.8em;	
}

/* Layout */

#container {
	position: relative;
	width: 697px;
	top: 5px;
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	position: relative;
	background-image:  url(../images/landscape-gardener-london-gardens.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 109px;
	text-align:center;
	width:697px;
    height:16px;
}

#topmenu{
	position: relative;
	background:  url("../images/lightgreen.gif");
	width: 697px;
	padding:0px;
	clear:both;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#topmenu ul{
	margin:0;
	padding:0;
}

#topmenu ul li{
	display: inline;
}

#topmenu ul li a, 
#topmenu ul li a:visited{
	float:left;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 14px 5px 14px;
	border-right: 1px solid #FFFFFF;
	background-image:  url("../images/lightgreen.gif");
}

#topmenu ul li a:hover, 
#topmenu ul li a:active{
	background: #CC0000;
}

#content {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	text-align:left;
}

#content ul li{
	list-style-type: none;
	margin: 10px;
}


#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#footer ul{	
	list-style-type: none;
	margin-left: 5px;  /*fixes left hand position in IE6, but no affect foxfire */
	padding-left: 20px; /* fixes left hand position in foxfire, but no affect IE6! */
}
#footer ul li{
	float:left;
	display: inline;
}
#footer li a{
	padding-left: 5px;
	padding-right: 5px;
}
#footprint{
	visibility: hidden;
	display: none;
}
