/***********************************************/
/* 3col_rightNav.css                           */
/* Use with template 3col_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #e8dec2;
	background-image:url(../images/bodyBG.png);
	background-repeat:repeat-x;
}
/* Container for website */
#wrapper {
	width: 1000px ;
	margin : auto ;
	background-color: #fff;
}
/* Masthead section of website */
#header{
	width: 1000px;
	background-color: #e8dec2;
	background-image:url(../images/headerBG.png);
	height: 130px ;
	color: #000;
	margin: 0 auto ;
	}
#header p{
	font-size: 12px;
	color: #004785;
	margin: 0 0 0 7px;
	}
/* Section for inportant links, search and groups */
#header #right{
	float: right;	
	width: 400px;
	height: 100px;
}
#header #right ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Container for search area */
#right #search{
	width: 400px;
	height: 40px;
	background-image:url(../images/searchTopBG.png);
}
right #search li {
	padding: 0;
	display: block;
	background: none;
	margin: 0px;
	float: left;
	height: 40px;
	width: 60px ;
	}

.greyText {
	color: #999;
}
#right #search a{
	display: block;
	float: left;
	height: 40px;
	width: 60px ;
	font-size: 8pt;
	color:#004785;
	text-align:center;
	text-decoration:none;
	line-height: 40px;
	padding: 0;
	}
/* search box itself */
.searchBox{
	display: block;
	float: left;
	height: 40px;
	width: 212px ;
	font-size: 8pt;
	background: transparent url(../images/searchBG.png) no-repeat;
	color : #747862;
	border:0;
	}
.searchBoxa{
	width: 165px;
	height: 14px;
	margin-left:13px;
	margin-top: 9px;
	border:0px;
	color: #666;
}
.searchBoxGo{
	margin-left: 5px;
	
	
}
/* area for groups: parent, students, community, staff */
#right #groups{
	width: 400px;
	height: 22px;
	margin-top: 30px;
	}
	
 #right #groups li {
	padding: 0;
	display: block;
	background: none;
	margin: 0px;
	float: left;
	border: 1px solid #fff;
	height: 20px;
	}
	
#right #groups a{
	display: block;
	float: left;
	height: 20px;
	width: 98px ;
	font-size: 8pt;
	color:#004785;
	text-align:center;
	text-decoration:none;
	line-height: 20px;
	}
	
#right #groups a:hover {
	background-color: #bdd7eb;
	color: #d96a1c;
	font-size: 8pt;
	}
#header #logo{
	margin-top: 20px;
}
/* Top navigation for schools */
#topnav {
	height: 23px;
	width: 1000px;
	background-image:url(../images/topNavBG.png);
	background-repeat:repeat-x;
}
#topnav li {
	padding: 0;
	display: block;
	background: none;
	margin: 0px;
	float: left;
	height: 23px;
	}
#topnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav a{
	display: block;
	float: left;
	height: 23px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height: 23px;
	font-family:   Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	}
#topnav a.first{
	text-align: left;
	width: 115px;
	margin-left: 5px;
}
#topnav a.last{
	text-align: right;
	width: 115px;
	margin-right:5px;
}
#topnav a.second{
	text-align:center;
	width:125px;
}
#topnav a.third{
	text-align:center;
	width: 140px;
}
#topnav a.fourth{
	text-align:center;
	width: 180px;
}
#topnav a:hover {
	color: #004785;
	}
