#introcontent {
width:990px;
padding:0 0 110px 0;
overflow:hidden;
background:#FFFFFF url(../images/home-footer.jpg) bottom no-repeat;
position:relative;
}

#chat {
width:200px;
text-align:center;
position:absolute;
top:380px;
left:720px;
}

.button {
	float:left;
	display:block;
	overflow:hidden;
}

.homebackground {
	background: url(/images/home-image.jpg) right top no-repeat;
	padding:20px 397px 0 0;
}


/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#008fd4;
}
a:hover {
	color:#008fd4;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background-color:#003366;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color:#003366;
	padding: 0 0 30px 0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color:#003366;
	padding: 0 0 25px 0;
	font-style: normal;
	font-weight: bold;
}

h3 {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 15px;
            line-height: 17px;
            color:#003366;
            padding: 0 0 10px 0;
            font-style: normal;
            font-weight: bold;
}

#wrapper {
	width:990px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#topnav {
	width:990px;
	padding:10px 0 10px 0;
	text-align:right;
}

#topnav a  {
	text-decoration: none;
	color:#FFFFFF;
}

#topnav a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

#topnav p {
	color:#569cbe;
	padding: 0;
	font-weight:bold;
}

#header {
	width:990px;
	height:209px;
    background: url(/images/header3.jpg) no-repeat;
}

#subheader {
	width:990px;
	height:150px;
    background: url(/images/headerin.jpg) no-repeat;
}

#logos {
	width:990px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#logos img {
	display:block;
	float:left;
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#navcontainer {
	width:990px;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
}

#nav {
	width:990px;
	overflow:hidden;
}

#nav ul {
	width:990px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 5px;
	margin:0;
}

#nav ul li a {
    float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	} 

#nav #active { 
	text-decoration: none;
	background:url(/images/mainnav_on.gif) top center no-repeat;
	}

.prospective {
	width:141px;
	background-color:#9c1e21;
	padding:12px 0 0 0;
	height:38px;
}
	
a.prospective:hover {  
	text-decoration: none;
	background-color:#7a1013;
	}

.current {
	width:141px;
	background-color:#569cbe;
	padding:18px 0 0 0;
	height:32px;
}
	
a.current:hover {  
	text-decoration: none;
	background-color:#367b9d;
	}
	
.faculty {
	width:141px;
	background-color:#e57f1b;
	padding:18px 0 0 0;
	height:32px;
}
	
a.faculty:hover {  
	text-decoration: none;
	background-color:#c36b15;
	}
		
.development {
	width:141px;
	background-color:#0193cf;
	padding:5px 0 0 0;
	height:45px;
}
	
a.development:hover {  
	text-decoration: none;
	background-color:#01709d;
	}
	
.parents {
	width:142px;
	background-color:#7ac141;
	padding:18px 0 0 0;
	height:32px;
}
	
a.parents:hover {  
	text-decoration: none;
	background-color:#5b9230;
	}
	
.community {
	width:142px;
	background-color:#ebab01;
	padding:12px 0 0 0;
	height:38px;
}
	
a.community:hover {  
	text-decoration: none;
	background-color:#be8a01;
	}
	
.working {
	width:142px;
	background-color:#569cbe;
	padding:18px 0 0 0;
	height:32px;
}
	
a.working:hover {  
	text-decoration: none;
	background-color:#367b9d;
	}
/*--------------------------------------------------------------------------------------------------
	sub horizontal navigation
--------------------------------------------------------------------------------------------------*/

#subnav {
	width:990px;
	overflow:hidden;
}

#subnav ul {
	width:990px;
}

#subnav ul li {
	display: inline;
	padding-bottom: 10px;
/* matches link padding except for left and right */
	padding-top: 10px;
	margin:0;
}

#subnav ul li a {
    float:left;
	text-align:center;
    padding:10px 15px 10px 15px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
	} 
	
#subnav ul li a:hover {  
	text-decoration: none;
	}
	
.prospectivesub {
	background-color:#9c1e21;
}
	
.prospectivesub a:hover {  
	text-decoration: none;
	background-color:#7a1013;
	}

.currentsub {
	background-color:#569cbe;
}
	
