html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 75%;
	font-family: Tahoma, sans-serif;
	color: #000000;
} 

p, li { line-height: 180%; 
}

img { border: none; }

h1 {
	font-size: 200%;
	font-family: Georiga, times, sans-serif;
	font-weight: bold;
	color: #7a1e10;
	font-style: normal;
}

h2 {
	font-family: Georiga, times, sans-serif;
	font-size: 150%;
	font-weight : bold;
	color:#7a1e10;
	font-style: normal;
}

h3 {
	font-family: Tahoma, sans-serif;
	font-size: 120%;
	font-weight : bold;
	color:#7a1e10;
	font-style: normal;
}

/*-----------------------------------------------------------------*/



/*-----------------------------------------------------------------*/

ul { color : #7a1e10; }

li { 
line-height: 180%;
color:#7a1e10;
list-style-image:url(../images/bullet.gif);
}

/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #999999;
	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: #7a1e10;
}

a:hover {
	text-decoration: underline;
	color:#000000;
}

.location {
	color: #003366;
}

.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;
  } 
  
  img.apply_border {
	padding:3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}


img.apply_border:hover {
	padding:3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #1c4577;
}

.embed_image_right {
  float:right;
  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_right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
.newsdate {
color: #000;
}
  /*------------------------------Contact Form-----------------------------------*/

form.contactform {
	font-size: 12px;
	color: #692318;
	font-family: Tahoma, sans-serif; 
	font-weight: normal;
}

fieldset.contactform {
	border: 1px dashed #666666;
}

legend.contactform  {
	color: #d5c090;
	font-weight: bold;
	background-color: #ffffff;	
}

input.contactform , select.contactform , textarea.contactform  {
	font-family: Tahoma, sans-serif; 
	font-size : 100%;
	color: #7a1e10;
	text-decoration: none;
	border: 1px solid #666;
	padding: 2px 2px 2px 2px;
}

textarea.contactform  {
	padding: 3px 3px 3px 3px;
}

form.demoform {
	font-size: 11px;
	font-family: Tahoma, sans-serif; 
	font-weight: normal;
}

fieldset.demoform  {
border:0px;
}


input.demoform , select.demoform , textarea.demoform  {
	font-family: Tahoma, sans-serif; 
	font-size : 12px;
	color: #7a1e10;
	text-decoration: none;
	border: 1px solid #666;
	padding: 2px 2px 2px 2px;
}

textarea.demoform  {
	padding: 3px 3px 3px 3px;
}
