/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 5px 0px 0px 0px;
	width: 100%;
	background-color: #336699;
	height: 67px;
	background-image: url(http://www.unity.pvt.k12.ia.us/images/HeaderPict.jpg);
	background-repeat:no-repeat;
}

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	border-right: 1px solid #cccccc;
	background-image: url(http://www.unity.pvt.k12.ia.us/images/navbkgnd.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #cccccc;
}

#content{
	margin-left: 160px;
	padding-left: 5px;
	font-size: .85em;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	padding: 0 0 0 16px;
}

#siteName a{
	color: #cccccc;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 0px 16px;
color:#cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a{
	font-size: 75%;
	padding: 0 2px 0 0;
	color:#cccccc;
}

/************* #siteInfo styles (aka footer) ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: white;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar ul ul{
	border-top: 1px solid #cccccc;
	font-size: .9em;
}

#navBar ul ul a{
	border: 0;
	padding-left: 20px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #cccccc;
}

/************** #headlines styles **************/

#menu ul{
	display: none;
}

/***********Rules for the calendar division***********/

.DateHeader {
	font-size: 10px;
}

#calendar{
	float: right;
	margin: 0;
	padding: 0;
	font-size: .8em;
	width: 165px;
	background-color: #336699;
	color: #eeeeee;
}

#calendar p{
	padding: 5px 0px 5px 0px;
}

/***********Rules for staff pages***********/

#staffHeader {
	text-align: center;
}

.staffPhoto {
	float:left;
	padding-right: 5px;
}

/**********Content division rules***********/

#content h1{
	font-size: 1.5em;
}

#content p{
	margin: 0;
}

#content table{
	margin: 0;
}

frame table {
	width: 150px;
}

/**********Navigation contacts and emails rules**********/

#nav_contacts {
	font-size: .75em;
	text-align: center;
	color: #006699;
	margin-top:	20px;
}

#nav_contacts a {
	border: 0;
}

#nav_contacts a:hover {
	text-decoration: underline;
	background-color: inherit;
}

/***********Rules for the index content***********/

#alert {
	font-size: 1.5em;
	color: #ffffff;
	background-color: #cc9900;
	padding: 5px;
	border: 4px groove #336699;
}

#indexContent {
	text-align: center;
	margin-right: 170px;
	font-size: 1em;
}

#indexContent h1{
	font-size: 1.5em;
}

