/*
input[type='submit']
{
    background: #07275E url('/images/bgbutton.png') repeat-x bottom;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    padding: 0 2px 3px 2px;
}
*/

body
{
	
	background-color:#ccccccc;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	padding:0;
	text-align:center;
}

h1
{
    font-size: 1.4em;
    margin-bottom: 15px;
}

h2
{
    font-size: 1.3em;
}

h3.comments
{
    border-bottom: 1px solid #000000;
    font-size: 1.1em;
    margin-top: 15px;
}

.bgblue
{
    background-color: #6e7072 !important;
}

.ltblue
{
    color: #3171D5;
    font-family: "arial bold", arial, helvetica, sans-serif;
    font-size: 11pt;
}

.rounded
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#container
{
    background-color: #6e7072;
    margin: auto;
    padding: 5px;
    width:1020px;
}

.theme-default #slider {
    margin:0;
    width:1050px; /* Make sure your images are the same size */
    height:162px; /* Make sure your images are the same size */
}

#video_home{
	width:173px;
	float:left;
	text-align:left;
	padding-right:15px;
	padding-bottom:30px;
}

#video_links li{
	text-align:left;
	list-style-type: none;
	display:block;
	padding-top:10px;
}

#video_links li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#header
{
    background-color: #ffffff;
    height: 162px;
    overflow: hidden;
}

#navbar
{
    background: #3171D5 url('/images/bg_navbar.png') repeat-x;
    border-bottom: 2px solid #6FA4E1;
    height: 31px;
    padding-left: 15px;
}

#navbar li
{
    display: inline;
}

#navbar li a
{
    color: #ffffff;
    display: block;
    float: left;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    padding: 0 15px;
    text-align: center;
}

#navbar li a:hover
{
    background: #ffffff url();
    color: #0135AD;
    text-decoration: none;
}

#middle
{
    background-color: #ffffff;
    clear: both;
}

#sponsor
{
    background: #75B3E3 url('/images/bg_home_sponsor.png') repeat-x;
    border-bottom: 5px solid #6FA4E1;
    height: 120px;
    text-align: center;
    width: 635px;
}

#sponsor div.homesponsor
{
    /* background-image: url('/images/home_sponsor_shadow.png'); */
    float: left;
    height: 90px;
    padding: 20px 7px 0 7px;
    width: 299px;
}

#leftcol
{
    border-bottom: 5px solid #6FA4E1;
    border-right: 5px solid #6FA4E1;
    float: left;
    width: 200px;
}

