@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin:0; padding:0; }
ul, li{border:0; outline:0;	font-weight:inherit; font-style:inherit; vertical-align:baseline; }

body{background:#222223; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#474646;}

h1 {color:#fff; font-family:'Nova Oval', cursive; font-size:50px;}
h2 {border-bottom:2px solid #fbcf17; color:#222223; font-family:'Nova Oval', cursive; font-size:25px; margin-bottom:15px;}
h3 {color:#222223; font-size:15px; margin:6px 0 10px 0;}
h4, h5, h6 {color:#222223; font-size:13px;}

p {color:#474646; margin-bottom:8px;}
a {color:#fbcf17; text-decoration:none;}
a:hover{color:#fbcf17; text-decoration:underline;}
img {border:0;}
strong{color:#222223;}

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

.container{height:auto; margin:0 auto; width:775px;}
#header{background:#222223; border-bottom:6px solid #fbcf17; float:left; height:76px; width:100%;}
#main {background:#f8f8f8; float:left; height:auto; min-height:500px; width:100%;}
#footer {background:#222223; border-top:6px solid #fbcf17; float:left; height:100px; width:100%;}

#separator{background:#ffffff; float:left; height:10px; width:100%;}

/* header */
#leafs{background:url(../images/yellow_leafs.png) no-repeat; height:41px; float:left; margin-top:16px; width:16px;}
#logo{height:41px; float:left; margin:6px 0 0 10px; width:auto;}
#colors{height:18px; float:right; margin:6px 10px 0 0; width:auto;}
.color{height:18px; float:left; padding:0 10px 0 10px; width:auto;}

/* center */
#primaryContent{height:auto; float:left; margin:20px 0 0 0; width:500px;}
#secondaryContent{height:auto; float:left; margin:20px 0 0 30px; width:244px;}

#video{height:auto; float:left; margin:10px 0 0 0; width:466px;}

#photos{float:left; height:auto; margin:15px 0 15px 0; width:820px;}
.photoBorder{border:2px solid #fbcf17; float:left; height:96px; margin:20px 36px 0 0; padding:3px; width:156px;}
.photo{float:left; height:96px; overflow:hidden; width:156px;}

#gmap{height:auto; float:left; margin:20px 0 0 0; width:244px;}

/* footer */
#copyright{height:auto; float:left; margin:30px 0 0 0; width:400px;}
#powered{height:auto; float:right; margin:30px 0 0 0; width:200px;}

.white_text{color:#fff;}
.green_link{color:#fff;}
.green_link:hover{color:#fbcf17;}

/* thumbnail */
#thumbBox{ 
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 5px;
	padding-bottom: 0;
	background: #fbcf17;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
}

#thumbBox .footerbar{ 
	font: bold 12px Tahoma;
	letter-spacing:1px;
	line-height: 14px;
	color: #FBFBED;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ 
	background-color: white;
}

#thumbLoading{ 
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}