#wrap {
	min-height: 100%;
}
#main {
	overflow: auto;
	padding-bottom: 170px;
}
/*Opera Fix*/
body:before {
content:"";
height: 100%;
float: left;
width: 0;
margin-top: -32767px;
}
a img { 
    border: none;
	outline: 0;
}
a {
    outline: 0;
}
* { 
	margin:0;
	padding:0;
} 
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color: #000000;
}
@font-face {
 font-family: MyCustomFont;
 src: url("Georgia.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("Georgia.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyCustomFont2;
 src: url("serao.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont2;
 src: url("serao.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyCustomFont3;
 src: url("Georgia_Italic.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont3;
 src: url("Georgia_Italic.ttf") /* TTF file for CSS3 browsers */
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	z-index: 0;
	min-height: 682px;
	min-width: 400px;
} 
img#bg2 {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	z-index: 20;
	min-height: 682px;
	min-width: 400px;
} 
#head {
	height: 150px;
	width: 970px;
	position: relative;
	top: 0px;
	background-image: url(images/tahoe.png);
	background-repeat: no-repeat;
	z-index: 10;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head span {
	display: none;
}

/*menu*/

#menubg {
	height: 20px;
	width: 100%;
	position: absolute;
	top: 155px;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
	background-color: #fcfcfc;
	z-index: 10;
}
#menu {
	height: 20px;
	width: 1000px;
	position: relative;
	top: 5px;
	z-index: 25;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
}
#menu li {
	float: left;
	list-style-type: none;
	height: 18px;
}
#menu li.first a:link, #menu li.first a:visited {
	float: left;
	list-style-type: none;
	padding-right: 30px;
	padding-left: 30px;
	height: 18px;
	padding-top: 3px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #767676;
}
#menu li.last a:link, #menu li.last a:visited {
	float: left;
	list-style-type: none;
	padding-right: 30px;
	padding-left: 30px;
	height: 18px;
	padding-top: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #767676;
}
#menu li a:link, #menu li a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	height: 18px;
	padding-top: 3px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #767676;
	margin-right: 1px;
	border-left-width: 1px;
	border-left-color: #767676;
}
#menu li a:hover {
	color: #777;
	text-decoration: none;
}

/*footer*/

#footerholdhome {
	position: relative;
	margin-top: -170px;
	height: 170px;
	clear: both;
} 
#footerhold {
	position: relative;
	margin-top: -170px;
	height: 170px;
	clear: both;
} 
#foot {
	height: 170px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
	background-color: #fcfcfc;
	z-index: 10;
}
#foot2 {
	height: 170px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 25;
}
#footer {
	height: 155px;
	width: 850px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	top: 15px;
	color: #333333;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
#footer .title {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
}
#footer .center {
	font-family: "Georgia Italic", MyCustomFont3, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 20px;
	width: 385px;
	position: absolute;
	top: 40px;
	font-size: 15px;
}
#footer .address {
	text-align: right;
	width: 300px;
	position: absolute;
	top: 13px;
	right: 4px;
	line-height: 21px;
	font-size: 13px;
}
#footer #copy {
	height: 30px;
	width: 850px;
	position: absolute;
	bottom: 0px;
	border-top-width: 3px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #767676;
	padding-top: 5px;
	font-size: 11px;
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-style: normal;
}
#footer .icons {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer .icons li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
}
#footer .icons span {
	display: none;
}
li#facebook a:link, li#facebook a:visited {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: 0px 0px;
	display: block;
}
li#facebook a:hover {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: -28px 0px;
	display: block;
}
li#yelp a:link, li#yelp a:visited {
	background-image: url(images/yelp.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: 0px 0px;
	display: block;
}
li#yelp a:hover {
	background-image: url(images/yelp.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: -28px 0px;
	display: block;
}
li#youtube a:link, li#youtube a:visited {
	background-image: url(images/youtube.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: 0px 0px;
	display: block;
}
li#youtube a:hover {
	background-image: url(images/youtube.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: -28px 0px;
	display: block;
}
li#linkedin a:link, li#linkedin a:visited {
	background-image: url(images/linkedin.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: 0px 0px;
	display: block;
}
li#linkedin a:hover {
	background-image: url(images/linkedin.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	background-position: -28px 0px;
	display: block;
}

/*content*/