/* --End school navigation-- */
/*Container for left column */
#leftSide{
	float: left;
	margin : 10px ;
	width: 240px;
	background-color: #9c9172;
}
/* Container for Section links */
#leftNav  {
	min-height: 263px;
	width: 240px;
	padding : 0 ;
	background-color: #3986be;
	background-image:url(../images/leftNavBG.png);
	background:-moz-linear-gradient(19% 75% 45deg,#3986BE, #8DBDE2);
    background:-webkit-gradient(linear, 45% 0%, 0% 100%, from(#8DBDE2), to(#3986BE));
}


#leftNav a{
	color: #fff;
	text-decoration:none;
	border-left: 5px solid #fff;
	font-size: 12px;
	padding: 0 0 0 6px;
	line-height: 1.5em;
}
#leftNav a:hover{
	color: #666;
	border-left: 5px solid #666;
}
#leftNav ul{
	list-style:none;
	padding: 20px 20px 20px 20px;
	margin:0;

}
#leftNav li{
	font-size: 12px;
	color: #333;

}
div.sectionHeader{
	padding-top: 10px;
}
#calendar .sectionHeader{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.embedCalendar{
		padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#leftNav h1{
	border: 1px solid #fff;
	background-color: #bdd7eb;
	font-size: 1em;
	text-align:center;
	color: #004785;
}
#leftNav h2 {
	font-size: 1em;
	color: #004785;
	text-align:center;
	border: 1px solid #fff;
	background-color: #bdd7eb;
	margin: 0 10px 0 10px;
}
/* Section for quicklinks */
#quickLinks {
	background-color: #9c9172; /* fallback color */
	background-repeat: repeat-x;
	background-image: url(../images/quickLinksBG.png); /* fallback image */
	width: 240px;
	border-top: 10px solid #fff;
	min-height: 334px;

}
#quickLinks h2 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #004785;
    padding-left: 20px;
	padding-top: 10px;
	margin-top:0;
}
#quickLinks ul{
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 0;
	
}
#quickLinks li {
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	list-style:none;
}
#quickLinks a {
	font-size: 12px;
	color: #004785;
	padding: 0 0 0 6px;
	line-height: 1.5em;
	text-decoration: none;
	border-left: 5px solid #004785;
}
#quickLinks a:hover{
	color: #d96a1c;
	border-left: 5px solid #d96a1c;
}
#sectionLinks {
	background-color: #9c9175; /* fallback color */
	background-repeat:no-repeat;
	background-image: url(../images/quickLinksBG.png); /* fallback image */
    background:-moz-linear-gradient(0% 100% 45deg,#9C9175, #E8DEC2);
    background:-webkit-gradient(linear, 45% 0%, 0% 100%, from(#E8DEC2), to(#9C9175));
	width: 240px;
	min-height: 334px;

}
#sectionLinks h2 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #004785;
	text-align:left;
    padding-left: 20px;
	padding-top: 10px;
	margin-top:0;
}
#sectionLinks ul{
	margin: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	
}
#sectionLinks li {
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	list-style:none;
}
#sectionLinks a {
	font-size: 10pt;
	color: #004785;
	padding: 0 0 0 6px;
	line-height: 1.5em;
	text-decoration: none;
	border-left: 5px solid #004785;
}
#sectionLinks a:hover{
	color: #d96a1c;
	border-left: 5px solid #d96a1c;
}
/* End leftSide column styles */

/* Center column information */
#center{
	width:480px;
	margin-top: 10px;
	float:left;
}
#center h1 {
	font-size: 48px;
	margin:10px;
}
	
#center h2 {
	font-size: 24px;
	margin:10px;
}

/* Container for photos */
#photo {
	height: 263px;
	width: 480px;

	}

#content{
  float: left;
  width: 480px ;
  color : #333 ;
  font-size:10pt;
  min-height:300px;
  background-color:#fff;
  
}
#content div.story{
   margin: 10px;
}
#content p{
   margin-left:10px;
   margin-right:10px;
}
#content img {
border: 1px solid #000;
}
#content img.noborder {
border: 0;
}
#content img.left{
	padding-right:5px;
}
#content img.right{
	padding-left:5px;
}

#content a img.border {
   border : 1px solid #000 ;
}
#content h1 {
   font-size : 1em ;
   margin-left: 10px;
   color:#004785;
}
#content h2 {
	font-size : 1em;
	margin-left: 10px;
	color: #666;
}
#content h3 {
	font-size : 1em;
	margin-left: 10px;
	color: #000;
	font-weight:bold;
}
#content h4{
	font-size : 1.2em;
	margin: 0;
	color:#000;
}
#content ul {

}
#content li {
   margin : 0 ;
   padding : 0 ;
  list-style-image:url(/images/bullet.png);
}
#content div.story{
   margin:10px;
   clear:both;
}
/* Basic link information */
a {
	color:#d96a1c;
	
}

a:link {
	color:#d96a1c;
	text-decoration: none;

}

a:visited {
	color:#d96a1c;
	text-decoration: none;
}

a:hover {
	color:#004785;
	text-decoration: underline;
	font-weight:bold;
}
/*End link information */
/* Right column information */
#rightSide{
  	float: right;
	width : 240px ;
	margin: 10px;
	color:#000;
	font-size: .9em;
	}
