/*
Author: Richard Cassidy
        Graphite Design
		www.graphitedesign.co.uk
Client: DW Shotton Landscapes Ltd
*/

body { 
	font: normal 10pt Verdana,Ariel,helvetica,sans-serif;
	color: #435C42;
	background: #CCCCCC;
	margin: 0;
  }


p, td, div { 
	color: #435C42;
  font: normal 10pt Verdana,Ariel,helvetica,sans-serif;
	background: inherit;
	text-align: left;
  }


h1 {
	font-size: 14pt;
	font-weight: bold;
	font-family: ariel black,ariel,sans-serif;
	text-transform: uppercase;
	color: #435C42;
	text-shadow: #888 3px 3px 10px;
	margin-top: 0;
}

h2 { color: #435C42;
     font: bold 1em Verdana,Ariel,helvetica,sans-serif;
	background: inherit;
   }
	 
h3 { color: #435C42;
     font: bold 0.9em Verdana,Ariel,helvetica,sans-serif;
	background: inherit;
   }
	
#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 10px;
}

#header {
	text-align: left;
	padding: 50px 20px 20px 20px;
}

#content {
	padding: 20px;
}

#footer {
	text-align: center;
	padding: 20px;
	margin: 20px;
	font-size: 0.9em;
	background: #CCC;	
}


.leadpara {
	font-weight: bold;
}

/* links */

a:link, a:visited { color: #435C42;
         font-weight: bold;
         text-decoration: none;
       }

A:hover { color: #435C42;
          font-weight: bold;
          text-decoration: underline;
        }
A:active { color: none;
           font-weight: bold;
           text-decoration: none;
           }

/* menu */

#topmenu {
	margin: 0 20px 20px 20px;
	background: #435C42;
	padding: 10px;
}

#topmenu ul {
	margin: 5px auto 10px auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 1.0em;
}

#topmenu li {
	display: inline;
	text-transform: none;
}

#topmenu li a:link, #topmenu li a:visited {
	/* border: 1px solid #E5FFDE; */
	color: #E5FFDE;
	padding: 3px;
  margin: 5px;
  font-size: 11px;
}

#topmenu li a:hover {
	/* border: 1px solid #fff; */
	background: #E5FFDE;
	text-decoration: none;
	color: #435C42;
	padding: 3px;
  margin: 5px;
}



/* forms */

.input { font: normal 9pt lucida console, courier new, monospace;
         color: #ff5555;
         background-color: #ffeeee; 
         border:1px solid #ffbbbb;
       }

.button { font: normal 8pt lucida console, courier new, monospace;
          color: #ffffff;
          background-color: #bb3333;
          border: 0px solid #000000
        }

/* home page */

#bullets {
	margin-left: 320px;
}

#bullets ul li {
	font-weight: bold;
	list-style-type: circle;
	padding-bottom: .5em;
}


