/* 
Suckerfish Menu!
*/

#nav, #nav ul {
	margin:1px 0 0 0;
	list-style: none;
        width:758px;
        background:#667;
        height:24px
}

#nav li {
	float: left;
}

#nav a {
	display: block;
        width:72px;
        text-align:center;
        padding:4px 8px;
        color:#fff;
        font:12px helvetica;
        text-decoration:none;
        border-right:1px solid #fff;
        margin-right:5px;
}

	* html #nav a {
		width:88px
		}

#nav a.last {
        border-right:0
        }

#nav a:hover {
       background:#bbc;
       border-right:1px solid #fff
       }


#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
        text-align:left
}

	* html #nav li ul {
		width:88px
		}


#nav li ul li a {
       border:0;
       text-align:left;
       }

#nav li ul li a.word {
	background:url(wordicon.gif) 1px 1px no-repeat;
	padding-left:18px;
	}

#nav li ul li a:hover {
       border:0;
       text-align:left;
       }

#nav li:hover ul {
	left: auto;
        height:auto;
        padding:5px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*
=============================
End
=============================
*/


/*
===============================
General Styling
===============================
*/


/*
===============================
General Styling
===============================
*/


* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-size:62.5%;
	background:#009
	}

img {
      text-align:left
      }

/*
====================================
Box, Header, and Primary Navigation
====================================
*/

#box {
	width:759px;
	background:#fff;
	padding-top:1px;
	padding-left:1px;
	padding-bottom:1px;
	margin:20px auto 10px auto;
	}


#header {
	width:758px;
	height:149px;
	background:url(headerimage2.gif) bottom no-repeat;
	}

#primarynav {
	width:758px;
	height:20px;
	padding-top:5px;
	margin-top:1px;
	background:#667;
	}


#primarynav ul {
        list-style-type:none;
        }

#primarynav ul li {
        display:inline;
	float:left
        }

#primarynav ul li a {
       font:1.2em helvetica;
       text-decoration:none;
	color:#fff;
       margin-right:20px;
       padding-right:20px;
       border-right:1px solid #fff
       }

#primarynav ul li a:hover {
	color:#9ff
	}

#primarynav ul li a.first {
	margin-left:50px
	}

#primarynav ul li a.here {
	color:#9ff
	}

#primarynav ul li a.last {
	border-right:none
	}

/*
===============================
Main Content and Sub-Divisions
===============================
*/

#maincontent {
	width:758px;
	height:1000px;
	margin-top:1px;
	clear:both;
	background:#fff;
	margin-top:1px
	}

#npcaintro {
	width:490px;
	float:left;
	padding-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	}

#npcaintro h2 {
	font:2em/1.4em georgia;
	text-align:left;
	color:#015581;
	margin-bottom:10px;
	}

#npcaintro h3 {
	font:1.2em/1.6em georgia;
	text-align:left;
	color:#015581;
	margin-bottom:10px
	}

#content {
	width:247px;
	float:left;
	padding-left:1px;
	background:#e7fbff
	}

.box {
	width:246px;
	height:100px;
	margin-left:1px;
	background:#576
	}

#secondarycontent {
	width:758px;
	height:400px;
	background:url(striprightbg.gif) repeat-x;
	clear:both
	}

/*
=========================
Secondary Navigation
=========================
*/

#secondarynav {
	width:200px;
	height:500px;
	background:#EEDC82;
	float:left;
	margin-bottom:1px
	}

#secondarynav ul {
        list-style-type:none;
        text-align:left;
        }

#secondarynav ul li a {
        font:1.3em helvetica;
        color:#334;
        text-decoration:none;
        display:block;
        height:25px;
        padding-top:7px;
        padding-left:7px;
        border-bottom:1px solid #fff;
       }

#secondarynav ul li a:hover {
        color:#fff;
        background:#889
        }

#teacherblock {
	width:556px;
	height:400px;
	margin-left:1px;
	float:left;
	}

#teachername {
	width:556px;
	height:70px;
	background:#eee;
	text-align:left;
	float:left;
	clear:both
	}

#teachername h2 {
	font:bold 1.6em Georgia;
   	color:#004;
	margin:1px 0 8px 5px;
	padding-top:4px;
        }

#teachername h3 {
	font:1.3em georgia;
      color:#556;
	margin-bottom:2px;
	margin-left:5px;
	}

#teachername h3.margin, #teacherphoto h3.margin {
	margin-bottom:10px
	}


/*
================================
Teacher Bio
================================
*/

#teacherphoto {
    	width:125px;
        text-align:left;
	margin-left:5px;
        padding-top:1px;
	background:#fff;
	float:left;
	}

#teacherinfo {
	width:325px;
	height:700px;
	float:left;
	text-align:left;
	margin-left:10px;
	padding-top:5px
	}

#teacherinfo p {
        font:1em/1.4em verdana;
        color:#223;
        }

#teacherinfo h3.margin, #teacherphoto h3.margin {
	margin-bottom:10px
	}

#teacherinfo h4 {
	font:bold 1.1em verdana;
	color:#334;
	margin-bottom:10px;
	}

#teacherinfo span.section {
       font-weight:bold
       }

#teacherinfo  ul {
        list-style-type:disc;
	margin-left:20px;
	margin-bottom:15px
        }

#teacherinfo  ul li {
       font:1.1em/1.4em  verdana;
       }

#teacherinfo  ul li a {
	text-decoration:none
	}

#teacherinfo  ul li a:hover {
	text-decoration:underline
	}

#footer {
	width:758px;
	height:26px;
	background:#D1EAE4;
        border-top:1px solid #ddd;
	clear:both;
	}

#footer h4 {
      font:1em verdana;
      color:#667;
      text-align:left;
      padding-top:5px;
      margin-left:5px;
     }

#footer ul {
       list-style-type:none;
	position:relative;
	left:200px;
	top:-12px
       }

#footer ul li {
       display:inline;
	margin-right:10px;
       }

#footer ul li a {
        font:1em verdana;
        color:#667;
        }

#footer ul li a:hover {
        color:#223;
        }