/* Container for calendar */
#rightSide #calendar{
	width:240px;
	background-image:url(../images/rightCal.png);
	height:263px;
}
#rightside #calendar #header{
	padding: 10px 10px 0px 10px;
}
#calendar .sectionHeader{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#calendar h1{
	border: 1px solid #fff;
	padding: 2px;
	background-color:#8db5e2;

}
/* Container for picture of the week */
#rightSide #picWk{
	width:240px;
	background-color:#8dbde2;
	background-image:url(../images/picWkBG.png);
	background-repeat:repeat-x;
	background:-moz-linear-gradient(62% 75% 45deg,#8dbde2, #3986BE);
	background:--webkit-gradient(linear, 45% 0%, 0% 100%, from(#3986BE), to(#8dbde2));
	min-height:334px;
	margin-top:10px;
	
}
#rightSide #picWk div.header{
	padding: 10px 10px 0px 10px;
}
#picWk h1{
	border: 1px solid #fff;
	padding: 2px;
	background-color: #bdd7eb;
}
#picWk img{
	border: 1px solid #fff;	
	padding: 0px;
}


.picImage {
	margin: 10px;
}

#picWk .caption {
	margin: 10px;
	font-size:0.625em;
	color: #fff;
}
#picWk li a{
	color:#fff;
	line-height:22px;
	margin-left: 25px;
}
#picWk li a:hover{
	color:#333;
	text-decoration: underline;
}
#rightSide h1{
	font-size: 10pt;
	color: #333;
	margin: 0;
	line-height: 20px;
	text-align:center;
}
#rightSide ul{
	list-style: none;
	margin : 0 ;
	padding : 0px;
	color:#fff;

}
#rightSide a{
	color:#333;
	line-height:22px;
	margin-left: 25px;
}

#rightSide ul a:link, #navBar ul a:visited {display: block;}


.colEnder {
   margin : 0 ;
   padding : 0 ;
   line-height : 0 ;
}
.clearer {
	line-height: 0;
	clear : both ;
}
#footer {
	width: 1000px;
	clear: both;
	background-color:#999; 
	color: #fff;
	text-align:center;
	font-size:7pt;
	height: 20px;
	line-height: 20px;
}

#footer a{
	color: #fff;
	}
#footer a:hover{
	text-decoration: underline;
	}
	
#footer img{
	
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
.floatRight {
   float: right ;
   margin-left: 10px ;
}
.floatLeft {
   float: left ;
   margin-right: 10px ;
}

atoz.h2{
	font-size:12px;
	color:#333;
	line-height:12px;

}

#atoz li{
	list-style-type:none;
}

#atoz ul{
	margin-top: 0px;
}
#pagetitle{
	background-color:#666;
	
	
}
#pagetitle h1{
	color:#fff;
	margin-top: 0;
	font-size:14pt;
}
.titleSide{
	background-color:#5c88bd;
	background-image:url(../images/h1BG.png);
	background:-moz-linear-gradient(62% 75% 90deg,#8DB5E2, #3986BE);
	background:-webkit-gradient(linear, 0% 0%, 0% 62%, from(#3986BE), to(#8DB5E2));
	border: 1px solid #fff;
	width: 100%;
}

#content h3.titleContent{
	background-color:#5c88bd;
	background-image:url(../images/h1BG.png);
	background: -moz-linear-gradient(62% 75% 90deg,#8DB5E2, #3986BE);
	background: -webkit-gradient(linear, 0% 0%, 0% 62%, from(#3986BE), to(#8DB5E2));
	border: 1px solid #4d6fab;
	color: #fff;
	width: 25%;
	text-align:center;
}

p.enewsletter{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.625em;
	color: #853F00;
}
#enews a {
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 0;
}
#enews a:hover {
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0;
}
a.header{
	border:0px;
}
#breadCrumb {
	font-size: 8pt;
}
.headline{
	font-weight: bold;
	font-size : 1em ;
	color:#004785;
}
.postedDate{
	font-size: 10px;
}
.caption a{
	color:#d96a1c;
	border: 0;
	margin: 0;
	padding: 0;
}
.caption a:hover{
	color:#fff;
	border: 0;
	margin: 0;
	padding: 0;
}