  /* HEAD AREA */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
}

body{
 background:#FFFFFF;
 color:#666666;
 font:16px/22px 'Cuprum', sans-serif;
 position:relative;
 margin:10px;
}

.print {
 display:none;
}

#top-bar, #header #french-bar .right, #header #english-bar .right, #tagline-bar, #nav-bar, .one_third, .triangle, #footer, #copyright, #home_slider, #home_alerts .photo-box, .more-button, #home-boxes {
 display:none;
}
 
/* HEADINGS */ 
 
h1, h2, h3, h4, h5, h6 {
 color:#222222;
 font-size:100%;
 font-family:'Cuprum', sans-serif;
 font-style:normal;
 font-weight:normal;
 line-height:1.2em;
 margin:0 0 10px 0;
 padding:0;
}
 
h1 {
 font-size:28px;
 font-weight:700;
 text-transform:uppercase;
 color:#75033e;
 }
 
h1 a {
 color:#75033e !important;
 }

h2 {
 font-size:24px;
 font-weight:500;
 font-weight:bold;
 text-transform:uppercase;
}

h3 {
 font-size:18px;
 font-weight:500;
}

h4 {
 font-size:14px;
 font-weight:500;
 text-transform:uppercase;
}
 
h5 {
 color:#2b2b2b;
 font-size:12px;
 font-weight:bold;
 text-transform:uppercase;
 line-height:14px;
}

h6 {
 color:#2b2b2b;
 font-size:10px;
 font-weight:bold;
 text-transform:uppercase;
 line-height:14px;
}

strong, b {
 font-weight:bold;
}

em, i {
 font-style:italic;
}


/* LINKS */ 

a{
 color:#75033e;
 text-decoration:none;
 font-weight:700;
}
 
a:hover{
 color:#1d4a7c;
 text-decoration:none;
}
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 color:#096ba7;
}

/* HELPER CLASSES */ 
 
.center{
 width:100%;
 margin:0 auto;
 position:relative;
}
 
/*float*/
 
.left{
 float:left;
}
 
.right{
 float:right;
}

p{
 margin-bottom:10px;
}

/* HEADER */ 

#header{
 width:100%;
 height:150px;
 display:block;
 position:relative;
 z-index:2;
}

#header #french-bar {
 height:62px;
 width:100%;
 display:block;
 position:relative;
 z-index:2;
 border-bottom:#75033e solid 7px;
}

#header #french-bar li{
 list-style-position:outside;
 list-style-type:none;
 float:left;
 position:relative;
}

#header #english-bar {
 height:62px;
 width:100%;
 display:block;
 position:relative;
 z-index:2;
}

/* HOME BOXES */ 

.home-alerts{
 height:auto;
 width:100%;
 position:relative;
 padding:0;
 margin:0 0 20px 0;
 border-top:none;
 display:inline-block;
}
 
.home-alerts .text-boxes {
	float:none;
	width:auto;
	background-color:none;
}
 
.text-boxes .text {
	padding:0;
	font-size:16px;
	line-height:20px;
	color:#494949;
	font-family:'Cuprum', sans-serif;
	font-weight:400;
	width:auto;
}
 
.text-boxes .right {
	padding-right:0;
	width:auto;
}
 
.text-boxes .text h2 {
	font-size:28px;
	text-transform:uppercase;
	color:#75033e;
	font-family:'Cuprum', sans-serif;
	font-weight:700;
}
 
.text-boxes .text .divider {
	width:140px;
	height:1px;
	display:block;
	background-color:#78838D;
	margin:15px 0;
}
 
.text-boxes .text a {
	color:#73101c;
    text-decoration: none; /* No underlines on the link */
}
 
.text-boxes .text a:hover {
	color:#1d4a7c;
    text-decoration: none; /* No underlines on the link */
}
 
.text-boxes .news a {
	color:#494949;
    text-decoration: none; /* No underlines on the link */
	font-weight:400;
}
 
.text-boxes .news a:hover {
	color:#73101c;
    text-decoration: none; /* No underlines on the link */
}

/* COLUMNS */

.first {
 margin-right:0 !important;
}

.last {
 margin-right:0 !important;
}
 
.fullwidth{
 width:100%;
 overflow:hidden;
 position:relative;
 margin: 0;
}
 
.one_half{
 float:left;
 width:430px;
 margin:0 50px 28px 0;
 overflow:hidden;
 position:relative; 
}
 
.two_third{
 float:none;
 width:100%;
 margin:0;
 overflow:hidden;
 position:relative;
 padding: 0;
}