#content {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	position: relative;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	z-index: 50;
	height: 700px;
	padding: 0px;
	margin-bottom: 10px;
}
#content_tall {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	position: relative;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	z-index: 50;
	height: 710px;
	padding: 0px;
	margin-bottom: 10px;
}
.bottom {
	width: 455px;
	height: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 3px;
	margin: 0px;
	padding: 0px;
}
.about_head {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	width: 455px;
	height: 30px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	color: #CCC;
	float: left;
	position: absolute;
	left: 0px;
	top: 50px;
	margin: 0px;
	padding: 0px;
}
.about_head a:link, .about_head a:visited {
	color: #CCC;
	text-decoration: none;
}
.about_head a:hover {
	color: #999;
	text-decoration: none;
}
.smaller {
	font-family: "Georgia Italic", MyCustomFont3, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
}
.smaller a:link, .smaller a:visited {
	color: #999;
}
.smaller a:hover {
	color: #ccc;
}
#homeimg {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	top: 22px;
	width: 931px;
	z-index: 10;
	height: 730px;
}
img.liveimg {
	height: 299px;
	width: 206px;
	padding-bottom: 6px;
}
#live {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	top: -216px;
	width: 200px;
	z-index: 30;
	left: -620px;
	font-family: "Georgia Italic", "MyCustomFont3", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	height: 350px;
	text-align: center;
}
#live a:link, #live a:visited {
	color: #B7B7B7;
	text-decoration: none;
}
#live a:hover {
	color: #fff;
	text-decoration: none;
}
#nojs_home {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	top: 22px;
	width: 931px;
	z-index: 10;
	height: 730px;
	font-family: "Georgia Italic", MyCustomFont3, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	line-height: 20px;
}
#nojs {
	width: 780px;
	z-index: 10;
	overflow-y: scroll;
	height: 528px;
	width: 780px;
	position: absolute;
	top: 130px;
	margin-right: auto;
	margin-left: auto;
	left: 25px;
}
#nojs_short {
	width: 780px;
	z-index: 10;
	overflow-y: scroll;
	height: 528px;
	width: 780px;
	position: absolute;
	top: 120px;
	margin-right: auto;
	margin-left: auto;
	left: 25px;
}

/*about*/

#content_about {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	position: relative;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	z-index: 50;
	height: 820px;
	padding: 0px;
	margin-bottom: 10px;
}
#about_holder {
	height: 665px;
	width: 570px;
	position: absolute;
	top: 120px;
	left: 30px;
}
#vid1 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 2px;
	height: 315px;
	width: 560px;
	border: 1px solid #999;
	z-index: 10;
}
#vid2 {
	position: absolute;
	left: 0px;
	top: 340px;
	margin: 0px;
	padding: 2px;
	height: 315px;
	width: 560px;
	border: 1px solid #999;
	z-index: 10;
}
.bottom_about {
	width: 455px;
	height: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 3px;
	margin: 0px;
	padding: 0px;
}

/*testimonials*/

#content_testimonials {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	position: relative;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	z-index: 50;
	height: 645px;
	padding: 0px;
	margin-bottom: 10px;
}
#testimonials {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	position: absolute;
	width: 800px;
	height: 600px;
	top: 115px;
	left: 20px;
}
#testimonials .quote {
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	color: #CCC;
}
#testimonials a:link, #testimonials a:visited {
	color: #999;
	text-decoration: none;
}
#testimonials a:hover {
	color: #999;
	text-decoration: underline;
}

/*contact*/

#content .contact_head {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	width: 455px;
	height: 30px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	color: #CCC;
	float: left;
	position: absolute;
	left: 0px;
	top: 50px;
}
#content .contact_head2 {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	width: 365px;
	height: 30px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	color: #CCC;
	float: right;
	position: absolute;
	left: 505px;
	top: 50px;
}
#content .info {
	width: 365px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	float: right;
	position: absolute;
	left: 505px;
	top: 113px;
	padding-bottom: 20px;
	font-style: italic;
}
#content .contact_head3 {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	width: 365px;
	height: 30px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	color: #CCC;
	float: right;
	position: absolute;
	left: 505px;
	top: 303px;
}
#content .links {
	width: 365px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	float: right;
	position: absolute;
	left: 505px;
	top: 373px;
	padding-bottom: 20px;
	font-style: italic;
}
#content li {
	margin-bottom: 16px;
	list-style-type: none;
	list-style-image: url(images/plus.gif);
	margin-left: 25px;
}
#content li a:link, #content li a:visited {
	color: #FFF;
	text-decoration: none;
}
#content li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#content .bottom_contact {
	width: 455px;
	height: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-bottom-color: #999;
	float: left;
	position: absolute;
	left: 2px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}

/*form*/

.contact-form {
	position: absolute;
	left: -23px;
	top: 107px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	height: 580px;
	width: 437px;
	z-index: 100;
}
input[type=text] {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	width: 435px;
	padding: 10px;
	background-color: rgba(178,173,168,0.4);
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-style: none;
	font-size: 14px;
	color: #FFFFFF;
	height: 16px;
	text-align: left;
	font-style: italic;
}
select {
	width: 100%;
	height: 20px;
	font-size: 14px;
}
label {
	margin-bottom: 10px;
	display: block;
}
.contact-form li {
	margin-bottom: 10px;
	display: block;
}
.contact-form textarea {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	width: 435px;
	padding: 10px;
	background-color: rgba(178,173,168,0.4);
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-style: none;
	color: #FFFFFF;
	height: 200px;
	font-style: italic;
	font-size: 14px;
}
.submit {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	display: inline-block;
	padding: 5px 10px 6px;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	border-style: none;
	font-size: 13px;
	color: #CCC;
}
.submit:active {
	position: relative;
	top: 1px;
}
.grey.submit {
	background-color: rgba(178,173,168,0.4);
}
.grey.submit:hover {
	background-color: rgba(204,204,204,0.4);
}
#results {
	width: 240px;
	float: right;
	text-align: right;
	height: 30px;
	padding-top: 15px;
}