#leftcol h2, #rightcol h2
{
    background: #3171D5 url('/images/bg_headers.png') repeat-x;
    border-top: 5px solid #6FA4E1;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}

#leftcol p.bgblue span
{
    background-color: #ffffff;
    border: 1px solid #000000;
    display: block;
    margin: 0 auto 10px;
    padding: 4px 0;
    text-align: center;
    width: 80%;
}

#leftcol p.loginbox
{
    height: 50px;
    padding-top: 15px;
    text-align: center;
}

#leftcol p.comment
{
    font-size: .9em;
    padding: 5px;
}

#leftcol p.author
{
    border-bottom: 1px solid #0135AD;
    font-weight: bold;
    text-align: right;
}

#leftcol p.adsense
{
    border-top: 1px solid #0135AD;
}

#rightcol
{
    float: right;
    text-align: center;
	width:205px;
}

#rightcol h2
{
    border-top: 0;
    margin-bottom: 5px;
}

#rightcol img
{
    margin: 5px 10px;
}

#midcol
{
    margin-left: 205px;
    margin-right: 100px;
}

#content
{
    padding: 10px;
    width: 615px;
}

#footer
{
    background-color: #AACBDF;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 0;
    text-align: center;
}

#footer a
{
    color: #333366;
}

#footer span
{
    margin-right: 50px;
}

#signupnow
{
    background-color: #efefef;
    border: 1px solid #cccccc;
    float: left;
    padding: 8px;
    width: 310px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#signupnow h2
{
    font-size: 12pt;
    text-align: center;
}

#loginform
{
    float: right;
    margin-top: 25px;
    width: 270px;
}

#loginform label
{
    padding-top: 3px;
    width: 33% !important;
}

div.listing
{
    border: 5px solid #6FA4E1;
    margin-bottom: 10px;
}

div.listing p.link
{
    color: #ffffff;
    float: right;
    font-weight: bold;
    padding: 5px 10px;
}

div.listing p.link a
{
    color: #ffffff;
}

div.listing p.title
{
    background: #3171D5 url('/images/bg_headers.png') repeat-x;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
}

div.listing p.desc
{
    background-color: #ffffff;
    min-height: 60px;
    padding: 5px;
}

div.listing p.rentdesc
{
    min-height: 76px;
}

div.listing img
{
    float: left;
    margin-right: 5px;
}

div#admap
{
    float: left;
    height: 250px;
    margin: 0 20px 0 0;
    width: 300px;
}

div#listinginfo
{
    float: right;
    height: 265px;
    width: 290px;
}

div#photographs
{
    background-color: #efefef;
    border: 1px solid #cccccc;
    float: right;
    margin: 0 10px 0 20px;
    padding: 20px;
    text-align: center;
    width: 45%;
}

table#displayrates
{
    background-color: #efefef;
    border: 1px solid #cccccc;
    float: left;
    width: 45%;
}

table#displayrates td
{
    padding: 3px 1px;
    text-align: center;
}

table#displayrates caption
{
    font-size :1.3em;
    font-weight: bold;
    padding-bottom: 10px;
}

div#rentalad
{
    float: right;
    margin: 20px 40px 0 0;
}

h2.rentalhead
{
    margin-top: 20px;
    text-align: center;
}

div.cal
{
    float: left;
    margin: 20px 0 20px 50px;
    width: 250px;
}

div.cal table
{
    border-collapse: collapse;
}

div.cal table td
{
    border: 1px solid #C0C0C0;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    text-align: center;
    width: 30px;
}

div.cal table td span.highlightdate
{
    background-color: #0135AD;
    color: #ffffff;
    font-weight: bold;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

div.cal table td span.freedate
{
    background-color: #9AFF9A;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

#availlegend
{
    margin: 20px auto 0;
}

#availlegend td
{
    padding: 0 5px;
    height: 30px;
    width: 30px;
}

#availlegend .emptyblock
{
    width: 100px;
}

#availlegend .available
{
    background-color: #9AFF9A;
}

#availlegend .notavailable
{
    background-color: #0135AD;
}

#jumpform input
{
   background: transparent;
   border: 0;
   color: #1774CA;
   cursor: pointer;
}

ul#packages
{
    height: 180px;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0 0 0 2px;
}

ul#packages li
{
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    float: left;
    height: 150px;
    margin: 10px 5px;
    padding: 10px;
    width: 274px;
}

ul#packages li.bronze
{
    background: #CD7F32 url('/images/bg_package_bronze.jpg') repeat-x;
}

ul#packages li.silver
{
    background: #E6E8FA url('/images/bg_package_silver.jpg') repeat-x;
}

ul#packages li.gold
{
    background: #8C7853 url('/images/bg_package_gold.jpg') repeat-x;
}

ul#packages li ul li
{
    background-color: transparent;
    border: 0;
    float: none;
    height: auto;
    list-style-type: disc;
    margin: 6px 0;
    padding: 0;
    width: 100%;
}

p#signuptoday
{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

#pagination
{
    margin: 20px auto;
}

#pagination td
{
    padding: 0 7px;
    vertical-align: top;
}

#contactform
{
    margin-top: 20px;
}

#contactform label
{
    width: 25% !important;
}

#contactform input.txt
{
    width: 40%;
}

#contactform textarea
{
    height: 10em;
    width: 60%;
}

ol.othersites
{
    margin: 20px 0 20px 50px;
}

#altcontact
{
    border: 2px solid #6FA4E1;
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 0 15px;
    padding: 10px 20px;
    text-align: justify;
    width: 220px;
}

#altcontact a
{
    background: #6FA4E1 url('/images/bg_headers.png') repeat-x;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
}

#couponlist
{
    background-color: #ffffff;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0
}

#couponlist span
{
    background: #6FA4E1 url('/images/bg_home_sponsor.png') repeat-x center;
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 10px;
}

#couponlist div
{
    border: 5px dashed #0135AD;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
}

#couponlist div img
{
    float: left;
    margin: 0 10px 10px 0;
}

#couponlist div p.fineprint
{
    font-size: smaller;
}

#couponlist div p.print
{
    color: #1774CA;
    text-align: center;
    text-decoration: underline;
}

#outbackbowl
{
    border: 2px solid #0135AD;
    float: right;
    margin: 20px 0 30px 20px;
    width: 300px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#map_canvas
{
    float: left;
    height: 300px;
    width: 300px;
}

#topofad
{
    height: 300px;
    margin-bottom: 20px;
}