body {
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position:center;
	margin: 0;
	padding: 0;
}


h1 {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
	}

h2 {
	color: #a6cf38;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 25px 0 10px 0;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	}
	
	
p		{
		margin: 0 0 0 0;
		padding: 5px 0 10px 0;
		color: #FFFFFF;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		text-align: left;
		}
		
li		{
		color: #FFFFFF;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		text-align: left;
		list-style: inside;
		}
		
ul 		{
		margin: 0 0 0 0;
		padding: 5px 0 10px 0;
		}
		
a, img	{
		margin: 0;
		padding: 0;
		border: none;
		text-align: left;
		color: #FFF;
		}
	
div 	{
		margin: 0;
		padding: 0;
		}


.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#photos img {
	border: #a6cf38 solid 2px;
	margin: 8px;
	float: left;
	}
#photos {
	padding-left: 40px;
	}	
	
.formTag {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	font-family: arial, sans-serif;
	color: #fff;
	}
input, textarea, select {
	font-size: 11px;
	font-family: verdana, sans-serif;
	}



/* formstuff */
#MaestroContactForm input, #MaestroContactForm textarea, #MaestroContactForm select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
	vertical-align: top;
	}
#MaestroContactForm .formTag {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 16px;
	border-top: #ccc solid 1px; 
	color: #fff;
	}
#MaestroContactForm table td {
	padding: 0 4px 4px 0;
	vertical-align: top;
	margin: 0;
	}
#spamcode {
	font-size: 18px; 
	font-weight: bold; 
	font-family: monospace; 
	color: #CCC;
	}
#submitButton {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	}
#systemMessage {
	padding: 5px;
	margin: 10px 0 10px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border: #d85c5c solid 2px;
	background-color: #efe0e0;
	}
	
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    text-decoration:none;
}
a.tt span{ display: none; }

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