body{
    height:100%;
    background-color:#15a7f0;
    font-family:Verdana,Arial,Sans Serif;
    color:#141414;
    text-align:center;
    padding:0;
    margin:0;
}

img {
    border:none;
}

h1 {
    padding: 0;
    display:inline;
    font-size:0.9em;
}

h3 {
    font-size:1.1em;
}

a {
    text-decoration:none;
    color:#141414;
}

#wrapper{
    min-height:100%;
    background-image:url(images/borders.gif);
    background-repeat:repeat-y;
    width:841px;
    margin:0px auto;
    text-align:left;
    padding:0 10px;
    margin-top:8px;
}

#main{
    background-image:url('junk/background-top.gif');
    background-repeat:no-repeat;
    background-color:#fff;
    padding: 5px;
    width:811px;
    min-height:100%;
}

#header {
    background-image:url('junk/textlogo9.gif');
    height:80px;
    width:811px;
    margin-top:2px;
}

#header-location{
    margin-top:55px;
    font-family:Rockwell,Arial,Sans-serif;
    margin-left:100px;
    float:left;
    font-size:0.9em;
    font-weight:bold;
}

#header-info{
    float:right;
    margin-right:10px;
    width:300px;
}

#phone-number{
    font-size:1.8em;
    margin-top:9px;
    float:right;
}

#email-us a{
    color:red;
    font-size:1.1em;
    float:right;
}

#slideshow{
    padding:5px 0;
}

#content{

}

#col1{
    float:left;
    display:inline;
    width:223px;

}

#menu{
    /*height:200px;*/
    background-color:#fff; /*#D7ECF6*/
    margin-bottom:5px;
    color:#ffff14;
    border:1px solid #ccc;
}

#menulist {
    margin:0;
    padding:0;
    padding-top:10px;
    padding-bottom:10px;
/*    list-style-position:inside;
    list-style-image:url(images/listimage.gif);*/
}

#menulist li{
    font-size:0.75em;
    font-weight:bold;
    margin:0;
    padding:0;
    padding-left:3px;
    padding-right:3px;
    padding-bottom: 15px;
    display:inline;
    color:#0567c0;
    font-family:Tahoma,Arial;
}

#menulist li a{
    margin-left:9px;
    color:#0567c0;
}

#menulist li a:hover{
    color:#eee;
}

.maintextblog{
    padding:10px 2px;
    font-size:0.75em;
}

.blogentry{
   margin-bottom:10px;
   border:2px solid #D7ECF6;
   padding:10px;
}

.blogentry a {
   color:#0567c0;
   text-decoration:underline;
}

.blogentry img {
   float:left;
   margin-right:15px;
   margin-bottom:10px;
}

.latestblogentry {
   float:right;
   width:300px;
   margin-left:20px;
   margin-top:10px;
   font-size:0.75em;
}

.latestblogentry h1{
   color:#0567c0;
   font-size:1.1em;
}

#logos{
    padding: 10px 0;
}

#logos2{
    padding: 10px 10px;
}

#logos2 img{
    padding-left: 6px;
}


#col2{
    float:left;
    display:inline;
    padding-left:5px;
    width:483px;
}

.heading{
    /* background-color:#7bc6e5;
   width:583px; */
   color:#0567c0;
    height:30px;
    padding-top:10px;
}

.heading h1{
    padding:10px 10px 10px 20px;
}

.maintext{
    padding:0 10px 10px 10px;
    font-size:0.75em;
    line-height:1.3em;
}

.normaltext{
   font-size:0.7em;

}

.maintext p{

}

.stafftext {
}

.tobold {
    font-weight:bold;
}

.toboldnavy {
    font-weight:bold;
    color:#000080;    
}

.compname{
    color:#389fd1;
    font-weight:bold;
    font-style:italic;
}

a.tradlink{
    text-decoration:underline;
    color:blue;
}

#footer{

}

#ft {
	width:811px;
	clear:both;
	color: #141414;
	font-size: 11px;
	text-align: left;
	border-top:3px solid #0567c0;
	font-size:0.7em;
	background-image:url('junk/background-bottom.gif');
	background-repeat:no-repeat;
	background-color:#fff;
	height:20px;
	padding:3px 5px 0px 5px;
	margin-bottom:8px;
}

#ft a {
	color:#141414;
	text-decoration:underline;
}

#ft_left{
	width:435px;
	height:auto;
	float:left;
	margin-top:2px;
	margin-left:5px;
}

#ft_right{
	width:300px;
	height:auto;
	float:right;
	margin-top:2px;
	text-align:right;
	margin-right:5px;
}

#s3slider {
   width: 811px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 811px; /* important to be same as image width or wider */
   position: relative; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-family:Helvetica,Verdana, Arial, sans-serif;
   font-size:1.1em;
   /*font-weight:bold;*/
   /*padding: 10px 13px;*/
   text-align:center;
   width: 811px;
   background-color: #fff;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #222;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.captionextra {
    padding:10px 13px;
}

.clearer {
   clear: both;
   height:0px;
}

table caption {
    text-align:left;
    font-weight:bold;
}

div.warningtext {font-weight:bold; color:rgb(236,240,240);background-color:#a81318; padding:10px;line-height:150%;margin-bottom:5px;}

div.buttongroup {}
div.editbutton {display:inline; float:left}

#contact {padding:10px;}
.form_row {padding-top: 1px; padding-bottom: 5px;}
.form_row label{margin-left:20px;display:block; float:left; padding:3px 0px; width:120px; text-align: left; font-size: 0.7em;}
.form_row p.formtxt{display:block; margin:0px; padding-left:160px; text-align: left; font-size: 11px;}
.form_row IMG{margin:0px; width:120px; height:40px;}
.form_row SPAN.captimg input{width:120px; height:40px;}
.form_row input{font-size: 11px; padding: 5px;}
.form_row select{border: 1px solid #bdc7d8; font-size: 11px; padding: 3px;}
.form_row textarea{border: 1px solid #b7b8b8; font-size: 11px; padding: 3px; margin:0px; height: 50px; width: 180px;}
.form_row .inputtext{width:195px; border: 1px solid #bdc7d8;}
.form_row .inputreq{width:195px; border: 1px solid #bdc7d8;}
.form_row .req_err{color:#eb791c; padding-left:5px;}
.form_row .inputsubmit{font-weight:bold;}
#buttons{padding:0px 0px 0px 160px; text-align:left;}
#buttons input{margin:0px 2px 0px 0px; width:100px; display:block;}
#adults, #children{width:65px !important;}

em {font-weight:normal;}
