@import url(pages.css);

* {
	margin: 0;
	padding:0;
}
html, body, #wrapper, #overlay {
	height: 100%;
}

body {
	font-family:"Trebuchet MS";
	color:#454545;
}

p {
	margin-bottom:10px
}

a, a:visited {
	color:#0083b4;
	text-decoration:none;
}

a:hover, a:active {
	color:gray;	
}

h1, h2, h3 {color:black;}
h3 {margin-bottom:5px;}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	width:990px;
}

.push {
	height: 120px;
}

#footer {
	position:relative;
	border-top:dotted 1px gray;
	margin: 0 auto;
	width:990px;
	height: 119px;
	font-size:smaller;
}

#footer div {
	padding:20px 0 10px 0;	
}

#top {
	background: url(../images/top.gif) no-repeat top left;
	height:119px;
	padding:10px 0px 0px 20px;
}

div#logo {
	background-image: url(../images/nav/logo3.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:248px;
	height:106px;
	float:left;
}

div#logo span {
	display:none;
}



#main {
	border-top:dotted 1px Gray;
	padding-bottom:10px;
	margin-top:10px;
	padding-left:5px;
	padding-top:5px;

}


/*-------------------------------- Navigation ----------------------------*/
ul#menu, ul#menu li {float:left;}
ul#menu li {padding-left:18px;}

ul#menu {
	padding-top:32px;
	list-style:none;
	margin:0;
}

ul#menu li a {

 	text-indent:-9999px;
 	overflow:hidden;
 	display:block;
 	height:40px;

}

ul#menu li a:hover, ul#menu li a:active {
 	background-position:0 -40px;	
}

#menu_home {
	width:77px;
	background: url(../images/nav/home_hover.gif) no-repeat top left;	
}

#menu_projects {
	width:116px;
	background: url(../images/nav/projects_hover.gif) no-repeat top left;	
}

#menu_innovation {
	width:149px;
	background: url(../images/nav/innovation_hover.gif) no-repeat top left;	
}

#menu_about {
	width:120px;
	background: url(../images/nav/aboutus_hover.gif) no-repeat top left;	
}

#menu_contact {
	width:146px;
	background: url(../images/nav/contactus_hover.gif) no-repeat top left;
}

/*--------------------------------------------------------------------------*/


h1 {
	padding:0;
	margin:0;	
}

.blue {color:#0083b4;}
.tright {
	text-align:right;
	z-index:10;
}
.fleft {float:left;}

a#ages_link {
	float:right;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:72px;
	height:56px;
	background:url(../images/ages.gif) no-repeat top;	
}

a#ages_link:hover {
	background-position: 0 -56px;	
}

a.smalllink {
	text-decoration:underline;
	color:gray;
}

a.smalllink:hover {
	color:#0083b4;
}

#front_text {
	width:573px;
	height:17px;
	background:url(../images/front_text.png) no-repeat top left;
	float:right;
	margin-bottom:10px;
}

#front_text span {
	display:none;	
}









