/*links*/
a:link { color: #006d14; }
a:visited { color: #006d14; }
a:hover { color: #ab0000; }
a:focus, a:active { color: #ab0000; }

/*headings*/
h2, h3 {
	color: #ab0000;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	margin-top: 0; }

h3 { font-size: 135%; }

/* head */
#Header {
	position: relative; 
	height: 170px;
	margin-bottom: 15px;
	background: #900 url(images/background.gif) repeat-x; }
	
#Header h1 {
	margin: 0; 
	padding: 10px 0 0;
	color: #fff; }

#Header a img { border: none; background: transparent; }
#Header h1 a { color: #fff; }
#Header h1 a:focus, #branding h1 a:active { background: transparent; }

#address {
	color: #eee;
  position: absolute;
  top: 10px;
  right: 5px;
  margin: 0;
  text-align: right;
  font-size: 90%;
  line-height: 1.3; }

/* tag line */
#tagline {
  margin: 0;
  position: absolute;
  top: 120px;
  right: 0;
  width: 65%;
  font: italic 140% Georgia, "Times New Roman", Times, serif;
  color: #fffdd7;
  text-align: center; }

#tagline p { margin: 0 0 .2em; }

/* content */
#main-content { width: 73%; float: right; padding-bottom: 10px; }

#main-content p img {
	margin: 10px;
	border: 1px solid #DFDFDF;
	text-align:center;
	padding: 2px; }
#main-content p img.home {
	width:300px;
	height:250px;
	}
#main-content p.home
{
float:left;
width:310px;
text-align:center
}
#main-content p span.caption
{
font-size:18px;
}
.clear
{
clear:both;
}
/* Snavigation menu */
#LeftNav {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #b5b5b5; }

#LeftNav li {
	border-bottom: 1px solid #b5b5b5;
	font: 110% Georgia, "Times New Roman", Times, serif;
	padding: 6px 0 6px 35px;
	background: transparent url(images/ornament.gif) 0 50% no-repeat; }
	
#LeftNav a { text-decoration: none; }

#LeftNav li.current {
	font-style: italic;
	background-image: url(images/ornament-current.gif);
	color: #ab0000; }
	
#contact {
	border: 1;
	margin: 0;
	padding: 0; }

#contact ol {
	list-style: none;
	margin: 0;
	padding: 0; }
	
#contact li {
	margin: .2em 0;
	float: left;
	width: 100%; }

#contact label {
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 2%; }

#contact input#submit {
	margin-left: 32%;
	width: 10em; }

#contact input, #contact select, #contact textarea {
	font-family: inherit;
	font-size: 100%; }

#contact legend {
	color: #ab0000;
	font: 135% Georgia, "Times New Roman", Times, serif;
	margin: auto 0;
	padding: 0; }

.tariffs {
	width: 100%;
	margin-bottom: 3em;
	border-collapse: collapse; }

.tariffs th {
	color: #ab0000;
	text-align: left;
	border-bottom: 1px solid #ddd; }
	
.tariffs td { border-bottom: 1px solid #ddd; }

.tariffs thead th { font-size: 85%; }
.tariffs tbody th { width: 50%; }

.tariffs tbody th em {
	font-size: 90%;
	font-weight: normal;
	color: #555; }

  /* footer */
#Footer {
	clear: both;
	text-align: right;
	font-size: 80%;
	color: #888;
	padding-top: 10px;
	background: transparent url(images/footerline.gif) 100% 0 no-repeat; }
