/* --- UNIVERSAL STYLES --- */
*{
	margin:0px;
}
body{
	background-color: #1d1060;
}


/* --- DIV TAGS --- */
#wrapper{
	width:1242px;
	height:auto;
	font-family:"Helvetica", Arial, sans-serif;
	font-size:12px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
#head{
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	width:1242px;
	height:314px;
}
#nav{
	width:992px;
	height:26px;
	color:#bfc0be;
	margin:0px 0px 0px 125px;
	text-align:center;
	padding:0px 0px 0px 0px;
}
#mid{
	background-image: url(../images/mid.png);
	background-repeat: repeat-y;
	width: 1242px;
	height: auto;
	padding:20px 0px 100px 125px;
}
#sideNav{
	width:200px;
	height:auto;
	float:left;
	padding:70px 20px 0px 0px;
}
#text{
	width:306px;
	height:auto;
	float:left;
	padding:0px 20px 0px 20px;
}
#formText{
	width:606px;
	height:auto;
	float:left;
	padding:0px 20px 0px 20px;
}
#sideImg{
	width:386px;
	height:457px;
	float:left;
	padding:67px 20px 0px 30px;
}
#foot{
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	width: 1242px;
	height:248px;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding:60px 0px 0px 0px;
	line-height: 1.7em;
}



/* --- CLASS TAGS --- */
.firstNav{
	border-top:2px solid #bfc0be;
}
.home{
	background-image: url(../images/welcome.png);
	background-repeat: no-repeat;
	height:47px;
}
.about{
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
}
.contact{
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
}
.facilities{
	background-image: url(../images/facilities.png);
	background-repeat: no-repeat;
}
.resources{
	background-image: url(../images/resources`.png);
	background-repeat: no-repeat;
}
.professionals{
	background-image: url(../images/professionals.png);
	background-repeat: no-repeat;
}
.team{
	background-image: url(../images/team.png);
	background-repeat: no-repeat;
}
.testimonials{
	background-image: url(../images/testimonials.png);
	background-repeat: no-repeat;
}
.employment{
	background-image: url(../images/employment.png);
	background-repeat: no-repeat;
}
.thankYou{
	background-image: url(../images/thankYou.png);
	background-repeat: no-repeat;
}



/* --- H TAGS --- */
h1{
	text-indent: -9999px;
}
h2{
	margin:0px 0px 30px 0px;
	height:35px;
	text-indent: -9999px;
}
h3{

}
h4{

}
h5{

}
h6{

}



/* --- A TAGS --- */
#nav a:link, #nav a:active, #nav a:visited{
	font-family:"Helvetica", Arial, sans-serif;
	font-size:13px;
	letter-spacing: .08em;
	text-decoration: none;
	color:#bfc0be;
	padding:0px 40px 0px 40px;
	text-align: center;
}
#nav a:hover{
	color:#ffffff;
}
#sideNav a:link, #sideNav a:active, #sideNav a:visited{
	font-family:"Helvetica", Arial, sans-serif;
	font-size:13px;
	letter-spacing: .08em;
	text-decoration: none;
	color:#1d1060;
	border-bottom:2px solid #bfc0be;
	display:block;
	padding:0px 0px 10px 50px;
	width:145px;
	font-weight: bold;
}
#sideNav a:hover{
	color:#9fa615;
}
#footNav a:link, #footNav a:active, #footNav a:visited{
	font-family:"Helvetica", Arial, sans-serif;
	letter-spacing: .08em;
	text-decoration: none;
	color:#1d1060;
	padding:0px 5px 0px 5px;
}
#footNav a:hover{
	color: #909090;
}



/* --- EVERYTHING ELSE --- */
p{
	line-height: 1.6em;
	margin:0px 0px 20px 0px;
}
ul{
	padding:0px 5px 0px 15px;
	float:left;
	width:133px;
}
li{
	padding:0px 0px 10px 0px;
}
#text a:link, #text a:active, #text a:visited{
	font-family:"Helvetica", Arial, sans-serif;
	font-size:14px;
	letter-spacing: .08em;
	text-decoration:none;
	font-style:italic;
	color:#9fa615;	
}
#text a:hover{
	color:#1d1060;
}
#head img{
	border:none;
	margin:104px 0px 0px 155px;
}
#head img:hover{
	opacity:.8;	
}