﻿    body 
    {
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #003366;
		background-color: #D6D6D6;
    }
/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #003366;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3, h4 {
	font-family:  Tahoma, Sans-serif;
	color: #003366;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #003366;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}
h4 {
	font-size: 120%;	
	font-weight: normal;
	padding: 10px, 0,0,0;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
p.centered
{
     text-align:center;
    }
p.blocktext {
    margin-left: auto;
    margin-right: auto;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #fafafa;
    border: 1px solid #96c0e6;
	padding: 5px;
}

#centeredNoBorder img  {
    display: block;
    margin: 0 auto;
     border-style:none;
}


img.float-right 
{
    float:right;
  	margin: 5px 10px 10px 10px;
}
img.float-left 
{
    float:left;
  	margin: 5px 25px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #EFEFEF url(images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1em/1.5em  Tahoma, Sans-serif;
	color: #003366;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #6699cc;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #003366;
	text-align: left;
	border-left: 1px solid #003366;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

.formClass td
{
    border-style: none;
}
/* end - table */

/* form elements */
form {
}
.formClass
{
    margin: 10px;
    padding: 0 10px 10px 10px;
    border: 1px solid #f1f1f1;
    background-color: #CCCCCC;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input
{
    padding: 2px;
    border: 1px outset #eee;
    font: normal 1em Verdana, sans-serif;
    color: #777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #336699;
	border: 1px solid #003399;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

.textRight
{
    text-align:right;
    font: 90% arial, hevetica, sans-serif;
}

/********************************************
   LAYOUT
********************************************/ 
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background: #6699cc;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:30%;				/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:66%;				/* left column content width (left column width minus left and right padding) */
		left:32%;				/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:26%;				/* right column content width (right column width minus left and right padding) */
		left:36%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
/*  Container styles */
#container
{
	margin: 0 auto ;
	width: 800px;
	text-align: left;
	background-color: #fefefe;
}

/* Header styles */
#header {
	position: relative;
	background-color: #6699cc;
	background-image: url(images/header-bg2.jpg);
	width: 100%;	
	height: 98px;	
	padding: 0;	
	margin: 0px auto;
	border-bottom:1px solid #003366;
}

#header h1#logo-text a {
	position: absolute;
	font: normal 42px "Century Gothic", Tahoma, Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 200px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 16px Tahoma, Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #96c0e6;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 205px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 65px; right: 10px;	
	color: #003366;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a  {	
	color: #003366;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #ffffff;		
}



/*  navHome styles */
#navHomeNew
{
    height: 200px;
     margin: 0 0 0 0; 
      padding: 0px 0px 0px 0px; 
	background-color: #003366;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

.mainNav img
{
	background: #003366;
    border-style:none; 
	padding: 0px;
}
#navHome
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGHome.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}


#navHomeAcademics
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGAcademics.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navHomeSpirituality
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGSpirituality.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navHomeCreativity
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGCreativity.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navHomeAthletics
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGAthletics.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navHomeSocial
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGSocial.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navHomeHistory
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGHistory.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navParent
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGParents.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}
#navPrincipal
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGPrincipal.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navStudent
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGStudent.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#navFaculty
{
    height: 200px;
	background-color: #003366;
	background-image: url(images/OLGTeacher.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #ffffff;
	font: normal 14px Tahoma, Sans-serif;	
    font-weight: bold;
}

#loginStatus
{
    padding: 0 10px 0 10px;
    font-size: 12px;
}

#loginStatus a:hover 
{
	text-decoration: none;
	color: #ffffff;
}
.mainNav ul
{
    margin: 0;
	padding: 10px;
	list-style-type: none;
	
}

.mainNav li
{
    display: block;
    padding: 5px 10px;
}

.mainNav li a
{
	text-decoration: none;
	color: #6699cc;
}

.mainNav li a:hover 
{
	text-decoration: none;
	color: #ffffff;
}
.mainNav li a:active
{
	text-decoration: none;
	color: #ffffff;
}


/*  Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	background: #6699cc;
}
    
/* footer */
#footer-wrap {
    clear: both;
    font-size: 95%;	
    text-align: left;
    border-top:1px solid #003366;
	background: #ffffff;
}
#footer-wrap a:hover {
    color: #003366;	
}
#footer-wrap h3 {
    color: #003366;  
    margin: 0;
    padding: 0 10px; 
    text-transform: uppercase;
    font-weight: bold;
}