/*portfolio*/

.bottom_text {
	position: absolute;
	left: 3px;
	bottom: 3px;
}
#homes {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 0px;
	top: 123px;
	overflow: hidden;
}
#homes a:link, #homes a:visited {
	background-image: url(images/portfolio/homewood.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#homes a:hover {
	background-image: url(images/portfolio/homewood.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#bathroom {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 300px;
	top: 123px;
	overflow: hidden;
}
#bathroom a:link, #bathroom a:visited {
	background-image: url(images/portfolio/bathroom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#bathroom a:hover {
	background-image: url(images/portfolio/bathroom.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#exterior {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 600px;
	top: 123px;
	overflow: hidden;
}
#exterior a:link, #exterior a:visited {
	background-image: url(images/portfolio/exterior.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#exterior a:hover {
	background-image: url(images/portfolio/exterior.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#interior {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 0px;
	top: 403px;
	overflow: hidden;
}
#interior a:link, #interior a:visited {
	background-image: url(images/portfolio/snowcrest.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#interior a:hover {
	background-image: url(images/portfolio/snowcrest.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#commercial {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 300px;
	top: 403px;
	overflow: hidden;
}
#commercial a:link, #commercial a:visited {
	background-image: url(images/portfolio/commercial.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#commercial a:hover {
	background-image: url(images/portfolio/commercial.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#furniture {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 600px;
	top: 403px;
	overflow: hidden;
}
#furniture a:link, #furniture a:visited {
	background-image: url(images/portfolio/furniture.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#furniture a:hover {
	background-image: url(images/portfolio/furniture.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}

/*portfolio slideshow*/

#imghold {
	height: 528px;
	width: 702px;
	position: absolute;
	left: 225px;
	top: 138px;
}
#toggle {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999;
	position: absolute;
	left: 19px;
	top: 103px;
	font-style: italic;
	cursor: pointer;
	background-color: rgba(178,173,168,0.0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#toggle:hover{
	color: #ccc;
}
#caption {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ccc;
	position: absolute;
	left: 225px;
	top: 103px;
	font-style: italic;
}
#next_page {
	font-family: Georgia, MyCustomFont, "Times New Roman", Times, serif;
	font-size: 13px;
	position: absolute;
	left: 23px;
	top: 677px;
	font-style: italic;
}
#next_page a:link, #next_page a:visited {
	color: #999;
	text-decoration: none;
}
#next_page a:hover {
	color: #ccc;
	text-decoration: none;
}
#nav {
	position: absolute;
	left: 5px;
	top: 118px;
	width: 200px;
	margin: 15px
}
#nav li {
	width: 70px;
	float: left;
	list-style: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#nav a { 
	width: 70px; 
	padding: 3px; 
	display: block; 
	border: 1px solid #999999; 
}
#nav li.activeSlide a { 
	border: 1px solid #ccc; 
}
#nav a:hover { 
	border: 1px solid #ccc; 
}
#nav a:focus { 
	outline: none; 
}
#nav img { 
	border: none; 
	display: block 
}

/*private homes*/

#tahoecity {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 0px;
	top: 123px;
	overflow: hidden;
}
#tahoecity a:link, #tahoecity a:visited {
	background-image: url(images/portfolio/tahoecity.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#tahoecity a:hover {
	background-image: url(images/portfolio/tahoecity.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#snowcrest {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 300px;
	top: 123px;
	overflow: hidden;
}
#snowcrest a:link, #snowcrest a:visited {
	background-image: url(images/portfolio/snowcrest.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#snowcrest a:hover {
	background-image: url(images/portfolio/snowcrest.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#squaw1 {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 600px;
	top: 123px;
	overflow: hidden;
}
#squaw1 a:link, #squaw1 a:visited {
	background-image: url(images/portfolio/squaw1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#squaw1 a:hover {
	background-image: url(images/portfolio/squaw1.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#squaw2 {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 0px;
	top: 403px;
	overflow: hidden;
}
#squaw2 a:link, #squaw2 a:visited {
	background-image: url(images/portfolio/squaw2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#squaw2 a:hover {
	background-image: url(images/portfolio/squaw2.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#homewood {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 300px;
	top: 403px;
	overflow: hidden;
}
#homewood a:link, #homewood a:visited {
	background-image: url(images/portfolio/homewood.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#homewood a:hover {
	background-image: url(images/portfolio/homewood.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
#tahoma {
	font-family: "Seraphic Organism", MyCustomFont2, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 600px;
	top: 403px;
	overflow: hidden;
}
#tahoma a:link, #tahoma a:visited {
	background-image: url(images/portfolio/tahoma.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	color: #FFF;
	text-decoration: none;
}
#tahoma a:hover {
	background-image: url(images/portfolio/tahoma.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
}
