@charset "utf-8";
/* CSS Document */

header {
	height: 325px;
	width: auto;
	background:-moz-linear-gradient(bottom, #213550, #121f2c);
	background:-webkit-gradient(linear, left bottom, left top, from(#213550), to(#121f2c));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121f2c', endColorstr='#213550');
	background: -ms-linear-gradient(top, #121f2c, #213550);
	position: relative;
}
.headercontent {
	height: 324px;
	padding-top: 1px;
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(../images/wipnurse2.png);
	position: relative;
}
.logo {
	margin: 20px 0px 0px 0px;
}
.title {
	display: block;
	width: 300px;
	height: 70px;
	/*background: rgba(33,53,80, 0.8);*/
	background: rgba(0,0,0, .2);
	color: white;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin: 30px 0px 30px 0px ;
	padding-left: 8px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	display: block;
	width: 350px;
	padding-left: 8px;
}
.maincontainer {
	height: auto;
	min-height: 3005px;
	width: 1000px;
	position: relative;
	margin: 0px auto 0px auto;
	top: -0px;
	overflow: visible;
	border-bottom: 2px groove #ccc;

}
/*page content*/
.content {
	height: auto;
	min-height: 3000px;
	width: 635px;
	position: relative;
	float: left;
}
.content h2 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0px 20px 0px;
	color: #666666;
	border-bottom: 2px groove #666666;
}
.content h3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 10px 0px;
	color: #666666;
}
.content p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #666666;
	
}
/*endpage content*/
/*sidebar*/
.sidebar {
	width: 350px;
	height: 1300px;
	border-radius: 25px;
	border: 4px solid #EAEAEA;
	position: relative;
	top: -125px;
	right: -55px;
	background: white;
	float: right;
	-moz-box-shadow: -10px 10px 5px -5px #333;
	-webkit-box-shadow: -10px 10px 5px -5px #333;
	box-shadow: -10px 10px 5px -5px #333;
}
.sidebartitle {
	display: block;
	text-align: center;
	height: 55px;
	width: 100%;
	background: #ccc;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	margin: 0px;
	line-height: 55px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-shadow: 0 0 10px #999, 0 0 20px #999;
}
.innersidebar {
	width: 325px;
	height: auto;
	margin: 20px auto 20px auto;
	border-top: 2px groove #ccc;
	padding: 10px 5px 15px 5px;
	border-bottom: 2px groove #ccc;
}
label {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #039;
}
#nursingprogram, #state {
	width: 320px;
	margin-bottom: 7px;
}
input {
	width: 320px;
	margin-bottom: 7px;
}
#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100px !important ;
	height: 30px;
	position:relative;
	left: 225px;
	background: #ccc;
	color: white;
	text-shadow: 0 0 10px #999, 0 0 20px #999;
}
.schools {
	border: 2px ridge #ccc;
	padding: 5px 2px 5px 2px;
	margin: 10px 0px 10px 0px;
}
.schools img {
	margin-right: 5px;
}
.innersidebar a {
	text-decoration: none;
}
.schools:hover {
	background: rgba(0,0,0,.1);
}
/*endsidebar*/
footer {
	width: 1000px;
	height: 100px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
}