#footer-columns {
    color: #6699cc;
    margin: 0 auto; 
    padding: 0;	
    width: 840px;			
}
#footer-columns a {
    text-decoration: none;
    font-weight: bold;
    color: #6699cc;
}
#footer-columns ul {
    list-style: none;
    margin: 10px 0 0 0; 
    padding: 0;	
    border-top: 1px solid #e5e5e5;
}
#footer-columns li {
    border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
    display: block;
    font-weight: normal;
    padding: 5px 0 5px 10px;
    width: 96%;
}
#footer-columns .col3, .col3-center {
    float: left;
    width: 32%;
}
#footer-columns .col3-center { 
    margin: 0 15px; 
}

/* bottom */
#footer-bottom {
    clear: both;
    color: #003366;	
    margin: 0 auto;
    width: 100%;  
    padding: 0 0 0 0;
    text-align: center;	
}
#footer-bottom  a {
    color: #6699cc;
}
    
/* Main Column */
#main
{
    background-position: #FF00FF;
    width: 100%; 
    float: left;
    padding: 15px 0 0 0;
    margin: 0 0 0 10px;
    display: inline;
    background: #FFFFFF;
}

#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em  Tahoma, Sans-serif;
	color: #003366; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #003366; 
	text-decoration: none;	
}
#main ul, li{
    margin:0;
    padding:0;
    list-style-type:none;
}

#main li{
    background:url(images/bullet2.gif) left top no-repeat;
    padding:0px 30px ;
} 

#main li a{
    background-image:none;
} 

#main-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 550px;
}

#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em  Tahoma, Sans-serif;	
	background: #336699 url(Images/sidebar-h1-bg.jpg) repeat-x;
	color: #ffffff; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #003366; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #96c0e6;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

#sidebar a {	
	color: #ffffff;
	background: inherit;
	text-decoration: none;	
}


/* Calendar Styles     */
    .calTitle   {font-weight: bold;
                 font-size: 11pt;
                 background-color:#ffffff;
                 color: black;
                 width: 100px;
    }

    .calBody    {font-size: 11pt;
                 border-width: 10px;
    }
    .calSelected
    {
        background-color: #ffff99;
        color: #000099;
        font-weight:bold;
    }
    
 /* Menu Styles */
 .lunchMenuLeft
{
    float: left;
    margin: 0 10px 10px 0;
    width: 200px;
    font-size: .9em;
    background: #ffffff;
}
.lunchMenuLeft form 
{
    margin: 0 0 0 0;
}
.lunchMenuLeft table {
	border-collapse: collapse;
	margin: 5px;	
    background: #EFEFEF;
}
.lunchMenuLeft th {
	background: #96c0e6;
	padding-left: 5px;
	padding-right: 5px;
	color: #003366;
	text-align: center;
	border-left: 1px solid #96c0e6;
	border-bottom: solid 2px #336699;
}
.lunchMenuLeft tr {
	height: 32px;
}
.lunchMenuLeft td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
	text-align: right;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.specialNoteLeft
{
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 0 10px 10px 0;
    background-color: #96c0e6;
    width: 150px;
    font-size: .9em;
}

.specialNoteRight
{
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 10px 0 ;
    background-color: #96c0e6;
	width: 150px;
	font-size: .9em;
}

img.footer-img
{
	background: #fafafa;
    border: 1px solid #fafafa;
	padding: 5px;
}

#dramaNotice {
	position: relative;
	background-image: url(images/iStock_000003457183XSmall.jpg);
	background-position:center; 
	background-repeat:no-repeat;
	text-align:center;
	width: 392px;	
	height: 306px;	
	padding: 0;	
	margin: 0px auto;
	border-bottom:1px solid #003366;
	color: #ffffff;
}
#dramaNotice h4 {
	font-weight: bold;	
	color: #ffffff;
}

#summerVacation {
	position: relative;
	float: left;
	background-image: url(images/Students/iStock_000000575537XSmall2.jpg);
	background-position:center; 
	background-repeat:no-repeat;
	text-align:center;
	font-size: 180%;
	color: #ffffff;

	width: 213px;	
	height: 317px; 
	margin-right: 20px;

}
#summerVacation h3 {
	font-size: 150%;	
	font-weight: bold;	
	color: #ffffff;
}
#summerVacation p {
	font-size: 100%;	
	font-weight: normal;	
	color: #ffffff;
}

#calendarEventsVisitors
{
     position:relative; 
     margin-left: 210px;
}
#calendarEvents
{
     position:relative; 
     margin-left: 50px;
}

#calendarEventsParents
{
     position:relative; 
     margin-left: 210px;
}



