
html {height: 100%;}
body {height: 100%;}

body{
background-image:   url(images/bg.jpg);
background-position:center;
background-repeat: repeat-y;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
margin:0; 
padding:0; 
}

#container
{
position:relative; /* needed for footer positioning*/
height:auto !important; /* real browsers */
min-height:100%; 
background: #ffffff;
width: 750px;
margin:auto; /*center for compliant browsers*/  
color: #fff;
border: 0px;
line-height: 130%;
text-align:left;
padding-bottom:70px
}

* html #container{height:100%}

#navlist{
margin:0px}

#top 
{
height:145px;
padding: 0;
background-color: #ddd;
border-bottom: 0px solid gray;
}
.imageborder
{
padding: 7px;
margin:10px;
border: 1px solid #ddd3d3;
}
.imageborder2
{
padding: 7px;
margin:10px 10px 5px 10px;
border: 1px solid #ddd3d3;
}
#top2 
{
color: #ffffff;
font-size:12px;
height: 20px;
padding: 5px;
padding-right:25px;
background-image:url(images/footerbg.jpg);
background-position:center;
background-repeat:repeat-x;
background-color: #ae3308;
border-bottom: 1px solid #cfab7a;
text-align:right;
}

#top2 a:link, #top2 a:visited
{
color: #cfab7a;
text-decoration: none;
}

#top2 a:hover
{
color: #ffffff;
text-decoration: none;

}

.imageleft { float: left; margin: 15px; }
.imageright { float: right; margin: 15px; }

#top h1
{
padding: 0;
margin: 0;
}

h1, h2, h3, h6{
color: #cc2127;
border-bottom:dotted #dddddd thin;
}
h4, h5{
color: #fb9194
}

#content
{
font-size:90%;
background:#ffffff;
margin-left: 225px;
padding: 2em 2em 1em 0em;
max-width: 36em;
color:#333333;

}

#content a:link, #content a:visited
{
color: #ae3308;
text-decoration: none;
}

#content a:hover
{
color: #ae3308;
text-decoration:underline;
}

.border{border:1px black solid;}

#leftnav
{
background:#ffffff;
float: left;
width: 160px;
margin: 0;
padding-left:20px;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;}

#navcontainer { width: 190px;
}
#navcontainer2 { width: 190px;
}

#content ul
{
list-style-image: url(images/bullet.gif);
list-style-type: circle;
}

#navcontainer ul
{
margin-left: 0px;
padding-left: 0;
list-style-type: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .90em;
letter-spacing: 1px
}

#listtop{
width:165px;
height:35px;
background-image:url(images/top.gif);
border-bottom: 1px solid #bbbbbb;
}
#searchlisttop{
width:165px;
height:17px;
background-image:url(images/top.jpg);
border-bottom: 0px;
}
#listbottom{
width:165px;
height:17px;
background-image:url(images/btm.jpg);
}


#navcontainer a
{
display: block;
padding: 5px 5px 5px 20px;
width: 150px;
border-bottom: 2px solid #ffffff;
}
#navcontainer a:link, #navcontainer a:visited
{
color: #333333;
text-decoration: none;
background-image:url(images/btn_bg.jpg);
background-position:left;
background-repeat:repeat-y;
}

#navcontainer a:hover
{
color: #333333;
background-image:url(images/btn_bg2.jpg);
background-position:left;
background-repeat:repeat-y;
}

.italic{font-style: italic;}
.gold{color: #ada46d;}

#footer
{
position:relative;
width: 750px;
height:70px;
margin:-70px auto 0 auto;;
padding-top:15px;
color: #ffffff;
/*background-color:#25b936;*/
background-image:url(images/footerbg.jpg);
background-position:center;
background-repeat:repeat-x;
text-align: center;
font-size: 70%;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -69px;
	}
#footer a:link, #footer a:visited
{
color: #ffffff;
text-decoration: none;
}

#footer a:hover
{
color: #ffffff;
text-decoration: underline;

}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }



.floatright{
float:right;
width:250px;
margin: 0 0 10px 10px;
background-color:#b7001e;
padding:0px;
font-size: 80%;
text-align:center;
border-style: dashed;
border-color: #ada46d;
border-width: 1px}

.tariff{text-align:center;
background-color:#faf2f4;
padding:10px;
border:1px solid #cc2127}


td.season{
padding:5px;
color:#cc2127;
background-color:#faf2f4;
font-style:oblique;
font-weight:bold;

}
 
td.name{
padding:5px;
color:#ffffff;
background-color:#be0024;
border-style: dashed;
border-color: #ada46d;
border-width: 2px
}


input.btn{
   color:#ada46d;
   font-family: helvetica, arial, verdana, sans-serif;
   font-size:70%;
   font-weight:bold;
   background-color:#a4162b;
   border:1px solid;
   border-top-color:#ada46d;
   border-left-color:#ada46d;
   border-right-color:#cabf7f;
   border-bottom-color:#cabf7f;
}
.input{
background-color: #ffffff; 
font-family: arial,helvetica; 
font-size: 8pt; 
font-weight: normal;}

p.firstparagraph:first-letter {
	font-size:3em;
	line-height:0.75em;
	float:left;
	margin-right:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color:#fb9194;
	font-weight:bold;
	font-style:normal;
}
