/* CSS Element Styles */

/* GENERAL PAGE ELEMENTS */

p{
	color: #184;
	background-color: transparent;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	padding: 0 0 0 2em;

}


hr {
	clear:both; 
	border:0; 
	height:1px; 
	color:#184; 
	background-color:#184;
	}


a, a:visited {
	text-decoration: underline;
	color:#184;
  	font-family: "Eras Demi ITC", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
  }

a:hover {
	color:#F70; 
	text-decoration:underline;
	font-family: "Eras Demi ITC", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
  }

h2{
	font-weight: bold;
	background-color: transparent;
	color: #F70;
	margin: 1.25em 0 1em 0;
	line-height: 1em;
}
h3{
	font-weight: bold;
	background-color: transparent;
	color: #F70;
	margin: 1.25em 0 .5em 0;
	line-height: 1em;
}

h4{
	background-color: transparent;
	color: #F70;
}
.services{
	margin: 1em 0 0 .5em;
	padding-bottom: 0;
	text-indent: 1em;
}

#container img {
	margin:1.2em;
	border: 0;
	}

/* PSEUDO CLASSES */

.strike {
text-decoration:line-through;
}

.lft {
	float:left;
	}
	
.rgt{
	float:right;
	}

.PageHeading{
	color: #f70;
	text-align: center;
}
.green
{
	color: #184;
}
.orange{
	color: #F70;
}
.indent{
	padding: 0 0 0 3em;
	margin: 0 0 .5em 0;
}
	
/* NEWS SUB ELEMENTS */

#news .newsheading{
	background: #9DA url(../images/gb-border.gif) no-repeat left;
	border-bottom: 2px solid #FFC;
	text-align: left;
	font-size: 1em;
	width: 100%;
	height: 50px;
	margin: -1em 0 !important;
	margin: 0;
}

#news h1{
	color: #F70;
	background: transparent;
	font-weight: bold;
	font-size: 1.5em;
	margin-left: 55px;
	padding-top: 1em;
}
* html #news h1{
	margin-top: 1em;
	padding-top:0em;
}
#news a, news a:link, news a:hover{
	margin-top: 1.2em;
	vertical-align: bottom;
}

#news h2{
	font-size: 1.2em;
	margin: 1.2em 0 0 .5em;
	line-height: 1em;
	font-weight: bold;
}

#news p{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 2em;
}

/* HEADER SUB ELEMENTS */
#header img {
  margin:10px 10px 0 10px;
  border: 0;
  }
  
#header ul {
  clear:both; 
  text-align:center;
  margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
  height:3em;
  }

#header ul li {margin: 5px;
  display:inline; 
  color:#184;
  }
 
#header a, #header a:link{
	text-decoration: underline;
	color:#184;
	font-size: 1.75em;
	padding: 1em;
	font-family: "Eras Demi ITC", Verdana, Arial, Helvetica, sans-serif;
}

#header a:hover {
	color:#F70; 
	text-decoration:underline;
	font-size: 1.75em;
  	padding: 1em;
	font-family: "Eras Demi ITC", Verdana, Arial, Helvetica, sans-serif;
  }
  
/* FOOTER SUB ELEMENTS */
#footer .left
{
	float: left;
	display: center;
	background-color: transparent;
	margin: 15px;
}
#footer .right
{
	float:right;
	display: inline;
	background-color: transparent;
	vertical-align: middle;
	margin: 15px 10px 0 0;
}

#footer a, #footer a:link, #footer a:hover{
	font-size: 1em;
	font-family: "Eras Demi ITC", Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
  color:#fff; 
  margin:.5em 1.5em 0 1.5em;
  }

#footer ul
{
	margin:3em 0 0 0;
	padding: 0;
	background-color: transparent;
	height: 2em;
	display:inline;
	vertical-align: middle;
}
#footer ul li{
	display: inline;
	color: #184;
	background-color: transparent;
}

#footer img {margin:2em;
	border: 0;
	float: left;
	display: inline;
}

.style6 {
	font-size: 11;
	color: #006699;
}

