/* CSS Document */

body {
	color: #000000;
	background: #FFFFFF url(../images/background.gif) left top no-repeat scroll;
	margin:0;
}
#wrapper {
	width: 932px;
	height: 200%;
}
#navigation {
	margin: 0;
	width: 245px;
	height: 203px;
	background-color: #FFFFFF;
	background-image: url(http://www.johnnyweston.com/images/navigation.gif);
	background-repeat: no-repeat;
	text-align:center;
	padding-top: 05px;
	position: relative;
	left: 685px;
}


a.navigation:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;
}
a.navigation:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;

}
a.navigation:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;
}
a.navigation:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;
}


#intro {
    padding-top: 15px;
	margin-left: 370px;
	margin-right: 15px;
	clear: right;
}
#introdevs {
    padding-top: 15px;
	margin-left: 400px;
	margin-right: 15px;
	clear: right;
}

#rotatingimages {
	width: 243px;
	height: 251px;
	margin-left: 70px;
	float: left;
	clear: left;
}
#bcmap {
	width: 325px;
	height: 325px;
	margin-left: 70px;
	float: left;
	clear: left;
}

#content {
	margin-left: 400px;
	border-top: #999999 1px solid;
}
.gallerystrip{
	width: 180px;
	border: solid #BCE0F4 1px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#003399;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003399;
}

caption {
	border-bottom: 1px solid #003399;
}

/*---------- bubble tooltip -----------*/
map.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
map.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
map.tt:hover{ z-index:25; color: #aaaaff; background:;}
map.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
map.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
map.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
map.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
