/* CSS Document */

/*
-----------------------------------------------
Signals of Change Splashpage Stylesheet
Designer: Candy Gourlay
URL:      http://mediagrafika.net
Date:     Feb 2006
----------------------------------------------- */

html, body {
  	margin:0px;
  	padding:0px;
  	font-family: Verdana, Arial, sans-serif;
  	background-color:#FFFFFF;
  	}
 
h1 {

}

h2 {

}

/* To center content
----------------------------------------------- */
#wrapper {
	margin:0 auto;
  	padding:0;
	}
/* Slideshow and logo divs with drop shadow
	background: #EBE6DA url(../shad_bottom.png) repeat-x bottom left;
		border:1px dashed black;
		border:1px dashed red;
	
----------------------------------------------- */
#logo {
	position:absolute;
	left:100px;
	top:150px;
	z-index:2;
	width:200px;
	height:290px;
	margin:0px; padding-bottom:0px; 
	
	}
html>body #logo {border-bottom: 8px solid #cc3300;} 
	
#slideshow {
	position:absolute;
	left:300px;
	top:150px;
	width:450px;	
	padding-bottom:0px;
	margin-left:0px;
	
	
	}
html>body #slideshow {border-bottom: 8px solid #cc3300;} 
#slideshow .skip {font:Helvetica, sans-serif; font-size:10px; 
	font-weight:bold; text-align:right; padding-top:5px;
	color:#FF6633;}

#slideshow .skip a {text-decoration:none;}
#slideshow .skip a:hover{text-decoration:underline;}
/* Navigation
----------------------------------------------- */
#navbar {
	position:absolute;
	top:120px;
	left:260px;
	margin:0px;
	padding:0px;
	font-family:"Arial Narrow", Arial;
	font-size:12px;
	font-weight:bold;
	color:#00000;
	white-space:nowrap;
	text-transform: uppercase;
	width: 600px;
	height:40px; 
	}

html>body #navbar {left:300px; height:28px;} 
	
#navbar ul {margin-top:0px; padding:0px;}

#navbar li {
	list-style:none; float:left; margin:0px; padding-left:0px; 
	width:105px; white-space:nowrap;
	font-size:12px; line-height:20px; text-align:left;
			}
		
#navbar a {display: block; float:left; text-decoration:none; color:#000000;
	 /* colored tabs that change when you hover*/}

/*This is a Backslash Hack that hides rule from IE5-Mac \*/
#navbar a {float:none;} /*End IE5-Mac hack*/

#navbar a.active, #navbar a:hover {
	color:#CC0033; 
	}


	
/* Footer for copyright notice
----------------------------------------------- */
#footer {
	position:absolute; 
	bottom:0px;
	left:0px;
	width:100%;	
	visibility:visible;
	display:block; 
	
	}

.footer {	
	text-align:left; 
	font:Arial, Helvetica, sans-serif; 
	font-size:x-small; 
	color:#000000;
	padding: 10px 0px 10px 30px; 
	}



