/* generic */
body {
	background-color: #fff;
	font-family: Lucida, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0px;
	background:url('../images/uvcc-gradient.png') repeat-x;
	background-color:#F2F9FE;
}

a {
	color: #3783C0;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* welcome page */
#welcomeWrapper {
	margin-top:40px;
	width:930px;
	height:630px;
	background:url('../images/uvcc-enterBG.jpg');
	margin-left:auto;
	margin-right:auto;
}

/* welcome navigation */
#wnav {
	padding-top:150px;
	border:0px solid #000;
}

#wnav a {
	color:#ffffff;
}

/* navigation */
#wnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 953px; /*For KHTML*/
  list-style: none;
  height: 27px;
  white-space:nowrap;
  text-indent:-3000px;
  clear:left;
}

#wnav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 27px;
}

#wnav li#wnavFiller1 {
	display:block;
	width: 350px;
	height: 27px;
	background: url(../images/uvcc-enterNav.png) no-repeat 0px 0px;
}

#wnav li#wnavWaitlist a {
	display:block;
	width: 93px;
	height: 27px;
	background: url(../images/uvcc-enterNav.png) no-repeat -350px 0px;
}

#wnav li#wnavJoin a {
	display:block;
	width: 93px;
	height: 27px;
	background: url(../images/uvcc-enterNav.png) no-repeat -443px 0px;
}

#wnav li#wnavAbout a {
	display:block;
	width: 88px;
	height: 27px;
	background: url(../images/uvcc-enterNav.png) no-repeat -546px 0px;
}

#wnav li#wnavParentlounge a {
	display:block;
	width: 173px;
	height: 27px;
	background: url(../images/uvcc-enterNav.png) no-repeat -634px 0px;
}

#wnav li#wnavContact a {
	display:block;
	width: 146px;
	height: 27px;
	background: url(../images/uvcc-enterNav.png) no-repeat -807px 0px;
}

/* view our centres */
#welcomeViewCentres {
	padding-top:50px;
	padding-left:535px;
}

/** child care search **/
.searchSelect {
	width:180px;
	margin-bottom:5px;
}

/* layout */
#wrapper {
	margin-top:0px;
	width:930px;
	margin-left:auto;
	margin-right:auto;
}