html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 70.5%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}



p {
	line-height: 180%;
	color: #7a7a7a;
}

img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: trebuchet ms, arial;
	font-weight: bold;
	color: #99cc00;
	font-style: normal;
}

h2 {
	font-family: trebuchet ms, arial;
	font-size: 140%;
	font-weight : bold;
	color:#70A300;
	font-style: normal;
}

h3 {
	font-family: trebuchet ms, arial;
	font-size: 110%;
	font-weight : bold;
	color:#70A300;
	font-style: normal;
}

h4 {
	font-family: trebuchet ms, arial;
	font-size: 120%;
	font-weight : bold;
	color:#686868;
	font-style: normal;
	margin: 0px 0px 10px 0px;
}

h5 {
	font-family: trebuchet ms, arial;
	font-size: 110%;
	font-weight : bold;
	color:##0303ff;
	font-style: normal;
	margin: 0px 0px 10px 0px;
}

/*-----------------------------------------------------------------*/

ul {
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
	color: #70A300;
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	color: #70A300;
	list-style: bullet;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #70A300;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #70A300;
}

.embed_image {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
 .greytext {
  color: #ffffff;
  } 
  
   .greytext a {
  color: #ffffff;
  text-decoration: none;
  } 
  
   .greytext a:hover {
  color: #ffffff;
  text-decoration: underline;
  } 
  

  .green {
  color: #bbdc54;
  }  
  
  /*------------------------------ Home Login -----------------------------------*/
  
  
  form.homelogin {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	color: #ffffff;
}

fieldset.homelogin {
	 padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
}

legend.homelogin  {
	display: none;
}

input.homelogin , select.homelogin , textarea.homelogin  {
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-size : 100%;
	color: #6b7272;
	text-decoration: none;
	border: 1px solid #748da6;
	padding: 2px 2px 2px 2px;
 	margin: 0px 0px 0px 0px;
}

textarea.homelogin  {
	padding: 3px 3px 3px 3px;
}	

#home_news p {
	color: #ffffff;
}

/*---------------*/

form.contactform {

}

fieldset.contactform {
	border: 1px dotted #cccccc;
	color: #7A7A7A;
}

legend.contactform  {
	color: #70A300;
	font-weight: bold;
	background-color: #ffffff;	
}

input.contactform , select.contactform , textarea.contactform  {
	font-family: tahoma, Arial, Helvetica, sans-serif; 
	font-size : 100%;
	color: #7A7A7A;
	text-decoration: none;
	border: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
}

textarea.contactform  {
	padding: 3px 3px 3px 3px;
}

