/* CSS Document */
/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
  background: #fff;
  color:#373737;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }
#wrapper {
	width: 1000px;
	padding: 0px;
	/*background-color:#fafad2;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#header {
	background-color: #9CF;
	background-image: url(../images/sbl_banner.jpg);
	width: 1000px;
	height: 150px;
	/*margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
	display: block;
/*	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px; */
}
#header h1 {
	position:
	top: -100px;
	position: relative;
	visibility: hidden;
	top: -100px;
}
#header h3 {
	color: #000;
	margin-left: 50px;
}
#nav {
	background: #000;
	width: 1000px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* maincontent width is 1px smaller to account for left border */
#mainContents {
	background-color: #fff;
	width: 999px;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	padding: 0;
	font-size: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 500px;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#mainContents p {
	line-height:1.4;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#mainContents h1, #mainContents h2, #mainContents h3, #mainContents h4{
  margin: 0 0 5px 15px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:  #33F;
  }
#mainContents h1 {
  font-size: 165%;
  }
#mainContents h2 {
  font-size: 135%;
  }
#mainContents h3 {
  font-size: 105%;
 }
#toptext {
	 height: 200px;
 }
#toptext p {
	margin-top: 50px;
	margin-bottom: auto;	
}
#midtext {
	clear: both;
}
#bottext {
	clear: both;
}
#ancrum {
	clear: both;
}
#description {
	float: left;
	width: 400px;
	height: 326px;
}
#img {
	margin: 5px;
	width: auto;
}
#contacts {
	padding: 0;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
#contacts h2 {
	text-align: center;
	color: #000;
}
#colLeft {
	width: 460px;
	height: 338px;
	float: left;
/*	border: medium groove #c1d9ff; */
	margin-top: 5px;
	margin-right: 17px;
	margin-bottom: 5px;
	margin-left: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#colMidText {
	width: 960px;
/*	border: medium groove #c1d9ff; */
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
	text-align: center;
}
#colRight {
	width: 460px;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 18px;
}
#botText {
	width: 960px;
	border: medium groove #c1d9ff;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
}
#topText {
	text-align: center;
	clear: both;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  /* float each list element inline */
#nav li {
  float: left;
  display: inline;
  }
  /* style the links in the nav list */
#nav a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 3px 0 3px 22px;
  width: 97px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 100%;
  }
 #nav a:link, #nav a:visited {
 /* background-color: #256c2f; */
  color: #FFF;
/*  border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px; */
  }
  #nav a:hover, #nav a:active {
  background-color: #c1d9ff;
  color: #524872;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
  }
#midColLeft {
	margin: 0px;
	width: 250px;
	height: 370px;
	float: left;
	/*border: medium double #03F;	*/
}

#midColCenter {
	margin-top: 60px;
	width: 442px;
	height: 250px;
	float: left;
	/*border: medium double #03F; */
	margin-right: auto;
	margin-left: auto;
}
#midColCenter h3 {
	font-size: 95%;
}

#midColRight {
	width: 250px;
	height: 370px;
	float: Right;
	/*border: medium double #03F; */
}redText {
	color: #F00;
}
.redText {
	color: #F00;
	font-style: italic;
}
#botText {
}
#botText a {
	text-decoration: none;
	color: #00F;
}
#botText a:hover {
	text-decoration: underline;
}
#contact {
	text-decoration: none;
	text-align: center;
	font-size: xx-large;
}
#contact a {
	text-decoration: none;	
}
#contact a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	background-color: #09C;
	color: #FFF;
	text-indent: 10px;
	font-size: 80%;
	padding: 5px;
	margin: 0px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}
	
.floatRight {
	float: right;
	
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.right {
	padding: 10px;
	float: right;
}
.flleft {
	float: left;
	margin-right: 10px;
}
.smallText {
	font-size: x-small;
}
.centreText {
	text-align: center;
	font-weight: bold;
}
#tarriffContainer {
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	float: left;
	width: 110px;
	font-weight: bold;
	text-align: center;
	background-color: #FC9;
	padding: 5px;
	border: 1px solid #000;
	height: 30px;
}
#month {
	float: left;
	width: 110px;
	border: 1px solid #000;
	background-color: #FDB;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

