/* 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: 273px;
	height: 27px;
	background: url(../images/home-nav.png) no-repeat 0px 0px;
}

#wnav li#wnavWaitlist a {
	display:block;
	width: 99px;
	height: 27px;
	background: url(../images/home-nav.png) no-repeat -273px 0px;
}

#wnav li#wnavJoin a {
	display:block;
	width: 100px;
	height: 27px;
	background: url(../images/home-nav.png) no-repeat -372px 0px;
}

#wnav li#wnavAbout a {
	display:block;
	width: 92px;
	height: 27px;
	background: url(../images/home-nav.png) no-repeat -472px 0px;
}

#wnav li#wnavParentlounge a {
	display:block;
	width: 168px;
	height: 27px;
	background: url(../images/home-nav.png) no-repeat -564px 0px;
}

#wnav li#wnavNews a {
	display:block;
	width: 70px;
	height: 27px;
	background: url(../images/home-nav.png) no-repeat -732px 0px;
}

#wnav li#wnavContact a {
	display:block;
	width: 107px;
	height: 27px;
	background: url(../images/home-nav.png) no-repeat -811px 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;
}
