/* original generated by csscreator.com */ 
/*Goes with St John's website*/

html, body { 
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #ffffff;
  text-align: center;
} 

a:link { color: #591e19; }
a:hover { color: #903029; }

#wrapper {
  text-align: left;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(icons/sideleftshadow.jpg);
  background-repeat: repeat-y;
  border: 1px solid #222552;
  margin-top: 10px;
  background-color: #ffffff;
} 

#header {
  position:relative; 
  height:150px; 
  background-image: url(icons/header.jpg);
  background-color: #ffffff; 
  width:100%;
} 

#header h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: black;
  font-size: 190%;
  position: absolute;
  bottom: 4px;
  right: 0;
}

#title {
  height: 65px;
  font: 3em Georgia, "Times New Roman", Times, serif;
  margin-top: 0.2em;
}

/*#title .title {*/
  /*font: 3em Georgia, "Times New Roman", Times, serif;
  float: left;
  margin-left: 0.5em;
  margin-top: 0.5em;
  float: left;*/
  /*margin-left: 10px;
  margin-top: 30px;
}*/

/*#title .logo {
  float: right;
  margin-right: 10px;
}*/

p {
  font: 80%/1.8em Georgia, "Times New Roman", Times, serif;
  padding-top: 0;
  margin-top: 0;
}

#sideleft {
  width: 190px; 
  float: left; 
  position: relative; 
  left: 0;
  padding: 30px 10px 10px 10px;
  background-image: url(icons/sideleftshadow.jpg);
  background-color: #2c316a; 
  color: #ffffff; 
 }
 
#sideleft h3 {
  font: 110% Georgia, "Times New Roman", Times, serif;
  color: #d8d9ee;
  background-color: transparent;
  margin: 0;
  padding-bottom: 4px;
}

#sideleft .txt {
  width: 184px;
  background-color: #ffffff;
  border: 1px inset #999999;
}

#sideleft ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  width: 184px;
}

#sideleft li {
  border-bottom: 2px solid #591e19;
  /*font: 80% Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #621313;
  border-left: 10px solid #901602;
  padding: 0 0 0 0.3em;*/
}

#sideleft a:link, #sideleft a:visited {
  text-decoration: none;
  display: block;
  font-size: 1em;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid #903029;
  /*border-right: 1px solid #591e19;*/
  background-color: transparent;
  color: #d8d9ee;
}

#sideleft a:hover {
  background-color: #903029;
}
 
#lefttwocols{
 width:790px;
 float:right; 
 position:relative; 
  }
 
#sideright{
  font: 90%/1.8em Georgia, "Times New Roman", Times, serif;
  width:190px; 
  float:right; 
  position:relative; 
  right: 0;
  padding: 130px 10px 65px 10px;
  border-left: 1px solid #4d3e2d;
  /*background color: white;*/
  background-image: url(icons/notices_topgrad.jpg);
  background-repeat: no-repeat;  
  background-position: top center;
 }
 
#notices_bottom{
  border-bottom: 1px solid #4d3e2d;
  position: absolute;
  bottom: 0;
  left: 0;
}
 
#sideright h3 {
  font: 110% Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding-bottom: 4px;
}

.sidebox {
  padding: 2px 4px 2px 6px;
  margin: 0 0 10px 0;
  /*border: 1px dotted #222552;*/
  background-color: #ffffff;
} 

#content {
  background-color: #ffffff;  
  float: left; 
  display:inline; 
  position: relative;
  margin: 10px 10px 10px 10px;
  width:559px;
}

#content h2 {
  font-size: 110%;
  padding-top: 20px;
}  

#address {
  color: #d8d9ee;  
  position: relative;
  left: 15px;
  top: 15px;
  text-align: left;
  font: 100% Georgia, "Times New Roman", Times, serif;
  line-height: 1.5;
}

#footer {
  clear: both;
  font: 80% Georgia, "Times New Roman", Times, serif;
  padding-top: 1em;
  text-align: right;
  background-color: transparent;
}
#error {
    color: #970000;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
 
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#sideleft {
  display:none;
} 
/*hide the right column when printing*/ 
#sideright {
  display:none;
} 
#lefttwocols, #content {
  width:100%; 
  float:none;
}
