@charset "utf-8";
/* CSS Document */

#about-tab {
	width:80px;
	height:49px;
	display:block;
	background:transparent url(../images/nav-but-about.jpg) no-repeat 0 0;
	background-position:0 -48px;
}

#about-tab a span {
	display:block;
	z-index:100;
}

#about-tab-content {
display:block;
margin-left:-270px;
padding:10px;
position:absolute;
text-align:left;
top:135px;
width:65%;
z-index:10;
}

#blog-tab, #blog-tab a {
	width:80px;
	height:48px;
	display:block;
	background:transparent url(../images/nav-but-blog.jpg) no-repeat 0 0;
}

#blog-tab:hover, #blog-tab a:hover {
	background-position:0 -48px;
}

#blog-tab a span {
	display:none;
}

#blog-tab a:hover span {
	display:block;
	cursor: default;
}

#tab-content-wrapper a, #tab-content-wrapper a:hover {
	background:none;
	color:#036;
}

#tab-content-wrapper {
background:transparent url(../images/tab_background.png) no-repeat scroll 0 0;
display:block;
height:400px;
position:absolute;
width:700px;
margin-top:11px;
margin-left:10px;
}




#tab-main-content {
background:#transparent none repeat scroll 0 0;
height:auto;
margin:-22px 0 0 8px;
padding-right:5px;
width:100%;
}

#tab-main-content p, #tab-main-content h2 {
	margin:0 35px 0 20px;
	color:#333;
}

#tab-content {
background:transparent;
height:auto;
margin:45px 0 0;
width:100%;
}

#tab-edge-left {
background:transparent url(/images/tab-edge-left.png) repeat-y scroll 0 0;
float:left;
height:100%;
margin:15px 0 0 0;
width:21px;
}

#tab-edge-right {
background:transparent url(/images/tab-edge-right.png) repeat-y scroll right top;
float:right;
height:100%;
margin:-73px -19px 0 0;
position:relative;
width:13px;
}

#coming_soon {
	width:95%;
	min-width:900px;
	margin:0 auto;
	border:1px solid #999;
	height: 500px;
}

#get_email {
	margin-left: 20px;
	margin-top: 10px;
}

#map_canvas {
	height:100%;
}
