/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #4d4d4d;
		color: #000000;
		font-size: 62.5%;	
		}
                         	
h1		{  
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 2.2em;  		
		margin: 0 0 20px 0;
		font-style: italic;
		color: #005c75;
		}

h2		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 2em;  	
		margin: 20px 0 5px 0;	
		font-style: italic;
		color: #005c75;	
		}

h3		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.8em;  	
		margin: 20px 0 5px 0;
		font-style: italic;
		color: #005c75;			
		}

h4		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.6em;  	
		margin: 20px 0 5px 0;	
		font-style: italic;
		color: #005c75;
		}

p		{
		font-family: Georgia, 'Times New Roman', Times, serif; 
		color: #000; 
		font-size: 18px;
		line-height: 26px;
		}
		
img {
		padding: 0;
		margin: 0;
		border: none;
		}

		
#credits	{	
		float: left;
		width: 370px;
		font-size: 11px;
		line-height: 16px;
		font-family: verdana, sans-serif;
		text-align: left;
		padding: 30px 0px 0px 0px;	
		color: #fff;
		}
				
	
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF; 
	font-size: 11px;
	font-family: verdana, 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;
}	


#MaestroContactForm input, #MaestroContactForm textarea, #MaestroContactForm select {
	font-size: 14px;
	font-family: verdana, sans-serif;
	padding: 1px;
	margin: 0;
	vertical-align: top;
	}
#MaestroContactForm .formTag, #MaestroGuestbookForm .formTag {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	vertical-align: top;
	line-height: 16px;
	border-top: #ccc solid 1px; 
	color: #000;
	}
#MaestroContactForm table td {
	padding: 0 4px 4px 0;
	vertical-align: top;
	margin: 0;
	}
#spamcode {
	font-size: 18px; 
	font-weight: bold; 
	font-family: monospace; 
	color: #444;
	}
#submitButton {
	font-weight: bold;
	font-size: 12px;
	font-family: verdana, sans-serif;
	padding: 4px;
	}
#systemMessage {
	padding: 5px;
	margin: 10px 0 10px 0;
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-align: left;
	border: #d85c5c solid 2px;
	background-color: #efe0e0;
	}


	/* CONTAINING BLOCK ELEMENTS FOR THE MENU LIST THAT DO THE CENTERING OF FLOATING ELEMENTS */
	.navigationBox {
		width: 840px; position: relative; overflow: hidden; text-align: center; margin: 9px auto 0 auto;
		}
	.navigation {
		float: left; left: 50%; position: relative; text-align: center;		
		}
	.navigationWrapper {
		position: relative; left: -50%; float: left; list-style: none; margin: 0; padding: 0;
		}
		
		
		
	/* LINK LIST ITEMS - LEFT FLOATING WITH MARGIN CORRECTION TO HIDE DOUBLE BORDER */	
	.navigationBox li  {
		float: left;
		margin: 0 -1px 0 0;
		padding: 0;
		}
		
	/* LINK STYLE AND BORDER COLOR */
	.navigationBox li a {
		display: block;
		padding: 0 12px 0 12px;
		font-size: 14px;
		line-height: 28px;
		font-weight: bold;
		font-family: arial, sans-serif;
		text-decoration: none;
		border-right: #027090 solid 1px;
		border-left: #027090 solid 1px;
		}
		
	/*  LINK STATES: NORMAL, ACTIVE, VISITED  */
	.navigationBox li a:link, .navigationBox li a:visited, .navigationBox li a:active {   
		color: #d9d9d9; 
		}
		
	/* LINK STATE: HOVER */	
	.navigationBox li a:hover { 
		color: #ffcc32; 
		}
		
.LinkCategoryTitle {
	font-weight: bold;
	font-style: normal;
	}
.LinkCategoryDescription {
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	}
.LinkTitle {
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-weight: bold;
	}
.LinkURL {
	font-size: 14px;
	line-height: 18px;
	font-family: monospace; 
	}
.LinkDescription {
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, 'Times New Roman', Times, serif; 	
	}
		
