/* CSS Stylesheet for new Sneaky Camel home page */
/* STILL LEFT TO DO:
--Fix page on IE (absolute positioning?)

*/


/**************************************
GENERAL DECLARATIONS
***************************************/
body {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0;
	/* Declare initial font size of 62.5%. This is 62.5% of the browser's default style sheet (~18px). 
	So 1em is therefore about 10px. Use ems for relative sizing throughout the rest of the sheet. 
	Credit for this goes to Richard Rutter via Simon Collison's CSS book. */
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	}
	
img {
	border: 0;
	}
	
p {
	font-size: 1em;
	}

/*
div {
	border: 1px solid #000;
	}	
*/	

/**************************************
NAVIGATION
***************************************/
	
#logo {
	/* float: left; */
	position: absolute;
	left: 5px;
	top: 0px;
	width: 130px;
	height: 203px;
	}
	

#navigation {
	position: absolute;
	left: 6px;
	top: 0px;
	background: #006699 url(images/nav_bg_home.gif) repeat-x top left;
	margin-left: 125px;
	padding: 2px;
	width: 667px;
	height: 20px;
	z-index: 1000;
	}

/* Individual navigation items within the nav bar are controlled by the 
SmartMenus configuration file, /smartmenus/c_config_home.js */

/**************************************
PHOTOGRAPHIC AREA
***************************************/
	
#home_photo {
	position: absolute;
	left: 0px;
	top: 24px;
	width: 552px;
	height: 299px;
	margin-left: 250px;
	z-index: 0;
	}
	
#home_photo object {
	z-index: 0;
	}

#info {
	position: absolute;
	left: 10px;
	top: 208px;
	width: 249px;
	height: 105px;
	}

#divider {
	position: absolute;
	left: 5px;
	top: 323px;
	background-color: #8f96ea;
	height: 25px;
	width: 797px;
	}
	
#news {
	clear: both;
	position: absolute;
	width: 812px;
	left: 5px;
	top: 350px;
	}
	
#newsCol_a {
	float: left;
	border-right: 1px dashed #999999;
	padding-right: 5px;
	width: 260px;
	color: #666666;
	margin-bottom: 10px;
	min-height: 300px;
	}

#newsCol_b {
	margin-left: 270px;
	margin-right: 270px;
	margin-bottom: 10px;
	padding-right: 5px;
	width: 260px;
	border-right: 1px dashed #999999;
	min-height: 300px;
	color: #666666;
	}
	
#newsCol_c {
	float: right;
	width: 260px;
	color: #666666;
	min-height: 300px;
	margin-bottom: 10px;
	}
	
#newsCol_a h2, #newsCol_b h2, #newsCol_c h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	}
	
#footer {
	clear: both;
	background-color: #006699;
	height: 40px;
	}
	
#footer p {
	font-size: 1em;
	text-align:center;
	color: #FFFFFF;
	padding-top: 5px;
	}
	
#footer a:visited, #footer a:link {
	color: #FFFFFF;
	}

/****************************************************************
SmartMenus Rollovers
****************************************************************/

.SM {
	z-index: 50;
	}
	
.MM {
	z-index: 20;
	}

a#home, a#home:visited {
    background-image:url(images/N_home.png);
}

a#sponsors, a#sponsors:visited {
    background-image:url(images/N_sponsors.png);
}

a#projects, a#projects:visited {
    background-image:url(images/N_projects.png);
}

a#bios, a#bios:visited {
    background-image:url(images/N_bios.png);
}

a#about, a#about:visited {
    background-image:url(images/N_about.png);
}

a#store, a#store:visited {
    background-image:url(images/N_store.png);
}

a#contact, a#contact:visited {
    background-image:url(images/N_contact.png);
}

.rollover span.alt {
    display:none;
}

.rollover img {
    border:none;
}

:root .rollover img {
    display:block;
}

.rollover, .rollover:visited {
    background-color:transparent !important; /* needed for Opera5/6 */
    background-repeat:no-repeat;
    background-position:0 0;
}

.rollover:hover, .rollover:focus, .rollover:active, .rollover.MMO, .rollover.MMO:visited {
    background-position:0 -26px;
}