html, body {
	margin: 0px;
	font-family: 'Century Gothic', Verdana, Helvetica!important;
	font-size: 13px;
}
body {
	background-color: #fff;
}

#wrapper {
	background-color: #fff;
	background-image: url('images/nanny-background.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	width: 709px;
	margin: auto;
}

#header {
	width: 707px;
	height: 104px;
	background-color: #00457a;
	z-index: 500;
	position: fixed;
	top: 0px;
	float: left;
}

#header h1 {
	position: absolute;
	margin-left: 29px;
	margin-top: 38px;
	font-weight: normal;
	font-size: 33px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 333px;
}

#header h1 .orange {
	color: #fd781d;
	visibility: hidden;
}

#header h1 .blue {
	color: #00a6e0;
	visibility: hidden;
}

#header h1 .yellow {
	color: #ffff00;
	padding-left: 2px;
	visibility: hidden;
}

#menu {
	color: #fff;
	position: relative;
	float: left;
	background-color: #00a6e0;
	width: 198px;
	z-index: 100;
	position: fixed;
	top: 0px;
	float: left;
}

#menu ul {
	padding-top: 190px;
	list-style: none;
}

#menu li {
	margin-bottom: 29px;
	margin-left: 15px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#menu a#current_link, #menu a:hover {
	color: #00457a;
}

#content {
	font-size: 12pt;
	margin-left: 0px;
	margin-top: 94px;
	width: 386px;
	width: 424px;
	min-height: 620px;
	float: left;
	padding-left: 42px;
	border-left: 198px solid #00a6e0;
	padding-bottom: 100px;
	font-size: 13px;
	position: relative;
	z-index: 50;
	text-align: justify;
	word-wrap: break-word;
}

#content font {
	font-family: verdana;	
}
#content p, #content span {
	font-family: verdana;
	font-size: 13px!important;
}

#content a, #content a span {
	text-decoration: none;
	color: #fd781d!important;
	font-weight: bold;
}
#content a:hover, #content a:hover span {
	text-decoration: underline;
}

#content h1 {
	margin-top: 47px;
	color: #fd781d;
	font-weight: normal;
	font-size: 31px;
}

#content h2 {
	color: #fd781d;
	font-weight: normal;
	font-size: 16px;
	padding-top: 14px;
	margin-top: -8px;
	margin-bottom: 0px;
	word-spacing: 3px;
}

#content ul {
	list-style-image: url('images/li.gif');
	padding-left: 15px;
	margin-left: 0px;
}

#content li {
	margin-bottom: 7px;
}

.intro {
	width: 285px;
	float: left;
	margin-left: 25px;
	min-height: 115px;
}

.intro, .intro span, .intro font {
	color: #fd781d;
}

legend {
	font-weight: bold;
	padding-bottom: 7px;
	color: #333;
}

label {
	font-weight: bold;
	display: block;
	position: relative;
	color: #fd781d;
}

input {
	display: block;
	margin-bottom: 10px;
	margin-left: 50px;
	width: 220px;
	background-color: #f7f7f7;
	border: 1px solid #00457a;
	color: #00457a;
	font-family: 'Century Gothic', Verdana, Helvetica;
}

fieldset input {
	width: 60%;
}

textarea {
	display: block;
	margin-bottom: 10px;
	margin-left: 50px;
	width: 220px;
	height: 100px;
	overflow: auto;
	background-color: #f7f7f7;
	border: 1px solid #00457a;
	color: #00457a;
	font-family: 'Century Gothic', Verdana, Helvetica;
}

fieldset textarea {
	width: 60%;
}

label a {
	text-decoration: underline!important;
}

label textarea {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 150px;
}

.submit {
	width: auto;
	color: #fff;
	background-color: #00457a;
	border: 2px solid #00a6e0;
	cursor: pointer;
	margin: 0px;
}

input.date {
	display: inline;
	width: 50px;
	margin-left: 0px;
}
input.plain {
	display: inline;
	width: auto;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 20px;
}

/* Custom Textarea Heights */
#phone, #nanny_phone {
	height: 34px;
}
#childcare_vouchers {
	height: 52px;
}
#benefits {
	height: 180px;
}
#p45 {
	height: 210px;
}

#footer {
	float: left;
	position: absolute;
	bottom: 0px;
	width: 709px;
	height: 2000px;
	background-image: url('images/menu-background.png');
	background-repeat: repeat-y;
	z-index: -1;
}

@media print {
	#wrapper {
		border-top: 104px solid #00457a;
	}
	#header {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#header h1 {
		background-image: none;
	}
	#header h1 .orange, #header h1 .yellow, #header h1 .blue {
		visibility: visible;
	}
	#menu {
		position: absolute;
		color: #ffffff;
		top: 180px;
	}
	#menu ul {
		padding-top: 0px;
	}
	#content {
		margin-top: -17px;
		padding-top: 14px;
	}
}
