/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: left;
  font:1em Times, serif;  
  line-height: 180%;
  color: #000;
  /*  */
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}
acronym {
	border-bottom: none;
	text-decoration:none;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em Times, serif;
  color: #000;
  border: 1px solid #999;
}
label{
	display:block;
}

h1 {
  clear: both;
  margin: 10px 0;
  padding:0px 2px;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
   border-bottom:1px solid #000;
}

h1 span {
	display: block;
	padding: 2px;
}

#sideBar{
	display:none;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
 
} 

blockquote span {
  display: block;
  padding: 5px;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 100%;
  height: 30px;
  background: #FFFFFF;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  display:none;
}

/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 0.4em 55px 0.4em 0;
  margin-right: 0.5em;
}

#title h1 {
  display: inline;
  color: #000;
  border-bottom:1px solid #000;
  font-size:0.9em;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
	text-align: left;
}

#text {
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}

#image ,#sideBar, .sideMenu, #news, #footer, .right {
	display:none;
}

h2{
	margin-bottom:2px;
}

/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

code{
	display:block;
	width:auto;
	height:300px;
	background-color:#E0E0E0;	
	overflow:auto;
	padding:4px;
	font-size:12px;
}
.errormessage{
	font-weight:bold;
	color:#FF2020;
}
