html, body { margin: 0; padding: 0; }

body { 
    font-family: Arial; 
    font-size: 14px; 
    background-image: url(../images/background.png); 
    background-repeat: repeat-x; 
    background-color: #fff; 
}

a { text-decoration: none; }
p { line-height: 1.4em; font-size: .9em; }
.padder { padding: 20px; }
.clear { clear: both; font-size: 1px; height: 0; line-height: 0; }
.small_padder {
    padding: 5px;
}

.p_padder {
    padding: 10px 20px;
}
.toggle {
	text-decoration: : none;
	color: black;
}
.toggle:hover {
	text-decoration: underline;
}
.active {
	font-weight: bold;
	text-decoration: none !important;
}

.box ul, .wide_box ul { margin-left: 20px; padding: 0; font-size: .9em; }
.box li, .wide_box li { padding-bottom: 1em; }

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.wrapper.main {
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

#logo {
    background-image: url(../images/long_beach_logo.png);
    background-repeat: no-repeat;
    width: 750px;
    height: 73px;
    text-indent: -9999px;
}

#nav {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-image: url(../images/navigation_background.png);
    background-repeat: repeat-x;
}

#nav li {
    float: left;
    border-right: solid 1px #c5d16b;
    position: relative;
}

#nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    color: #fff;
    background-image: url(../images/navigation_background.png);
    background-repeat: repeat-x;
    font-size: 13px;
}

#nav li.first a {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#nav li.first a.selected, #nav li a.selected {
    background-color: #444346;
    background-image: none;
}

#nav li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    left: -9999999px;
    width: 200px;
}

#nav li ul li {
    float: none;
    border: solid 1px #ccc;
    border-top: 0;
}

#nav li ul li a { 
    background-image: none; 
    color: #000; 
    background-color: #eee; 
}

#nav li ul li a:hover {
    background-color: #ddd;
}
    

#nav li:hover ul { left: 0; }

.social_top {
	float:right;
	margin:10px 10px 0 0;
}

/*********** Feature ***********/

#feature {
    /*border: solid 1px #c5c4c5;*/
    position: relative;
}

#feature_image {
    float: left;
    border: solid 1px #c5c4c5;
    border-right: 0;
}

#feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 160px;
    float: left;
    border-bottom: solid 1px #c5c4c5;
}

#feature ul li.selected {
    background-repeat: repeat-x;
    color: #fff;
}

#feature ul li a {
    color: #000;
    width: 159px;
    height: 53px;
    line-height: 53px;
    display: block;
    text-align: center;
    border-top: solid 1px #c5c4c5;
    border-right: solid 1px #c5c4c5;
    border-left: solid 1px #c5c4c5;
    font-size: .8em;
    background-image: url(../images/feature-gradient.png);
    background-repeat: repeat-x;
}

#feature ul li.selected a { color: #fff; }

#feature #images {
    float: left;
    padding-left: 6px;
}

#feature #images img {
    display: block;
    margin-bottom: 3px;
    height: 88px;
    width: 230px;
}

#left {
    width: 220px;
    background-color: #eee;
    float: left;
}

#left h2 {
    width: 225px;
    height: 45px;
    color: #fff;
    background-image: url(../images/left_header.png);
    background-repeat: no-repeat;
    margin: -5px 0 0 -10px;
    padding: 0;
    text-indent: 10px;
    line-height: 40px;
    font-size: 1.2em;
    text-shadow: #000 1px 1px 2px;
}

#left .title {
    color: #6598bc;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
    display: block;
}

#left .desc {
    border-bottom: dotted 2px #777;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.box_container {
    width: 720px;
    float: left;
    margin-bottom: 20px;
}

.box {
    width: 350px;
    float: left;
    margin-left: 10px;
    text-align: justify;
    position: relative;
}

.wide_box {
    width: 700px;
    float: left;
    margin-left: 17px;
}

.contact_box {
    width: 960px;
}

.box h3 {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 2px #ccc;
    border-bottom: 0;
    margin: 0;
    text-indent: 10px;
    height: 36px;
    line-height: 36px;
}

.box .desc { 
    font-weight: bold;
    font-size: .9em;
    color: #111;
}

.box p {
    margin-bottom: 55px;
}

.button {
    background-image: url(../images/navigation_background.png);
    background-repeat: repeat-x;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-shadow: #444 1px 1px 2px;
}

.box .button {
    position: absolute;
    bottom: 10px;
}

h1 {
    font-size: 1.7em;
    margin-bottom: 0px;
    padding-bottom: 0;
    color: #526b05;
}

h2 {
    color: #87ab18;
}
    
/*############################ Holiday Homes #################################*/
.home {
    border-bottom: 1px dashed #87ab18;
    width: 700px;
}

.home h3 {
    color: #87ab18;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.home h4 {
    color: #87ab18;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.home {
    float: left;
    padding-bottom: 20px;
}

.nav_avail {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    cursor: hand; 
    color: #000;
}

.images {
    border: 2px solid #bbb;
    width: 325px;
    height: 223px;
    position: relative;
    overflow: hidden;
    background-color: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px;
}

.images .slide {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 318px;
    height: 218px;
    background-color: #eee;
    text-indent: -100000px;
}

.images .slide img {
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #CCC;
    padding: 1px;
}

.images .boat_plan {
    display: block;
    width: 279px;
    height: 209px;
    border: 1px solid #CCC;
    margin-left: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.home .image_container {
    float: left;
    margin-right: 20px;
}
.home .features {
    float: left;
}

big { display: none; }

table { border-collapse: collapse; font-size: .9em; border: solid 1px #ccc; width: 100%; }
table tr.odd { background-color: #eee; }
table td, th { padding: 8px 10px; }
table th { text-align: left; }

.contact_left { width: 500px; float: left; }
.contact_left table { border: 0; }
.contact_left th { padding: 8px 0px 8px 0; }
.contact_left input, .contact_left textarea, .contact_left select { 
    width: 100%; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px 5px;
    font-size: 1.1em;
    color: #555;
    border: solid 1px #aaa;
}


.contact_right {
    width: 380px;
    float: left;
    margin-left: 40px;
}

.contact_right table { border: 0; }

#gallery { margin-top: 20px; }

#gallery img {
    margin-right: 20px; 
    margin-bottom: 20px; 
    border: solid 1px #aaa;
}

.right {
    width: 720px; 
    float: left;
}

.right h3 {
    margin: 0;
    padding: 0;
}
