body
{
	margin: 0;
	padding: 0;
	background: #002d50 url(../Images/background.gif) repeat-x;
}

a
{
	color: #004881;
	text-decoration: none;
}

a:hover
{
	color: #e51b24;
	text-decoration: underline;
}

#container
{
	width: 930px;
	margin: 0 auto;
	padding: 25px;
	background-color: #fff;
}

#header
{
	height: 145px;
	width: 930px;
	border-bottom: solid 1px #d7d7d7;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif;
}

#schoolLogo
{
	float: left;
	height: 145px;
	width: 120px;
}

#dateTime
{
	float: right;
}

#dateTime p
{
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #848484;
}

#schoolMessage
{
	clear: right;
	float: right;
	height: 25px;
	overflow: hidden;
}

#schoolMessage p
{
	font-size: 1.6em;
	letter-spacing: -1px;
	color: #ff0000;
}

#nav
{
	clear: right;
	float: right;
}

#nav ul
{
	/* padding: 86px 0 0 0; */
	padding: 61px 0 0 0;
	list-style: none;
	font-size: 1.8em;
	letter-spacing: -1px;
}

#nav ul li
{
	display: inline;
	float: left;
	padding: 0 20px 21px 20px;
}

#nav ul li.selected a
{
	border-bottom: solid 4px #004881;
}

#nav ul li.last
{
	padding-right: 0;
}

#nav ul li a
{
	color: #004881;
	text-decoration: none;
	padding-bottom: 17px;
}

#nav ul li a:hover
{
	border-bottom: solid 4px #004881;
}

#banner
{
	clear: both;
	padding: 22px 0 18px 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif;
}

#bannerImg
{
	float: left;
	width: 715px;
	padding-right: 25px;
}

#subNav
{
	float: left;
	border-left: solid 1px #d7d7d7;
}

#subNav ul
{
	list-style: none;
	font-size: 1.3em;
	letter-spacing: -1px;
}

#subNav ul li
{
	padding: 12px 0 12px 25px;
}

#subNav ul li.first
{
	padding-top: 2px;
}

#subNav ul li.last
{
	padding-bottom: 2px;
}

#subNav ul li a
{
	color: #e51b24;
	text-decoration: none;
}

#subNav ul li a:hover
{
	text-decoration: underline;
}

#rail
{
	float: left;
	width: 220px;
	padding: 0 25px 25px 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif;
}

#rail img
{
	padding-bottom: 18px;
}

#itemNav
{
	font-size: 1.4em;
	letter-spacing: -1px;
}

#itemNav ul
{
	list-style: none;
	padding: 2px 0 0 2px;
}

#itemNav ul li
{
	padding: 3px 0 3px 15px;
	background: url(../Images/bulletArrow.gif) no-repeat 0 10px;
}

#itemNav ul li a
{
	color: #555555;
	text-decoration: none;
}

#itemNav ul li a:hover
{
	color: #e51b24;
	text-decoration: underline;
}

#content
{
	float: left;
	width: 620px;
	padding: 0 40px 25px 25px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	font-family: "Times New Roman", Serif;
	letter-spacing: -2px;
	color: #004881;
	padding: 0 0 3px 0;
}

#content h1
{
	font-size: 3.6em;
}

#content h2
{
	font-size: 2.8em;
	padding-top: 10px;
}

#content h3
{
	font-size: 2.2em;
	padding-top: 8px;
	letter-spacing: -1px;
}

#content h4
{
	padding-top: 7px;
	font-size: 1.8em;
	letter-spacing: -1px;
}

#content p
{
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 5px 0 10px 2px;
}

#content p.file
{
	padding: 5px 0 10px 40px;
	line-height: 1.2em;
}

#content p.file .specs
{
	color: #999;
	font-size: 0.8em;
}

#content p.pdf
{
	background: url(../images/pdf_icon.png) no-repeat 3px 7px;
	height: 34px;
}

#content p.jpg
{
	background: url(../images/jpg_icon.png) no-repeat 3px 7px;
	height: 34px;
}

#content p.audio
{
	background: url(../images/audio_icon.png) no-repeat 3px 7px;
	height: 34px;
}

#content span.label
{
	font-weight: bold;
}

#content div.webAlbums
{
	padding-top: 15px;
}

#content .webAlbum
{
	height: 85px;
}

#content .webAlbum img
{
	float: left;
	border: solid 4px #d7d7d7;
	margin: 0 10px 0 0;
}

#content .webAlbum p
{
	padding-top: 13px;
}

#content .webAlbum p .date
{
	color: #999;
	font-size: 0.8em;
}

#content blockquote
{
	border: 2px solid #ededed;
	background-color: #f8f8f8;
	padding: 1px;
	margin: 4px 70px 10px 100px;
}

#content blockquote p
{
	font-family: "Times New Roman", Serif;
	font-size: 1.3em;
	padding: 2px 10px;
}

#content blockquote p.speaker
{
	text-align: right;
}

#content ul
{
	margin: 0 0 15px 30px;
	font-size: 1.4em;
	list-style-type: square;
}

#content ul li
{
	padding: 3px 50px 3px 0;
}

#content ul li ul
{
    font-size: 1em;
}

#content p.pullQuote, #content p.song
{
	padding: 10px 0 15px 2px;
	font-family: "Times New Roman", Serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#content p.song
{
	text-align: left;
}

#content .contentPics
{
	float: right;
	padding: 0 0 10px 25px;
	width: 150px;
	min-height: 150px;
}

#content .contentPics img
{
	margin: 0 0 10px 0;
	border: solid 4px #d7d7d7;
}

#content .contentPics img.noBorder
{
	border: solid 4px #fff;
}

#content .bodyPic img
{
	margin: 0 0 20px 0;
	border: solid 4px #d7d7d7;
}

#content .photoGallery
{
	
}

#content .photoGallery img
{
	margin: 10px;
	border: solid 4px #d7d7d7;
}

#content .entryForm textarea,
#content .entryForm input,
#content .entryForm select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#content .entryForm textarea
{
	width: 500px;
	padding: 0.313em;
	font-size: 1em;
}

#content .entryForm input.textbox
{
	width: 175px;
	padding: 0.313em;
}

#content .entryForm p span.label
{
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	padding-top: 0.188em;
	font-weight: normal;
}

#content .entryForm p.alert
{
	color: #f00;
}

#sjsKindergartenVideo
{
	margin: 10px 0;
}

#calendar
{
	padding: 20px 0 10px 0;
	border-top: solid 1px #d7d7d7;
}

#footer
{
	clear: both;
	padding: 25px 0 0 0;
	border-top: solid 1px #d7d7d7;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif;
	letter-spacing: -1px;
	color: #848484;
}

#footer h1
{
	font-size: 1.6em;	
}

#footer p
{
	font-size: 1.2em;
}