* {
	margin: 0;
}
html, body {
	height: 100%;
}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #06204e;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06204e;
}
a:hover {
	text-decoration: underline;
	color: #006;
}
a:active {
	text-decoration: none;
	color: #06204e;
}


* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #040447;
	background-image:url(images/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
	width: 770px;
	border-style: 1px 1px 1px 1px;
	border-color: #666;
	border-width: 2px;
	border: 1px 1px 1px 1px;
	background-color: #FFF;
}
#largecontent {
	margin-bottom: 0px;
	overflow: visible;
	width: 770px;
	background-color: #FFF;
	height: 100%;
}
#header {
	color: #333;
	width: 770px;
	padding: 0px;
	height: 375px;
	margin: 0px 0px 0px 0px;
	background: #0a1438;
}

#headersub {
	color: #333;
	width: 770px;
	padding: 0px;
	height: 170px;
	margin: 0px 0px 0px 0px;
	background: #D1DBDB;
	background-image: url(images/headershort.jpg);
}


#navigation {
	color: #FFF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #900;
	height: 35px;
}
#leftcolumn {
	display: inline;
	color: #666;
	margin: 20px;
	padding: 0px;
	width: 140px;
	float: left;
	height: 100%;
	line-height: 1.35;
}


a.leftcolumn:link {
	color: #666; text-decoration: none;
}

a.leftcolumn:hover {
	color: #666;
	text-decoration: none;
}

a.leftcolumn:visited {
	color: #666;text-decoration: none;
}

a.leftcolumn:active {
	color: #666; text-decoration: none;
}



#content {
	float: left;
	color: #666;
	margin: 20px 10px 80px 0px;
	padding: 0px;
	width: 370px;
	position: relative;
	height: 100%;
	overflow: visible;
}

#gallery {
	float: left;
	color: #666;
	margin: 20px 10px 80px 0px;
	padding: 0px;
	width: 360px;
	position: relative;
	overflow: visible;
	height: 270;
}

#rightcolumn {
	position: relative;
	color: #666;
	margin: 40px 20px 10px 0px;
	padding: 0px;
	width: 170px;
	float: right;
	height: 100%;
}

#rightcolumn_prin {
	position: relative;
	color: #666;
	margin: 40px 50px 10px 0px;
	padding: 0px;
	width: 115px;
	float: right;
	height: 100%;
	font-size: 0.95em;
	letter-spacing: 0.5px;
}

#footer {
	width: 750px;
	clear: both;
	padding: 10px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
}

#footerinfo {
	width: 750px;
	clear: both;
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	color: #999;
	font-size: 9px;
}
.clear { clear: both; background: none; }

#buttons {
	width:152px;
	height:30px;
}

#btn1
{
  display: block;
  width: 152px;
  height: 30px;
  background: url("images/home_btn.jpg") no-repeat 0 0;

}

#btn1:hover
{ 
  background-position: 0 -30px;
}

#btn1 span
{
  display: none;
}


#btn2
{
  display: block;
  width: 152px;
  height: 30px;
  background: url("images/program_btn.jpg") no-repeat 0 0;

}

#btn2:hover
{ 
  background-position: 0 -30px;
}

#btn2 span
{
  display: none;
}

#btn3
{
  display: block;
  width: 152px;
  height: 30px;
  background: url("images/principals_btn.jpg") no-repeat 0 0;

}

#btn3:hover
{ 
  background-position: 0 -30px;
}

#btn3 span
{
  display: none;
}
#btn4
{
  display: block;
  width: 152px;
  height: 30px;
  background: url("images/company_btn.jpg") no-repeat 0 0;

}

#btn4:hover
{ 
  background-position: 0 -30px;
}

#btn4 span
{
  display: none;
}
#btn5
{
  display: block;
  width: 152px;
  height: 30px;
  background: url("images/novascotia_btn.jpg") no-repeat 0 0;

}

#btn5:hover
{ 
  background-position: 0 -30px;
}

#btn5 span
{
  display: none;
}

