@charset "utf-8";

* { 
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	font-size: 100%;
	font-family: Geneva, Arial, sans-serif;
	background: #fff url(../images/splash_logo.png) no-repeat center 200px;
	text-align: center;
	color: #666;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #7FC31C;
	margin-top: 7px;
	margin-bottom: 10px;
	height: 34px;
	z-index: -1;
}

#headerLogo {
	padding-top: 7px;
	padding-left: 23px;
	float: left;
	width: 64px;
}

#headerLinks {
	height: 34px;
	line-height: 34px;
	margin-left: 500px;
	font-size: 11px;
}

#headerLinks a {
	color: #fff;
}

#headerLinks .separator, #headerLinks a {
	margin-right: 13px;
}
#headerLinks .separator {
	vertical-align: middle;
}

#mainContent {
	margin-bottom: 15px;
	height: 327px;
	background: url(../images/main_bg.png) no-repeat;
}

#findContainer {
	float: left;
	margin-left: 80px;
}

#findText {
	padding-top: 110px;
	margin-bottom: 8px;
}

#findInput {
	margin-bottom: 10px;
}

#findInput input[type=text] {
	background: url(../images/search_input_bg.png) no-repeat;
	width: 214px;
	height: 31px;
	border: none;
	margin-right: 10px;
	font-size: 20px;
	padding: 5px 3px 0 3px;
}

#findInput input[type=submit] {
	width: 61px;
	height: 39px;
	background: url(../images/search_submit_bg.png) no-repeat;
	border: none;
	cursor: pointer;
	display: none;
}

#findResults {
	font-size: 14px;
	margin-bottom: 50px;
	display: none;
}

#findResults .results {
	display: none;
}

#findResults img {
	vertical-align: middle;
	margin-right: 3px;
}

#mainGirl {
	float: right;
	margin-right: 20px;
	margin-top: -19px;
	background: url(../images/girl.png) no-repeat;
	width: 470px;
	height: 358px;
}

#preFooter {
	clear: right;
	color: #999999;
	height: 106px;
	background: url(../images/prefooter_bg.png) no-repeat;
	margin-bottom: 10px;
}

#preFooter a {
	color: #666;
}

#preFooter .item {
	float: left;
	padding-top: 17px;
	padding-left: 20px;
	width: 300px;
}

#preFooter .item .icon {
	float: left;
	width: 61px;
	margin-right: 15px;
}

#preFooter .item .text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	padding-right: 10px;
}

#footer {
	background: url(../images/footer_bg.png) no-repeat;
	height: 49px;
	line-height: 49px;
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
}

#footerLogo {
	margin: 17px 26px 0 20px;
	float: left;
	width: 52px;
}

#footerCopy {
	float: left;
	margin-right: 20px;
}

#footerLinks a {
	margin: 0 6px;
}

