
       

 * {
            margin: 0;
            padding: 0;
        }
        
		body {background: #FFF ;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

			color: #999;}
			
			a {text-decoration: none; color: #333;}
			a:visited {text-decoration: none}
			a:active {text-decoration: none}
			a:hover {text-decoration: none; color: #666;}
		

					
			
		#wrapper {width: 870px; margin: 15px auto; font-size: 16px; line-height: 1.2em;}

	 	#logo{background: url(photos/main.jpg) no-repeat top left;/*position:absolute;*/ margin: 5px 18px;width:200px;height:70px;}
	
	
	
		#randomdiv1 {
				width: 830px;
				padding: 15px 15px 15px 20px; 
				float: left; 
				height: auto !important;

        }


		#randomdiv2 {
			width: 830px;
			padding: 15px 15px 15px 20px; 
			float: left; 
			height: auto !important;
    }


	#randomdiv3 {
		width: 830px;
		padding: 15px 15px 15px 20px; 
		float: left; 
		height: auto !important;
}


#randomdiv4 {
	width: 830px;
	padding: 15px 15px 15px 20px; 
	float: left; 
	height: auto !important;
}

#randomdiv5 {
	width: 830px;
	padding: 15px 15px 15px 20px; 
	float: left; 
	height: auto !important;
}

#randomdiv6 {
	width: 830px;
	padding: 15px 15px 15px 20px; 
	float: left; 
	height: auto !important;
}
        
    	#fade {
		background-image:url(photos/logo.png) no-repeat;
		height:312px;
		left:0;
		position:absolute;
		top:0;
		width:100%;
		z-index:9999;
		}
	

        
      
        
        .bubbleInfo {
            position: relative;
			
           
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
			max-width: 860px;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(photos/coda/bubble-1.png); }
        .popup td.top { background-image: url(photos/coda/bubble-2.png); }
        .popup td#topright { background-image: url(photos/coda/bubble-3.png); }
        .popup td.left { background-image: url(photos/coda/bubble-4.png); }
        .popup td.right { background-image: url(photos/coda/bubble-5.png); }
        .popup td#bottomleft { background-image: url(photos/coda/bubble-6.png); }
        .popup td.bottom { background-image: url(photos/coda/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(photos/coda/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #A3CF64;
        	color: #fff;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: left;
        	
        	}

		table.popup-contents th a {text-decoration: none; color: #666; }
		table.popup-contents th a:hover {text-decoration: underline; color: #444;} 

        table.popup-contents td {
        	text-align: left;
        	}

			table.popup-contents td a {text-decoration: none; color: #666; }
			table.popup-contents td a:hover {text-decoration: underline; color: #444;}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(photos/coda/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #CCCCFF;
        }
/*Changes Conent*/
#nav {
	float:right;
	padding-right: 15px;
}
	#nav a {text-decoration: none; }
	#nav a:hover {text-decoration: none; }

/*Construction page*/
#construction {
	margin: auto;
	height:770px;
	width:900px;

	background: #fff;
}

#construction a{
	color:#00FFFF;
	margin:275px 0 0 403px;
	position:absolute;
}
#construction a:hover {color:#00008B;}
