/*----------------------------------
		Theme_#	553
		Cat 		Education
		Name		Prep School
----------------------------------*/

body {
  background-position:0 100%;
  background-repeat:repeat-x;
  font-family: Georgia, "Nimbus Roman No9 L", serif;
  font-size:14px; 
}


a, a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}

p {

}

.sf_outer_wrapper {
	background-color:#ffffff;	
  margin:0 auto;
  width:960px;  
}
  
.sf_extra1 {
}

.sf_wrapper {

}

/*--------------------------------
		Top Navigation
---------------------------------*/

.sf_navigation_top {
	display:none;
}

.sf_navigation_top ul {
	
}

.sf_navigation_top ul:after {
	
}

.sf_navigation_top ul li {
	
}

.sf_navigation_top ul li.sf_last_nav_item {
	
}

.sf_navigation_top ul li.sf_first_nav_item {

}

.sf_navigation_top ul li a {	
	
}

.sf_navigation_top ul li a:visited {
	
}

.sf_navigation_top ul li a:hover{
	
}

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10 {
	
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
	background-color:#a16d32;
  background-image:url(images/header_bg.jpg);
  background-position:50% 0;
  background-repeat:no-repeat;
}

.sf_header_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_header_wrapper {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_header_wrapper {height: 1%;}
.sf_header_wrapper {display: block;}
/* End hide from IE-mac */


.sf_extra2 {	
  background-position: 100% 0;
  background-repeat:no-repeat;
  display:inline;
	float:right;  
	height:268px;
  margin-right:10px;
  margin-top:21px;
  width:494px;  
}


* html .sf_extra2 {
	_behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));   
}

.sf_main_header {
	color:#ffffff;
  display:inline;
	float:left;
  font-size:46px;
  font-weight:100;
	height:190px;
  margin-left:34px;
  margin-right:104px;
	padding-top:60px;
	overflow:hidden;
  width:318px;
}

.sf_main_header div{
	height:184px;
	overflow:hidden;
}

.sf_extra3 {
	
}

.sf_sub_header { 
	display:none;
}

.sf_main_header p, .sf_sub_header p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {
	
}

/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation { 
  padding:0;
  margin:0 auto; 
  width:960px;  
}

.sf_navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_navigation {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_navigation {height: 1%;}
.sf_navigation {display: block;}
/* End hide from IE-mac */


.sf_navigation ul {
  background-image: url(images/navbg.gif);
  background-position: 0 0;
  background-repeat:repeat;  
  border-top:1px solid #000000;
	margin:0px;
	padding:0px;
	white-space: nowrap;
  
  /*** START FAST HACK ***/
  /* To trigger hasLayout in IE */
  min-height:54px;
  height:auto !important;
  height:54px;
  /*** END FAST HACK ***/  
  
}

.sf_navigation ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_navigation ul {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_navigation ul {height: 1%;}
.sf_navigation ul {display: block;}
/* End hide from IE-mac */


.sf_navigation ul li {   
  display: block;  
  float: left;    
	line-height:24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
  /*** START FAST HACK ***/
  /* To make elements collapse */  
  min-width:1%;
  width:auto !important;
  width:1%;
  /*** END FAST HACK ***/    
}

.sf_navigation ul li.sf_last_nav_item {
	
}

.sf_navigation ul li.sf_first_nav_item a, 
.sf_navigation ul li.sf_first_nav_item a:link, 
.sf_navigation ul li.sf_first_nav_item a:visited {

}

.sf_navigation ul li a {
  background-image: url(images/navbg_off.gif);
  background-position: 0 50%;
  background-repeat:no-repeat;
  color:#ffffff;
	display: block;
  font-family:"Lucida Sans Unicode", "Lucida Grande", "Garuda", sans-serif;
  font-size:11px;
  height:24px;
  padding: 18px 45px 12px;  
	text-decoration: none;
  text-transform:uppercase;     
}

.sf_navigation ul li a:visited {
  color:#ffffff;
	text-decoration:none;
}

.sf_navigation ul li a:hover{
  color:#ffffff;
	display: block;
	text-decoration: none;  
}

/*------------------------------------
	Dropdown
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

#Nav1, 
#Nav1 ul { /* all lists */
	list-style: none;
}

#Nav1 a {
	display: block;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:160px;
	background:#000000;
	margin:0 0 0 5px;
	padding:1px 1px 0px 1px;
	z-index:1000;
	min-height:1%;
  	height:auto !important;
  	height:1%;
}
#Nav1 li ul li {
	background:none;
}
#Nav1 li ul li a {
	height:auto;
	width: auto;
	background-image:url(images/navbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:5px 5px;
	width:150px;
	line-height:normal;
	white-space:normal;
	margin:0 0 2px 0;
}
#Nav1 li ul li a:hover {
	background:#220303;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra5 {
	display:none;
}

.sf_extra6 {
	display:none;	
}

/*--------------------------------
		 Sub Navigation
---------------------------------*/

.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {
	
}

.sf_subnavigation ul:after {
	
}

.sf_subnavigation ul li {
	
}

.sf_subnavigation ul li.sf_last_nav_item {

}

.sf_subnavigation ul li.sf_first_nav_item {

}

.sf_subnavigation ul li a {
	
}

.sf_subnavigation ul li a:visited {
	
}

.sf_subnavigation ul li a:hover {
	
}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {

}
	
/*--------------------------
		Content
--------------------------*/

.sf_content {
	background-color:#ffffff;
  margin-bottom:30px;
  margin-left:30px;
  padding-right:20px;
  width:910px;
}

.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_content {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_content {height: 1%;}
.sf_content {display: block;}
/* End hide from IE-mac */


.sf_content img {
	
}

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {
	
}


/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {
	
}

.sf_subnavigation2 ul:after {
	
}

.sf_subnavigation2 ul li {
	
}

.sf_subnavigation2 ul li.sf_last_nav_item {

}

.sf_subnavigation2 ul li.sf_first_nav_item {

}

.sf_subnavigation2 ul li a {
	
}

.sf_subnavigation2 ul li a:visited {
	
}

.sf_subnavigation2 ul li a:hover{
	
}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/

.sf_extra7 {
	
}

.sf_extra7 span{
	
}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	background-color:#ffffff;
  background-image: url(images/footer_bg.jpg);
  background-position: 0 100%;
  background-repeat:no-repeat;
  border-bottom:1px solid #000000;  
  color:#000000;
  font-family:"Lucida Sans Unicode", "Lucida Grande", "Garuda", sans-serif;
  font-size:11px;
  padding-top:20px;
  padding-bottom:90px;
	text-align:center;
}

.sf_footer div{

}

.sf_footer p{
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/


.sf_extra8 {
	
}

.sf_extra9 {
	
}


/*--------------------------
		Extra Stuff
--------------------------*/

.sf_banner {
  color:#000000;
  margin:0 auto;
  padding-bottom:20px;  
  padding-top:30px;
  width:960px;
}

.sf_banner div:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.sf_banner div {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_banner div {height: 1%;}
.sf_banner div {display: block;}
/* End hide from IE-mac */


.sf_banner img {
	float:left;
  margin:0 20px 20px 0;
}

.sf_banner a, .sf_banner a:link {
  color:#000000;
}

.sf_banner a:visited {
  color:#000000;
}

.sf_banner a:hover {
  color:#000000;
}