
/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #1e1e1e;
  font-family: helvetica, arial, sans-serif;
  font-size: 70%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}
html > body {
  font-size: 9pt;
}

#wrapper {
	background-color:#FFFFFF;
 	width:955px;
	margin: 0 auto;
	margin:0 auto;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

p {
  margin: 0.8em 0 1.1em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

/* ##### Header ##### */

#header {
	background:#4d3893 url(/graphics/lakelouise-logo.gif) top left no-repeat;
    color:eeedcf;
    text-align:right;
    height:100px;
    margin:0;
    padding:0;
}
#header img{
	margin:13px 10px 0 0 ;
	border:2px solid #4d3895;
}
#header a:hover img{
	border:2px solid #FFFFFF;
}
.small {
	font-size:80%;
}
/*menu */
#toolbar {
	text-align:center;
	padding:0.4em 0 0.4em 0;
	background: #313131;
	height: 20px;
	width:891px;
}

#nav {
    margin: 0 auto;
	list-style: none;
    padding: 0;
	text-align:left;

}
 
#nav ul {
    margin: 0;
    padding: 0;
    height: 1em;
            }
#nav a {
    display: block;
    color: #eeedcf;
    text-decoration: none;
    font-weight:bold;
    padding: 0.1em 1em;
}
#nav a:hover {
    color: #FFF;
}
 
#nav li {
    float: left;
    padding: 0;
	list-style:none;
}

#nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 12.4em;
    w\idth: 10.9em;
    font-weight: bold;
    margin: 0;
    list-style: none;}
 
#nav li li {
    padding-right: 1em;
    width: 11.4em;
    border: 0px;
}
#nav li ul {
	padding:0 0 0.4em 0;
}
#nav li ul a {
    width: 12em;
    w\idth: 10em;
	font-weight:bold;
	background-color:#131313;
}
 
#nav li ul ul {
    margin: -1.75em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #4d3893;
}

/* end menu */
	
/*####### Headings #########*/

h1 {
	font-size: 1.5em;
	color: #81a807;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-weight:bold;
	line-height:35px;

}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #4d3893
}
h3 {
	font-size: 1.2em;
	color: #313131
}
h4 {
	font-size: 1.1em;
	color: #313131
}


/*input {
	border: #33515f 1px solid;
	padding: 2px;
	background-color:#FFFFFF;
	font-family: geneva, arial, helvetica, sans-serif
}*/
.submit{
	margin: 4px 0px;
	padding: 2px;
	color:#FFFFFF;
	font-family: geneva, arial, helvetica, sans-serif;
	font-weight:bold;
	float:right;
	clear:both;
}
.submit:hover{ 
	border: none;
}
textarea {
	border: #4d3893 1px solid;
	padding: 2px;
	color: #434343;
	font-family: geneva, arial, helvetica, sans-serif
}
select {
	border: #4d3893 1px solid;
	padding: 2px;
	color: #434343;
	font-family: geneva, arial, helvetica, sans-serif
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 235px;
  float: left;
  clear: left;
   margin-left:5px;
}

.leftSideBar .sideBarTitle {
  color: #313131;
  font-size:120%;
  font-weight: bold;
  margin: 0.5ex 1ex;
  padding: 0.5ex 1ex;
  border-bottom:1px solid #313131;
}

.leftSideBar p{
  padding:0px;
}

.leftSideBar img{
  text-align:center;
}
.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0.2em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 0.5ex 0;
  padding: 0 0 1px 0;
  border-bottom:#313131 1px solid;
}

.leftSideBar a {
  color: #33515f;
  display:block;
  background-color: transparent;
  text-decoration: none;
}
.leftSideBar a:hover {
  text-decoration: underline;
}
.leftSideBar .sideBarText {
  color: #313131;
  background-color: transparent;
  line-height: 1.25em;
  margin: 0ex 0.25ex 1.5em 1.25ex;
  padding: 0.2ex 1ex;
  display: block;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 235px;
  margin: 0 0;
  padding: 0;
  float: right;
  clear: right;
  color:#343434;
  margin-right:5px;
}

/*[class~="rightSideBar"] {
  margin-right: 5px;
}
*/
.rightSideBar .sideBarTitle {
  color: #33515f;
  font-size:120%;
  font-weight: bold;
  margin: 1.2ex 1ex;
  padding: 0.9ex 1ex;
  border-bottom:1px solid #313131;
}

.rightSideBar a {
  color: #33515f;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

.rightSideBar a:hover {
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  line-height: 1.25em;
  margin: 0ex 0.25ex 1.5em 1.25ex;
  padding: 0.2ex 1ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}
.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0.2em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 0.5ex 0;
  padding: 0 0 0 0;
}

/*.rightSideBar img {
  border-top:0;
  border-right:0;
  border-bottom: 1px solid #313131;
  border-left:0;
}
*/
/* ##### Main Copy ##### */

/*.main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 240px 0 240px;
  padding: 0.5ex 1em 1em 1em;
  width:430px;
}
*/
.main-copy {
PADDING-BOTTOM: 1em; margin:0 auto; WIDTH: 450px; COLOR: black; LINE-HEIGHT: 1.5em; PADDING-TOP: 0.5ex; BACKGROUND-COLOR: white; TEXT-ALIGN: left;
}
.main-copy a {
  color: #4469ff;
  background-color: transparent;
}

.main-copy a:hover {
	 color: #4469ff;
}

.main-copy2{
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 240px;
  padding: 0.5ex 1em 1em 1em;
  width:675px;
}

.main-copy2 a {
  color: #4469ff;
  background-color: transparent;
}

.main-copy2 a:hover {
	 color: #4469ff;
}
.date-header {
  font-size:78%/1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#808080;
  padding-top:0.5em;
}

.post {
  border-bottom:1px dotted #ccc;
  padding-bottom:0.5em;
}

.post a {
  color: #3333FF;
  background-color: transparent;
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

blockquote {  
background: url(/images/quote.gif) no-repeat 0 3px; 
color: #808080; 
padding-left: 20px;
margin-bottom: 1px;
display:block; 
padding-top:5px;
}


/* ##### Footer ##### */

#footer {
  color: #797979;
  font-size: 92%;
  text-align: center;
  margin-top: 10px;
  clear:both;
}

/*#footer ul{
    margin:0;
    padding:1px;
    list-style:none;
	text-align:center;
    }
#footer li{
    display:inline;
    margin:0;
    padding:0;
    }
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	color:#797979;
	text-decoration:none;
	padding:2px 5px;
    }
#footer a:hover{
	text-decoration:underline;
    }*/