/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #607e95;
		background-image: url(images/gradient.jpg);
		background-repeat: repeat-x;
		color: #000000;
		font-size: 62.5%;				
		}
                         	
h1		{  
		font-family: Georgia, serif;
		font-size: 2.2em;
		font-style: italic;
		color: #0e65aa;
		margin: 0 0 15px 0;
		}

h2		{
		font-family: Georgia, serif;
		font-size: 1.9em;  	
		color: #0e65aa;
		margin: 20px 0 5px 0;		
		}

h3		{
		font-family: Georgia, serif;
		font-size: 1.6em;  		
		color: #0e65aa;	
		margin: 20px 0 5px 0;		
		}

h4		{
		font-family: Georgia, serif;
		font-size: 1.4em;  		
		color: #0e65aa;	
		margin: 20px 0 5px 0;		
		}

p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.2em; 
		line-height: 1.6em;
		margin: 0 0 10px 5px;		
		}

#content ul, #content ol {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px; 
		line-height: 16px;
		padding: 0;
		margin: 10px 0 10px 20px;		
		}
#content ul li, #content ol li {
	margin-bottom: 10px;
	}
		
#content a:link {
	color: #3f8cde;
	}
#content a:visited {
	color: #2e5c8c;
	}
#content a:active {
	color: #61aeff;
	}
#content a:hover {
	color: #61aeff;
	}
		
#content {
		margin: 20px 70px 0 0;
		width: 540px;
		float: right;
		padding-bottom: 20px;
		}
		
		
#credits	{	
		font-size: 10px;
		line-height: 14px;
		color: #fff;
		font-family: verdana, sans-serif;
		text-align: center;
		padding: 30px 5px 10px 5px;	
		}
				

#nav {
	margin: 10px 0 15px 30px;
	padding: 0;  
		background-color: #e3effc;
	}

ul.dropdown {
 font-weight: bold;
 		background-image: url(images/menu-background.jpg);
		background-position: top left;
		background-repeat: repeat-y;
}

	ul.dropdown li {
	 list-style-type: none;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
		color: #1b4488;
	}
	ul.dropdown a {
		display: block;
		width: 185px;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: bold; 
		text-decoration: none;
		border-top: #c9d7e8 solid 1px;
		border-bottom: #c9d7e8 solid 1px;
		margin-bottom: -1px;
		}
	ul.dropdown a span {
		display: block;
		width: 165px;
		padding: 8px 10px 8px 10px;
		}
	ul.dropdown a:link, ul.dropdown a:visited, ul.dropdown a:active	{ 
		background-image: none;
		background-repeat: repeat-y;
		background-position: top left;
		color: #337dd2;
		}
	ul.dropdown a:hover { 
		color: #61aeff;
	}


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 185px;
	 margin-top: 1px;
	 border-left: #c9d7e8 solid 1px;
	 border-right: #c9d7e8 solid 1px;
	 background-color: #e3effc;
	}

		ul.dropdown ul li {
		 font-weight: normal;

		}



ul.dropdown *.dir { 
 background-image: url(images/arrow.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}



ul.dropdown-vertical *.dir {
 background-image: url(images/arrow.png);
 background-position: center right;
 background-repeat: no-repeat;
}

#MaestroContactForm input, #MaestroContactForm textarea, #MaestroContactForm select {
	font-size: 14px;
	font-family: verdana, sans-serif;
	padding: 1px;
	margin: 0;
	vertical-align: top;
	}
#MaestroContactForm .formTag {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	vertical-align: top;
	color: #3f88bf;
	line-height: 16px;
	border-top: #ccc solid 1px; 
	}
#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;
	}
	
/*---------- 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;
}	
	