.currentsub a:hover {  
	text-decoration: none;
	background-color:#367b9d;
	}
	
.facultysub {
	background-color:#e57f1b;
}
	
.facultysub a:hover {  
	text-decoration: none;
	background-color:#c36b15;
	}
	
.developmentsub {
	background-color:#0193cf;
}
	
.developmentsub a:hover {  
	text-decoration: none;
	background-color:#01709d;
	}	
	
.parentssub {
	background-color:#7ac141;
}
	
.parentssub a:hover {  
	text-decoration: none;
	background-color:#5b9230;
	}	

.communitysub {
	background-color:#ebab01;
}
	
.communitysub a:hover {  
	text-decoration: none;
	background-color:#be8a01;
	}
	
.workingsub {
	background-color:#569cbe;
}
	
.workingsub a:hover {  
	text-decoration: none;
	background-color:#367b9d;
	}
/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

#vertnav p {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-align:center;
	background-color:#003366;
	border-bottom:2px solid #FFFFFF;
}

#vertnav {
	width:190px;
	padding:20px 0 15px 10px;
	float:left;
}

#leftcolryan 
{
	float:left;
	padding:0;
	width:190px;
}

#vertnav ul
{
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:12px;
font-weight:bold;
}

#vertnav a
{
text-align:left;
display: block;
padding: 5px 10px 5px 10px;
width: 170px;
text-decoration: none;
color:#003366;
}

#vertnav a:hover
{
text-decoration: none;
background-color:#d1e8f3;
}

#vertnav a#current
{
text-decoration: none;
color: #000000;
}

/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#content {
	width:990px;
	background-color:#FFFFFF;
	padding:0 0 50px 0;
	overflow:hidden;
}

.introlist {
	font-size: 14px;
	line-height: 16px;
	padding:15px 0 10px 30px;
	font-weight: bold;
}

.introlist a  {
	text-decoration: none;
	color:#003366;
}

.introlist a:hover {
	color:#008fd4;
	text-decoration : underline;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#copy {
	width:700px;
	background-color:#FFFFFF;
	padding:40px 50px 0 0;
	float:right;
}
#copy ul { 
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding:0 0 5px 15px;
	font-style: normal;
	font-weight: normal;
}

#copy li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding: 0 0 5px 7px;
}

.subimage {
	padding:0 0 20px 20px;
	float:right;
	display:inline;
	clear:right;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/


#footer {
	width:990px;
	padding:10px 0 0 0;
}

#footerleft {
	width:740px;
	margin:0;
	float:left;
	padding:0;
}

#footerright {
	width:230px;
	margin:0;
	float:right;
	padding:0;
}

#footer p {
	font-size: 11px;
	line-height: 13px;
	color:#FFFFFF;
	padding:0 0 10px 0;
}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}

#copy ol { 
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 14px;
            color: #333333;
            padding:0 0 5px 35px;
            font-style: normal;
            font-weight: normal;
}

#copy ol li { 
            background: url(/images/bullet2.gif) left top no-repeat;
            padding: 0 0 5px 0;
}

td {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 14px;
            color: #333333;
            padding: 0 0 10px 0;
            font-style: normal;
            font-weight: normal;
}

/*--------------------------------------------------------------------------------------------------

	form

--------------------------------------------------------------------------------------------------*/

#formbox {

	width:700px;

	padding:15px 0 15px 10px;

	margin:5px 0 15px 0;

	float: left;

	text-align:left;

	border:1px solid #bdbcaf;

	background-image: url(/images/form.gif);

	background-repeat:repeat-x;

	background-position:bottom;

}



.form {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 14px;

	color: #333333;

	padding: 0 0 5px 0;

	font-style: normal;

	font-weight: normal;

}

.formnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: red;
	padding: 10px 10px 10px 10px;
	font-style: normal;
	font-weight: normal;
}

.formsubheader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: green;
	padding: 10px 0 10px 5px;
	font-style: normal;
	font-weight: bold;
}

.inputborder {

	border: 1px solid #00a260;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 14px;

	font-weight: normal;

	padding:3px;

	margin:0;

}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00a260;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00a260;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #00703c;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00703c;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#00703c;
	color: #FFFFFF;
}