/* CONTENT */

#content{
 display:block;
 position:relative;
 padding:0;
 z-index:1;
 font-family:'Cuprum', sans-serif;
 font-size:16px;
 line-height:20px;
 color:#494949;
 width:100%;
}

#content .content_bg{
 background:url('/css/images/content-bg.png') repeat-y 50% 0;
 overflow:hidden;
 }

#content p, #content ul {
margin-bottom:20px;
}

.clear {
	clear: both;
}

.directory_name_head, .directory_email_head {
	width:250px;
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#75033e;
	margin-bottom:22px;
}

.directory_name, .directory_email {
	width:250px;
	float:left;
	margin-bottom:2px;
}

.directory_email a {
	font-weight:400;
	color:#494949;
}

.directory_email a:hover {
	color:#75033e;
}

.teacherphoto {
 padding:0 20px 13px 0;
}

.news-header {
	padding:30px 0 5px 0;
	display:inline-block;	
}

.news-header .icon {
	padding:0 25px 0 0;
	float:left;	
}

.news-header .head {
	width:225px;	
	float:left;
	font-size:36px;
	font-weight:400;
	line-height:96px;
	color:#00507D;
	height:96px;
}

.news-header .head span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;      
}

.news-item {
	width:1111px;
	clear:both;
	padding:0 0 20px 122px;	
}

.news-item-more {
	width:1111px;
	clear:both;
	padding:0 0 0 122px;	
}
 
/* FORMS */

#contact form input{
		height: 20px;
}

#contact label{
		width:150px;
		float:left;
}
#contact form textarea{
	height: 60px;
}
#contact form input, #contact form textarea, #contact form select{
	width:325px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e1e1e1; 
	box-shadow: inset 0px 1px 0px #848484;
	-webkit-box-shadow: inset 0px 1px 0px #848484;
  	-moz-box-shadow:inset 0px 1px 0px #848484;
	margin-top: 10px;
	font: 12px Arial;
}
#contact form input#subm{
	width:100px; 
	height:30px;
	background-color: #f88123;
	border: none;
	font: 18px Arial;
	color: #ffffff;
	box-shadow: none;
	background-repeat: no-repeat;
	background-position:0 5px;
	cursor:pointer;
	clear:both;
	line-height:18px;
}
#contact form input#subm:hover{
	background-color:#096ba7;
	color: #ffffff;
	cursor:pointer;
}
#contact form img{
	margin-top: 10px;
}
#contact form {
	
}
.select option { color: black; }

/*list*/

ul {
 list-style:disc;
}

ul li ul {
 margin-left:20px;
}

ul.side-nav, ul.list {
 list-style:none outside none;
 margin-left:0;
 margin-right:0;
 overflow:hidden;
 padding:0;
 width:100%;
}

ul.side-nav li, ul.list li {
 border-bottom:1px solid #bbbbbb;
 border-top:1px solid #ebebeb;
 color:#6F6F6F;
 float:left;
 list-style-type:none;
 margin:0;
 padding:7px 0 11px 0;
 width:280px;
}

ul.side-nav li a{
 background:url('/css/images/bullet.gif') no-repeat scroll left 2px transparent;
 padding-left:15px;
 color:#2b2b2b;
 font-weight:bold;
}

ul.list li{
 background:url('/css/images/bullet-round.png') no-repeat scroll left 13px transparent;
 padding-left:12px;
 color:#2b2b2b;
 font-weight:bold;
}

ul.side-nav li.current a {
 text-decoration:underline;
}

ul.side-nav li:first-child, ul.list li:first-child {
 border-top:none;
}

ul.side-nav li:last-child, ul.list li:last-child {
 border-bottom:none;
}

/* list with images */

ul.image-list {
 list-style:none outside none;
 margin-left:0;
 margin-right:0;
 overflow:hidden;
 padding:0;
 width:100%;
}

ul.image-list li {
 border-bottom:1px solid #DDDFDF;
 border-top:1px solid #F4F6F6;
 color:#6F6F6F;
 float:left;
 list-style-type:none;
 margin:0;
 padding:7px 0 11px 0;
 width:280px;
}

ul.image-list li:first-child {
 border-top:none;
}

ul.image-list li:last-child {
 border-bottom:none;
}


.st_sharethis_custom{
        background: url("/images/sharethis.jpg") no-repeat scroll left top transparent;
        height:22px;
		width: 22px;
		margin: 0;
		border: none;
		display:block;
		cursor:pointer;
		vertical-align:middle;
}
