@charset "utf-8";
/* Content Styles*/
#content {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 560px;
	overflow: hidden;
}
#home {
	height: 100%;
	width: 2000px;
	position:absolute;
	background: url(../gfx/background_home.png) no-repeat left bottom;
}
#about {
	height: 100%;
	width: 2000px;
	position:absolute;
	background: url(../gfx/background_about.png) no-repeat left bottom;
}
#killearn {
	height: 100%;
	width: 2000px;
	position:absolute;
	background: url(../gfx/background_killearn.png) no-repeat left bottom;
}
#yorkhill {
	height: 100%;
	width: 2000px;
	position:absolute;
	background: url(../gfx/background_yorkhill.png) no-repeat left bottom;
}
#pforparents {
	height: 100%;
	width: 2000px;
	position:absolute;
	background: url(../gfx/background_parents.png) no-repeat left bottom;
}
#contact {
	height: 100%;
	width: 2000px;
	position:absolute;
	background: url(../gfx/background_contact.png) no-repeat left bottom;
}

.mainbar {
	float: left;
	height: 100%;
	width: 720px;
	margin: 0px;
	padding: 0px;
}
.mainbar ul {
	color: #FFF;
	margin: 8px 0px 0px 15px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family: MuliRegular;
	text-shadow: #00002F 1px 1px 2px;
	list-style: circle;
}

.mainbar ul li {
	margin: 0px 0px 5px 0px;
}

.mainbar h2 {
	color: #FFF;
	margin: 10px 0px 0px 0px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-family: MuliRegular;
	text-shadow: #00002F 1px 1px 2px;
	position: relative;	
}

.mainbar .fullmainbar {
	width: 693px;
	position:relative;
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 12px;
	
}

.mainbar .leftmainbar {
	width: 331px;
	position:relative;
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 12px;
	
}
.mainbar .rightmainbar {
	width: 352px;
	position:relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

.mainbar .leftmainbarlrg {
	width: 400px;
	position:relative;
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 12px;
	
}
.mainbar .rightmainbarsml {
	width: 283px;
	position:relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

.mainbar .leftmainbar h2 {
	color: #FFF;
	margin: 10px 0px 0px 2px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-family: MuliRegular;
	text-shadow: #00002F 1px 1px 1px;
	position: relative;	
}




.singlebar {
	height: 100%;
	width: 820px;
	margin: 20px auto 0px auto;
	padding: 0px;
}

.singlebar p {
	margin: 8px 14px 14px 14px;
	padding: 0px;
}

.singlebar ul {
	color: #FFF;
	margin: 8px 14px 0px 30px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family: MuliRegular;
	text-shadow: #00002F 1px 1px 2px;
	list-style: circle;
}

.singlebar ul li {
	margin: 5px 0px 5px 0px;
}

#fancy_outer {
	width: 860px !important;
	height: 500px !important;
	padding: 20px !important;
	left: 60px !important;
	top: 60px !important;
}




.fieldsetblock1{
	width: 322px;
	margin: 20px 0px 0px 0px;
	position: relative;
	float: left;
}
.fieldsetblock2{
	width: 332px;
	margin: 20px 0px 0px 25px;
	position: relative;
	float: left;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
label {
	display: block;
	clear:both;
	margin: 8px 0px 0px 10px;
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-family: MuliRegular, Arial, Helvetica, sans-serif;
	text-shadow: #000 1px 1px 1px;
}

input {
	width:190px;
	margin: 0px 0px 0px 10px;
	padding: 4px;
	border: 2px solid #000056;
	background: #D5D5FF;
	font: normal 12px DroidSansRegular, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
input:focus {
	background: #FFF;
}
select {
	width:202px;
	margin: 0px 0px 0px 10px;
	padding: 4px;
	border: 2px solid #000056;
	background: #D5D5FF;
	font: normal 12px/14px DroidSansRegular, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
select:focus {
	background: #FFF;
}
textarea {
	width:188px;
	height: 95px;
	margin: 0px 0px 0px 10px;
	padding: 4px;
	border: 2px solid #000056;
	background: #D5D5FF;
	font: normal 12px/14px DroidSansRegular, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
textarea:focus {
	background: #FFF;
}
#sendMail {
	width: 100px;
	margin: 10px 0px 0px 10px;
	background:#D5D5FF;
	clear: both;
}
#sendMail:hover {
	background:#9F9FFF;
}