@charset "utf-8";
/*
dark blue #3736c2
medium blue #209ad9
light blue #badae9
sand #edb663
*/
body {
	background-image: url(img/web-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #436bc3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#tablebg {
	background-image: url(img/bottom-corner.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#toptablebg {
	background-image: url(img/top-corner.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#contactform {
	background-color:#FFC;
}

.specialshead {  font-size: 13px;}
.specialsbody {  font-size: 11px;}

.priceband { font-size: 11px; }
.sitelink {font-size: 11px;color: #FFFFFF; }
a.sitelink {font-size: 11px;color: #FFFFFF; }

.guestbook {  font-size: 14px;}
	
h1 {
	font-weight: bold;
	color: #3736c2;
	font-size: 18px;
}
h2 {
	font-style: oblique;
	font-weight: bold;
	color: #209ad9;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	color: #ffa200;
	font-size: 14px;
}
h4 {
	font-weight: bold;
	font-size: 13px;
}
h5 {
	font-weight: bold;
	font-style: oblique;
	font-size: 12px;
}
h6 {
	text-decoration:underline;
	font-size: 12px;
}
a.rateslink {
	font-style: oblique;
	font-weight: bold;
	color: #F00;
	font-size: 12px;
}
a:hover.rateslink {
	color: #F90;
}
a {
	color:#20208e;}
a:hover{
	color:#3636c1;}

 
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border:1px #3736c2 solid; 
	background-color: #F2F2F2;
	padding: 2px 2px;
}

input.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3736c2;
	border-style: solid;
	border-bottom-color: #44448f;
	border-right-color: #44448f;
	border-top-color: #c5c5e1;
	border-left-color: #c5c5e1;
	width: 120px;
	padding: 2px 2px;
}

select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border:1px #3736c2 solid; 
	background-color: #F2F2F2;
	padding: 2px 2px;
}
ul {
list-style-image: url(img/bullet.gif);
}

hr {
  height: 1px;
  color: #CCCCCC;
  }
